Search found 26 matches: tmsquery

Return to advanced search

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

... ) Called from: .\source\function\ERRSYSW.PRG => (b)ERRORSYS( 24 ) Called from: => __ERRRT_SBASE( 0 ) Called from: ../../../tobject.prg => TMSQUERY:ERROR( 148 ) Called from: ../../../tobject.prg => (b)HBOBJECT( 77 ) Called from: ../../../tobject.prg => TMSQUERY:MSGNOTFOUND( 0 ) Called ...
by Compuin
Wed Feb 23, 2022 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1378

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

... x == nil, ::oMySql:FieldGet( cName ), ::oMySql:FieldPut( nCol, x ) ) }  Change this as: if ::oMySql:IsKindOf( "TMSQUERY" )   DEFAULT oCol:bEditValue := { |x| If( x == nil, ::oMySql:FieldGet( nCol ), ::oMySql:FieldPut( nCol, x ) ...
by Compuin
Wed Feb 23, 2022 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1378

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

... ;      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 Called from (b)CLINICA32WIN(69) in source\Clinica32win.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: 1378

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

... )  WITH       elseif ! Empty( ::oMysql ) .AND. ( ::oMysql:IsKindOf( 'TMYSQLQUERY' ) .or. ::oMySql:IsKindOf( 'TMSQUERY' ) )  Replace Line: 17327          if uDataSrc:IsKindOf( 'TMYSQLQUERY' )  WITH          if uDataSrc:IsKindOf( 'TMYSQLQUERY' ...
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: 1378

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

... two columns      :CreateFromCode()  and 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 ...
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: 1378

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

... two columns      :CreateFromCode()  and 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: 1378

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

oTb:= TMSQuery():New( oAp:oMySql, cSql )  May I know what is the class TMSQuery? What library are you using? Please explain in detail. Just like I do not know this class, XBrowse also does not know this class ...
by Compuin
Tue Feb 22, 2022 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1378

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

oTb:= TMSQuery():New( oAp:oMySql, cSql )  May I know what is the class TMSQuery? What library are you using? Please explain in detail. Just like I do not know this class, XBrowse also does not know this ...
by nageswaragunupudi
Tue Feb 22, 2022 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1378

Re: Borrar registro actual en xBrowse?

nageswaragunupudi wrote:I am curious to know what is TMsQuery and what is the library you are using for MySql?


TMSQuery is from Eagle1 for Harbour32/BCC7
by Compuin
Fri Dec 29, 2017 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borrar registro actual en xBrowse?
Replies: 15
Views: 2373

Re: Borrar registro actual en xBrowse?

I am curious to know what is TMsQuery and what is the library you are using for MySql?
by nageswaragunupudi
Fri Dec 29, 2017 2:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borrar registro actual en xBrowse?
Replies: 15
Views: 2373

Re: Migrar xHarbour a Harbour HBClass

Aca el codigo function TMyMSQuery( cCls ) ; return( MyGenClass( cCls, TMSQuery() ) ) The variable __aHCls AAdd( __aHCls, { cClsName, __nClassH } ) the class and handle How free static __aHCls := {} #include "HbClass.ch" function MyGenClass( cClsName, ...
by Compuin
Fri Apr 14, 2017 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrar xHarbour a Harbour HBClass
Replies: 15
Views: 2201

Re: FiveWeb de FiveTech (gratis hasta la versión 1.0)

... := TMSConnect():New() oMySql:Connect( "190.43.42.177","root", "CPS" ) oMySql:SelectDb( "contable" ) objq:= TMSQuery():New( oMySql ) objq:Open("SELECT * from plan where cuenta='"+cuenta+"'") if objq:nRowCount=0 objq:ExecSQL( "INSERT ...
by Vladimir Zorrilla
Sun Mar 03, 2013 6:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb de FiveTech (gratis hasta la versión 1.0)
Replies: 279
Views: 62387

Una de Clases

... _HB_CLASS xMySQLClass function xMySQLClass() local oRs,nScope,acFields:={} static s_oClass // Como puedo pasar la variable cTable oRs := TMsQuery(oConexion, "show columns from "+alltrim(cTable)) oRs:Open() if oRs:Reccount()<=0 msgstop( "!!! Error accediendo a la Base ...
by softruz
Wed Apr 21, 2010 10:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una de Clases
Replies: 6
Views: 991

Re: problemas con dialog con recurso workshop

... de Tipo de Cambio" Local 8: O Class: TMSCONNECT Local 9: C "GNSYS_PRUEBA" Local 10: O Class: TMSDATABASE Local 11: C "mtcambio" Local 12: O Class: TMSQUERY Local 13: U Local 14: N 0 Local 15: N 1 Local 16: N 12 Local 17: C "select * from mtcambio order by fe_tc" Local 18: C "select * from mtcambio ...
by lubin
Thu Dec 11, 2008 11:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con dialog con recurso workshop !!SOLUCIONADO
Replies: 20
Views: 5287

... ... .. . If MsgNoyes("Almacenar la Imagen Seleccionada?","Confirme") ClearImage(oImagen) oImagen:LoadBmp(cImagen) oImagen:Refresh() oUpdate := TMSQuery():New( oMySQL ) cChr := oUpdate:ReadFromFile(cImagen) cUpdate := "SELECT registro FROM imagenes WHERE cod_producto = '" + cCodigo + "'" oUpdate ...
by lubin
Mon Dec 01, 2008 4:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: dificil guardar Rtf en campo memo (dbf) o campo de Mysql??
Replies: 14
Views: 4326
Next

Return to advanced search