Form Initial Command

Jul 18th, 2011

In general, the variables you create will be specific to your application’s forms and fields. However, WinStudio supports one variable that will be of general use to form developers. The variable InitialCommand can be used to determine the initial behavior of a form. The syntax is as follows:

  InitialCommand(arg), where arg can be one of the following values:

  Event eventname Generate some event

  Filter   Perform a filter by query

  FilterInPlace  Open in Filter-In-Place mode

  New   Open as a blank form for data entry

  Refresh   Perform a refresh

No comments yet.
You must be logged in to post a comment.