Error in changing startup items.

S

SHIPP

i am using the following VB to change the default Start Up Options.

intx = AddAppProperty("AppTitle", dbText, "HRP Database", strFull)
intx = AddAppProperty("StartUpForm", dbText, "Switchboard", strFull)
intx = AddAppProperty("AllowBuiltInToolbars", dbBoolean, False, strFull)
intx = AddAppProperty("StartUpMenuBar", dbText, "HRP Data", strFull)

The only one that doesn't work is the last one StartUpMenuBar. When it hits
that line I get an error message saying HRP Database can't find the macro
'HRP Data".

Any ideas would be greatly appreciated.
 

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

Top