Search found 294 matches: pure

Return to advanced search

Re: incremental search on Xbrowse

scusa Mauri siccome mi interessa pure a me mi puoi raggiungere via mail che non ho capito bene
by Silvio.Falconi
Wed Mar 27, 2024 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 1987

Re: Convert a print to Rtf or doc

... A DOCX file is essentially a ZIP file, and inside it, there's an XML file which is, in practice, a pure text file. The problem is not just to produce a docx file but to save a print preview as editable Word file.
by Enrico Maria Giordano
Thu Nov 30, 2023 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3463

Re: Convert a print to Rtf or doc

... A DOCX file is essentially a ZIP file, and inside it, there's an XML file which is, in practice, a pure text file. Best regards, Otto ************* But if you need a modern reporting tool, then you should use HTML. Everything else currently has no ...
by Otto
Thu Nov 30, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3463

Re: Calculate total pages

nageswaragunupudi wrote:For now, we can do this test.
First let us make a few modifications to the Printer.prg:


Great idea, but the EMF that is produced here are pure binaries, no readable text inside them. What am I doing wrong?
by Enrico Maria Giordano
Mon Nov 27, 2023 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5857

Re: Testing Harbour -gc3 flag

And higher compression ratio. Please note that for EXE sizes smaller than 100 KB (like the one produced by pure C source code) the parameter -9 makes a smaller EXEs than --lzma.
by Enrico Maria Giordano
Sat Nov 18, 2023 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4329

Re: Fwh 23.10 TGet another problem

The used language is turkish, select the charset you need, does the dialog title looks fine ? This example is not using FWH. This is pure C. Can we make it look fine ? Dear Antonio, Yes, I have tried this and enough for displaying Turkish Charset.Code:TFont():nDefaultCharSet := 1but ...
by Horizon
Wed Nov 15, 2023 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54209

Re: Fwh 23.10 TGet another problem

The used language is turkish, select the charset you need, does the dialog title looks fine ?

This example is not using FWH. This is pure C. Can we make it look fine ?
by Antonio Linares
Tue Nov 14, 2023 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54209

Re: TGet():ReDefine - UTF8 encoding fails [Unsolved]

... orVARCHAR { <nMinChars>, <nMaxChars> ) Variable length Gets are implemented by FWH only. Such feature is not availabe in pure (x)Harbour. Only fixed length editing
by nageswaragunupudi
Sun Nov 12, 2023 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():ReDefine - UTF8 encoding fails [Solved]
Replies: 6
Views: 316

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

Yes, pure sql works! Without AnsiToUtf8()! Because I have completely switched from mixed ASCII-Cp850/Ansi environment to UTF8, i.e. source code (UEStudio) and database DBF/MariaDB. From now on, I no longer have to worry about ...
by frose
Fri Nov 10, 2023 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Re: Function Hb_DirExists() no permite File() ubique los archivo

... HB_DIREXISTS() Nunca trabajo(Funcionó) en xHarbour. Regards, saludos. Please, provide a sample demonstrating the problem. You can't use FWH but pure xHarbour console. Otherwise you are using the FWH modified function and not the xHarbour native one. Master Enrico, I don't use CONSOLE MODE. I'm ...
by karinha
Thu Nov 02, 2023 2:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Function Hb_DirExists() no permite File() ubique los archivo
Replies: 14
Views: 699

Re: Function Hb_DirExists() no permite File() ubique los archivo

... HB_DIREXISTS() Nunca trabajo(Funcionó) en xHarbour. Regards, saludos. Please, provide a sample demonstrating the problem. You can't use FWH but pure xHarbour console. Otherwise you are using the FWH modified function and not the xHarbour native one.
by Enrico Maria Giordano
Wed Nov 01, 2023 8:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Function Hb_DirExists() no permite File() ubique los archivo
Replies: 14
Views: 699

Re: DBF . Commit

Try the following example with or without COMMIT and with or without SET HARDCOMMIT OFF (it is a pure console example): YES This is what I was trying to submit to our learned colleagues. COMMIT or NO COMMIT SET HARDCOMMIT ON OR OFF Simply changing the data and if shared ...
by nageswaragunupudi
Sun Oct 22, 2023 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2323

Re: DBF . Commit

... Do you mean this documentation is wrong? Try the following example with or without COMMIT and with or without SET HARDCOMMIT OFF (it is a pure console example): REQUEST DBFCDXFUNCTION MAIN()    LOCAL cDbf := "MYTEST.DBF"    RDDSETDEFAULT( "DBFCDX" ...
by Enrico Maria Giordano
Sun Oct 22, 2023 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2323

Re: Convert a word file to pure txt

Programmatically Open the word file, then use the Save As method and then choose Plain Text. Now you read this text file via Memoread and do whatever you want. Another way is to read the entire text contents of a word document to a memory variable and then use it as per your requirement // Read the ...
by anserkk
Sat Oct 14, 2023 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a word file to pure txt
Replies: 1
Views: 178

Convert a word file to pure txt

Hi,

How can convert a word file to txt so i can do searches via memoread().

Thank you!
by elvira
Sat Oct 14, 2023 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a word file to pure txt
Replies: 1
Views: 178
Next

Return to advanced search