Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calculated field in a grid
Message
De
15/01/1999 15:06:36
Jaime Vila
Miami Children's Hosp. - Radiology
Miami, Floride, États-Unis
 
 
À
15/01/1999 15:03:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00176639
Message ID:
00176648
Vues:
28
>>I have a simple 1-table grid on a form and I want to add a column that calculates an elapsed time from time values in two other fields from the table. I wrote a function that does the calculation, but I can't assign it as Record Source for the column. I also tried the Value property . . no luck. Please help !!!
>>
>>TIA
>
>Put it to Column.Controlsource, the safest way is to do it programmatically, e.g.
>***grid.init event
>This.Column3.ControlSource="0+Thisform.GetNumofSeconds()"


Thanks alot, Edward. I'll try it out later tonight.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform