Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting a filter without showing SFGetFilter form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Divers
Thread ID:
00265923
Message ID:
00269581
Vues:
21
Hi Chris.

Sorry for the delay in my reply -- I was at a conference last week.

>While I've got your ear, I just ran into a problem with SFQuery. In SFFieldCollection.GetFieldCollection:

Oops, some code got messed up in that method. Sorry about that. Replace all the code after the ENDCASE with the following:

if empty(lcCaption) and llDBC
lcCaption = dbgetprop(tcField, 'Field', 'Caption')
endif empty(lcCaption) ...
lcCaption = alltrim(iif(empty(lcCaption), proper(strtran(lcField, '_', ' ')), ;
lcCaption))
return lcCaption

Doug
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform