Search found 69 matches: fieldpos

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: ...
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 978

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

... COLUMS 1,2 ;      HEADERS "CODIGO", "NOMBRE" ;      LINES CELL           oBrw:CreateFromCode()  I fixed the problem on FieldPos(). Now I get this Called from E1FIELDGET(0) Called from TMSQUERY:FIELDGET(639) in source\prg\msquery.prg Called from MXCTAALM(26) in source\Mxctaalm.prg ...
by Compuin
Wed Feb 23, 2022 2:24 pm
 
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

So the problem is with TMSQeuery's FieldPos() method.
You need to resolve this error with the authors.

To make sure, please directly test
Code: Select all  Expand view

? oTb:FieldPos( "CODIGO" )
 


It is better you check all other methods I mentioned above.
by nageswaragunupudi
Wed Feb 23, 2022 10:50 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

... C:\Windows\System32\NSI.dll 736F0000 0000E000 C:\Windows\System32\winrnr.dll 71420000 00008000 C:\Windows\System32\rasadhlp.dll Called from E1FIELDPOS(0) Called from TMSQUERY:FIELDPOS(496) in source\prg\msquery.prg Called from TXBROWSE:SETCOLFROMMYSQL(7313) in source\xbrowse.prg Called from ...
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

... let me know please. I will 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  ...
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

... let me know please. I will 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: 1384

Re: Xbrowse aCols -> user function

Maybe this can be of help. (from project Mr. Rao gave the solution) tn := oRs:FieldPos( "T" + alltrim( Str( month(date()))) + "_1" )    aVelden6 :=  { ;    { "selection"  , "Sel"   ...
by Marc Venken
Tue Feb 08, 2022 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse aCols -> user function
Replies: 10
Views: 515

Re: CHARICON lista de codigos validos - para Cristobal ??

... en el Formulario * Otra Prueba * Colocando los nombre de los campos del .DBF entre comillas ("cedula") *a := xProbar2->( Field( FieldPos( aCamposName[i,1] ) ) ) *REDEFINE GET a ID aCamposName[i,2] OF oDlg MESSAGE aCamposName[i,3] UPDATE // Nada *REDEFINE GET &a ID aCamposName[i,2] ...
by fridgar
Wed Dec 15, 2021 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CHARICON lista de codigos validos - para Cristobal ??
Replies: 9
Views: 1477

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 441

Detectar si existe campo en tabla MySQL

... de impresion, se cae o no imprime nada. He utilizado esta forma, pero no se si es la correcta o existe algo mejor, ahi requiero la ayuda. If oRs:Fieldpos( 'direccion' ) <> 0 ? 'imprimo el dato' EndIf Tambien probe con If FieldPos( oRs:direccion ) <> 0 EndIf Pero no me reconoce el ...
by carito
Tue Jan 05, 2021 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar si existe campo en tabla MySQL
Replies: 7
Views: 716

Re: mod harbour session js session object

... 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

... 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

... 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: funciones de FWH y Harbour en un archivo .txt

... BlobDirectPut(<nOldblobID>,<xBlobData>)->nNewblobID BlobExport(<nFieldPos>,<cTargetFile>,[<nMode>])->lSuccess BlobGet(<nFieldPos>,[<nStart>],[<nCount>])->xBlobData BlobImport(<nFieldPos>,<cSourceFile>)->lSuccess ...
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: 5710

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

... 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 FileReader FileScreen FileSize ...
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: 5710
Next

Return to advanced search