Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This will start the collector window as a "modal" dialog box. The user must close the COLLECTORWINDOW dialog box before the window can become active again. Many times, this is exactly what you want, because you need the date range data before proceeding.

Infonote

It is also possible to start the collector as a "nonmodal" window, which means that the user can make the calling window active while the dialog box is still active. Use Start_Window() instead of Dialog_Box(), with the following code:

Code Block
rtnData = Start_Window( "COLLECTORWINDOW", @window, CreateParam)