Search found 45 matches: datatypes

Return to advanced search

Re: To Nages: Record deleted but make error also

... When a programmer tries to save this array or any other array to DBF it is his responsibility to match the type of the array elements with the datatypes of the corresponding fields of the DBF. I actually don't know why when I delete one it assigns a number in position 32, where I added the ...
by Silvio.Falconi
Wed Nov 22, 2023 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Record deleted but make error also RESOLVED
Replies: 3
Views: 275

Re: To Nages: Record deleted but make error also

There is no problem with oBrw:aDeleted array.

When a programmer tries to save this array or any other array to DBF it is his responsibility to match the type of the array elements with the datatypes of the corresponding fields of the DBF.
by nageswaragunupudi
Wed Nov 22, 2023 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Record deleted but make error also RESOLVED
Replies: 3
Views: 275

New FTDN July/Julio (FWH 23.07)

... c ) --> ABC If uVar is neither a codeblock or a valid function name, uVar itself is returned * fw_stricmp() treats nil as lower than other datatypes * New: We know that it is a tedious task to write help for an app, so we have implemented a real simple way to do it using FWH: SetAutoHelp( ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1062

New FTDN April/Abril 2023 (FWH 23.04)

... is codeblock, the comarison is made { |x,y| Eval( b,x ) < Eval( b, y ) } All string comparisons are case insensitive and values of different datatypes are sorted on the type. * New: function FW_GetClipboardData( [[@]Format] ) --> uData Similar to FW_CopyToClipboard(...), this function ...
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: 1745

Re: MariaDB - CREATE TABLE | text, int(11), tinyint

... } )ENDIFxbrowser ::oCnx:tbsucursal? ::oCnx:CreateTableSQL( "tbsucursal" )  Please use capitals for field datatypes, like "N","C","L","D","T","M". Do not use "n","c","l","d","t" ...
by nageswaragunupudi
Wed Sep 29, 2021 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB - CREATE TABLE | text, int(11), tinyint
Replies: 5
Views: 1234

Re: xBrowse anomoly

... stores (a) picture clause for numeric fields (only) in column 7, (b) index tag corresponding the field in column 8 and (c) readonly attribute (eg. datatypes +,=,etc) in column 11. For example, the index tag "EGLSGP" is stored in column 8 corresponding to the field "SYSTEM". ...
by nageswaragunupudi
Fri May 01, 2020 3:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3545

Re: tdatabase Filter error

What datatypes your dbf has you should be knowing. I do not know.
I can only point out obvious errors in your code.
by nageswaragunupudi
Wed Apr 24, 2019 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdatabase Filter error
Replies: 20
Views: 1600

Re: Converte Xls(s) into dbf

... .t. ) In case the excel sheet does not contain a header row at all, then: FW_ExcelToDBF( oRange, "PROF,CLASSE,FLAG,AULA", .f. ) DataTypes : It is safe if the data types used match the field types in the DBF. Even otherwise, the function makes best efforts to conver the type to ...
by nageswaragunupudi
Sat Sep 15, 2018 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converte Xls(s) into dbf
Replies: 14
Views: 3195

Re: Converte Xls(s) into dbf

Now I resolve to converte Orario.xls to My dbf ( but I made only the first step) the error is as Nages sad me "...Please make sure the datatypes of Excel columns and FieldTypes of the DBF match." I rename all Excel colums https://s8.postimg.cc/koqg0n00l/ok_dbf.png ...
by Silvio.Falconi
Sat Sep 15, 2018 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converte Xls(s) into dbf
Replies: 14
Views: 3195

Re: Converte Xls(s) into dbf

... But i not see any data into dbf But My friend Nages sad me "Please make sure the datatypes of Excel columns and FieldTypes of the DBF match." I explain there is a problem because Each day from Monday to Saturday the Hour can ...
by Silvio.Falconi
Sat Sep 15, 2018 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converte Xls(s) into dbf
Replies: 14
Views: 3195

Ado : Field Definition

Hello , I try to use the defined datatypes from adodef.ch , i can only test in ADO , *.mdb or *.accdb The goal is that the syntax is also accepted in MySql , MsSql , Oracle and Sqlite (see Adofuncs.prg) Some defines are accepted in the syntax ...
by Franklin Demont
Sun Jan 21, 2018 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ado : Field Definition
Replies: 1
Views: 804

New FTDN December/Diciembre 2017 (FWH 17.12)

... or different tables of same or different data sources. Paste() method ignores nil values and does not overwrite autoinc and timestamp fields (i.e, datatypes +,=,@) Example: ( cAlias )->( DBGOTO( 10 ) ) oSrcRec := TDataRow():New( , cFieldList ) oSrcRec:Copy() oDstRec := TDataRow():New( oAdoRecordSet, ...
by Antonio Linares
Tue Dec 26, 2017 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2017 (FWH 17.12)
Replies: 0
Views: 2030

Re: Problem to download Excel sheet

Please make sure the datatypes of Excel columns and FieldTypes of the DBF match.
by nageswaragunupudi
Wed Nov 22, 2017 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to download Excel sheet
Replies: 2
Views: 679

New FTDN September/Septiembre 2017 (FWH 17.09)

... Activate() and DeActivate() are mapped to ::Use() and ::Close() - New METHOD FieldReadOnly( cnFld, [lRO] ) --> lReadOnly Note: Fields with datatypes "+" and "=" are always readonly - New METHOD FieldDefault( cnFld, [uDefault], [lRO] ) --> uDefault Set default values ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3329

FWH 17.05: Support for (x)Harbour PostGre libs

... memoread( <imagefile> ) ) Basic (hb)pgsql library supports only limited data types. FWH extends support for byinary (bytea) and timestamp datatypes. Basic (hb)pgsql library also can not modify sql with aliased field names and join queries. FWH adds that support. FWPG_Structure( oQry ) ...
by nageswaragunupudi
Thu Jun 08, 2017 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.05: Support for (x)Harbour PostGre libs
Replies: 0
Views: 603
Next

Return to advanced search