#include "FiveWeb.ch"
function Main()
local oDlg, lValue := .T.
local odpick
DEFINE DIALOG oDlg TITLE "Hello FiveWeb" SIZE 600, 400
@ 120, 370 BUTTON "ok" SIZE 120, 50 OF oDlg
@ 60, 60 DTPICKER odpick OF oDlg SIZE 150 ,40
ACTIVATE DIALOG oDlg
Return nil
#include "FiveWeb.ch"
function Main()
local oDlg, oFld
DEFINE DIALOG oDlg TITLE "Using folders"
@ 10, 10 FOLDER oFld PROMPTS "One", "Two", "Three" OF oDlg SIZE 400, 300
ACTIVATE DIALOG oDlg
return nil
Server Error in Application "AVCSIS.COM.VE"
Error Summary :
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Detailed Error Information :
Module IIS Web Core
Notification MapRequestHandler
Handler CGI-exe
Error Code 0x80070002
Requested URL http://avcsis.com.ve:80/cgi-bin/turor03.exe
Physical Path e:\HostingSpaces\Albeiro\avcsis.com.ve\wwwroot\cgi-bin\turor03.exe
Logon Method Anonymous
Logon User Anonymous
http://www.mochahost.com/resellerSolutions_windows.php
i just checked your files , the admins said that the content of your CGI scripts is not an actual CGI script .You must upload the CGI script into this folder
#include "FiveWeb.ch"
memvar n
function Main()
n++ // Here we generate an error
return nil
#
# fiveweb.hbp
#
-hblib
-i${hb_curdir}/include
-i${hb_curdir}/lib
-o${hb_curdir}/lib/${hb_name}
source/classes/*.prg
source/function/*.prg
#
# $Id: hbmk.hbm
#
-i${hb_curdir}/../include
-L${hb_curdir}/../lib
-lfiveweb
-gtdef=GTSTD
-w2 -es2
// Using controls
#include "FiveWeb.ch"
function Main()
local oDlg, osay
DEFINE DIALOG oDlg TITLE "Hello FiveWeb" SIZE 600, 400
@ 240,260 SAY oSay PROMPT "Hola Mundo" OF oDlg SIZE 300, 40
@ 120, 370 BUTTON "ok" SIZE 120, 50 OF oDlg
ACTIVATE DIALOG oDlg
return nil
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 33 guests