Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Command Index > D > DIALOG > OPTION parameters > Popup Menu

CALCULATOR

Scroll Prev Top Next More

When this parameter is specific a "CALCULATOR" popup will appear for the DIALOG window.

 

Example:

 

DIALOG 'Enter Totals for Today:' vTotals=26 vEndKey 1 +

CAPTION 'Enter Total' +

ICON APP +

OPTION DIALOG_EDIT_HINT 'Double-Click for Calculator' +

|POPUP_ENABLED TRUE +

|POPUP_DIALOG_TYPE CALCULATOR

 

RCalculator