Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing large amount of text as a form parameter?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00439671
Message ID:
00440033
Vues:
19
Thank you all for your ideas. I am much better off now!

Joe

>Joe,
>For one thing, if you make the variable public then you don't need to pass it to the form.
>click of button (or method called from click)
>oTempObj = createobject("shape") && create new object
>oTempObj.AddProperty("HoldProperty", "")  && add new property to hold text string
>do form editform with oTempObj  && call modal form
>< process oTempobj.HoldProperty >
>
>child form Init
>lparameter toObject
>THISFORM.AddProperty("TemporaryHold",toObject) && store object for later use
>
>child form Release
>With THISFORM
>   .TemporaryHold.HoldProperty = .EditBox1.Value
>Endwith
>THISFORM.Release()
>Or something like that.
>
<snip>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform