Antonio, en localhost me funciona perfecto, tengo un hosting linux y quiero comprobar si funciona, alguien tiene un samples construido para linux ?
Buen trabajo Antonio
Un saludo
Antonio, en localhost me funciona perfecto, tengo un hosting linux y quiero comprobar si funciona, alguien tiene un samples construido para linux ?
Buen trabajo Antonio
Un saludo
#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
Antonio, los samples que vienen en el zip estan construidos para windows ? en el hosting de linux no funciona, pero en windows si.
Un saludo
#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聽 Anonymoushttp://www.mochahost.com/resellerSolutions_windows.phpi 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 folderAlbeiro,
Si me envias por email tu login y contrase帽a al hosting lo comprobar茅 personalmente para ver que ocurre, luego puedes cambiar la contrase帽a y listo ![]()
Antonio,
Informacion enviada a tu correo, gracias
Saludos,
#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 -es2Saludos Antonio
FiveWeb tambien se podra compilar con xHb al igual que FiveWin, o solo trabajara con Hb (seria ideal si mantiene la compatibilidad con ambos, como FWH hasta ahora)
// 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 nilPere,
Muchas gracias! ![]()
Enrique,
Si, se puede usar xHarbour sin problemas. En nuestro desarrollo solo estamos usando Harbour por simplificar.