Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a function in the DBC in a report
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00694151
Message ID:
00694169
Views:
15
Bob,

Do you restore the work area at the end of the function before you return?
LOCAL lcAlias
lcAlias = ALIAS()
SELECT Whatever

...

IF NOT EMPTY(lcAlias)
   SELECT (lcAlias)
ELSE
   SELECT 0
ENDIF
RETURN
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform