D
DZ
Hi
I added several Builtin properties to the DB properties collection and have
been using them and setting their values programatically for a month. Now
suddenly when I try to set a value i get an error message
"Property not found" so added it again and the properties not message
happens again later that same day.
The properties were startup properties:
• AllowShortcutMenus
• AllowBuiltinToolbars
• StartUpForm
I created a work around which was to add them every time programmatically
before i set their values programmatically with a on Error Resume Next in
case they are already there. This solves the problem.
I was just wondering why they would become unadded when for a month they
stayed added with no problem.
....if you have any ideas on a better way to deal with this problem
Thanks for any insight
I added several Builtin properties to the DB properties collection and have
been using them and setting their values programatically for a month. Now
suddenly when I try to set a value i get an error message
"Property not found" so added it again and the properties not message
happens again later that same day.
The properties were startup properties:
• AllowShortcutMenus
• AllowBuiltinToolbars
• StartUpForm
I created a work around which was to add them every time programmatically
before i set their values programmatically with a on Error Resume Next in
case they are already there. This solves the problem.
I was just wondering why they would become unadded when for a month they
stayed added with no problem.
....if you have any ideas on a better way to deal with this problem
Thanks for any insight