Search found 491 matches: multiline

Return to advanced search

Re: Alenear o centrar el contenido de un GET

karinha wrote:Lo siento José, no recuerdo haber visto nada parecido a lo que quieres.

Regards, saludos

Saludos, revise los oGET normal y multiline y no hay como centrar verticalmente, solo horizontal, saludos... :shock:
by joseluisysturiz
Wed Feb 14, 2024 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alenear o centrar el contenido de un GET
Replies: 6
Views: 301

Re: How does mod harbour work

... the "?" in this context, because the code-example doesnt seem to work. what is working <?prgreturn "test4"?> but not multiline <?prgreturn "test4"return "test5"?> Thank you a lot in advance and kind regards Ruth Dear Ruth, Instead of doing: ...
by Antonio Linares
Mon Jan 15, 2024 12:33 pm
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1189

Re: How does mod harbour work

... the "?" in this context, because the code-example doesnt seem to work. what is working <?prgreturn "test4"?> but not multiline <?prgreturn "test4"return "test5"?> Thank you a lot in advance and kind regards Ruth
by Ruth
Mon Jan 15, 2024 9:19 am
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1189

Re: necesito insertar "ENTER" cada x cantidad de caracteres

goosfancito wrote:Hola.
Tengo una cadena de 1024 caracteres y quiero mostrarlos en un get multiline, pero al intentar esto:

local cLinea:= substr(texto, 1, 50) + chr(10) + chr(13) + substr....

no me muestra en dos lineas. en que le estoy errando?


Just to start, try with chr(13) + chr(10).
by Enrico Maria Giordano
Wed Dec 06, 2023 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: necesito insertar "ENTER" cada x cantidad de caracteres
Replies: 3
Views: 436

necesito insertar "ENTER" cada x cantidad de caracteres

Hola.
Tengo una cadena de 1024 caracteres y quiero mostrarlos en un get multiline, pero al intentar esto:

local cLinea:= substr(texto, 1, 50) + chr(10) + chr(13) + substr....

no me muestra en dos lineas. en que le estoy errando?
by goosfancito
Wed Dec 06, 2023 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: necesito insertar "ENTER" cada x cantidad de caracteres
Replies: 3
Views: 436

Re: Saber nombre de campo en xBrowse

Armando wrote:Mr.

Gracias por la respuesta pero no me funciona.

? oBrw:FieldName(nCol)

Me tira error Error description: Error BASE/1004 Message not found: TXBROWSE:FIELDNAME

Saludos


Armando:

SAMPLES\TESTXBRW.PRG - FUNCTION MULTILINE()

Regards, saludos.
by karinha
Thu Oct 19, 2023 5:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber nombre de campo en xBrowse (SOLUCIONADO)
Replies: 9
Views: 389

Re: ayuda por favor con REPrintBox5

The regular command
Code: Select all  Expand view
@ r,c PRINT TO oPrn TEXT cText  SIZE w,h INCHES/MM/CM.....

cText can be normal ANSI text, Unicode text or RichEditText. Prints multiline text.
You can see samples on this forum.
Again this depends on your version of FWH
by nageswaragunupudi
Fri Jun 30, 2023 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ayuda por favor con REPrintBox5
Replies: 8
Views: 553

Re: FW_SetUnicode( .T. ) 2-Byte characters

Meanwhile you can help me by 1. Let me know if the multiline Get @ r,c, GET ctext MEMO/TEXT .. is working perfectly with German lang when FW_SetUnicode() is .T. ? TEdit() does not work correctly yet. Something happens with <cVar1> and <cVar2>: ...
by frose
Mon Jun 26, 2023 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2192

Re: FW_SetUnicode( .T. ) 2-Byte characters

Meanwhile you can help me by 1. Let me know if the multiline Get @ r,c, GET ctext MEMO/TEXT .. is working perfectly with German lang when FW_SetUnicode() is .T. ? Works without any objection in TMultiGet() :D https://i.postimg.cc/Njf9Mccw/2023-06-23-10-08-07.png ...
by frose
Fri Jun 23, 2023 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2192

Re: FW_SetUnicode( .T. ) 2-Byte characters

... other problems (challenges) left when switching from xHarbour.com/DE850 to Harbour/UTF-8. Meanwhile you can help me by 1. Let me know if the multiline Get @ r,c, GET ctext MEMO/TEXT .. is working perfectly with German lang when FW_SetUnicode() is .T. ? Ok, I will do. 2. Can you paste all ...
by frose
Fri Jun 23, 2023 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2192

Re: FW_SetUnicode( .T. ) 2-Byte characters

... I suggest you to postpone moving to Unicode for a few days, till we make this work perfectly. Meanwhile you can help me by 1. Let me know if the multiline Get @ r,c, GET ctext MEMO/TEXT .. is working perfectly with German lang when FW_SetUnicode() is .T. ? 2. Can you paste all problem German ...
by nageswaragunupudi
Thu Jun 22, 2023 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2192

New FTDN April/Abril 2023 (FWH 23.04)

... oTree enhanced. Now can handle nested arrays of hashes also. - New METHOD ToArray( [aCols] ) --> aData - oCol:aDataFonts, aClrText, used for multiline text can now be codeblocks also. * new function MergeDocs( cDest, aMergeDocs, [lShow] ) --> cDest cDest: Merged Doc name. Can be docx or ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1756

Use chatGPT to write your RC files !!!

... write a Windows .RC file for a dialog box with these elements: "Target:" and a edit at the right, bellow "Result:" with a multiline EDIT, bellow "Input:" and an edit at the right and finally two buttons "Continue" and "End" at the bottom chatGPT ...
by Antonio Linares
Fri Apr 21, 2023 3:33 pm
 
Forum: Utilities / Utilidades
Topic: Use chatGPT to write your RC files !!!
Replies: 0
Views: 331

Re: MEMO : EDIT or GET with MULTILINE

hi, i have to ask again if GET / EDIT MULTILINE under GUI are from "WC_EDIT" :?: i want to know if EM_* Constant can be used to "change" Position of Cursor in String i try this    nPosi := hb_at( UPPER( cFind ), ...
by Jimmy
Thu Mar 30, 2023 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO : EDIT or GET with MULTILINE
Replies: 5
Views: 520

Re: MEMO : EDIT or GET with MULTILINE

... "Replace" Dialog for Memo https://forums.fivetechsupport.com/viewtopic.php?t=42959 btw. Memo can also be *.RTF --- Use a multiline GET with READONLY to view a plain text. It is a MEMO configuration. i do not know how to use #command Syntax and have try      @  3,  3 GET ...
by Jimmy
Tue Mar 28, 2023 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO : EDIT or GET with MULTILINE
Replies: 5
Views: 520
Next

Return to advanced search