Hackers Guide to Visual FoxPro 7.0
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. |
Like the other conversion stuff, this one's relevant only when WindowType is one of the READ compatibility types. It's totally ignored for real VFP forms.
| Example | This.WindowList = "Customers" |
| See Also | WindowType |
View Updates
Copyright © 2002 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. All Rights Reserved.
Категории