Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Showing memofield in a ListBox.
Message
De
20/07/1998 13:57:23
 
 
À
20/07/1998 13:30:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00119360
Message ID:
00119388
Vues:
16
>I do a Select-SQL to query data from different tables and put it in a cursor to show in a listbox. My problem is if one field is a Memo field and should be shown in the listbox it just writes out Memo instead of the first characters from the memo.
>
>I've tried to do like this with the select but it's not possible:
>
>select substr(memofield, 1, 30)....
>
>Is there any easy way to do a select-sql and show a memo-field in the listbox?
>
>Thanks in prior!
>
>/Mårten

You can use Select Left(memofield,10)... I don't know what's happened with SUBSTR(), but it really generates error (bug?).
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform