Search found 27 matches: uparam1

Return to advanced search

Re: right mouseclick

... position where the pop is show must be passed to the handle. the code we have can pass up to 3 parameters:   function _FMH (hWnd, nMsg, hSender, uParam1, uParam2, uParam3) We would have to add one more parameter ( I do not think it creates problems ) the parameters to pass would be xMousepos,yMousepos,nBrwrow,nBrwcol ...
by mastintin
Mon Jun 11, 2018 4:39 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: right mouseclick
Replies: 16
Views: 4316

Error E0019 #error: 'Class not declared for method:

... not declared for me thod: IsDef( cName )' .\prg\TPUBLIC.PRG(279) Error E0019 #error: 'Class "TPublic" not declared for me thod: OnError( uParam1 )' ** error 1 ** deleting .\obj\TPUBLIC.OBJ
by Compuin
Tue Apr 26, 2016 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error E0019 #error: 'Class not declared for method:
Replies: 17
Views: 3293

Re: xbrowse:cHeader

... y en este valor guardo el nombre de la columna en Español. La sustitución de oBrw:Debe por oBrw:aCols[ nCol ], se realiza en el METHOD OnError( uParam1 ) como indicó Antonio. En este método se llama al METHOD oCol( u ) y este es el que con un aScan busca el nombre "u" entre los cHeader ...
by fgondi
Thu Oct 30, 2014 10:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse:cHeader
Replies: 9
Views: 953

Re: xbrowse:cHeader

Fernando,

Aunque Rao es el gran expero de XBrowse, en mi opinión se está usando el METHOD OnError( uParam1 ) CLASS TXBrowse

Prueba a poner un MsgInfo() ahí y debería llamarse en esos casos
by Antonio Linares
Thu Oct 30, 2014 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse:cHeader
Replies: 9
Views: 953

Re: Clase TDb o TDatabase....cual usar?

... (::nArea)->(RecCount()) METHOD Fin() INLINE (::nArea)->(DBCloseArea()) METHOD SetFocus() INLINE (Select(::cAlias)) ERROR HANDLER OnError( uParam1 ) ENDCLASS //---------------------------------------------------------------------------// METHOD New( cAlias ) CLASS TDb local n, oClass, aDatas ...
by Compuin
Thu Feb 28, 2013 6:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TDb o TDatabase....cual usar?
Replies: 10
Views: 2774

Re: Manejo de Variables Dinamicas en Clases

... nombres de los campos se usan como DATAS dinámicas ya que no se de finen en la clase TDbRecord. La magia está en el método ERROR HANDLER OnError( uParam1 ) Recuerda crear un PRG llamado "TDbRecord.prg" con el código del mensaje anterior para que no de error esta linea del final: #include ...
by xmanuel
Fri Aug 26, 2011 11:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manejo de Variables Dinamicas en Clases
Replies: 13
Views: 3996

Re: he conseguido un iphone

... en fivewin para rutar los eventos de los controles activex ) los eventos se rutan desde objective-C a PRG a la function FWEvents( oSender, nMsg, uParam1, uParam2 ) (windows.prg) que recibe como primer parametro el objeto PRG almacenado en objective-C y esta funcion llama directamete am metodo ...
by Daniel Garcia-Gil
Thu Nov 04, 2010 12:56 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 128952

Re: he conseguido un iphone

... . Delegando , que boton se pulsa ( msgYesno) si es detectado , podemos pasar los datos a harbour a la ventana METHOD HandleEvent( nMsg, nSender, uParam1, uParam2 ) y que sea harbour quien tome decisiones ... ¿ No?
by mastintin
Sat Oct 23, 2010 11:24 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 128952

Re: Ordenar matriz multidimensiuonal

... METHOD FieldPos( cFieldName ) MESSAGE FieldPut METHOD _FieldPut( nField, uVal ) MESSAGE FieldGet METHOD _FieldGet( nField ) ERROR HANDLER OnError( uParam1 ) ENDCLASS //---------------------------------------------------------------------------// METHOD New(nCol) CLASS tArray Local m ::nAt:= 0 ::aFldNames:={} ...
by Francisco
Sat Jun 19, 2010 5:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ordenar matriz multidimensiuonal
Replies: 7
Views: 2424

ActiveX ( To Antonio ) Solved

... ret is to return 1, more return NIL, and looking in TactiveX i see it. METHOD Do( cMethodName, uParam1, uParam2, uParam3, uParam4, uParam5 ) have onlly 5 parans and i need 8. Im trying this form. Ret = ActXInvoke( ActXPdisp( oAct:hActiveX ), "RED", ...
by lailton.webmaster
Wed Jun 03, 2009 1:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX ( To Antonio ) Solved
Replies: 6
Views: 1037

Re: Memoria no liberada en ActiveX - arreglado!

... METHOD New( oWnd, cProgID, nRow, nCol, nWidth, nHeight ) CONSTRUCTOR METHOD ReDefine( nId, oWnd, cProgID ) CONSTRUCTOR METHOD Do( cMethodName, uParam1, uParam2, uParam3 ) METHOD Display() INLINE ::BeginPaint(), ::Paint(), ::EndPaint(), 0 METHOD EraseBkGnd( hDC ) INLINE 1 METHOD GetProp( cPropName ...
by MGA
Wed Apr 08, 2009 1:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memoria no liberada en ActiveX - arreglado!
Replies: 18
Views: 6343

... What FWH and Harbour/xharbour version are you using ? Whats the exact error that you get ? Please copy it here > METHOD SetProp( cPropName, uParam1 ) INLINE ; --> OleSetProperty( ActXPdisp( ::hActiveX ), cPropName, uParam1 ) > The above "-->" should not be there in the code
by Antonio Linares
Thu Jul 24, 2008 11:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas en 8.06 con Activex
Replies: 30
Views: 6284

I Have is Problem!

Hello A.Linares. I Working with ADVPL Microsiga. But, i compile the TActiveX class. ERROR in METHOD : METHOD SetProp( cPropName, uParam1 ) INLINE ; --> OleSetProperty( ActXPdisp( ::hActiveX ), cPropName, uParam1 ) I Have class TActiveX complet, but, error continue compilation. Very ...
by jose.robertoteixeira
Thu Jul 24, 2008 11:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas en 8.06 con Activex
Replies: 30
Views: 6284

Antonio,

Gracias por tu respuesta.

usa:
METHOD SetProp( cPropName, uParam1 ) INLINE ;
OleSetProperty( ActXPdisp( ::hActiveX ), cPropName, uParam1 )

Es una de las primeras pruebas que realize y sigue fallando.

Te he enviado un mail con Crystal XI y un ejemplo para que lo puedas probar.
by fgondi
Fri Jul 04, 2008 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas en 8.06 con Activex
Replies: 30
Views: 6284

Fernando, Por favor prueba a hacer este cambio: En vez de: METHOD SetProp( cPropName, uParam1 ) INLINE ; ActXSetProperty( ActXPdisp( ::hActiveX ), cPropName, uParam1 ) usa: METHOD SetProp( cPropName, uParam1 ) INLINE ; OleSetProperty( ActXPdisp( ::hActiveX ), cPropName, ...
by Antonio Linares
Fri Jul 04, 2008 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas en 8.06 con Activex
Replies: 30
Views: 6284
Next

Return to advanced search