Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with sfreports
Message
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00410587
Message ID:
00411891
Views:
21
Hi Andrey,

This is a bug. In your SFRFieldPage class - SetupAvailableFieldMoverList() change this line of code:
lcFilter = iif(empty(This.cSelectedAlias), '', "ObjectName = '" + ;
This.cSelectedAlias + ".' and ") + 'Reportable'

to this:

lcFilter = iif(empty(This.cSelectedAlias), '', "upper(ObjectName) = '" + ;
upper(This.cSelectedAlias) + ".' and ") + 'Reportable'

That should fix your problem. Thanks for the bug report.
Yuanitta
Senior Consultant
Stonefield Systems Group Inc.
www.stonefield.com
Previous
Reply
Map
View

Click here to load this message in the networking platform