Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SFQuery no longer shows captions
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Titre:
SFQuery no longer shows captions
Divers
Thread ID:
00272507
Message ID:
00272507
Vues:
62
The new version of SFQuery no longer shows Field Captions in the field list. I traced through the code to see if I could figure out what has changed in 5.1 and so far I have found this code executing in sfFieldCollection.GetGetFieldCaption:
==========
* If DBCXMgr is alive, try to get the VFE caption property.

case llSDTNew
lcCaption = toMeta.DBCXGetProp(tcDBC + '!' + tcField, tcType, ;
'VFEcDlgCaptn')
lcCaption = nvl(lcCaption, '')
===========
I am not running VFE, I am using Visual Extend.
George
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform