Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's up with the UNION in VFP8?
Message
From
20/12/2002 09:14:49
 
 
To
20/12/2002 06:59:39
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00734822
Message ID:
00734854
Views:
16
Well, just guessing...

Try to change order of two last lines. ORDER BY first, then INTO CURSOR.

> AND DTOC(Client.Cl_Dob) = tcCl_Dob ;
> INTO CURSOR recClientList;
> ORDER BY 1,2
(...)
	AND DTOC(Client.Cl_Dob) = tcCl_Dob ;
	ORDER BY 1,2 ;
	INTO CURSOR recClientList
Maybe it'll help...

Best,

Janusz Czudek
WORD Software
http://www.wordsoft.com.pl
Previous
Reply
Map
View

Click here to load this message in the networking platform