f$DialogRefresh
f$DialogRefresh
Update the content of a dialog previously opened with f$DialogOpen.
Note: this function is only required if multiple open dialogs are being worked with simultaneously and data edits also in dialogs not presently accepting entries are to be displayed. The active dialog is updated automatically.
Syntax: | f$DialogRefresh( WindowID ) | ||
| Argument | Type | Meaning |
| WindowID | Integer | The window ID returned by f$DialogOpen |
Result: | - |
| |
See f$DialogOpen for details and examples.