Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo
Message
De
17/10/2005 18:11:17
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Re: Memo
Versions des environnements
Visual FoxPro:
VFP 6
Divers
Thread ID:
01059741
Message ID:
01059772
Vues:
12
>Hi All,
> I need to know how to display the value of a memo field in the text box, instead of the work Memo?
> I am using the following code but to no help.
> this.value = Substr(nAccount.Ccpono,1,254)
>
>Thanks
this.value = LEFT(nAccount.Ccpono,254)
or uses a Editbox
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform