Search found 925 matches
- Wed Feb 24, 2021 9:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How read lines of word doc
- Replies: 6
- Views: 6844
Re: How read lines of word doc
very useful
- Thu Jan 14, 2021 12:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Previously opened Excel / Word files.
- Replies: 2
- Views: 1176
Re: Previously opened Excel / Word files.
simply try to open in exclusive mode before
#include "FileIO.ch"
FUNCTION MAIN( cFile )
LOCAL nHandle
nHandle := FOPEN( cFile , FO_EXCLUSIVE )
IF nHandle = -1
? "Error" , FERROR()
ELSE
? "nHandle" , nHandle
FCLOSE( nHandle )
ENDIF
RETURN NIL
#include "FileIO.ch"
FUNCTION MAIN( cFile )
LOCAL nHandle
nHandle := FOPEN( cFile , FO_EXCLUSIVE )
IF nHandle = -1
? "Error" , FERROR()
ELSE
? "nHandle" , nHandle
FCLOSE( nHandle )
ENDIF
RETURN NIL
- Sat Dec 26, 2020 4:02 pm
- Forum: Off Topic / Otros temas
- Topic: FELIZ NAVIDAD
- Replies: 5
- Views: 4440
Re: FELIZ NAVIDAD
Feliz Navidad!
- Thu Dec 17, 2020 11:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Peer to Peer, NAS and NTX -> CDX
- Replies: 41
- Views: 13012
Re: Peer to Peer, NAS and NTX -> CDX
Mark,
can you test your line speed?
this is a screenshot
can you test your line speed?
this is a screenshot
- Fri Dec 11, 2020 3:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT: Winter
- Replies: 3
- Views: 1357
Re: OT: Winter
that's amazing Otto!
- Thu Dec 03, 2020 2:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: EMAGDBU in English (EMG)
- Replies: 3
- Views: 1500
Re: EMAGDBU in English (EMG)
Nice idea
- Sun Nov 01, 2020 9:10 am
- Forum: All products support
- Topic: Fatturazione Elettronica
- Replies: 91
- Views: 36812
Re: Fatturazione Elettronica
Grazie Massimo,
inizieremo da domani con il TD24 poi per quanto riguarda la "natura" abbiamo capito che le inseriremo man mano quando i clienti ce le mandano. Unoi ha espressamente scritto da "Gennaio" non prima.
Buona domenica
marco
inizieremo da domani con il TD24 poi per quanto riguarda la "natura" abbiamo capito che le inseriremo man mano quando i clienti ce le mandano. Unoi ha espressamente scritto da "Gennaio" non prima.
Buona domenica
marco
- Tue Oct 27, 2020 1:47 pm
- Forum: All products support
- Topic: Fatturazione Elettronica
- Replies: 91
- Views: 36812
Re: Fatturazione Elettronica
Ciao a tutti!
Se volessi iniziare a spedire le nuove fatture con le nuove specifiche tecniche operative del SdI Versione 1.6.1
devo mettere qualcosa nell'intestazione?
Leggendo le fatture ricevute come faccio a distinguere quelle che già adottano questa nuova versione?
Grazie
marco
Se volessi iniziare a spedire le nuove fatture con le nuove specifiche tecniche operative del SdI Versione 1.6.1
devo mettere qualcosa nell'intestazione?
Leggendo le fatture ricevute come faccio a distinguere quelle che già adottano questa nuova versione?
Grazie
marco
- Mon Oct 26, 2020 9:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: WINHOTEL QR
- Replies: 2
- Views: 1073
Re: WINHOTEL QR
TOP CLASS!
- Mon Sep 28, 2020 11:17 am
- Forum: All products support
- Topic: Fatturazione Elettronica
- Replies: 91
- Views: 36812
Re: Fatturazione Elettronica
Grazie!
- Mon Sep 28, 2020 8:38 am
- Forum: All products support
- Topic: Fatturazione Elettronica
- Replies: 91
- Views: 36812
Re: Fatturazione Elettronica 1 ottobre 2020
Ciao a tutti leggendo la documentazione della versione 1.6.1 vedo che ci sono due formati 1 - fattura ordinaria 2 - fattura semplificata leggendo le fatture passive devo preoccuparmi se una fattura sia con formato 1 o 2 o è trasparente? Mi spiego meglio: come faccio a riconoscere se una fattura sia ...
- Fri Sep 25, 2020 3:26 pm
- Forum: All products support
- Topic: Lentezza di xBrowse
- Replies: 4
- Views: 3547
Re: Lentezza di xBrowse
Very Good!
- Wed Sep 09, 2020 2:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: very slow sample program xbrbckg1.prg
- Replies: 14
- Views: 3247
Re: very slow sample program xbrbckg1.prg
Thank You Mr Rao
- Tue Jul 21, 2020 6:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: just married
- Replies: 24
- Views: 26380
Re: just married
Congratulations
- Mon Jun 15, 2020 12:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse old version (2015) oCol:bToolTip
- Replies: 2
- Views: 1018
Re: xbrowse old version (2015) oCol:bToolTip
ThankYou Mark
I hope this works out
oCol:bToolTip := { |oBrw,nRow,nCol| If( oBrw:nArrayAt <= Len( aIncident[ 1 ] ), aIncident[ 1 , oBrw:MouseRowPos( nRow ) ], "" ) }
many thanks
I hope this works out
oCol:bToolTip := { |oBrw,nRow,nCol| If( oBrw:nArrayAt <= Len( aIncident[ 1 ] ), aIncident[ 1 , oBrw:MouseRowPos( nRow ) ], "" ) }
many thanks