I am having problems getting a WebQuerySave agent to run. The application was developed using R5 and the agent and form ran as they should. I made small modifications to a completely unrelated form and saved it using designer 6.5. After doing this, anytime I tried to save a document I received a page not found error (it did not go to where the $$Return specified) and the document did not save (no matter whether I tried to save, exit, or go to another form). After spending hours trying to find a solution I eventually changed "ToolsRunMacro" in the WebQuerySave to "RunAgent". This allowed me to save the document and be redirected appropriately, but the agent still does not run. I eventually did a workaround and reverted the application back to R5 to fix this issue. How can I continue to develop applications in 6.5 and use WebQuerySaves at the same time?
Software/Hardware used:
ASKED:
June 24, 2005 2:12 PM
UPDATED:
July 3, 2005 6:43 PM
Hi,
I have developed many applications in R5 and upgraded to R6 without these problems. Sounds quite weird.
As a rule though, if I am using WebQuerySave I return the URL through the script running, and don’t use $$Return Field. If I have no WQS, then I use $$Return.
Good luck