Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show memo field in textbox
Message
De
11/10/2007 14:00:50
 
 
À
11/10/2007 13:33:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01260360
Message ID:
01260370
Vues:
12
>I would like to show memo field in textbox object. I have tried this
>SELECT SUBSTR(memofield,1,40) as field1 FROM tableA INTO CURSOR aa
>
>Thisform.mygrid.Column1.text1.ControlSource = 'aa.field1'
>
>The problem is the content of Column1 is showed as Memo, not as SUBSTR of memo field
Hi Antonio,

You need to put an editbox in the grid and use that to show the contents of the memo field, in place of the textbox.

HTH
Beth
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform