... comentando el proceso... Muchas gracias Antonio freport = Createobject( "FastReport.TfrxReport" ) fr = freport:IfrxReport MsgInfo( fr:ClassName ) Probe tu codigo y da error en esta linea ==> fr = freport:IfrxReport Path and name: E:\Proyectos\Software\ActiveX_fastreport\fastreport.exe ...
... nPDate := 0 local nPYear := 0 local nDay, nMonth, nYear local dWork local nDays := 0 for n := 1 TO Len( oDlg:aControls ) if oDlg:aControls[ n ]:ClassName() == "TBTNBMP" nFirstButton := If( nFirstButton == 0, If(nSkip<2, 0, n), nFirstButton ) nLastButton := n nSkip++ oDlg:aControls[ ...
If I understood correctly, then the cookie window is bothering you? This is for DIV with a bitmap. See his class. Using Eval(document.getElementsByClassName("classname").style.visibility = "hidden"; ), remove it
while also this Syntax is used METHOD Update() INLINE AEval( ::aControls,; { | o | If( ( Upper( o:ClassName() ) $ "TFOLDER;TFOLDEREX" ), o:Update(),; If( o:lUpdate, o:Refresh(),)) } ) ...
Existe algum problema em utilizar a contante RELEASE FONT para destruir uma fonte ? fivewin.ch #xcommand RELEASE <ClassName> <oObj1> [,<oObjN>] ; => ; <oObj1>:End() ; <oObj1> := nil ; [ ; <oObjN>:End() ; <oObjN> := nil ] acredito que não ...
... toma el mando (incluso si está contenido en otro) Las imágenes o cuadros de colores ya se mueven, drag&drop, con el siguiente código : IF oWnd:ClassName()="TBITMAPINF" ::bRClicked:= { || ( ::lInfinito:=.f., ::Hide(), ::oWnd:lDrag:=.t. ) } ::oWnd:blDblClick := { || ::oWnd:lDrag:=.f., ...
... lo vi en el foro) : 1.- en todos mis prgs incluí #include "hbcompat.ch" 2.- en five.win agregué #ifdef __HARBOUR__ #xcommand CLASS <ClassName> [METACLASS <metaClass>] ; [ <frm: FROM, INHERIT> <SuperClass1> [,<SuperClassN>] ] ; [ <modulfriend: MODULE ...
... lo vi en el foro) : 1.- en todos mis prgs incluí #include "hbcompat.ch" 2.- en five.win agregué #ifdef __HARBOUR__ #xcommand CLASS <ClassName> [METACLASS <metaClass>] ; [ <frm: FROM, INHERIT> <SuperClass1> [,<SuperClassN>] ] ; [ <modulfriend: MODULE ...
Buenas tardes: La clase base de Fivewin sino me equivoco es TWindow a partir de ahi heredan todas, pero esta clase base llama a un metodo ::ClassName() que no pertenece a TWindow, Entonces de que clase de Harbour heredan todas las clases que se definen? Aprovecho el mismo post para preguntar ...