Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with user defined functions
Message
From
25/01/2003 07:49:40
 
 
To
25/01/2003 00:16:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00745324
Message ID:
00745386
Views:
17
I don't6 know if anyone else suggested this but... You can use the assign method to call the recalc like this
Imported::Assign
lparameter lxnewval
this.imported = lxnewval
thisform.recalc()
return

...

CostoUnit::Assign
lparameter lxnewval
this.CostoUnit = lxnewval
thisform.recalc()
return
>Thank you all. This tip is great!
>
>Vin you're right about this:
>PPS: it might be quicker to sum those fields all at once:
>SUM importedd TO xImpDD, costounit TO xCostoUnit, costot TO xCosTot, costoumn TO xCostoUMN, costotmn TO xCosTotMN...
>
>but the correct sintaxis would be
>
>SUM value1, value2, value3 TO var1, var2, var3
>
>The first sintaxis gave me an error message.
Previous
Reply
Map
View

Click here to load this message in the networking platform