Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Losing Focus
Message
De
10/11/2001 09:02:21
Steven Dyke
Safran Seats USA
Texas, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Losing Focus
Divers
Thread ID:
00580131
Message ID:
00580131
Vues:
61
I am senting a numeric value to a form parameter. I then make a public variable and assing thia parameter to it. I then use this variable in a programatic change event in a text box as part of a calculation. I send a ref to this text box to a program to do a process which sends a value back to the textbox. Somewhere the original variable looses focus because I get an error that function value or argument type is invalid.

Parameter mfsheets
Public mfsheets1
mfsheets1 = mfsheets

>TextBox ProgramicChangeEvent
Local vresl
vresl = 0
vresl = ((Val(This.Value)/mfsheets1)*100)
ThisForm.Label1.Caption = Str(vresl) + "% Complete"
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform