Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select, substr(), and MEMO.... HELP!!!
Message
 
 
À
21/11/2000 17:59:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00444398
Message ID:
00444452
Vues:
11
>I am trying to use SQL select to get the first 60 chars of a memo field that represents the description of some work to be done. I need it to result in a 60 char text field that I can display in a browse window.
>
>...
>Select item, substr(desc,1,60), price from WorkTable into table Items
>Browse
>...
>
>What I get is a browse window that has the item number and price, but it says MEMO. I want the user to see the first 60 chars!!
>
>I have tried the mline() function, but it is only returning 1 character, even thought MEMOWIDTH is set to 60.


Try left(descr,60) as FullDesc. Also it was mentioned here hundred of times, that desc is VFP reserved word (descending) and it's better not to use it in your tables. If it's not too late, change this field to descrip. Otherwise you may suffer...
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform