Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unhandled Method
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Title:
Unhandled Method
Miscellaneous
Thread ID:
00683606
Message ID:
00683606
Views:
58
I am new to Westwind and when I try to access a method
I get

http://localhost/insight/wc.dll?insightprocess~getpolicy

Unable to Respond to request

Parameter Passed: Getpolicy
Error: Unhandled Method


Get policy method is in insightprocess:

*********************************************************************
FUNCTION Getpolicy()
*****************
*** Run a static query
SELECT pol_num,db_peff from dbpol ;
ORDER BY Pol_num ;
INTO CURSOR TQuery
*** Create HTTP Header, HEAD section, HTML/BODY tags and header text
Response.HTMLHeader("Policy Data Accces")
Response.Write("This demo displays data from a Policy file.

")
Response.ShowCursor()
*** Generate
Response.HTMLFooter()
RETURN


Does the data have to be in a particular database?
Dbpol is just a free table.


Thanks
Rina

Next
Reply
Map
View

Click here to load this message in the networking platform