Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query doesn't respect order of fields
Message
 
À
01/06/2007 12:53:33
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 5
Divers
Thread ID:
01229764
Message ID:
01229890
Vues:
12
Could the BROWSE LAST store the field order? I know it will keep the window size and location.
SET DEFAULT TO "p:\visual foxpro projects"
USE 'fortyrecs' ALIAS 'john'
BROWSE   && shows billid, billtype, service_co, file_name 
USE

SELECT service_co, billtype, billid, file_name FROM 'fortyrecs' INTO CURSOR 'john'
BROWSE LAST
CLOSE ALL
It doesn't seem to store the field sequence. Not even in BROWSE FIELDS:
CLOSE ALL
USE fortyrecs ALIAS 'john'
BROWSE FIELDS billid, billtype, service_co, file_name 
USE
SELECT service_co, billtype, billid, file_name FROM fortyrecs INTO CURSOR 'john'
BROWSE LAST
CLOSE ALL
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform