Marks the specified Cancel Query dialog as the current active window. This function doesn’t send any requests to the server. It is recorded to make the BDL script more readable.
OraForms.bdh
OraFormsSetCancelQueryWindow( in sName : string );
Parameter | Description |
---|---|
sName | The window’s unique name. |
dcltrans transaction TMain begin OraFormsSetString("DEFAULT_LOCAL_TZ", "Europe/Berlin"); OraFormsConnect("server module=javamail90.fmx usesdi=yes"); OraFormsSetCancelQueryWindow("Cancel Query"); OraFormsCloseCancelQueryDialog("Cancel Query"); end TMain;