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.
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.