Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A bug in VFP6SP5?
Message
From
15/08/2003 07:49:12
 
 
To
15/08/2003 07:46:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00820427
Message ID:
00820436
Views:
18
My god this is NOT myday.
this is the code:

SET DEFA TO c:\psv
use mydet
SELE DIST tabla FROM cconfbase WHERE UPPER(LEFT(nombre,3))=="COD" INTO CURSOR MyRelTables
SELE MyRelTables

SCAN
SELECT tabla, nombre, tipo, ancho, decimales FROM cconfbase ;
WHERE MyRelTables.tabla = cconfbase.tabla ;
ORDER BY tabla, nombre INTO CURSOR MyDetTemp

SELE MyDetTemp
REPORT FORM c:\psv\cconfbase.FRX TO PRINTER PREVIEW

ENDSCAN
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform