Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AFP vs. AVFP vs. eWebServ
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00734964
Message ID:
00735698
Views:
55
Many thanks for your reply on Christmas day! I appreciate work around the clock!

Interesting things you´re saying (quoted below).
1) What I´m wondering:
One of the very first things I tried is to collect the eWebServ SCXes, VCXes and PRGs in a PJX and compile it to make it standalone, but it didn´t work. The compiler says:
web.vcx errors: Unknown PAROOL and LANGINIT - Undefined
and the EXE just blinks as without a READ EVENTS.

I didn´t play around cuz I´m sure you know better how to do the PJX right with a working EXE as a result.

2) From what you´re saying (below) CODEBLCK.PRG is actually superfluous and the whole Randy Pearson effort could be replaced by a single line now?

3) I´m beginning to enjoy the charme of your VFP-only server. More so as Mirkosoft angers me with XP Home as the ONLY MS OS without ANY Web server...

Thanks a ton and welcome to the EU! ;-)
Einen schönen Heiligen Abend noch!
G

>>
No, it works in standalone exe only.
VFP 7 has EXECSCRIPT() function.
In previous versions you can use Randy Pearson CodeBlock or FoxCode class shipped with VFP.

I have found that for data intensive applications it is better to use pure VFP language, not to create html pages with foxpro code.
Create process class methods which will generate the code using response.write() or in VFP 7 use

TEXT TO Response.cOutput additive TEXTMERGE NOSHOW
<>
endtext
Use IE 5.5 with XML data islands to process data.

I have also tested a this web server also using Catalyst free Winsocket and DataWizard High-Performance SocketQ servers.<<
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform