Zoom operations

Top  Previous  Next

 

Operations with After or Before flow mode are converted to Zoom event handler.

 

For this purpose, new global Event handler, in Main Program, is created:

 

pic6

 

 

... and each Zoom handler is attached to this global Zoom event.

 

 

Example:

 

 

RM Compatible logic:

 

pic5

 

Converted to event-driven mechanism:

 

pic5_c

 

 

'Call Program 96' has After flow mode, and is converted to Zoom handler on 'Customer Name' (A).

 

'Update Variable A' has Before flow mode, and is converted to Zoom handler on 'Customer Status' (B).

 

 

In order to behave as RM Compatible logic, 'Next Field' event is added to the end of Zoom handler, so it behaves as old Zoom mode, where cursor parks on next field after Zoom.

 

 

 

 

NOTE: Settings 'Add "Next Field" event to Zoom After' and 'Add "Next Field" event to Zoom Before' can be used to customize when 'Next Filed' event is created in Zoom handlers.