Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid & memo
Message
De
11/05/2002 23:16:30
Rene Van Den Berg
Infertility Database Systems Ltd
Islington, Royaume Uni
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00655452
Message ID:
00655464
Vues:
22
>>Hi,
>>
>>You need to use the MLINE() command to solve this. Works fine for me.
>>
>>Rene
>
>Rene,
>
>Could you please explain in more details, what do you mean?

Well, assuming you're filling the grid via a SQL statement (although it's probably possible to do it straight from the table as well), you would e.g. do the following for your memo field called yourmemo:

SELECT id, name, ALLT(MLINE(yourmemo,1))+ALLT(MLINE(yourmemo,2)) as yournewmemo FROM yourtable etc....

To make sure, you could include lots of lines of the memo field so you don't miss anything in the grid, but I assume that in practice this is not always needed.

Hope this helps.

Rene.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform