FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to hide oOutlook2003:oPopup ?
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
How to hide oOutlook2003:oPopup ?
Posted: Fri Aug 21, 2015 02:09 PM

Dear All,

I need to hide or disable oOutlook2003:oPopup Menu. How can I do?

Thanks

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: How to hide oOutlook2003:oPopup ?
Posted: Fri Aug 21, 2015 02:17 PM

show an example.

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 654
Joined: Fri Oct 21, 2005 05:54 AM
Re: How to hide oOutlook2003:oPopup ?
Posted: Sat Aug 22, 2015 01:03 AM
Dear Dutch,

Please try :

Code (fw): Select all Collapse
oOutlook2003:oPopup:Hide()

or

Code (fw): Select all Collapse
oOutlook2003:oPopup:Disable()


-Ramesh Babu
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: How to hide oOutlook2003:oPopup ?
Posted: Mon Aug 24, 2015 02:56 AM
Dear Ramesh,

Code (fw): Select all Collapse
oOutlook2003:oPopup:Disable() is disable but do not end, it can still access and show disable menu.
oOutlook2003:oPopup:Hide() is not define.


I try ::end() and it is not access but still show ">>" in the last Group but it is ok now.
Code (fw): Select all Collapse
oOutlook2003:oPopup:End()


Thanks.
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)

Continue the discussion