How ?
oFile := TTxtFile():New( cFileName ) << File is Unix Code or UTF-8 not BOM
Do While !oFile:Eof()
cLine := oFile:ReadLine() // << here is the problem
? cLine
oFile:Skip()
Enddo
Search found 140 matches
- Sat Feb 16, 2019 12:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TXT Unix To Dos
- Replies: 4
- Views: 804
- Fri Feb 15, 2019 4:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TXT Unix To Dos
- Replies: 4
- Views: 804
TXT Unix To Dos
Hello friends,
I get a TXT file in UNIX format, how to open it to read the file in the DOS format by Fivewin, I tried with ttxtfile, more does not have the lines breaks
Is there any way to read the file?
I'll be waiting.
I get a TXT file in UNIX format, how to open it to read the file in the DOS format by Fivewin, I tried with ttxtfile, more does not have the lines breaks
Is there any way to read the file?
I'll be waiting.
- Tue Sep 18, 2018 1:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse 16.04 : bPaintHeader, bPaintFooter, bPaintRow
- Replies: 15
- Views: 5081
Re: XBrowse 16.04 : bPaintHeader, bPaintFooter, bPaintRow
Good morning to all
Mr. Nages it is possible to highlight the summation of a determidado period.
For example, the BPaintRow, show the summation of a given year or month.
I don't know if I was very specific.
I'm waiting.
Mr. Nages it is possible to highlight the summation of a determidado period.
For example, the BPaintRow, show the summation of a given year or month.
I don't know if I was very specific.
I'm waiting.
- Fri Jul 20, 2018 6:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using C# (and .NET) from FWH
- Replies: 15
- Views: 3970
Re: Using C# (and .NET) from FWH
Hello, friends
is it possible to use the FAST-REPORT.NET in this case?
I'm hanging on
is it possible to use the FAST-REPORT.NET in this case?
I'm hanging on
- Thu Sep 14, 2017 5:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32 Does not appear Network Driver (SOLVED)
- Replies: 13
- Views: 2813
Re: cGetFile32 Does not appear Network Driver
Ola tiao O meu MANIFEST ficou da seguinte forma, e resolveu o meu problema. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <compatibility xmlns="urn:schemas-mic...
- Thu Sep 14, 2017 3:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32 Does not appear Network Driver (SOLVED)
- Replies: 13
- Views: 2813
Re: cGetFile32 Does not appear Network Driver
Ola, Bom dia amigos A Solução encontrada foi a retirada as linhas abaixo no arquivo MANIFEST. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> <requestedExecutionLevel level="highestAvailable"...
- Wed Sep 13, 2017 4:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32 Does not appear Network Driver (SOLVED)
- Replies: 13
- Views: 2813
Re: cGetFile32 Does not appear Network Driver
Ola, Bom dia Tiao
Você tem alguma pista de como fazer isso, pois notei que nos clientes realmente aparece um simbolo do escudo do administrador, mais não sei como tirar isso.
Fico no aguardo.
Você tem alguma pista de como fazer isso, pois notei que nos clientes realmente aparece um simbolo do escudo do administrador, mais não sei como tirar isso.
Fico no aguardo.
- Tue Sep 12, 2017 4:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32 Does not appear Network Driver (SOLVED)
- Replies: 13
- Views: 2813
Re: cGetFile32 Does not appear Network Driver
Ola, amigos bom dia Realmente preciso de ajuda nestas funções apresentadas. Fiz um teste em um cliente onde tem mais de 50 computadores e todos são Win 10, e mesmo usando a FASTREPORT para exportar, tambem nao aparece os drivers mapeados. Fiz um teste em um software que é em java e quando vou import...
- Mon Sep 11, 2017 7:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32 Does not appear Network Driver (SOLVED)
- Replies: 13
- Views: 2813
Re: cGetFile32 Does not appear Network Driver
Ola, Kapi Tentei de varias formas até colocando assim #DEFINE GETF_ONLYSERVER 0 #DEFINE GETF_OVERWRITEPROMPT 1 #DEFINE GETF_MULTISELECT 2 #DEFINE GETF_NOCHANGEDIR 4 #DEFINE GETF_LOCALFLOPPY 8 #DEFINE GETF_LOCALHARD 16 #DEFINE GETF_NETWORKDRIVE 32 #DEFINE GETF_SHAREAWARE 64 #DEFINE GETF_RETDIRECTORY ...
- Mon Sep 11, 2017 2:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32 Does not appear Network Driver (SOLVED)
- Replies: 13
- Views: 2813
Re: cGetFile32 Does not appear Network Driver
Ola, Bom dia kapi Creio que não, pois o sistema não apresenta nenhum outro tipo de anomalia. Creio que deva ter mudado algo na API do Windows 10. TRADUKKA Hello, good morning kapi I think not, because the system does not present any other type of problem. I think it should have changed something in ...
- Fri Sep 08, 2017 6:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32 Does not appear Network Driver (SOLVED)
- Replies: 13
- Views: 2813
cGetFile32 Does not appear Network Driver (SOLVED)
Hello, friends
the cGetFile32 or cGetDir32 function is not showing network mappings, which may be wrong.
occurs only on windows 10
in the winsows 7 this normal.
cFile := cGetFile( "Arquivo NFe (*.xml) | *.xml","Selecione um Arquivo" )
I'm standing by.
the cGetFile32 or cGetDir32 function is not showing network mappings, which may be wrong.
occurs only on windows 10
in the winsows 7 this normal.
cFile := cGetFile( "Arquivo NFe (*.xml) | *.xml","Selecione um Arquivo" )
I'm standing by.
- Tue Jun 06, 2017 5:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio: Num2Word.prg
- Replies: 17
- Views: 3276
Re: Antonio: Num2Word.prg
Ola... Boa tarde Vilian, creio que esteja faltando uma variável do tipo ------------------100-------200------------300----------400------------500-------------600-------------700------------800---------900 aCentenas := { "Cem", "Duzentos","Trezentos","Quatrocentos&...
- Sat Mar 25, 2017 12:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWMARIADB 17.03 Fast Loading/Browsing Very Large Tables
- Replies: 19
- Views: 4001
Re: FWMARIADB 17.03 Fast Loading/Browsing Very Large Tables
Hello, friends
I'm very interested in PostGreSql, including can collaborate in the development.
I'm standing by.
I'm very interested in PostGreSql, including can collaborate in the development.
I'm standing by.
- Mon Jul 28, 2014 2:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Rebuild FiveHX.LIB with new XHARBOUR
- Replies: 14
- Views: 3528
Re: Rebuild FiveHX.LIB with new XHARBOUR
Hello Friend antonio
Thank you very much for your assistance, I will be ready on standby of new FWH 14.07
Thank you very much for your assistance, I will be ready on standby of new FWH 14.07
- Sun Jul 27, 2014 2:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Rebuild FiveHX.LIB with new XHARBOUR
- Replies: 14
- Views: 3528
Re: Rebuild FiveHX.LIB with new XHARBOUR
By Tradukka Hello Friend Antonio Actually what I need is the LIBs of 14.06 FiveWin compiled with the latest SVN XH.ORG, because according to LUIZ CULIK ira solve the problem, more if this is not possible, it will be an immense pleasure to be talking with you personally via TeamViewer can also have ...