WindowList
Yet another conversion-related property. This one replaces the WITH clause of READ, listing windows that are to be treated as part of the formset even though they're not forms.
Usage |
frsFormSet.WindowList = cListOfAssociatedWindows cListOfAssociatedWindows = frsFormSet.WindowList |
The Converter doesn't get this one quite right. When READ has a WITH clause, it's automatically modal even without the MODAL keyword. Faced with a screen that has a list of associated windows but doesn't have MODAL checked (in the 2.x Project Manager's Edit Screen Set dialog), the Converter copies the list of windows to WindowList, but sets WindowType to 2 rather than 3, the modal choice for READ-type windows. |
Example |
This.WindowList = "Customers" |
See Also |