| Applying science to business management |
  
isweb
Format: isweb
Arguments: None
Returns: (bool) True if the application is
running via the Web, false if local
Description: Isweb is used to alter the way forms are
presented when an application is run in both local and Web modes.
Examples: display(text):=
IF(isweb,dialog(text),dialog(wordwrap(text,55)))
See Also: dialog
|