Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calculate field in Grid with free table
Message
From
05/09/2003 05:15:37
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
04/09/2003 17:20:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00825363
Message ID:
00826314
Views:
23
This message has been marked as the solution to the initial question of the thread.
>Thank Cetin, it works great, One more thing: What I have to do when need to calculate a column based on the value of thow field in the Grid instead a variable, always considering that the value field could contain different values. Example:
> iif(field4 ='K',field3 = field2 * 2.205....)
>
>These in Grid expresions like this:
>
>Thisform.GridLiquidac.Libras.TxtLibras.ControlSource = ;
>'(DETAILS.Field3 * ' + iif(x,'1','2')+')'
>
>Thanks again.
>Carlos Burgos

Thisform.GridLiquidac.Libras.TxtLibras.ControlSource = ;
'( iif(details.field4 = "K",details.Field2 * 2.205,...) )'

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform