right mouse click in runtime

  • Thread starter Thread starter CD Tom
  • Start date Start date
C

CD Tom

During development I can right click the mouse on a field and get the
standard drop down list but when I do this after compiling and testing in
runtime mode the right click doesn't work. Is there a way to make it work
when run with runtime? Thanks for any help
CD Tom
 
Shortcut menus (otherwise know as right-click menus) are not available in
the runtime version. I suggest that to supply a small popup form with those
functions that you'd like to use.
 
Back
Top