Search found 26 matches: cfieldname

Return to advanced search

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

Does oTb:FieldGet( cFieldName ) work? Are you using FWH2012 ? If so, try making the following modifications to xbrowse.prg and include in your link script. Replace line 1297       elseif ! Empty( ::oMysql ) .AND. ::oMysql:IsKindOf( ...
by Compuin
Wed Feb 23, 2022 8:03 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

Does oTb:FieldGet( cFieldName ) work? Are you using FWH2012 ? If so, try making the following modifications to xbrowse.prg and include in your link script. Replace line 1297       elseif ! Empty( ::oMysql ) .AND. ::oMysql:IsKindOf( ...
by nageswaragunupudi
Wed Feb 23, 2022 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1384

Re: mod harbour session js session object

... name="builder" type="text" class="form-control" value="{{_Value('builder')}}" Where function _Value( cFieldName ) is: function _Value( cFieldName ) return FieldGet( FieldPos( cFieldName ) )
by Otto
Mon Jul 29, 2019 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour session js session object
Replies: 20
Views: 2177

Re: mod harbour session js session object

... name="builder" type="text" class="form-control" value="{{_Value('builder')}}" Where function _Value( cFieldName ) is: function _Value( cFieldName ) return FieldGet( FieldPos( cFieldName ) )
by Otto
Mon Jul 29, 2019 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour session js session object
Replies: 20
Views: 2177

Re: mod harbour session js session object

... name="builder" type="text" class="form-control" value="{{_Value('builder')}}" Where function _Value( cFieldName ) is: function _Value( cFieldName ) return FieldGet( FieldPos( cFieldName ) )
by Antonio Linares
Sun Jul 28, 2019 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour session js session object
Replies: 20
Views: 2177

Re: Write a Block

FieldWBlock( cFieldName, oDbf:nArea )
by nageswaragunupudi
Wed Jun 26, 2019 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Write a Block
Replies: 4
Views: 848

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

... con aData: = RsGetRows (oRs) Fuente: \fwh\source\function\adofuncs.prg Ejemplo: \fwh\samples\arr2rs.prg * Corrección: En el método MapCol( cFieldName, cPrompt ) de la clase TDatabase. Si un nombre de campo anterior es más largo que el nombre de campo y sus caracteres iniciales coinciden ...
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: 3160

New FTDN May/Mayo 2019 (FWH 19.05)

... can be retrieved with aData := RsGetRows( oRs ) Source: \fwh\source\function\adofuncs.prg Sample: \fwh\samples\arr2rs.prg * Fix: Method MapCol( cFieldName, cPrompt ) of tdatabase class. If an earlier field name is longer than the fieldname and its initial characters match the fieldname (eg. ...
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: 3160

Re: How manually mapping a field to TDatabase

... mapped to field otp1 , etc? Thank you for any tip TDatabase has this feature for many years. To be exact, from FWH 10.02 onwards. oDbf:MapCol( cFieldName, cUserFriendlyName ) or oDbf:MapCol( { { "fld1", "name1" }, .... { "fldN","nameN" } } ) Small Sample: ...
by nageswaragunupudi
Sat Feb 23, 2019 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How manually mapping a field to TDatabase
Replies: 3
Views: 829

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

... ADSBlob2File(cFileName,cFieldName)->lSuccess ADSClearAOF()->Nil ADSCustomizeAOF([<nRecno|aRecNos>],[<nType>])->nSuccess AdsDDRemoveTable(<cTableName>,<deleteFile>,[<nConnection>])-><lResult> ...
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: 5709

FWH 16.09: RowSet AutoAppend feature

... values which can not be modified by the user. The program demonstrates how to set default values at runtime when required. Syntax: oRs:SetDefault( cFieldName, uDefaultValue, [lReadOnly = .t.] ) When read-only attribute is set, xbrowse, datarow do not allow user entry and even the rowset does not ...
by nageswaragunupudi
Tue Oct 25, 2016 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.09: RowSet AutoAppend feature
Replies: 0
Views: 666

Re: XBrowse 16.04 : Gets in Header Bar

... simple way to add the getbar feature: 1. txbrowse class + data lgetbar txbrwcolumn class + data cf1 // firstline + data cf2 //second line + data cfieldname // for sql where / search 2. method headerheight() class txbrowse headerheight + 2*::nRowheight // to place the 2 gets bar lines 3. METHOD ...
by ShumingWang
Mon Sep 05, 2016 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : Gets in Header Bar
Replies: 34
Views: 10021

Re: FWH: MySql/MariaDB: RowSet object

... performance implications on slow and remote connections. oRs:aSortSecs --> { nSecs, nOrder } // time taken for last sort. METHODS: OrdSetFocus( cFieldName/nFieldNo ) --> cOrder OrdSetFocus( 0 ) -- "" // Restores natural order (RecNo() order) SetOrder( cFieldName/nFieldNo, uIgnored, ...
by nageswaragunupudi
Thu Jul 21, 2016 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19546

Re: ADO RDD xHarbour

... for next posted version. Meanwhile please alter in adordd.prg : C:\adordd\adordd.prg(1906) Warning W0001 Ambiguous reference: 'XVALUE' with cFieldName C:\adordd\adordd.prg(1922) Warning W0001 Ambiguous reference: 'XVALUE' with uInfo C:\adordd\adordd.prg(5757) Warning W0005 RETURN statement ...
by AHF
Sun Oct 18, 2015 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446317

Re: Mejoras para scintilla

Pregunto si hay alguien que tenga, o me indique donde conseguir, una lista de las funciones de harbour y fwh con su sintaxis, es decir, algo así a:

AdsBlob2File( <cFileName>, <cFieldName> ) --> lSuccess
AdsCacheOpenTables( <nOpen> ) -> nRetVal

.../...



Por ejemplo
by cnavarro
Mon Dec 01, 2014 12:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839444
Next

Return to advanced search