Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form (in top level form) doesn't appear when debugger ac
Message
De
15/02/2011 13:14:27
 
 
À
15/02/2011 12:57:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01500245
Message ID:
01500267
Vues:
52
Tamar,

ShowWindow is 1 for form b, set at design time in my data_filters form class.


>>I am working with Top Level forms for the first time. The following code is called from a button on a form, form a where showwindow is 1 - in top level form. Also, I just realized now, as I was writing this, that "form a" is modal. If set step is on, upon executing newobject, the debugger goes to the first init of the first object and executes it, then returns, then executes the following lines of code, but form b never becomes visible. If I take out the set step on, everything executes just fine.
>>
>>
>>
>>
>> SET STEP ON
>> thisform.l_filter_was_called=.t.
>> *DO FORM forms\form-b TO x
>> thisform.ofilterform=NEWOBJECT("data_filters","data_filters")
>> thisform.ofilterform.filter_controls[1,1]="curdata"
>> thisform.ofilterform.filter_controls[1,2]="curdataunfiltered"
>> thisform.ofilterform.filter_controls[1,3]="accountnam"
>>
>> thisform.ofilterform.show(2)
>
>What is ShowWindow for form b (which I assume is the one you're storing in Thisform.oFilterForm? It also needs to be 1-in top-level form.
>
>Tamar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform