Access Runtim Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

WIth the runtime, has anyone noticed that pop-up menus do not appear when you
left-click on a datasheet column header? With the 2003 MDE version without
runtime (for users with Access 2003) it can be left-clicked to sortwhen you
click on a column header. But with the runtime, no such pop-up appears...

Anyone had experience with that?

THanks,
-B
 
BenWeber said:
WIth the runtime, has anyone noticed that pop-up menus do not appear when you
left-click on a datasheet column header? With the 2003 MDE version without
runtime (for users with Access 2003) it can be left-clicked to sortwhen you
click on a column header. But with the runtime, no such pop-up appears...

This is correct and one of the limitations of using the runtime.

Microsoft Access (Office) Developer Edition FAQ
http://www.granite.ab.ca/access/developereditionfaq.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
BenWeber said:
WIth the runtime, has anyone noticed that pop-up menus do not appear
when you left-click on a datasheet column header? With the 2003 MDE
version without runtime (for users with Access 2003) it can be
left-clicked to sortwhen you click on a column header. But with the
runtime, no such pop-up appears...

Anyone had experience with that?

THanks,
-B

What is actually true is that ALL built in command bars are unavailable in the
runtime. That means Menus, Toolbars, and Popup menus. The basic functionality
is still there. You just have to buiild your own menus and toolbars and assign
them to your objects rather that relying on the built in ones.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top