Search found 372 matches

by damianodec
Wed Jul 08, 2020 6:19 am
Forum: mod_harbour
Topic: Manual Mercury - Listo !
Replies: 26
Views: 14830

Re: Manual Mercury - Listo !

hi Antonio,
I'm using original mod_harbour.
by damianodec
Tue Jun 23, 2020 11:50 am
Forum: mod_harbour
Topic: Manual Mercury - Listo !
Replies: 26
Views: 14830

Re: Manual Mercury - Listo !

info in modharbour samples is:
Harbour 3.2.0dev (r2004201301)
by damianodec
Mon Jun 22, 2020 8:30 am
Forum: mod_harbour
Topic: Manual Mercury - Listo !
Replies: 26
Views: 14830

Re: Manual Mercury - Listo !

hi, I get this error: Error: Unknown or unregistered symbol operation: AP_HEADERSINCOUNT called from: HB_HRBLOAD, line: 0 called from: ..\source\exec.prg, LOADHRB, line: 159 called from: ..\source\exec.prg, (b)REPLACEBLOCKS, line: 133 called from: ..\source\exec.prg, REPLACEBLOCKS, line: 133 called ...
by damianodec
Fri Jun 19, 2020 3:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DbfSqlQuery does not work
Replies: 1
Views: 410

FW_DbfSqlQuery does not work

Hi, I'm trying this code: #include "fivewin.ch" #include "xbrowse.ch" #include "hbcompat.ch" function Main()    local nAvgAge, aData, cSql    local cFolder  := "c:\fwh\samples\"    TEXT INTO cSql    SELECT A.STATE AS CODE,S.NAME AS STATENAME,A.NUM,A.AVGAGE,A.S...
by damianodec
Mon May 04, 2020 10:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: planned activity
Replies: 0
Views: 5217

planned activity

hi,
I have a .exe and it start each day at 11 p.m.
I do not want to use Windows planning utilities,
is there any way by fwh functions (timer or others...)

thanks
by damianodec
Thu Mar 05, 2020 7:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DbfSqlQuery
Replies: 3
Views: 672

Re: FW_DbfSqlQuery

thank you Mr. Rao.
but does 64bit have other problems?
Can I to use 64bit or have I return to 32bit?
thank you.
by damianodec
Wed Mar 04, 2020 3:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DbfSqlQuery
Replies: 3
Views: 672

Re: FW_DbfSqlQuery

function FW_DbfSqlQuery Return...: function FW_DbfSqlQuery( cFullPath, cSql, lExecute, lAsRecSet, lCompact )    local uRet    local cAlias, cTable := "", cFolder, nAt    local oCn, oRs    if cFullPath == nil       if !Empty( cAlias := Alias() )          cFullPath      := DBINFO( DBI_FULLPA...
by damianodec
Wed Mar 04, 2020 2:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DbfSqlQuery
Replies: 3
Views: 672

FW_DbfSqlQuery

Hi, In FWH ver 1907 this command: local cCode := 'C1234,11'' FW_DbfSqlQuery( "c:\Archivi\", "SELECT COUNT(*) FROM ( SELECT CODART FROM ORDINI WHERE CODART = '"+cCode+"')" ) returns value COUNT of cCode in ORDINI.DBF the same command with FWH 1906 returns Nil value... why?
by damianodec
Wed Mar 04, 2020 7:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT without PREVIEW
Replies: 2
Views: 538

Re: PRINT without PREVIEW

it works
thank you!
by damianodec
Tue Mar 03, 2020 4:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT without PREVIEW
Replies: 2
Views: 538

PRINT without PREVIEW

HI, when I use this code:      PRINT oPrn NAME "Cartellino finiti" PREVIEW             DEFINE FONT oFont NAME "Bahnschrift Light Condensed" SIZE 0, -18 BOLD OF oPrn         DEFINE FONT oFont2 NAME "Bahnschrift Light Condensed" SIZE 0, -26 BOLD OF oPrn          DEFINE FO...
by damianodec
Thu Feb 20, 2020 10:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: uuid.lib
Replies: 2
Views: 564

uuid.lib

hi, I have: FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 If I use .bat in samples folder to test .prg files I get my .exe. Inside build64.bat there is: echo uuid.lib      >> msvc.tmp but uuid.lib tuere is not inside folder samples or folder lib in FWH64. If I try to compile my apps that is inside c:\...
by damianodec
Mon Jan 27, 2020 4:32 pm
Forum: All products support
Topic: Mod Harbour
Replies: 11
Views: 9168

Re: Mod Harbour

hi Antonio, I restarted more than once but I get the same error. this code return cCookies is empty: local cCookies := If( hb_HHasKey( hHeadersIn, "Cookie" ), hb_hGet( hHeadersIn, "Cookie" ), "" ) and that doesn't fill hCookies   for each cCookie in aCookies       hb_HS...
by damianodec
Mon Jan 27, 2020 4:26 pm
Forum: mod_harbour
Topic: Error con XAMP en Windows...mod_harbour.so
Replies: 5
Views: 1141

Re: Error con XAMP en Windows...mod_harbour.so

thank you antonio
by damianodec
Mon Jan 27, 2020 1:50 pm
Forum: All products support
Topic: Mod Harbour
Replies: 11
Views: 9168

Re: Mod Harbour

my configuration: apache in c:\XAMPP in C:\XAMPP\HTDOCS there is modharbour_samples dir with all samples on the top of C:\xampp\apache\conf\httpd.conf Define SRVROOT "C:/xampp/apache" SetEnv LIBHARBOUR "c:\xampp\htdocs\libharbour.dll" Define SRVROOT "C:/xampp/apache" Se...
by damianodec
Mon Jan 27, 2020 1:02 pm
Forum: All products support
Topic: Mod Harbour
Replies: 11
Views: 9168

Re: Mod Harbour

hi Antonio,
thank you but in that link there is my post (the last one)...