Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
West Wind - New Project problem
Message
From
30/08/2000 16:12:45
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
West Wind - New Project problem
Miscellaneous
Thread ID:
00410990
Message ID:
00410990
Views:
61
Hi all,

After I use the WC Admin page to create a New Project (TESTAPP for example) everything seems to generate ok. Then, after I compile the new app and run it on my local W2K machine (http://localhost/testapp/default.htm) and choose the 'Hello World from Testapp' option I get a 'No parameter statement is found' at:

************************************************************************
*FUNCTION TestappMain
******************************
*** Created: 08/30/00
*** Function: Web Connection Mainline program. Responsible for setting
*** up the Web Connection Server and get it ready to
*** receive requests in file messaging mode.
************************************************************************

*** This is the file based start up code that gets
*** the server form up and running
#INCLUDE WCONNECT.H

*** PUBLIC flag allows server to never quit
*** - unless EXIT button code is executed
RELEASE goWCServer <--- This location

SET TALK OFF
SET NOTIFY OFF


Apparently the generator doesn't put in a parameter statement?? Later on in the program the command:

DO TESTAPP WITH THIS

occurs so in one place a parameter is expected and in another is not.

?????

I'm using what I thought was a straight-out-of-the-box WC install but perhaps I've gotten something sideways?

Also, my TESTAPP.INI file is as follows:

[Main]
TempFilePath=C:\temp\wc\
Template=WC_
TimerInterval=200
LogToFile=On
ShowStatus=On
ShowServerForm=On
SaveRequestFiles=Off
UseMTS=Off
COMReleaseUrl=http://localhost/testapp/wc.dll?_maintain~release
Adminemail=
Adminmailserver=
Sqlconnectstring=
Adminsenderroremail=Off
Memusage=8176
Scriptmode=3
[Testappmain]
Datapath=
Htmlpagepath=c:\inetpub\wwwroot\testapp\

I'm a little confused as to why the parameter statement might be missing. I've just downloaded a fresh copy of WC3.30 and I'll try that.

Any ideas?

As always, thanks!

Best,

DD
Best,


DD

A man is no fool who gives up that which he cannot keep for that which he cannot lose.
Everything I don't understand must be easy!
The difficulty of any task is measured by the capacity of the agent performing the work.
Next
Reply
Map
View

Click here to load this message in the networking platform