Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Textboxes and calculated fields
Message
De
05/09/2006 04:33:13
 
 
À
05/09/2006 01:09:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01150822
Message ID:
01150838
Vues:
28
This message has been marked as the solution to the initial question of the thread.
>Hi!
>
>If I put in the controlsource of a column Myview.field*x, I can see the calculation correctly. But If I use the same technique on a textbox, nothing happens. What's the trick to solve this problem ? Is it impossible to use the same technique outside of a grid?
>
>TIA

a little VFP bug
* the = is the trick
= Myview.field*x
* or, better
(Myview.field*x)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform