Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Without partameters
Message
De
30/11/1999 08:21:53
 
 
À
30/11/1999 07:41:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00296559
Message ID:
00296791
Vues:
23
Ian:
I assume that you don't need anything from the parameter until the oForm.INIT() event. IF you need the value of a parameter on Form1 before Form2 inits, you can grab the value in the LOAD() event and save in a form2 property.


* BEGIN FRMPICKBUYCODES.LOAD()
* Description:
* Parameters: -
* Returns:
* Notes: 1.
* 2.
* Revisions: 11/04/1999 - MWT
* - Created

* save off value of parameter passed in
thisform.txtBuycodes = alltrim(_screen.activeform.BuycodesParm)
dodefault()

* END FRMPICKBUYCODES.LOAD()

This works, but may not be the purest OOP design.

HTH
Mike
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform