How to Call a SQL Command Dialog |
SQL Command is a standaard tool interface in USoft design-time applications. You can call the SQL Command dialog from a script in your own application using one of the following two constructs: WindowCreate( 'SqlCommand Dialog' ) SqlCommand_Dialog.Window.Create() |