Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
West Winds Webbuilder
Message
From
31/03/2000 13:55:46
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00353468
Message ID:
00353526
Views:
17
>Hi All
>
>The following code is pasted from the the quick-tour in the documentation for Webbuilder:
>
>PUBLIC lValid
>LOCAL lcCustID
>
>lcCustID = poCGI.GetCommandLine() && <-- Syntax wrong!!!
>
>SELECT Customer
>LOCATE FOR Alltrim(Customer.CustID) == Alltrim(lcCustID)
>lValid = Found()
>
>Could anybody please guide me on how to access the "CGI"-object

If this code is in a method of the wwProcess class, THIS.oCGI holds a reference to the CGI object. Your Process method should create a private variable to hold the value.

poCGI = THIS.oCGI

and then it will be available to the method called from wwProcewss::Process.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform