... for NETWORK SERVICE and IIS Users. Here is the source code and output: #include "adsdbe.ch" #include "ads.ch" #include "\CLIPWEB\INCLUDE\CLIPWEB.H" #include "cdm.h" FUNCTION MAIN( cIniFile ) _TrackUpdate( cIniFile ) RETURN Void FUNCTION _TrackUpdate( cIniFile ...
Dear Antonio, I agree with you 100% because Clipweb is no longer available and does not have any support. However, in order for me to switch to FiveWeb. I would like a small sample application the does the following. 1. Uses CSS, HTML 2. Provides ...
Randal, You can use both Microsoft IIS and Apache, no problem at all. Both tested with FiveWeb :-) Sincerelly I can't understand why you focus on ClipWeb when FiveWeb is much more powerfull, open source and free... Apps generated with Harbour and FiveWeb are much more smaller and faster than those ...
Postinelli, We have been using Clipweb and IIS since Windows NT 4.0. We have not had any problems. We create an EXE with xBase++. Clipweb provided the Is2wcgi.dll, we simply copy the Is2wcgi.dll to the same EXE name created by xbase++ and ...
>>> Notapor Antonio Linares » Dom Ene 25, 2015 5:13 am Darrell, I see that each task is managed by a DLL. Do you create the DLLs using ClipWeb ? >>>> You need a file called IS2WCGI.DLL which we have renamed to CLIPWEB.DLL in this version. How to use it... Assume you have a ...
Dear Randall, This biggest issue we have is that we invested a signification amount of $$$ and time to get CGI (Clipweb) working and we have a very large customer base that likes the product so it is very difficult to simply switch to a new platform. We are hosting our applications ...
Hi Antonio, Thank you. We have already invested thousands of hours with xBase and now that we got 2.0 working with Clipweb, we only need to change DBFCDX to MS SQL. We would need to rewrite completely to work with FiveWeb and I am not sure FiveWeb is stable enough to handle over ...
... on their own server how hard is it for them to install and setup? Do you have to use IIS? Could you use Apache instead? Thanks, Randal Hi Randall, Clipweb is no longer available as far as I know. Antonio, I have tried to test. The biggest problem I have is that customers are using Windows 2008 ...
Hi Antonio, Here is batch we use to create EXE @echo OFF CLS ECHO Compiling... DEL *.OBJ DEL *.EXE call \utils\xpp190.bat xpp \clipweb\source\errorsys\errorsys.xpp /m /n /I..\..\include %2 xpp dashboard /m /n /I..\..\include %2 xpp cdm /m /n /I..\..\include %2 IF ERRORLEVEL 1 GOTO EXIT ...
Hi Antonio, No, we create an EXE using xBase++ / Clipweb. We then take a DLL provided by Clipweb then name it to the application. For example, if we create tutor01.exe then we would have a DLL name tutor01.dll. We call tutor01.dll from web browser ...
Hi Randall, Clipweb is no longer available as far as I know. Antonio, I have tried to test. The biggest problem I have is that customers are using Windows 2008 and higher with IIS 7 and higher. In order to be successful with this ...
Randal, FiveWeb and clipweb basically do the same. They translate portions of your PRGs to HTML. That simple. If you install FiveWeb as I have explained on this thread and run tutor01.exe and then inspect the HMTL source file that ...