you should build your server on your production application, not on the copy made by FoxInCloud Adaptation Assistant
Hi Boyd,
Thanks for using the FoxInCloud section of wwThreads
1- Though you don't mention it, I guess you replaced 'xxx' by your application code ...
2- This is the code of xxxTest.prg:
This instruction:
adds the procedure you mention to Set("PROCEDURE")
My best guess is that you probably have a SET PROCEDURE without ADDITIVE in between;
Otherwise cModuleInfo() and abSet class would be in scope.
HTH,
Thierry Nivelet
FoxInCloud
Hi:
I've been going through all the steps, I thought, meticulously. I've been foloowing directions from "Installing a Development FoxinCloud Application Server." I am now on Step A5 where I "DO <App folder>\xxxtest.prg."
When it his the statement:
RETURN awServerStart('xxxServerTest',m.tuFormsLaunch, m.tlHTMLcomment)
I get:
File 'cmoduleinfo.prg' does not exist
Followed by:
Cless Definition ABSET is not found
I cancel it there.
Any idea what I may be doing wrong?
TIA.
BR