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.
frsFormSet.WindowList = cListOfAssociatedWindows
cListOfAssociatedWindows = frsFormSet.WindowListAssociated windows are relevant only in modal situations. You need to tell FoxPro that some windows are accessible, so the user can touch those even though the current form is modal. For example, you might make the Calculator available during entry of line items. Normally, in a modal READ, only the windows controlled by the READ are accessible.
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.
This.WindowList = "Customers"