Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How not to browse captions?
Message
De
14/09/1999 17:00:47
 
 
À
14/09/1999 15:48:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00264650
Message ID:
00264683
Vues:
25
Well, yes, in code.
PROCEDURE BrowseNaked
LOCAL i
cBrowseParms="FIELDS "
FOR i = 1 TO FCOUNT()
   cBrowseParms=cBrowseParms+FIELD(i)+":H='"+FIELD(i)+"'"
   IF !(i=FCOUNT())
      cBrowseParms=cBrowseParms+","
   ENDIF
ENDFOR
BROWSE &cBrowseParms
RETURN
ENDPROC
>Is there a way to see the field names when browsing a table instead of the caption for that field? Some SET command maybe?
>
>tia,
>jam :)
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform