Page 1 of 1

Compare Class Object ?

Posted: Sun Oct 27, 2019 10:10 am
by AUGE_OHR
hi,

i have this working Xbase++ Code

Code: Select all

IF oCenterIn != oParent
both are Class Object and it work under Xbase++ but with harbour i got
Obj_Obj_1.jpg
Obj_Obj_1.jpg (26.32 KiB) Viewed 1157 times
Question : how to compare Object under harbour :?:

Re: Compare Class Object ?

Posted: Tue Oct 29, 2019 1:54 am
by AUGE_OHR
hi,

have a workaround

Code: Select all

   // give Error O <> O under harnbour
   * IF oCenterIn != oParent

   // this seems to work
   IF ! oCenterIn = oParent