InitialSelectedAlias
This property of the DataEnvironment determines which table is selected after the tables in the data environment have been opened.
Usage |
frmForm.DataEnvironment.InitialSelectedAlias = cAlias cAlias = frmForm.DataEnvironment.InitialSelectedAlias |
Example |
* You'll normally set this one in the Property sheet * To bring up the propsheet for the DE, open the * DE window, then right-click on it and choose * Properties. Then, you can find the InitialSelectedAlias * property of the Data Environment and put something like: Customer |
See Also |