Search found 28 matches: clipweb

Return to advanced search

Re: Harbour for the web

... 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 ...
by cdmmaui
Sun Aug 12, 2018 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour for the web
Replies: 12
Views: 4602

Re: FiveWeb

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 ...
by cdmmaui
Sun Feb 22, 2015 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb

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 ...
by Antonio Linares
Sun Feb 22, 2015 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb

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 ...
by cdmmaui
Sat Feb 21, 2015 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb

by Randal » Thu Jan 29, 2015 7:11 pm

Darrell:

Do you have to use IIS? Could you use Apache instead?

Thanks,
Randal

Randal

I use Apache
Server Software = Apache/2.2.17 (Win32)

on DBFs, DBFCDX + ClipWeb + Harbour
by postinelli
Sat Feb 21, 2015 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb

>>> 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 ...
by postinelli
Fri Feb 20, 2015 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb

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 ...
by cdmmaui
Mon Feb 09, 2015 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb

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 ...
by cdmmaui
Fri Jan 30, 2015 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb

... 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 ...
by Randal
Thu Jan 29, 2015 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb

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 ...
by cdmmaui
Sun Jan 25, 2015 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb

Hi Antonio, Here is PRG: #include "adsdbe.ch" #include "ads.ch" #include "\CLIPWEB\INCLUDE\CLIPWEB.H" #include "cdm.h" FUNCTION MAIN( cIniFile ) LOCAL oSession , ; nCnt := 0 , ; lPass := .F. , ; cUID := '' , ; cPID := '' , ; cName := ...
by cdmmaui
Sun Jan 25, 2015 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb

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 ...
by cdmmaui
Sun Jan 25, 2015 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb

Darrell,

I see that each task is managed by a DLL.

Do you create the DLLs using ClipWeb ?
by Antonio Linares
Sun Jan 25, 2015 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb

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 ...
by cdmmaui
Sat Jan 24, 2015 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb

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 ...
by Randal
Thu Jan 22, 2015 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347
Next

Return to advanced search