Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Order by
Message
From
06/12/2005 12:20:19
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01075391
Message ID:
01075396
Views:
10
>I try to use,
>in sql order by thisform.order.vlaue
>but now working, how can be
>
>thanks

Do you mean VFP will not allow you to use "order by thisform.order.vlaue" (assuming that "vlaue" is a typo error for "value") in your SQL statement?

If so, first set a local var to thisform.order.value and use this

e.g.

lcOrderval = thisform.order.value

Select ...
... order by lcOrderval

HTH

Terry
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform