Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you put a vlue in a grid text box?
Message
From
05/01/1998 10:53:51
 
 
To
18/12/1997 15:30:35
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00066977
Message ID:
00069521
Views:
31
>>I am trying to put a value in a grid test box. To get this
>>value , I am adding up other texts boxes in the same grid.
>>example..
>>grid
>>a b c d
>>I want the value of d to be a+b+c only if a > 0..
>
>SELECT a, b, c, IIF(a>0, a+b+c, 0) AS d FROM mytable INTO CURSOR mycursor
>
>Grid.RecordSource = "mycursor"

Hi Sylvain
Sorry I did not get back to you earlier.
Holidays and all that...
thanks for your answer...
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Reply
Map
View

Click here to load this message in the networking platform