Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Application Framework DoForm
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01051754
Message ID:
01051774
Vues:
14
Hi Greg (and Naomi),

I believe Naomi is correct. Lose the GOAPP and either use DOFORM or =DOFORM.

I just checked one of my Codebook apps and the syntax I found was:
DoForm("'cPrintingForm", "UserIOSL", "User Interface Object Security Listing")
DoForm("cGroupMaintenanceForm")
=DoForm(this.cSeekForm,thisform.Name,this.cRegistrylabel)
etc.

>Use DoForm(formName,parameter1, parameter2, etc.) syntax. In MereMortals Framework there is a function DoForm. It's not a goApp method. But the call, I am 99% sure, would be the same.
>
>>I'm trying to pass a parameter to a form using the application framework's "DoForm" method (VFP 7.0). The documentation implies that the call will accept a With "X" along with the form but I can't seem to get the syntax right. I would appreciate some feedback if someone knows how to do this. Here's an example:
>>
>>GOAPP.DOFORM('Formname with "12345"',,.T.)
>>
>>I'm trying to pass an integer but can re-convert the parameter when the form starts if I need to.
>>
>>Thanks,
>>Greg Taylor
Regards,

Mike

"We try to solve the problem by rushing through the design process so that enough time is left at the end to uncover the errors that were made because we rushed through the design process."
- Glenford Myers

If you're going through hell, keep going. - Walt Disney
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform