Search found 372 matches

by damianodec
Wed Oct 16, 2019 7:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: exe windows on tablet
Replies: 5
Views: 971

exe windows on tablet

Hi,
I'd like to run my .exe (FWH 64) on tablet android (or others tablet), is it possible?
Can you help me?

thank you
by damianodec
Wed Oct 09, 2019 12:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Linking by Microsoft (R) C/C++
Replies: 3
Views: 631

Re: Linking by Microsoft (R) C/C++

Hi Antonino,
yes there are non static function defined multiple time in the program
by damianodec
Wed Oct 09, 2019 10:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: Linking by Microsoft (R) C/C++
Replies: 3
Views: 631

Linking by Microsoft (R) C/C++

Hi, I'm linking by "Microsoft (R) C/C++ Optimizing Compiler versione 19.23.28105.4 per x64". I get this message: progr.exe : warning LNK4088: immagine generata grazie all'opzione /FORCE; l'immagine potrebbe non essere eseguita * Application successfully built * what does mean warning LNK40...
by damianodec
Wed Oct 09, 2019 10:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: error FW_OpenAdoConnection SOLVED
Replies: 1
Views: 386

Re: error FW_OpenAdoConnection

I Solved.
reinstalled all components of "Client Access" and now works.
by damianodec
Tue Oct 08, 2019 2:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: error FW_OpenAdoConnection SOLVED
Replies: 1
Views: 386

error FW_OpenAdoConnection SOLVED

hi, I'm converting my .prg from FHW(17.09) + xHarbour to FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 this code (Ado fo DB2 AS400): #include "FiveWin.ch" //----------------------------------------------------------------------------// function main() local oCn LOCAL Connessione := "Pro...
by damianodec
Thu Sep 19, 2019 8:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse with double row
Replies: 3
Views: 1334

Re: xbrowse with double row

thank you,
when I return to the office I will try.
by damianodec
Tue Sep 17, 2019 12:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse with double row
Replies: 3
Views: 1334

xbrowse with double row

hi,
I have a table with these fields:
CLIENTE, ARTICOLO, PREFISSO, ORDINE, DATA , QUANTITA
and I would like to get this xbrowse:
Image

any help?

thanks
by damianodec
Fri Sep 06, 2019 12:44 pm
Forum: All products support
Topic: Mod Harbour
Replies: 11
Views: 9168

Re: Mod Harbour

ok Massimo, grazie, farò un giro per apprendere di più.
Ancora grazie e se ho bisogno ti chiederò ancora.
Saluti.
Damiano
by damianodec
Thu Sep 05, 2019 7:46 am
Forum: All products support
Topic: Mod Harbour
Replies: 11
Views: 9168

Re: Mod Harbour

salve, mi accodo anche io a questa richiesta. Ho installato apache,e ho fatto i vari test prg e funzionano perfettamente. Sui forum inglese e spagnolo ci sono post sparsi qua e la e non riesco a capire cosa installare altro per un buon sviluppo Mod Harbour. Bisogna imparare anche il php? bisogna int...
by damianodec
Thu Aug 08, 2019 10:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DbfToExcel() problem
Replies: 5
Views: 923

Re: FW_DbfToExcel() problem

hi,
I changed dbffunc2.prg from:

Code: Select all

AEval( DbStruct(), { |a| cFieldList += "," + a[ 1 ] } )
to:

Code: Select all

AEval( DbStruct(), { |a| cFieldList += "," + if(a[2]= "C","Alltrim("+a[ 1 ]+")",a[ 1 ]) } )
and now I have Alltrim for all char fields.
by damianodec
Thu Aug 08, 2019 10:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 9754

Re: mod_harbour what to install

thank you Otto. Hi, I have the same problem here: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37392&p=223791&hilit=c%3A%5CApache24%5Chtdocs%5Clibharbour.dll#p223791 I created c:\Apache24\htdocs and put inside libharbour.dll but how can I to solve it without c:\Apache24\htdocs? ...
by damianodec
Wed Aug 07, 2019 7:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 9754

Re: mod_harbour what to install

thank you cnavarro.
what is the substantial difference between apache and xampp?
by damianodec
Wed Aug 07, 2019 7:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 9754

Re: mod_harbour what to install

hallo,
can you provide me a secure link for apache download?
thanks
by damianodec
Tue Aug 06, 2019 1:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DbfToExcel() problem
Replies: 5
Views: 923

Re: FW_DbfToExcel() problem

hi Mr. Rao
field ARTICOLO is 15 char len and FW_DbfToExcel() exports that field in column A without RTRIM blanks but with blanks until 15th character:
"0009533597 " and not "0009533597"
how can I to solve it inside function?
thank you