Howto Get back to form view in runtime?

D

Duane

I need to package the database with runtime, since the user doesn't have 2007.
I've created a custom ribbon. On it is the "ViewsDatasheetView" command.
It works fine. However, in runtime, I can't get any command to show up on
the ribbon that will RETURN it to the original form view.
Apparentlly, "ViewsFormView" and "ViewsModeMenu" don't work in runtime.
Any ideas?
 
Top