Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sorting Problems
Message
From
22/12/2002 18:07:46
 
 
To
22/12/2002 10:37:21
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00731293
Message ID:
00735301
Views:
10
Very simply stated the code I suggested Right Justified the data.

Instead of:

A1---
A11--
A12--
A13--
...
A111

By right justifying the data:

---A1
---A2
---A3
...
--A10
--A11
  padl(TRIM('XXX   '),FSIZE('DATAFIELD','DATATABLE'))
Means:
Trim the data to the right.
add spaces to the left
to make the entire length the same as the field size of the datafield specified in the table specified.

Glenn

>I’m sorry that I answer late.
>Your code resolving the problem and sorting the data excellent
>I didn't understand why your code fixing the problem.
>Would you like to explain me?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform