Search found 1655 matches: memo

Return to advanced search

Re: Cambiar ALT+INTRO de Excel a Intro en campo memo.SOLUCIONADO

A mi me ha funcionado poniendo así:

vconcepto:=strtran(alltrim(oHoja:Cells( nrow, 5 ):Value),chr(10),CRLF)

Espero que le sirva a quien lo necesite.

Un saludo
by Garbi
Mon Apr 22, 2024 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar ALT+INTRO de Excel a Intro en campo memo.SOLUCIONADO
Replies: 2
Views: 73

Cambiar ALT+INTRO de Excel a Intro en campo memo.SOLUCIONADO

... formación de roza perimetral en las paredes del perímetro para embutir la impermeabilización." y al pasarlo de la siguiente mamera a un campo memo en el fichero dbf lo hace obviando el intro (ALT+INTRO) vconcepto:=alltrim(oHoja:Cells( nrow, 5 ):Value) y queda así: "RETIRADA DE PAVIMENTO. ...
by Garbi
Mon Apr 22, 2024 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar ALT+INTRO de Excel a Intro en campo memo.SOLUCIONADO
Replies: 2
Views: 73

Multiget con color cuando esta deshabilitado

... IIf( !oGet:lActive, { CLR_BLUE, CLR_SOFTYELLOW }, { CLR_BLACK, CLR_WHITE } ) ) }  pero para los multiget (memo gets) no es posible. (en igual forma los combobox) existe alguna manera de hacerlo?
by carlos vargas
Sun Apr 14, 2024 6:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Multiget con color cuando esta deshabilitado
Replies: 16
Views: 445

Re: WebView resize

Hello friends, I tried to map the FiveWin components Splitter, TEXplorerBar, Buttons, Panels, and TSay, Memo to a WebView2 embedded application: Best regards, Otto SPLITTER: While there's no direct HTML equivalent for a splitter, you can create a resizable split view using ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2101

Re: Cursor position in a get memo

oMGet:GetRow()
oMGet:GetCol()
by Antonio Linares
Sat Mar 09, 2024 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cursor position in a get memo
Replies: 2
Views: 152

Re: Cursor position in a get memo

Hola, prueba esto:        REDEFINE GET oObs ;                VAR cObs MEMO ;                ID 119 OF oDlg                oObs:bGotFocus = { || ...
by Willi Quintana
Fri Mar 08, 2024 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cursor position in a get memo
Replies: 2
Views: 152

Cursor position in a get memo

how can I get the cursor position in a "get memo"?

ex:

xxxxx
yyyyy|(CURSOR POSITION)

oGet:GetCol() return 6

the correct one would be 11
by MGA
Fri Mar 08, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cursor position in a get memo
Replies: 2
Views: 152

Re: Create a Panel width a text

hi Silvio, As i told you i prefer use Say and not get i have use GET while i had Problem with FW_SayText() and (extra) PANEL :!: GET use MEMO READONLY NO SCROLL but you can use SAY or RTF too --- when Edit Item and copy / paste those 2 Lines, save 4 x Lines, it still display 2 Lines but using ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3192

Re: Create a Panel width a text

hi Silvio, As i told you i prefer use Say and not get i have use GET while i had Problem with FW_SayText() and (extra) PANEL :!: GET use MEMO READONLY NO SCROLL but you can use SAY or RTF too --- when Edit Item and copy / paste those 2 Lines, save 4 x Lines, it still display 2 Lines but using ...
by Jimmy
Sat Feb 24, 2024 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3192

Re: Create a Panel width a text

... using more Lines oPanel2 "grow" but Position of oPanel3 are same so it will "override" --- i have modify you Sample, using MEMO/READONLY/NOSCROLL instead of (extra) PANEL, which work for me so far it will "resize" oPanel2 and "reposition" oPanel3 only ...
by Silvio.Falconi
Sat Feb 24, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3192

Re: Create a Panel width a text

... using more Lines oPanel2 "grow" but Position of oPanel3 are same so it will "override" --- i have modify you Sample, using MEMO/READONLY/NOSCROLL instead of (extra) PANEL, which work for me so far it will "resize" oPanel2 and "reposition" oPanel3 only ...
by Jimmy
Sat Feb 24, 2024 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3192

Impresion de texto rtf

Muy buenas, Tengo la maquinaria funcionando para imprimir memos, con ajustes, distribucion de lineas, etc Lo que no sé si darle "colorido" al asunto, quedaría mucho mejor, y permitir al usuario que escriba rtf en vez de memos ¿ Como lo ven vds. ...
by paquitohm
Fri Feb 16, 2024 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresion de texto rtf
Replies: 2
Views: 180

Re: erase files

carlos vargas wrote:Recordar que existe una función llamada hb_dbdrop la cual elimina la tabla y sus archivos de índices y memo fil asociados.

gracias, tienes las características y parámetros de esta función? sin embargo ahora parece estar bien con "ferase"
by Silvio.Falconi
Wed Jan 24, 2024 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1544

Re: erase files

Recordar que existe una función llamada hb_dbdrop la cual elimina la tabla y sus archivos de índices y memo file asociados.
hb_dbDrop([<cTable>],[<cIndex>])->Nil
by carlos vargas
Wed Jan 24, 2024 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1544
Next

Return to advanced search