Search found 106 matches: objsendmsg

Return to advanced search

Error en Listbox.

Buenas tardes. tengo una rutina que usa un listbox definido por WorkShop y funciona correctamente. en otra funcion en la cual copie el listbox en el prg . asi lo defini REDEFINE LISTBOX oLbx FIELDS str(_CoLiAux->Locatario,4,0) , ; str(_CoLiAux->Propiedad,4,0) ; ID _CLV_Lbx ; FIELDSIZES {50,50}...
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 310

Error in class tget fwh2304

I just updated to fwh2304 I got this error: Error description: Error BASE/1102 Argument error: UPPER Args: [ 1] = N 0 Stack Calls =========== Called from: => UPPER( 0 ) Called from: .\source\classes\TGET.PRG => TGET:INITIATE( 1316 ) Called from: => __OBJSENDMSG( 0 ) Called from: => HB_EX...
by ralph
Fri Jul 14, 2023 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in class tget fwh2304
Replies: 3
Views: 280

Re: Equivalencias de __objAddData y __objSendMsg en Hash

Gracias, manuel, como siempre compartiendo gotas de saber.
by carlos vargas
Thu Mar 23, 2023 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Equivalencias de __objAddData y __objSendMsg en Hash
Replies: 4
Views: 474

Re: Equivalencias de __objAddData y __objSendMsg en Hash

Yo uso esto Carlos: //------------------------------------------------------------------------------// Generador de clases dinamicas funciona como una metaclase.// Con control de referencias.static function myGenClass( cClsName, cSuperClsName )    static s__aClassH := {}    local n...
by xmanuel
Thu Mar 23, 2023 7:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Equivalencias de __objAddData y __objSendMsg en Hash
Replies: 4
Views: 474

Re: Equivalencias de __objAddData y __objSendMsg en Hash

Estimados, yo quise hacer esto con una clase sqlmix, pero el caso es que los datas que creaba por cada campo, se mantenian entre clases, dado que la creacion se hacia a nivel objeto por lo que el numero de campos se incrementaba por cada instancia del objeto table, lo han resuelto?
by carlos vargas
Mon Mar 20, 2023 6:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Equivalencias de __objAddData y __objSendMsg en Hash
Replies: 4
Views: 474

Re: Equivalencias de __objAddData y __objSendMsg en Hash

Saludos Colega También tengo la misma situación, asigno valores de forma dinámica, desde un cursor SQL bien sea TODBC o EAGLE creo los campos mediante METHOD InitFields() CLASS Ttable AEVAL(::aFields,{|a,n| __objAddData( Self, a[1] , CTOEMPTY(NIL,a[2],a[3] ) ) }) Ahora los campos me devuelve valores...
by jnavas
Fri Mar 17, 2023 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Equivalencias de __objAddData y __objSendMsg en Hash
Replies: 4
Views: 474

Equivalencias de __objAddData y __objSendMsg en Hash

Saludos,

Podrian ayudarme como reemplazar con equivalencias estos metodos a nivel de hash en harbour ?

Gracias de antemano
by Compuin
Fri Mar 17, 2023 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Equivalencias de __objAddData y __objSendMsg en Hash
Replies: 4
Views: 474

Re: SUB-CLASS TFolderEx()

hi Antonio, "where" can i get more Information about __objAddData( oObject, cSymbol ) and __objAddMethod( oObject, cSymbol, nFuncPtr ), __objModMethod( oObject, cSymbol, nFuncPtr ) have not found a Sample --- have found in OOHG /* * The following parts are Copyright of the individual autho...
by Jimmy
Sun Feb 05, 2023 5:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1157

Re: about RESIZE

hi thx for Answer and Sample i have try to use DIALOG for my Sample and got Error description: Error BASE/1005 No exported variable: TOOLBAR Args: [ 1] = U [ 2] = L .T. Stack Calls =========== Called from: => _TOOLBAR( 0 ) Called from: => __OBJSENDMSG( 0 ) Called from: .\source\classes\ACTIVE...
by nageswaragunupudi
Sun Jul 31, 2022 4:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: about RESIZE
Replies: 7
Views: 470

Re: about RESIZE

hi thx for Answer and Sample i have try to use DIALOG for my Sample and got Error description: Error BASE/1005 No exported variable: TOOLBAR Args: [ 1] = U [ 2] = L .T. Stack Calls =========== Called from: => _TOOLBAR( 0 ) Called from: => __OBJSENDMSG( 0 ) Called from: .\source\classes\ACTIVEX...
by Jimmy
Fri Jul 29, 2022 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: about RESIZE
Replies: 7
Views: 470

Re: GIF animados para FWH sin usar DLLs externas!

ya aplique todo correctamente compila sin errores pero al ejecutar :shock: Time from start: 0 hours 0 mins 9 secs Error occurred at: 20/04/2021, 19:12:38 Error description: Error FiveWin/1 Non defined Id: No: 175 Stack Calls =========== Called from: .\source\classes\CONTROL.PRG => TCONTROL:INITI...
by AIDA
Wed Apr 21, 2021 12:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GIF animados para FWH sin usar DLLs externas!
Replies: 24
Views: 3733

Re: GIF animados para FWH sin usar DLLs externas!

ya aplique todo correctamente compila sin errores pero al ejecutar :shock: Time from start: 0 hours 0 mins 9 secs Error occurred at: 20/04/2021, 19:12:38 Error description: Error FiveWin/1 Non defined Id: No: 175 Stack Calls =========== Called from: .\source\classes\CONTROL.PRG => TCONTROL:INITIA...
by AIDA
Wed Apr 21, 2021 12:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GIF animados para FWH sin usar DLLs externas!
Replies: 24
Views: 3733

Re: Referencia a una data

Creo que ya te entiendo!!!
En vez de esto:
__objSendMsg( Self, "oRs" + oTable:cFile, oSys:oConn:Query( cSelect ) )

pon esto
__objSendMsg( Self, "_oRs" + oTable:cFile, oSys:oConn:Query( cSelect ) )
by xmanuel
Thu Mar 18, 2021 7:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Referencia a una data
Replies: 5
Views: 635

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: 442

error on print from activex

give me this error Time from start: 0 hours 0 mins 17 secs Error occurred at: 12/04/20, 11:57:27 Error description: (DOS Error -2147352567) WINOLE/1007 (0x80040100): EXECWB Args: [ 1] = N 6 [ 2] = N 1 Stack Calls =========== Called from: => TOLEAUTO:EXECWB( 0 ) Called from: => __OBJSENDMSG( 0 ...
by Silvio.Falconi
Fri Dec 04, 2020 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on print from activex
Replies: 1
Views: 357
Next

Return to advanced search