Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A bug in VFP6SP5?
Message
 
To
15/08/2003 07:49:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00820427
Message ID:
00820486
Views:
21
Pablo;

You might try the following as a start:

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


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

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


Tom
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform