setdialogtrigger
VALUE

The setdialogtrigger statement changes the value returned by the info(“dialogtrigger”) function.


Parameters

This statement has one parameter:

value – is the text to be placed into the info(“dialogtrigger”) buffer.


Description

The setdialogtrigger statement changes the value returned by the info(“dialogtrigger”) function. Usually this value is set automatically by Panorama when a button is clicked in a dialog. The setdialogtrigger statement allows a procedure to simulate this action.

The example below simulates clicking on the Cancel button in a dialog.

setdialogtrigger "Cancel"

See Also


History

VersionStatusNotes
10.0UpdatedCarried over from previous versions of Panorama, however, there is no longer a 40 character limit.