Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_screen.property
Message
De
14/08/2005 13:38:59
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
14/08/2005 13:10:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01040809
Message ID:
01040821
Vues:
11
>most of them, I just taking shortcut. I want to pass the variables between forms, the only easy way is using _screen.property, and I keep adding more and more of them.
>
>regards,
>
>Jerry

In many cases - and especially if FormA calls FormB - you can pass information just between the two forms, without using global variables, or _screen properties. For example, you can pass a parameter from FormA to FormB; you can DO FORM NAME ... to have, in FormA, a reference to FormB (which will give FormA access to all properties and methods in FormB), and you can pass the entire FormA (ThisForm) as a parameter to FormB (which will give FormB access to properties and methods in FormA).
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform