Search found 66 matches: blanks

Return to advanced search

Re: to Nages: test for tdatabase

... number, accounting, etc ). Since I have classes for each process like work orders, my Add() method appends a record, fills the buffers with blanks, then goes to the counter dbf, increments the proper number, saves the value back to the record, and saves it to the appended record. The interaction ...
by nageswaragunupudi
Sat Apr 27, 2019 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 6045

Re: to Nages: test for tdatabase

... number, accounting, etc ). Since I have classes for each process like work orders, my Add() method appends a record, fills the buffers with blanks, then goes to the counter dbf, increments the proper number, saves the value back to the record, and saves it to the appended record. The interaction ...
by TimStone
Sat Apr 27, 2019 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 6045

Re: null field in FW_OpenRecordSet

... "WINDOWS"C=10WRITE MYREK or some fields: A = "ADO"B= "AS400"WRITE MYREK in seconds case field C has blanks (manages inside DB) in AS400 I use SQL istruction: SELECT * FROM MYTABLE I get: n.Rek     A                       B                    C00001 ...
by damianodec
Thu Feb 21, 2019 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: null field in FW_OpenRecordSet
Replies: 11
Views: 1845

Re: null field in FW_OpenRecordSet

... Per eseguire l'operazione richiesta è necessario disporre di un record corrente.: VALUE I know that inside field 95 there is a bad value (blanks instead zeros) and then: oRs:Fields( 95 ):Name = ERROR like oRs:RecordCount()
by damianodec
Thu Feb 21, 2019 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: null field in FW_OpenRecordSet
Replies: 11
Views: 1845

Re: null field in FW_OpenRecordSet

hi mr Rao,
I'm checking myTable, and now I understand that there are a lot of fields that have blanks value in numeric field.
I'd like that FW_OpenRecordSet manages this situation.
by damianodec
Thu Feb 21, 2019 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: null field in FW_OpenRecordSet
Replies: 11
Views: 1845

New FTDN January/Enero 2019 (FWH 19.01)

... field till all fields or values are written. If a fieldlist is provided, the values are written to the fields in that order. The list can contain blanks or invalid field names and such fields are skipped. New parameters 4,5 and 6. 4. lOverWrite (optional default .f.) - If set to .t., records from ...
by Antonio Linares
Mon Feb 11, 2019 1:08 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2019 (FWH 19.01)
Replies: 4
Views: 2763

Re: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees

Thats correct
There are some invalid state codes and some blanks in the table.
This is a public database and anyone can enter data and there are many incomplete records.
Whatever the info is there, it is shown correctly
by nageswaragunupudi
Wed Aug 01, 2018 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees
Replies: 15
Views: 3764

Re: xBrowse as record adding tool for data tables

... = {|| _AddNewRow( oRsDetail,nRepairNumber,nAssignedTo,cLoc,oLbxB,"Y",oRsRepair,"" ) }  Then I fill in the blanks and add my primary key .. just kinda follow the flow .. not the logic.. Rick Lipkin //----------------Static Func _AddNewRow( oRsDetail,nRN,nTech,cLocation,oBrw,cAsk,oRsRepair,cReturn ...
by Rick Lipkin
Tue Oct 24, 2017 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse as record adding tool for data tables
Replies: 16
Views: 3154

Re: Introducing FiveTech's fivedit

... tried a long file name - I was never able to compile long file names with build.bat now with your editor it worked Ok. Name of file with spaces blanks also run super Please, if you have doubts, send me a mail and connect for TeamViewer As many times as you need thank you so much. how can I start ...
by Otto
Mon Sep 11, 2017 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 112319

Re: New FWH 16.12

... the problem is specific to Harbour / MSVC, and clearly relates to fonts ( which you redefine In the xBrowse changes for 16.12 ) because it also blanks out the fonts on the prompts for the button bar. Tim
by TimStone
Sat Dec 24, 2016 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.12
Replies: 7
Views: 1521

Re: How to create this xbrowse-filter ?

1) To show blanks instead of Zeros Recommended way is to set oBrw:lDisplayZeros := .t. ( To the extent possible, we may not directly use bStrData) 2) Master Child Browses: I assume you are using DBFCDX. The preferred way is to ...
by nageswaragunupudi
Sat May 23, 2015 2:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create this xbrowse-filter ?
Replies: 6
Views: 1795

Re: Zero into Xbrowse

... 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
by carlos vargas
Tue Mar 24, 2015 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Zero into Xbrowse
Replies: 4
Views: 893

Re: FWH 1408-9 BrnBmp Disable() adding grey to bitmap

... and size of bitmap ) one row is not enough. Therefore the prompt is painted in two lines vertically centered. We do not notice because they are blanks. If you do not use padding, you will notice t hat the prompts are appropriately aligned and I hope they should also look aesthetically well But ...
by nageswaragunupudi
Fri Oct 10, 2014 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1408-9 BrnBmp Disable() adding grey to bitmap
Replies: 4
Views: 825

New FTDN (July) 2014 (FWH 14.07)

... , "CUSTOMER", oCon ) if oRs:use() // proceed else // error opening endif Other methods are similar to TDatabase // Fields containing blanks can be accessed/assigned by replacing spaces with '_'. Examples: Where field name is "Join Date" oRs:Join_Date := Date() oRs:FieldGet( ...
by Antonio Linares
Mon Aug 04, 2014 6:41 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN (July) 2014 (FWH 14.07)
Replies: 3
Views: 3122

TRecSet class : FWH 14.07

... also use familiar fieldget, etc. oRs:FieldGet( "Salary" ) oRs:FieldPut( "Salary", 40000 ) While using field names containing blanks, we can replace blanks with underscore. Example: Where a field name is "Sale Price", ? oRs:Sale_Price ? oRs:FieldGet( "Sale_Price" ...
by nageswaragunupudi
Tue Jul 29, 2014 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TRecSet class : FWH 14.07
Replies: 6
Views: 1715
PreviousNext

Return to advanced search