Search found 1023 matches: numbers

Return to advanced search

Re: Numeric alignment with oPrn:SayText( )

Here is what 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 ...
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( )

... With the code: 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. ...
by TimStone
Tue May 16, 2023 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 537

Re: obrw:report with setup standard

Silvio,
I'm actually interested in your graphic design and layout for:

report from Xbrowse with groups, fonts, headers, footers, page numbers and total pages
shown on example customer.dbf

Best regards,
Otto
by Otto
Fri May 05, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: obrw:report with setup standard
Replies: 8
Views: 403

obrw:report with setup standard

Is there an example of creating a report from Xbrowse with groups, fonts, headers, footers, page numbers and total pages?
For example customer.dbf with all visible columns of oBrow:acols, this will save time for creating a standard report for all files
by Silvio.Falconi
Thu May 04, 2023 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: obrw:report with setup standard
Replies: 8
Views: 403

Re: Error XBROWSE SEEK (while no Index) after change RDD

hi, Version of FWH? 22.07 Line numbers are not matching with FWH2212 xbrowse.prg, unless modified. Are you using Incremental Filter or Seek? Incremental seek works only for indexed DBF, when an index is selected. i do NOT use any Index and ...
by Jimmy
Tue May 02, 2023 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 567

Re: Error XBROWSE SEEK (while no Index) after change RDD

Version of FWH?
Line numbers are not matching with FWH2212 xbrowse.prg, unless modified.
Are you using Incremental Filter or Seek?
Incremental seek works only for indexed DBF, when an index is selected.
by nageswaragunupudi
Tue May 02, 2023 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 567

New FTDN April/Abril 2023 (FWH 23.04)

... -nil/codeblock: functionality is exactly same as ASort(...) -nColNo: Sortede on nColNo asc if +ve and desc if -ve. -aCols: Array of column numbers or codeblocks. Multi-column sort is performed on the column numbers in the array. Asc if the number is +ve and desc if -ve. If any element of ...
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: 1757

Print oBrowse aselected

... are selected from a xbrowse as you can see here https://i.postimg.cc/Vkr8H5h0/selected.png If I make oBrowse:aselected I have only numbers no record as I make to print each columns of xbrowse but only the records selected ? do i have to create an array? now the example has only ...
by Silvio.Falconi
Tue Apr 25, 2023 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print oBrowse aselected
Replies: 5
Views: 313

Re: last useful line in a sheet

... FONT oFontreturn nil  Nages, run ok as you can see here https://i.postimg.cc/XJ7PfNJs/k.png How could I calculate any page numbers and page total?
by Silvio.Falconi
Thu Apr 20, 2023 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: last useful line in a sheet
Replies: 4
Views: 410

Re: last useful line in a sheet

... Nages, run ok as you can see here https://i.postimg.cc/XJ7PfNJs/k.png How could I calculate any page numbers and page total?
by Silvio.Falconi
Thu Apr 20, 2023 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: last useful line in a sheet
Replies: 4
Views: 410

Re: PRINT TO oPrn....AS BARCODE TYPE

... I would like to know about these types of barcodes need characters or numbers or both thanks
by Silvio.Falconi
Fri Apr 14, 2023 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT TO oPrn....AS BARCODE TYPE
Replies: 7
Views: 540

Re: Advise in Server hardware

... Gigabit internet cards. They will probably be just fine. Again, you are talking about a small, in-house, system for 3 users. It's not about test numbers. How well will it work with the data you currently process in your daily work ? That is what is important. My clients are ALL repair shops. ...
by TimStone
Tue Apr 04, 2023 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1189

How to capture screen by code

Hi guys, I was tasked to write code based on the following pseudocode. I have no idea where to start i. Run external exe that will display numbers // this part is straight forward ii. Once it displayed, pop a dialog box at the edge of the external exe's window // 2 issues. Determining when ...
by hua
Thu Feb 23, 2023 5:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to capture screen by code
Replies: 3
Views: 337

Re: Regex to extract numbers/alphabets only

many thanks for sharing it :-)
by Antonio Linares
Tue Jan 17, 2023 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Regex to extract numbers/alphabets only
Replies: 1
Views: 209

Regex to extract numbers/alphabets only

Just wanna share my code that extracts only numbers, alphabets from a string using regex. Irrelevant character will be ignored. Maybe there is a neater code function cExtractAlphabets(cStr)  local a_  := hb_regexAll("[A-Za-z ]", ...
by hua
Tue Jan 17, 2023 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Regex to extract numbers/alphabets only
Replies: 1
Views: 209
PreviousNext

Return to advanced search