Search found 1657 matches: memo

Return to advanced search

Re: Marcar Contenido de 1 GET

Gracias Joao!!!
Pero no me funciona.
lo mio es un get comun, no multiline ni memo.
gracias igual.
by José Camilo
Sat May 25, 2024 6:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Marcar Contenido de 1 GET
Replies: 9
Views: 252

Re: Detectar slato de línea en una variable.

... Útil per poder justificar amb tipus de lletra proporcional. És igual al METHOD AnchoMayor( cText,oFont ) de UTILPRN.PRG * Canviat nom de METHOD MEMO (original de la clase) a METHOD MEMO_20011212 + Afegit nou METHOD MEMO per indicar si es vol justificar el text i l'amplada en centímetres. * El ...
by FiveWiDi
Mon May 13, 2024 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar slato de línea en una variable.
Replies: 5
Views: 294

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: 130

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: 130

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: 756

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: 2227

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: 182

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: 182

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: 182

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: 3441

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: 3441

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: 3441

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: 3441

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: 192
Next

Return to advanced search