BKGTplPopup

 

Press the insert button and add your menu item.

 

BKGTplPopAdd

 

The Popup Display text is what shows on the popup Menu.

 

The textbox holds the statement line(s) to execute.

 

As  "Do MyRoutine"  or  "MyProcedure()"

 

If you have more than one line, you must wrap  with Begin and End as follows

 

BEGIN

IF(my condition)

   !other code

   Do MyRoutine

   MyProcedure()

END

END

 

Popup Icon if Used, is enabled and required if you have selected to use icons in the popup Menu.

 

Disable Popup Item if no active Record,  Disables the popup item it there is no record available in the selected Listbox cell.