Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with ORDER BY
Message
From
30/08/1999 08:09:21
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Help with ORDER BY
Miscellaneous
Thread ID:
00259092
Message ID:
00259092
Views:
41
I created the following view and the ORDER BY settings don't seem to be working... (it was originally created with the Wizard then modified)....

SELECT Employee.employeeid, Employee.lastname, Employee.firstname,;
Log.employeeid, Log.firmid, Log.codeid, Log.logdate, Log.time, Log.rate,;
Code.codeid, Code.codenum, Code.codetype, Code.codedesc;
FROM timepro!employee INNER JOIN timepro!log;
INNER JOIN timepro!code ;
ON Log.codeid = Code.codeid ;
ON Employee.employeeid = Log.employeeid;
ORDER BY Log.firmid, Employee.lastname, Employee.firstname,;
Code.codenum, Code.codetype


When I BROWSE the view, the only part I can find in order is the CODENUM and CODETYPE fields.

Also... when you use a view on a REPORT and in the report you set up some data grouping, does that override the ORDER BY of the view?

Thanks
Peter Brama
West Pointe Enterprises

VFP is getting easier but STILL alot to learn!!
Next
Reply
Map
View

Click here to load this message in the networking platform