info("magicwindow")

The info(“magicwindow”) function returns the name of the currently designated “magic window,” if any.


Description

This function returns the name of the currently designated “magic window,” if any. This examples re-fills the “People List” list in the List form in the Contacts database. The form must be open (this is checked by the info(“magicwindow”) function).

magicwindow "Contacts:List"
if info("magicwindow")<>""
    objectaction "People List","Fill List"
    magicwindow ""
endif

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0