w3mvDSetActive sets the name of the mvDesigner object which will be the active object when the form is displayed.
Syntax
call w3mvDSetActive (ObjectName )
Parameters
|
ObjectName |
in |
The name of the mvDesigner object which will be active when the form is displayed. If set to "" the active object is undefined. |
Example Program
Example
call w3mvDSetActive("Address")
call w3mvDSetActive("")