Search found 85 matches: fieldtype

Return to advanced search

Re: RAO advice on using Mysql

... LastRec(), KeyCount(),RecNo(), KeyNo() GoTop(),GoBottom(),GoTo(nRec),KeyGoTo(nKey),Skip(n) FCount(),FieldPos(c),FieldName(),FieldLen(),FieldDec(),FieldType() FieldGet(),FieldPut() SetOrder(cSort,,lDescend) Save() Close() or End() --------------- NOT SUPPORTED: Seek(), Filter(),Delete(),Append() ...
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 979

Re: Dialog or Form

Ruth, FieldType( n ) == "L" Determines the data type for a field in the DBF file ( in this case logical ) https://harbour.github.io/doc/clct3.html#fieldtype FieldPut( n, "on" $ hb_UrlDecode( hb_HGet( hPost, ...
by Otto
Fri Oct 28, 2022 8:32 am
 
Forum: mod_harbour
Topic: Dialog or Form
Replies: 23
Views: 4656

Re: xbrowse command not working properly -- MR. RAO

... you patiently help me to make xbrowse fully compatible with TMSQuery Do these methods also work as expected? fieldpos(), fieldname(), fieldlen(),fieldtype(),fielddec() ? MR Rao, in this way works Ok    @ 0,0 XBROWSE oBrw OF oWnd ;      LINES CELL AUTOSORT         WITH OBJECT oBrw      :SetMySql( ...
by Compuin
Wed Feb 23, 2022 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1384

Re: xbrowse command not working properly -- MR. RAO

... you patiently help me to make xbrowse fully compatible with TMSQuery Do these methods also work as expected? fieldpos(), fieldname(), fieldlen(),fieldtype(),fielddec() ?
by nageswaragunupudi
Wed Feb 23, 2022 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1384

Re: datatype

METHOD FieldType( n, c ) INLINE If( c == nil, ::aStruct[ n ][ 2 ], ::aStruct[ n ][ 2 ] := c )
by James Bott
Tue Feb 15, 2022 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: datatype
Replies: 1
Views: 303

Re: vscode users: install the "copilot" AI extension !!!

It works perfectly fine with Harbour. "copilot", using vscode, just wrote this code! ' data-type="' + FieldType( n ) + '"' + CRLF + ; as soon as I finished typing data-type, "copilot" understood what I was trying to do and wrote it itself! It analyzes ...
by Antonio Linares
Sun Aug 15, 2021 8:58 am
 
Forum: Utilities / Utilidades
Topic: vscode users: install the "copilot" AI extension !!!
Replies: 3
Views: 676

Re: Imágenes en una DBF

... .. like ( lets say ) 1gb ++ .. .Dbf can get out of hand real fast if you allow that to happen .. that is why I prefer Sql Server using the fieldtype VarBinaryMax ( much more stable and robust ) People just do not realize the difference between a Data management system and a fileting cabinet. ...
by hmpaquito
Thu Feb 18, 2021 8:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1846

Re: Imágenes en una DBF

... .. like ( lets say ) 1gb ++ .. .Dbf can get out of hand real fast if you allow that to happen .. that is why I prefer Sql Server using the fieldtype VarBinaryMax ( much more stable and robust ) People just do not realize the difference between a Data management system and a fileting cabinet. ...
by Mulyadi
Thu Feb 18, 2021 1:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1846

Re: Imágenes en una DBF

... .. like ( lets say ) 1gb ++ .. .Dbf can get out of hand real fast if you allow that to happen .. that is why I prefer Sql Server using the fieldtype VarBinaryMax ( much more stable and robust ) People just do not realize the difference between a Data management system and a fileting cabinet. ...
by Rick Lipkin
Wed Feb 17, 2021 9:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1846

Re: bug FWAdoFieldType

MOISES Try this simple test on Ms Access or Ms Sql Server .. Valtype() on an ado fieldtype datetime should always equal T dDate := oRs:Fields("Date"):Value      // assumes the ado field type = DateTimecType := Valtype( dDate ...
by Rick Lipkin
Mon Mar 23, 2020 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug FWAdoFieldType [urgent]
Replies: 18
Views: 1837

New FTDN February 2020 (FWH 20.02)

... the behavior introduced in FWH1906. - ADO TIME field type (type:adTime): (x)Harbour ADO reads and writes adTime fields (corresponding to TIME fieldtype) as DateTime values. However, XBrowse while reading and writing data as DateTime variables from/to the recordset, displays and editable as ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4659

Re: New FTDN December 2019 (FWH 19.12)

... otras bases de datos, el comportamiento predeterminado existente continuará y el programador puede anular: oCol:cDataType := .T. // xbrowse oRec:FieldType( "fieldname", "T" ) // DataRow y TRecSet viewtopic.php?f=3&t=37792 * TGet: - Se puede especificar un bloque de código ...
by Antonio Linares
Thu Jan 02, 2020 12:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

New FTDN December 2019 (FWH 19.12)

... In case of other databases, the existing default behaviour will continue and the programmer can override by: oCol:cDataType := .T. // xbrowse oRec:FieldType( "fieldname", "T" ) // DataRow and TRecSet http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37792 * TGet: - A ...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

Pregunta Sobre Tdolphin (SOLUCIONADO)

Cordial Saludos. Tengo una duda, Cuando genero un Query , caso especifico y una columna tipo fecha es Nulo , apensar que cuando acceso FieldType( cnField ) me dice que es tipo "D" que es correto. pero cuando acceso FieldGet( cnField ) retorna una valor Caracter " " VALTYPE ...
by ruben Dario
Tue Dec 17, 2019 2:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta Sobre Tdolphin (SOLUCIONADO)
Replies: 2
Views: 465

Re: another bug in TDataRow: failure with datetime fields

... In case of other databases, the existing default behaviour will continue and the programmer can override by: oCol:cDataType := .T. // xbrowse oRec:FieldType( "fieldname", "T" ) // DataRow and TRecSet
by nageswaragunupudi
Sun Nov 17, 2019 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: another bug in TDataRow: failure with datetime fields [solve
Replies: 15
Views: 3437
Next

Return to advanced search