Search found 51 matches: oobject

Return to advanced search

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... ) --> result HB_ExecFromArray( @nFuncId(), [aParams] ) --> result HB_ExecFromArray( bCodeBlock, [aParams] ) --> result HB_ExecFromArray( oObject, cMethodName, [aParams] ) --> result HB_ExecFromArray( oObject, nMethodID, [aParams] ) --> result HB_ExecFromArray( aExecutableArray ) ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2330

Re: Strange Font Problem in fwh 1412

Paz,

That line is fine.

Please check that all your app fonts assignments are done using oObject:SetFont( oFont )
by Antonio Linares
Tue Jan 27, 2015 6:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Font Problem in fwh 1412
Replies: 18
Views: 4013

Re: bug xBrowse()

Antonio, Several times, I use xBrowse( oObject ) to do debugging, not for browsing the table. For browsing the table, I do xbrowse() or xbrowse( alias() ). In the past, when oObject was empty or nill, xBrowse showed empty. That was great. Now, ...
by MOISES
Sun Dec 28, 2014 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug xBrowse()
Replies: 6
Views: 943

Re: bug xBrowse()

Moises,

That behavior has not changed since 2013 or even earlier.

To me it is not wrong, as it is using the default Alias().

Why don't you close the DBF before calling Xbrowse( oObject ) ?
by Antonio Linares
Sun Dec 28, 2014 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug xBrowse()
Replies: 6
Views: 943

bug xBrowse()

Hello,

In previous builds, issuing xBrowse(oObject), when the object was empty showed an empty xbrowse(), but now it shows the current dbf.

It should show an empty xbrowse or a message saying that oObject is empty.

Thank you.
by MOISES
Sun Dec 28, 2014 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug xBrowse()
Replies: 6
Views: 943

Re: Migrating to Harbour

Antonio,

Antonio Linares wrote:Enrico,

hClass is the handle of a Class, you can access it this way:

TAnyClass():hClass

or directly from an existing object:

oObject:hClass


Ok, I'll try this too, thank you.

EMG
by Enrico Maria Giordano
Thu Dec 11, 2014 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 46357

Re: Migrating to Harbour

Enrico,

hClass is the handle of a Class, you can access it this way:

TAnyClass():hClass

or directly from an existing object:

oObject:hClass
by Antonio Linares
Thu Dec 11, 2014 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 46357

Re: Font shift during program execution

My problem solved with oObject:SetFont(oFont)

Thanks....
by henning
Fri Aug 29, 2014 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font shift during program execution
Replies: 15
Views: 2670

Re: Font shift during program execution

Tim,

Never assign The font directly modifying oFont. Instead allways call oObject:SetFonf( oFont )
by Antonio Linares
Fri Aug 29, 2014 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font shift during program execution
Replies: 15
Views: 2670

Re: tipo de dato undefine al leer una planilla excel

... } PRIVATE cChar := "xHarbour" PRIVATE dDate := Date() PRIVATE hHash := Hash() PRIVATE lLogic := .F. PRIVATE nNumber := 123.45 PRIVATE oObject := GetNew() PRIVATE pPtr := ( @Test() ) PRIVATE uNIL := NIL USE Customer ALIAS Cust ? Type( "aArray" ) // result: A ? Type( "bBlock" ...
by Jeff Barnes
Tue Apr 29, 2014 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tipo de dato undefine al leer una planilla excel
Replies: 3
Views: 814

Re: Como se Clona un Objeto

oNew := oClone( oObject )

Salu2
by karinha
Thu Apr 11, 2013 5:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se Clona un Objeto
Replies: 9
Views: 1186

Re: Use xBrowse with object instead of array

... oWnd ) or XBrowse( oDlg ) or XBrowse( oBrw ) Normal program code: @ <r>, <c> XBROWSE <oBrw> SIZE <w>,<h> DATASOURCE oObject As simple as that.
by nageswaragunupudi
Tue Feb 07, 2012 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use xBrowse with object instead of array
Replies: 10
Views: 3487

Re: Ajuste para samples\insptest.prg

Existe la función __CLSMSGTYPE( oObject:ClassH, cMsgName ), pero necesitariamos __CLSMSGSCOPE( oObject:ClassH, cMsgName )

No es dificil de implementar, vamos a probar... :-)
by Antonio Linares
Wed Sep 14, 2011 7:23 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Ajuste para samples\insptest.prg
Replies: 6
Views: 1420

Re: A Fileformat-problem with oBar:SaveToBmp(cFile)

... http://www.pflegeplus.com/pictures/msglogo2.jpg Saving a BMP-capture as a JPG-file using : oObject: SaveToBmp ( "Capture.bmp" ) // c_path := CURDRIVE() + ":\" + GETCURDIR()FUNCTION JPG_CAPTURE()LOCAL cOldfile := ...
by ukoenig
Tue Jul 19, 2011 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Fileformat-problem with oBar:SaveToBmp(cFile)
Replies: 3
Views: 992

Re: Not Releasing Font

... BRW_BRUSH( oBrw1, nTStyle, lTGrad, nTColorF, nTColorB, nTGradPos, cTBrush, cTImage ) ( the Brush is not released ) Inside the Function BRW_BRUSH(oObject, ............) : DEFINE BRUSH oNewBrush FILENAME c_path + "\Bitmaps\" + cTBrush oObject:SetBackGround( oNewBrush, BCK_TILED ) oObject:Refresh() ...
by ukoenig
Fri Jul 15, 2011 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Not Releasing Font
Replies: 25
Views: 5971
PreviousNext

Return to advanced search