Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting a filter without showing SFGetFilter form
Message
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00265923
Message ID:
00269581
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform