Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
3 Methods too much for one control?
Message
From
03/11/1999 16:52:32
 
 
To
03/11/1999 15:13:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00286432
Message ID:
00286506
Views:
20
are you guys busy getting ready for Foxpro exams? is that why i feel so lonely?
>
>///////////////////main problem//////////////////////////////////////
>
>aside from that - my main problem is that i'm receiving a numeric overflow on one of my methods. Here's the method code:
>
>thisform.Pageframe1.Page1.mbfavg.value = ( ThisForm.mbf_bundles1 + ThisForm.mbf_bundles2;
> + ThisForm.mbf_bundles3 + ThisForm.mbf_bundles4;
> + ThisForm.mbf_bundles5 + ThisForm.mbf_bundles6;
> + ThisForm.mbf_bundles7 + ThisForm.mbf_bundles8 ) /;
> Thisform.Pageframe1.Page1.totbundles.value
>thisform.Pageframe1.Page1.mbfavg.refresh()
>
>an example of property mbf_bundles1 ( in the form init ):
>
>ThisForm.mbf_bundles1 = val( Thisform.Pageframe1.Page1.bun1.Displayvalue ) * Thisform.Pageframe1.Page1.mbf1.value
>
>Thanks
>JD
Previous
Reply
Map
View

Click here to load this message in the networking platform