News:

GinGly.com - Used by 85,000 Members - SMS Backed up 7,35,000 - Contacts Stored  28,850 !!

Main Menu

Events we use in dialog programming

Started by Kalyan, Aug 01, 2008, 09:45 PM

Previous topic - Next topic

Kalyan

Events we use in dialog programming

There are two events in Dialog Programming i.e. screen:

PBO (Process Before Output) – Before the screen is displayed, the PBO event is processed.

PAI (Process After Input) – When the user interacts with the screen, the PAI event is processed.

POH (Process On Help) - are triggered when the user requests field help (F1). You can program the appropriate coding in the corresponding event blocks. At the end of processing, the system carries on processing the current screen.

POV (Process On Value) - are triggered when the user requests possible values help (F4). You can program the appropriate coding in the corresponding event blocks. At the end of processing, the system carries on processing the current screen.