Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trailing spaces
Message
From
10/01/2003 09:55:21
 
 
To
10/01/2003 09:34:26
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00740253
Message ID:
00740268
Views:
13
Edgar,

Use padr() to set the length you want. You could alltrim the entire result, but each name would be truncated to the length of the first returned record.
padr(ALLTRIM(FIRST)+' '+ALLTRIM(MIDDLE)+'. '+ALLTRIM(LAST),40) AS NAME,….
Although I would not expect the behaviour you are having...I would expect your code to set the width to be the width of the first record, all trimmed.

>good morning to all!
>
>I don’t know if I did not notice or did not bother me before, but when I SELECT from SQL server as :
>…ALLTRIM(FIRST)+' '+ALLT(MIDDLE)+'. '+ALLTRIM(LAST)AS NAME,….
>the field is returned with all the trailing spaces from the original length of the field which is 153 char long. (I can’t imagine anybody having such long last name…let along pronounce it)
>So everytime I want to see the next field in the cursor I have to scroll to the right.
>What is the best way to bring only the name without the trailing spaces?
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform