Richedit difference between wordpad to FW

Richedit difference between wordpad to FW

Postby Maurizio » Thu Apr 21, 2016 3:53 pm

Hello ,

I have some problem with RichEdit

This is open with WordPad

Image

This with FW
Image

Regards
Maurizio
Last edited by Maurizio on Mon Apr 25, 2016 3:11 pm, edited 1 time in total.
User avatar
Maurizio
 
Posts: 798
Joined: Mon Oct 10, 2005 1:29 pm

Re: Richedit difference between wordpad to excel

Postby Silvio.Falconi » Fri Apr 22, 2016 11:21 am

what is RichPad?
do you have build a woirdpad with richedit class ? ( memoedit ?)

Sorry on fw I not found commend to create tables into richedit class
do you have this commands or funcs ?

for the error
do you try to insert the text into variables ?

We need a function to converte RTF to EXCEL, RTF to Html, RTF to Word
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6840
Joined: Thu Oct 18, 2012 7:17 pm

Re: Richedit difference between wordpad to excel

Postby Antonio Linares » Sat Apr 23, 2016 12:05 am

Maurizio,

It seems as the CRLFs are not properly painted

its late now, tomorrow I will have a look at it
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41373
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Richedit difference between wordpad to FW

Postby Maurizio » Tue May 03, 2016 10:16 am

Antonio,
you had the opportunity to check it ? :D
Maurizio
User avatar
Maurizio
 
Posts: 798
Joined: Mon Oct 10, 2005 1:29 pm

Re: Richedit difference between wordpad to FW

Postby Antonio Linares » Tue May 03, 2016 10:41 am

Maurizio,

Not yet,

thanks for the reminder

I am checking it
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41373
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Richedit difference between wordpad to FW

Postby Antonio Linares » Tue May 03, 2016 11:02 am

Maurizio,

Please provide me that document to review it, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41373
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Richedit difference between wordpad to FW

Postby Maurizio » Tue May 03, 2016 1:48 pm

Antonio,
sent
Maurizio
www.nipeservice.com
User avatar
Maurizio
 
Posts: 798
Joined: Mon Oct 10, 2005 1:29 pm

Re: Richedit difference between wordpad to FW

Postby Antonio Linares » Tue May 03, 2016 5:02 pm

Mauizio,

With FWH 16.04 (to be published in a few days) it looks fine:

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41373
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Richedit difference between wordpad to FW

Postby Silvio.Falconi » Tue May 03, 2016 7:16 pm

Nice.
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6840
Joined: Thu Oct 18, 2012 7:17 pm

Re: Richedit difference between wordpad to FW

Postby Maurizio » Wed May 04, 2016 6:43 am

Antonio ,
thanks :wink:
Maurizio
www.nipeservice.com
User avatar
Maurizio
 
Posts: 798
Joined: Mon Oct 10, 2005 1:29 pm

Re: Richedit difference between wordpad to FW

Postby cnavarro » Wed May 04, 2016 11:05 am

* CLASS TRichEdit
---------------
New:

Now use "Msftedit.dll" and "RichEdit50W"

1) METHOD ReplaceAll

2) METHOD MayMin() // Convert UpperCase -> LowerCase

3) METHOD MinMay() // Convert LowerCase -> UpperCase

4) METHOD InvMinMay() // Invert Lower -> Upper and Upper -> Lower

5) METHOD InsertTable()
Insert table and dialog configuration table
6) METHOD IsRTF() // if any file is RTF or not

7) METHOD SetSubInd( lOnOff )

8) METHOD SetSuperInd( lOnOff )

9) METHOD GetParaFormat( lInfo )

10) METHOD SetParaFormat( , nAlignment, nNumbering, nNumberingStyle, nNumberingStart, ndOffset, ndLineSpacing, ndStartIndent )

Enhancement: set / get subscript and superscript font

Enhancement: set / get hyperlink and detect format in text selected

Updated sample Testrtf.prg and testrtf.rc

11) METHOD InsertObject( cFile )

Now Control TRichEdit, also Insert others Objects
Image
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6501
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Richedit difference between wordpad to FW

Postby Silvio.Falconi » Wed May 04, 2016 12:06 pm

Right. But perhaps there are other we can insert on trichedit class
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6840
Joined: Thu Oct 18, 2012 7:17 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 34 guests