Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unhandled Method
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Titre:
Unhandled Method
Divers
Thread ID:
00683606
Message ID:
00683606
Vues:
59
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

Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform