Search found 380 matches: editable

Return to advanced search

Re: Centrar texto VERTICALMENTE

... and saves as PDF. pros: Good quality and medium size pdfs cons: (1) Does not support rotated text and (2) pdf document is an image and not editable. 2. Using FWH's own PDF generator.(written many years ago) If MSWord is not installed, this is the default. We can also force this by setting ...
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 474

Re: incremental search on Xbrowse

Are you trying incrseek when either the focus is on an editable setcheck column or when you have a multisel column ? Please try this change         if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. ;                     oCol:hChecked ...
by Silvio.Falconi
Wed Mar 27, 2024 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2006

Re: incremental search on Xbrowse

Are you trying incrseek when either the focus is on an editable setcheck column or when you have a multisel column ? Please try this change         if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. ;    ...
by nageswaragunupudi
Tue Mar 26, 2024 3:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2006

Re: Convert a print to Rtf or doc

Same way as we can generate editable pdf documents using TPrinter():lUseHaruPDF, we wanted to provide generation of editable Word Docx also. But the work is incomplete. We will soon provide this feature.

Till then one can consider using TWord class that is available free to generate word document.
by nageswaragunupudi
Thu Nov 30, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Convert a print to Rtf or doc

Ok. You have a normal FWH print preview. You can save the preview to Word but the result is not editable (it is a series of images). How to get an editable Word result instead?
by Enrico Maria Giordano
Thu Nov 30, 2023 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Convert a print to Rtf or doc

... 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: 3467

Re: Convert a print to Rtf or doc

EMG,
that's right I need an editable document, Thank you to have specified the question.
Thinking that the program creates an Rtf in a easy way maybe it's simple also for us (for you :lol: )
by MarcoBoschi
Thu Nov 30, 2023 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: need Help with oBro:bSeek

... and incremental seek/filter works just like any other datasource. Inline Cell Edit: Pressing Enter key starts inline cell edit, if the cell is editable. [A reason why we should not disturb the internal behavior of XBrowse by assigning different actions to common keys using bKeyDown] When FASTEDIT ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

Xbrowse, FastEdit y xBrw:Edit() RESUELTO

... EDITAR" que permita la edición en línea del xbrowse y también hacerlo en formulario a través de oBrw:Edit() No logro que sea un browse editable pese a que me aseguré de que la cláusula oBrw:nEditTypes := EDIT_GET estuviera. No puedo editar en línea ni tampoco hacerlo con el oBrw:Edit. ...
by jose_murugosa
Mon Jul 17, 2023 7:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, FastEdit y xBrw:Edit() RESUELTO
Replies: 7
Views: 320

Re: FWH new AutoHelp feature !!!

... al respecto de ese dato que debe informar, es decir escribir su propia ayuda. Eso lo tengo puesto en una MDI con 2 controles Richedit, uno no editable y el otro si. Es solo una sugerencia. Muchas gracias,
by FiveWiDi
Thu Jul 13, 2023 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH new AutoHelp feature !!!
Replies: 14
Views: 778

Re: Una mas de TXBrowse

Hola Mario:

Te agradezco el código, voy a intentar adaptarlo a mis necesidades aunque de entrada
veo una diferencia, mi columna IMPORTE no es editable, es el resultado de multiplicar
la columna CANTIDAD por la columna UNITARIO, pero lo voy a intentar.

Saludos
by Armando
Fri Mar 31, 2023 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una mas de TXBrowse
Replies: 7
Views: 635

Una mas de TXBrowse

...           WITH OBJECT :Importe               :nFooterType   := AGGR_SUM            END            :MakeTotals()  La columna importe no es editable, debe ser calculada multiplicando la columna Cantidad por la columna Unitario y necesito obtener la suma de la columna importe, solo las columnas ...
by Armando
Fri Mar 31, 2023 3:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una mas de TXBrowse
Replies: 7
Views: 635

Re: lReadOnly combobox

ReadOnly
oCom:Disable()
or Editable
oCom:Enable()
?
by cmsoft
Sat Mar 04, 2023 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lReadOnly combobox
Replies: 1
Views: 148

Re: Mover con las flechas solo a columnas EDIT en xBrowse

Buenos dias

Yo lo hago de la siguiente manera :

Si por ejemplo, tengo un browse de 3 columnas donde la 2ª columna no es editable.
Despues de editar la 1ª le digo que salte a la 3ª

oBrw:aCols[1]:bOnPostEdit := { || oBrw:SelectCol(3) }


Saludos
by JESUS MARIN
Sat Nov 19, 2022 8:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mover con las flechas solo a columnas EDIT en xBrowse
Replies: 5
Views: 323

Cambiar color a celda xbrowse segun condicion

Estoy intentando cambiar el color de una celda en un xbrowse según una condición. También le cambio si es editable o no y el texto que muestra, esto último logro hacerlo, pero no el cambio de color aData := {{1,"Articulo 1",10,12},{2,"Articulo ...
by cmsoft
Mon Sep 26, 2022 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar color a celda xbrowse segun condicion
Replies: 8
Views: 438
Next

Return to advanced search