Search found 66 matches: blanks

Return to advanced search

Re: DBF Repair Tools

... must have something embedded in there because the filter doesn't work. I would write a routine to replace all the fake blank fields with all real blanks. Of course, you first need to find out which non-blank characters are showing visually as blanks. Finally, you can add a routine to check for ...
by James Bott
Mon Nov 13, 2023 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 769

DBF Repair Tools

... ). However they must have something embedded in there because the filter doesn't work. I used Advantage Architect to also try to filter out the blanks, but that doesn't eliminate them either. Does anyone have suggestions for a really good DBF file repair tool ? Lots claim to be but I think they ...
by TimStone
Wed Nov 08, 2023 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 769

Re: Campos en 0 en xbrowse

Code: Select all  Expand view
oBrw:lDisplayZeros  := .F.

This is the right way and recommended by FWH.
This shows all numeric zeros and empty dates as blanks.
This setting applies to the entire Browse.

If we want this setting only to some columns, then use
Code: Select all  Expand view
oCol:lDisplayZeros := .F.
by nageswaragunupudi
Wed Nov 01, 2023 1:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campos en 0 en xbrowse
Replies: 10
Views: 605

Re: Problem with tdatabase

... to the field, save the record, unlock it. This happens in milliseconds and no other user on the network will have access. 2) Fill the data with blanks in variables, edit the variables with all the data, then in your Save method, lock the file, append the record, calculate and put the number ...
by Silvio.Falconi
Tue Dec 07, 2021 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tdatabase
Replies: 14
Views: 1832

Re: Problem with tdatabase

... to the field, save the record, unlock it. This happens in milliseconds and no other user on the network will have access. 2) Fill the data with blanks in variables, edit the variables with all the data, then in your Save method, lock the file, append the record, calculate and put the number ...
by TimStone
Mon Dec 06, 2021 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tdatabase
Replies: 14
Views: 1832

Re: Picture Clause to force Lower Case

... Pads numbers with zeros instead of blank spaces R Nontemplate characters are inserted X Adds DB (debit) after negative numbers Z Formats zeros as blanks ( Encloses negative numbers in parentheses ! Converts alphabetic characters to uppercase Picture mask The picture mask must be separated by a ...
by Marc Venken
Fri Feb 26, 2021 10:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture Clause to force Lower Case
Replies: 6
Views: 556

New FTDN February 2020 (FWH 20.02)

... Fixed. - @Z picture format: With this picture format, empty numeric values should be displayed as blanks when the get is not in focus. This is the standard behaviour of Clipper and (x)Harbour. But FWH displays 0 in all gets with and without focus. ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4652

Re: PICTURE "@Z"

... behaviour of Clipper and (x)Harbour without FWH is that "0.00" is displayed only in the Get having focus. Gets not having focus display blanks only and not digits. But FWH till version 19.12 displays "0.00" in all Gets whether having focus or not. This is fixed in 20.01. Now ...
by wartiaga
Fri Jan 03, 2020 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE "@Z"
Replies: 7
Views: 1134

Re: PICTURE "@Z"

... behaviour of Clipper and (x)Harbour without FWH is that "0.00" is displayed only in the Get having focus. Gets not having focus display blanks only and not digits. But FWH till version 19.12 displays "0.00" in all Gets whether having focus or not. This is fixed in 20.01. Now ...
by nageswaragunupudi
Fri Jan 03, 2020 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE "@Z"
Replies: 7
Views: 1134

Re: Possibilities of PiCTURE

... Pads numbers with zeros instead of blank spaces R Nontemplate characters are inserted X Adds DB (debit) after negative numbers Z Formats zeros as blanks ( Encloses negative numbers in parentheses ! Converts alphabetic characters to uppercase Picture mask The picture mask must be separated by a ...
by nageswaragunupudi
Sat Dec 28, 2019 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possibilities of PiCTURE (solved)
Replies: 2
Views: 478

Re: No values in xbrowse footers, Why?

I use FWH 1905, and your advise does not work, the xBrowse row show blanks cols. Sorry, there is a small bug in xbrowse. Please try this sample. #include "fivewin.ch"function Main()   local oCn, oRs, oDlg, oFont, oBrw   oCn ...
by nageswaragunupudi
Fri Dec 27, 2019 3:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: No values in xbrowse footers, Why?
Replies: 4
Views: 601

Re: No values in xbrowse footers, Why?

Mr. Rao:

I use FWH 1905, and your advise does not work, the xBrowse row show blanks cols.

an other clue?

Regards
by Armando
Thu Dec 26, 2019 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: No values in xbrowse footers, Why?
Replies: 4
Views: 601

Re: help on string comparisons

hi Marc, thank you, that's good solution.
But is SET EXACT ON a good solution too?

why CHAR fields in recordest lose right blanks ?
by damianodec
Fri Oct 18, 2019 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on string comparisons
Replies: 4
Views: 675

help on string comparisons

Hi I have this field in recordset: oRs:Fields("CODICE"):value Field CODICE in table is CHAR(15) but in oRs object it lost right blanks. inside table I have due article: 1st article "5224366010" 2nd article "5224366010V10" when field oRs:Fields("CODICE"):value ...
by damianodec
Fri Oct 18, 2019 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on string comparisons
Replies: 4
Views: 675

Re: FW_DbfToExcel() problem

hi Mr. Rao
field ARTICOLO is 15 char len and FW_DbfToExcel() exports that field in column A without RTRIM blanks but with blanks until 15th character:
"0009533597 " and not "0009533597"
how can I to solve it inside function?
thank you
by damianodec
Tue Aug 06, 2019 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DbfToExcel() problem
Replies: 5
Views: 1348
Next

Return to advanced search