Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FoxFire - X Records Selected
Message
From
19/04/2000 05:28:34
 
 
To
18/04/2000 10:36:34
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00360447
Message ID:
00361181
Views:
18
>>Yes, I do have a program that is run from "Output / Special Processing / >>After Output, Execute." The program preforms 2 other query's, relates the 3 >>cursors and then runs the special report form.

Well... if you're running your own code it'll be tough to know exactly what's going on... but usually if you're having problems after running code in any of the hooks it's due to the code messing up the expected environment. Make sure in your code that you save the current alias and then restore it when returning from your code. Another possibility is to just shut off FF! processing by setting RET_VAL to false. That variable is the one FF! checks throughout Request processing to see if it should continue or bail from the Request. If your manipulating the result set and then running your own report form, then setting RET_VAL to false might help turn off whatever's causing the unwanted message.

Bill
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform