Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calculate field in Grid with free table
Message
De
05/09/2003 05:15:37
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
04/09/2003 17:20:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00825363
Message ID:
00826314
Vues:
22
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform