xBrowse bPopup does not run when browse is empty. (SOLVED)

Post Reply
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

xBrowse bPopup does not run when browse is empty. (SOLVED)

Post by Horizon »

Hi,

I use oBrw:bPopup to declare popup screen in xbrowse. If the browse is not empty there is not any problem. Popup shows.

But I have an empty xbrowse and want to show popup for "Paste" option.

How can I do it?
Last edited by Horizon on Sat Jan 02, 2021 8:49 am, edited 1 time in total.
Regards,

Hakan ONEMLI

Harbour & VS 2019 & FWH 20.12
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

Re: xBrowse bPopup does not run when browse is empty.

Post by Horizon »

any solution??
Regards,

Hakan ONEMLI

Harbour & VS 2019 & FWH 20.12
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

Re: xBrowse bPopup does not run when browse is empty.

Post by Horizon »

:roll:
Regards,

Hakan ONEMLI

Harbour & VS 2019 & FWH 20.12
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: xBrowse bPopup does not run when browse is empty.

Post by nageswaragunupudi »

In the present implementation, oBrw:bPopUp is designed to refer to an active cell, i.e., active row and selected column. So this does not work when there are no rows.

If you want a PopUP menu that does not refer to any specific row, then you may implement by displaying a popup with oBrw:bRClicked.
Regards

G. N. Rao.
Hyderabad, India
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

Re: xBrowse bPopup does not run when browse is empty.

Post by Horizon »

Thank you Mr. Rao,

I is ok now.
Regards,

Hakan ONEMLI

Harbour & VS 2019 & FWH 20.12
Post Reply