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:
00096548
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
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform