Search found 104 matches: ortf

Return to advanced search

Re: Creating table with Trichedit

Let's begin with the last question 1. Mistakes You have an old version of richtext 2. single rtf and six files The END TABLE oRTF team closes the table, but does not close the file. Therefore you just continue to fill out the file If it is necessary - oRtf:NewPage(), and - NEW PARAGRAPH ...
by Silvio.Falconi
Mon Jan 29, 2024 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1445

Re: Creating table with Trichedit

Let's begin with the last question 1. Mistakes You have an old version of richtext 2. single rtf and six files The END TABLE oRTF team closes the table, but does not close the file. Therefore you just continue to fill out the file If it is necessary - oRtf:NewPage(), and - NEW PARAGRAPH ...
by MMK
Mon Jan 29, 2024 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1445

Re: Creating table with Trichedit

... ****************** Function RftDemo() ********************** Local anchos,j,lFormato:=.F. //Local Mas_n:={} local aTable:={} local nRow,ncol Local oRtf,aMarca, cOutFile :="Plata.RTF", Sob1 Local aFldNames:= {" Ok ", " 2", " 3", "4","5","6", ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1445

Re: Creating table with Trichedit

... ****************** Function RftDemo() ********************** Local anchos,j,lFormato:=.F. //Local Mas_n:={} local aTable:={} local nRow,ncol Local oRtf,aMarca, cOutFile :="Plata.RTF", Sob1 Local aFldNames:= {" Ok ", " 2", " 3", "4","5","6", ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1445

Re: Creating table with Trichedit

Twenty seven years ago Thomas R. Marchione wrote a class for creation rtf of files // Copyright: (C) 01/28/97 1997, Thomas R. Marchione oRTF := SetRT( cOutFile ) // Use this to write an entire paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER ...
by Silvio.Falconi
Sun Jan 28, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1445

Re: Creating table with Trichedit

Twenty seven years ago Thomas R. Marchione wrote a class for creation rtf of files // Copyright: (C) 01/28/97 1997, Thomas R. Marchione oRTF := SetRT( cOutFile ) // Use this to write an entire paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER ...
by Silvio.Falconi
Sat Jan 27, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1445

Re: Creating table with Trichedit

Twenty seven years ago Thomas R. Marchione wrote a class for creation rtf of files // Copyright: (C) 01/28/97 1997, Thomas R. Marchione oRTF := SetRT( cOutFile ) // Use this to write an entire paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER ...
by MMK
Sat Jan 27, 2024 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1445

Re: Definir font richedit5

Look commad for RICHEDT5 #command @ <nTop>, <nLeft> RICHEDIT5 [ <oRTF> VAR ] <uVar> ; [ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE ...
by cnavarro
Sun Dec 24, 2023 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 596

Re: Imprimir texto RTF en columna

... y poder controlar también el salto de hoja. También estuve probando: amargins := {120, 2480, 4251, 3500} aa := REPrint( oRTF:hWnd, ortf, oPrn:hDC, PrnGetPagNums(), PrnGetSelection(), ; PrnGetCollate(), PrnGetPages(), PrnGetCopies(), aMargins ) y funciona bien, controla ...
by jpcavagnaro
Fri Mar 03, 2023 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Imprimir texto RTF en columna
Replies: 3
Views: 458

Re: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5

Antonio Linares wrote:Fernando,

Antes de hacer esas tres llamadas haz lo siguiente:

oRtf:SelectAll()


Estimado Antonio:

Probé su sugerencia y por ahí algunas más, buscando los métodos que tiene la clase, pero al momento no hay solución.

Saludos

Fernando Espinoza A.
by nanoespinoza
Sun Jan 01, 2023 9:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5
Replies: 25
Views: 1691

Re: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5

Fernando,

Antes de hacer esas tres llamadas haz lo siguiente:

oRtf:SelectAll()
by Antonio Linares
Sun Jan 01, 2023 7:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5
Replies: 25
Views: 1691

recuperar texto desde richedit

Hola, estoy pasanto una variable al richedit ACTIVATE WINDOW oWndR on init oRTF:SetText( crtf )
Funciona perfecto, una ves que termine de modificar el texto como hago para recuperarlo en la variable.

Saludos
Jorge
by jpcavagnaro
Sat Dec 31, 2022 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: recuperar texto desde richedit
Replies: 5
Views: 407

Re: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5

Fernando, Has probado asi ? ( oRtf:SetLangOptions( .T. ), oRtf:SetLangOptions( .F. ), oRtf:SetLangOptions( .T. ) ) desde el ON INIT del dialogo ? Estimado Antonio: n Su propuesta resuelve el problema, colocando esa repetición en el ON INIT ...
by nanoespinoza
Fri Dec 30, 2022 11:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5
Replies: 25
Views: 1691

Re: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5

Fernando,

Has probado asi ?

( oRtf:SetLangOptions( .T. ), oRtf:SetLangOptions( .F. ), oRtf:SetLangOptions( .T. ) ) desde el ON INIT del dialogo ?
by Antonio Linares
Fri Dec 30, 2022 8:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5
Replies: 25
Views: 1691

Re: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5

... o hace correcciones automáticas, como eliminar letras repetidas, sucede que esta característica no se activa de entrada al abrir el Control. Uso: oRtf:SetLangOptions( .T. ) desde el ON INIT del dialogo para activar esta caractrística, al abrir el menú contextual con el botón derecho del ratón, ...
by nanoespinoza
Thu Dec 29, 2022 4:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5
Replies: 25
Views: 1691
Next

Return to advanced search