Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calculated Grid Column
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00096544
Message ID:
00096614
Views:
13
>>I'm brain dead and can't get a calculated grid column to display its value. One column is a quantity (integer), the 2nd column is the unit price (currency). The 3rd column is column 1 x column 2. THis is what I have for the value property of grid1.column3.text1
>>
>>= NtoM(table1.quantity * MtoN(table1.unitprice))
>>
>>The 3rd column displays nothing. Any suggestions? TIA.
>
>Mark, grid1.column3.ControlSource = table1.quantity * table1.unitprice
>should work.
>
>Nick

Thanks, Nick. That, of course, works along with changing my code to reflect the correct field name. :)
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform