Search found 31 matches: fieldlen

Return to advanced search

Re: RAO advice on using Mysql

METHODS: RecCount(), 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: 1024

Re: XBROWSE SetColumns()

This is how I change colums, sizes on the fly. I put some extra data in (index, fieldlen, ....) that is easy while running and programming at the same time. Most of my xbrowses are generated from a dbf-layout. https://maveco.be/fivewin/xbedit.jpg oBrwSel:bRClickHeaders ...
by Marc Venken
Sat Dec 10, 2022 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE SetColumns()
Replies: 3
Views: 579

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

... be glad if 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  ...
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: 1437

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

... be glad if 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: 1437

Re: New FTDN May/Mayo 2019 (FWH 19.05)

... a oDbf:Load(). - Nuevo: Método Browse( [cTitle], [acFields] ) --> Self * adofuncs.prg, xbrowse.prg, datarow.prg: Mejorada la comprobación de fieldlen, fielddec en caso de los tipos adDouble y adSingle en ADO, dónde los atributos "Precision" y "NumericScale" no se especifican. ...
by Antonio Linares
Fri Jun 07, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3180

New FTDN May/Mayo 2019 (FWH 19.05)

... calls Load() also. - New method Browse( [cTitle], [acFields] ) --> Self * adofuncs.prg, xbrowse.prg, datarow.prg: Improved ascertainment of fieldlen, fielddec in case of types adDouble and adSingle in ADO, where attributes Precision and NumericScale are left unspecified. * New function FW_ArrayAsRecordSet( ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3180

Re: Autoincrement field for DBFCDX

... field : DBCREATE(cDbfFile , {{"ID","+",10,0}} , "DBFCDX" , .T. ) DBG DbStruct() // gives ID , + , 4 , 0 ? FieldLen("ID") // 4 WHY TRUNCATED TO 4 ????????????????????????? FOR i := 1 TO 10001 DBAPPEND() NEXT ? Recno() , FIELD->ID // 10001 , 10001 ...
by nageswaragunupudi
Tue Mar 27, 2018 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autoincrement field for DBFCDX
Replies: 9
Views: 1769

Autoincrement field for DBFCDX

... field : DBCREATE(cDbfFile , {{"ID","+",10,0}} , "DBFCDX" , .T. ) DBG DbStruct() // gives ID , + , 4 , 0 ? FieldLen("ID") // 4 WHY TRUNCATED TO 4 ????????????????????????? FOR i := 1 TO 10001 DBAPPEND() NEXT ? Recno() , FIELD->ID // 10001 , 10001 ...
by Franklin Demont
Sat Mar 24, 2018 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autoincrement field for DBFCDX
Replies: 9
Views: 1769

Re: funciones de FWH y Harbour en un archivo .txt

... FieldGet(<nField>)->ValueField FieldGetArr([<nRecNo>])-><aFieldValues> FieldLen(<nFieldPos>)->nFieldLength FieldName(<nPosition>)->cFieldName FieldNum(<cFieldName>)->nFieldPos FieldPos(<cFieldName>)->nFieldPos ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5731

Re: funciones de FWH y Harbour en un archivo .txt

... Eval ExeName Exp Expand Exponent Fact Fahrenheit FClose FCount FCreate FErase FError Field FieldBlock FieldDec FieldDeci FieldGet FieldGetArr FieldLen FieldName FieldNum FieldPos FieldPos FieldPut FieldPutArr FieldSize FieldType FieldWBlock File FileAttr FileCopy FileDate FileDelete FileMove ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5731

Re: MariaDb and FieldStruct

... Answer to your question: oRs:aStructure  In addition you have all methods like DBF functions oRs:Fieldname() oRs:FieldLen() oRs:FieldType() oRs:FieldDe() etc
by nageswaragunupudi
Thu May 11, 2017 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb and FieldStruct
Replies: 2
Views: 354

MariaDb and FieldStruct

Hello RAO , there is in MariaDb an equivalent of FWAdoFieldStruct , FWAdoFieldSize ? I found FieldLen (), fieldName ecc ... but I don't understand how to use . It would be interesting to have a full list (in one place) of the methods of MariaDB, now you have to look into ...
by Maurizio
Thu May 11, 2017 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb and FieldStruct
Replies: 2
Views: 354

Re: ADD COLUMN TO XBROWSE

... of which DBF we are showing. From this information XBrowse examines the DBSTRUCT() of the alias and determines: a) Column size depending on FIELDLEN() b) Alignment depending on FIELDTYPE() c) Picture clause depending on FIELDTYE(), FIELDLEN() and FIELDDEC() and also depending on the Global ...
by nageswaragunupudi
Tue Mar 21, 2017 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADD COLUMN TO XBROWSE
Replies: 2
Views: 736

Re: Nuevo FWH 16.05

... in the latest version: DefinedSize, ActualSize, Precision, NumericScale, OriginalValue Proposed to implement: UnderlyingValue Now the methods FieldLen(), FieldType(), FieldDec() accept field number or field name. In addition, FieldName() also accepts fieldname as paramter. This might sound ...
by nageswaragunupudi
Sun Jul 17, 2016 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.05
Replies: 12
Views: 3792

Re: Nuevo FWH 16.05

... tabla debe tener un indice principal 3) DefinedSize logitud campo Precision longitud campo numerico NumericScale cantidad de decimales Uso oRcs:FieldLen(oRcs:FieldPos(cCampo)) oRcs:FieldDec(oRcs:FieldPos(cCampo)) La pregunta pueden hacer algo equivalente a ADO oRcs:Fields(cCampo):Precision oRcs:Fields(cCampo):NumericScale ...
by luisduque
Sat Jul 16, 2016 7:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.05
Replies: 12
Views: 3792
Next

Return to advanced search