Link to home
Start Free TrialLog in
Avatar of peterdevadoss
peterdevadoss

asked on

Using simple popup menu..

i have a menu as follows:
   m_category
      &Delete
      &Insert

I wanna using this menu as popup in my datawindow(dw_category1) which is in a tab object (tab_category.tab_page1)

following is my code in rbuttondown event of tab_category.tab_page1.dw_category1:
m_category.popmenu(PointerX(), PointerY())

following is the error message:
Null object reference in rbuttondown event of object dw_category1
ASKER CERTIFIED SOLUTION
Avatar of hink
hink
Flag of Czechia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of peterdevadoss
peterdevadoss

ASKER

thank you.