I am missing some events. One of them is an event when I am navigating to another application. There’s a onapplicationinit, a load. But I need something like a onapplicationexit, onunload or something similar.
Re: New events
Hello,
You’d like an onApplicationExit event? Is there any other you are missing?
regards,
Bernhard Bernsmann
Re: New events
I need to be able to do some things when the application moves to another application. That can be hyperlink based, link based (grid to form) etc. I need to be able to set some global variables when the application moves to another. Other event’s I’m currently not missing.
For example:
I have a grid and I click on a edit button so the form app comes. I would like to have an event where I can trap this event and cach the current selected record.
cheers, Albert
Re: New events
Hello,
You could try to pass parameters on a capture link.
regards,
Bernhard Bernsmann
Re: New events
That would be a work-around, will try it.