Search found 43 matches: lengths

Return to advanced search

Re: FWH MySQL/MariaDB native support docs

Al trsapasar el codigo de un PC donde todo funciona bien con FW 64bits Xharbour a Otro sale este error compilando En que liberia esta las fuciones que falta --------------------Configuración: MENSAWIN - Release-------------------- xHarbour 1.2.3 Intl. (SimpLex) (Build 20201212) Copyright 1999-2020,...
by PAUL SIMM
Sun Mar 05, 2023 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MySQL/MariaDB native support docs
Replies: 12
Views: 13888

Re: check existing first and last on customer

... files. Also you are using more disk space. OK, back to your existing problem. The problem is that your first and last name files are different lengths in the customer and reservation files (15 in one file and 40 in the other). You are going to either need to change the field lengths to be the ...
by James Bott
Mon Jun 14, 2021 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2501

Re: to Nages: test for tdatabase

... other archives is fine for me. the only thing I asked for was to use only a control.dbf file for all the archives and to have different types of lengths for example 4-digit customers, 10-digit orders Nages on the test I add a new Method to duplicate a record ( seem run ok) I have implemented ...
by Silvio.Falconi
Sat May 11, 2019 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5677

Re: to Nages: test for tdatabase

... other archives is fine for me. the only thing I asked for was to use only a control.dbf file for all the archives and to have different types of lengths for example 4-digit customers, 10-digit orders Nages on the test I add a new Method to duplicate a record ( seem run ok) I have implemented ...
by nageswaragunupudi
Tue Apr 30, 2019 12:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5677

Re: to Nages: test for tdatabase

... other archives is fine for me. the only thing I asked for was to use only a control.dbf file for all the archives and to have different types of lengths for example 4-digit customers, 10-digit orders For invoices, the invoice number must be associated with the invoice date In Italy the art. 21 ...
by Silvio.Falconi
Sat Apr 27, 2019 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5677

Re: to Nages: test for tdatabase

... I know it was very elementary written by a child but maybe it could work besides the various archives I had also thought about the different lengths of the code because each archive could have different dimensions example customers ---> 0001 Invoices -----> 0000000001
by Silvio.Falconi
Fri Apr 26, 2019 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5677

Re: To Nages searching on xbrowse

... night]. padr( upper( rtrim(last) + ", " + rtrim(first) +", "+rtrim(city) ), [nLength] ) Where nLength is the sum of the lengths of all three fields--not a variable but the length as a number.
by James Bott
Tue Sep 04, 2018 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages searching on xbrowse
Replies: 11
Views: 2536

Re: TEdit y LimitText

... for numerics. For numerics, appropriate control is TGet. GET is not a control that I like to use, because of its "fixed" spacings and lengths, they do not correspond many times with reality, hence the control TEdit is the one that most resembles reality at the time of introduction ...
by nageswaragunupudi
Thu Feb 22, 2018 2:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TEdit y LimitText
Replies: 4
Views: 781

COMBOBOX issue

Create a GET COMBOBOX using a .dbf VAR, with a field size of 10 For the dropdown, create a list of items of various lengths. Select, or type in, a long item that nearly fills the field: ie. HAPPYDAYS Save the value Now select a shorter value from the list, ie. SHORT Save the selection. ...
by TimStone
Tue Jan 02, 2018 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX issue
Replies: 1
Views: 457

Re: Alignment of column CHAR in Xbrowse

... in other files, like invoices etc. You would have to find and change all them too. These are reasons why I always use item numbers of equal lengths. The simplest thing to do is just ALIGN RIGHT. Regards, James
by James Bott
Wed Jul 26, 2017 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alignment of column CHAR in Xbrowse
Replies: 3
Views: 593

Re: Interfacing with Dicom sistems

... is somewhat more involved than parsing HL7 files in that: there are options as to how it is encoded it supports binary data you have to read the lengths of data elements to determine where the next one starts can switch between MSB and LSB formats etc I can certainly help with extracting information ...
by xProgrammer
Tue May 02, 2017 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11762

Re: FWH : Unicode Gets and RowSet

... to handle Unicode input. Each single Unicode character requires about 3 bytes. That means we need to modify the DBF field widths and variable lengths in our Gets to almost 3 times or even more. For example, our present ANSI application may be having a character field with width of 2 bytes. ...
by nageswaragunupudi
Sat Oct 15, 2016 12:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH : Unicode Gets and RowSet
Replies: 8
Views: 2857

Re: Nuevo FWH 16.05

... any field values in such Query with aliased field names results in run-time error with other 3rd party libs, but works perfectly with RowSet Field-lengths: In the released version, field sizes were reported as provided by the libmysql functions. These match with the other libraries. The confusion ...
by nageswaragunupudi
Sun Jul 17, 2016 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.05
Replies: 12
Views: 3743

Re: FWH Setup and hardware issues

... and that could mean a whole lot of data re-entry. 3) UPDATE - I have routines to enhance a single data file ( ie. add fields, change field lengths ) without using any others. This may not be as easy to do in SQL 4) REPAIR - I have tools that can actually fix .dbf files. Sometimes the repair ...
by TimStone
Wed Jun 22, 2016 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Setup and hardware issues
Replies: 6
Views: 1595

Re: TOutlook2010 and Message Bar are not support UNICODE

... said: "Try FWH. You will enjoy it's simplicity and power.!" Points to keep in mind: 1) For real life work, you need to increase field lengths of text fields by around 2 to 2.5 times. 2) To start with all captions and prompts in your dialogs and windows continue to be still in English. ...
by nageswaragunupudi
Mon Oct 05, 2015 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOutlook2010 and Message Bar are not support UNICODE
Replies: 24
Views: 4916
Next

Return to advanced search