Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inline in grid editing
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01532229
Message ID:
01532293
Vues:
61
This message has been marked as a message which has helped to the initial question of the thread.
>Is there a way to dynamically assign textbox controlsource to be substr(myField,1,240)?
>
>I tried txt.ControlSource = '(substr(' + myField + ')1,240))'
>
>but got an error.
>
txt.ControlSource = '=LEFT(' + myField + '),240))'
BTW you missed a comma[)1] -> [),1]
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform