Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A bug in VFP6SP5?
Message
 
À
15/08/2003 07:49:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00820427
Message ID:
00820486
Vues:
22
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform