Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pageframes
Message
 
To
10/07/1999 23:36:46
Richard Williams
State of Ohio, Dept. of Development
Columbus, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00239911
Message ID:
00239963
Views:
11
Richard,

Try something like this;
WITH thisform.ws_pageframe.page5
   thisform.ws_pageframe.page4.txtProj_Mhi.value = ;
      .mhi_amt1.Value + .mhi_amt2.Value + .mhi_amt3.Value + ;
      .mhi_amt4.Value + .mhi_amt5.Value
ENDWITH
It apeears that mhi_amt1 is a textbox and you want the value from it. I also assume that mhi_amt# are all textboxes.
Previous
Reply
Map
View

Click here to load this message in the networking platform