Search found 281 matches: align

Return to advanced search

Problem with alignment in SAY command

Hello, I use this line: EDEFINE SAY PROMPT PAR->STOMSHAYS ID 500 OF ParDlg PICTURE "@X" but I want it to be aligned to the right. In my resources this field is defined as right text, but my text is shown aligned to the left. How can I align the text in the SAY command ...
by driessen
Fri Mar 01, 2024 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 842

Re: PepPol European Invoicing standard

... cTabel = cTabel + '<tr>' for i = 1 to 13 nMaat = 36 + i cTabel = cTabel + '<th scope="col" style="text-align: center; background-color: rgb(255, 0, 0);"><strong><span style="color:#FFFFFF;">'+str(nMaat,2)+'</span></strong></th>' ...
by Marc Venken
Wed Feb 14, 2024 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 925

Re: Creating table with Trichedit

... := SetRT( cOutFile ) NEW PARAGRAPH oRTF TEXT "Sample RTF Output" ; FONTNUMBER 1 ; APPEARANCE BOLD_ON+ITALIC_OFF+CAPS_OFF; FONTSIZE 12 ; ALIGN CENTER ; SPACEBEFORE .12 ; SETDEFAULT NEW PARAGRAPH oRTF TEXT "" ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF SETDATE oRtf FORMAT LONGFORMAT ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: Creating table with Trichedit

... := SetRT( cOutFile ) NEW PARAGRAPH oRTF TEXT "Sample RTF Output" ; FONTNUMBER 1 ; APPEARANCE BOLD_ON+ITALIC_OFF+CAPS_OFF; FONTSIZE 12 ; ALIGN CENTER ; SPACEBEFORE .12 ; SETDEFAULT NEW PARAGRAPH oRTF TEXT "" ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF SETDATE oRtf FORMAT LONGFORMAT ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

JSON2DBF adapter

... aware of it. ----------------------------------------------------------------------------------------------------- It would also be beneficial to align the functions of mod harbour and Fivewin somewhat. I often need functions from, for example, filename.prg in mod harbour, and conversely, the ...
by Otto
Mon Jan 29, 2024 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 505

Re: Creating table with Trichedit

... oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF; FONTSIZE 12 ; FONTCOLOR CLR_WHITE,CLR_NBLUE ; ALIGN LEFT ; SPACEBEFORE .12 ; SETDEFAULT // Use this to begin a new table DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN LEFT ; // Center table ...
by Silvio.Falconi
Sun Jan 28, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: Creating table with Trichedit

... oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF; FONTSIZE 12 ; FONTCOLOR CLR_WHITE,CLR_NBLUE ; ALIGN LEFT ; SPACEBEFORE .12 ; SETDEFAULT // Use this to begin a new table DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN LEFT ; // Center table ...
by Silvio.Falconi
Sat Jan 27, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: Creating table with Trichedit

... oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF; FONTSIZE 12 ; FONTCOLOR CLR_WHITE,CLR_NBLUE ; ALIGN LEFT ; SPACEBEFORE .12 ; SETDEFAULT // Use this to begin a new table DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN LEFT ; // Center table ...
by MMK
Sat Jan 27, 2024 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: DBF Repair Tools

... be legitimate. Repairs might including repair of headers, removing non data characters, removing false end of file markers, etc. They also can re-align records are offset. Most errors are OS/disk caused, often from adding in sectors from the drive that don’t belong. Sent from my iPhone using Tapatalk
by TimStone
Thu Nov 09, 2023 4:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 778

Re: Numeric alignment with oPrn:SayText( )

... I found: When specifying the text ( including numbers ), it is very important to specify the WIDTH of the value. With that in place, I can set align to "TR" as you suggested, and everything lines up perfectly. I prefer Calibri as a font because it is easier to read than the old Courier ...
by TimStone
Thu May 18, 2023 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 537

Numeric alignment with oPrn:SayText( )

... nRow, nCsp * 56, TRANSFORM( oPrintParts:parchg,"999,999.99") ,,, oFnorp ) The output of the numbers is center aligned, and not right aligned. I need to get all of the numbers to align right. This is not, in it's current format, documented. I have looked at the ...
by TimStone
Tue May 16, 2023 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 537

last useful line in a sheet

... to print ( with tprinter class) information like timestamp or page number? I try with @ 28, 0 PRINT TO oPrn TEXT TimeStamp() ; SIZE 6.90, 0.8 CM ALIGN "TL" FONT oFnt COLOR CLR_BLACK but not print any
by Silvio.Falconi
Tue Apr 18, 2023 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: last useful line in a sheet
Replies: 4
Views: 410

Re: box align question

If you want center both vertically and horizontally then use "" or nil for cAlign on my application I have these options local aAlign :={"left","right","Center","justified"} local aPosition :={"on top","on ...
by Silvio.Falconi
Fri Apr 14, 2023 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: box align question
Replies: 2
Views: 206

Re: box align question

If you want center both vertically and horizontally then use "" or nil for cAlign
by nageswaragunupudi
Sun Apr 09, 2023 1:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: box align question
Replies: 2
Views: 206

box align question

... ; {cText, oFnt, nColorFont, ::SetAlign(nAlignOriz,nAlignVert) }, ; "CM" ) on ::SetAlign(nAlignOriz,nAlignVert) I build the string to align/position but I have only this "TL" : TopLeft "TR" : TopRight "T" : Top Center "BL" : Bottom Left "BR" ...
by Silvio.Falconi
Sun Apr 09, 2023 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: box align question
Replies: 2
Views: 206
Next

Return to advanced search