jksmi
Technical User
- Nov 25, 2002
- 258
Hi,
wondered if anyone might know the answer to this little teaser...
I want to save the users current options when my database is opened, change them to what I want them to be and then put them back when the database is closed. GetOption and SetOption works fine for everything except for the 'Windows in taskbar' option? - not really that important but its doin' my 'ead in.
For example :
Debug.Print Application.GetOption("Use Taskbar For Each Document"
This returns an error, 2091 "Use Taskbar For Each Document" is an invalid name???? This doesn't work for the SetOption either. I've copied and pasted the string from the help files? It works with all the other options?
Anyway, if you can help I'd be very happy and can sleep easy tonight...
Thanks,
Jamie
wondered if anyone might know the answer to this little teaser...
I want to save the users current options when my database is opened, change them to what I want them to be and then put them back when the database is closed. GetOption and SetOption works fine for everything except for the 'Windows in taskbar' option? - not really that important but its doin' my 'ead in.
For example :
Debug.Print Application.GetOption("Use Taskbar For Each Document"
This returns an error, 2091 "Use Taskbar For Each Document" is an invalid name???? This doesn't work for the SetOption either. I've copied and pasted the string from the help files? It works with all the other options?
Anyway, if you can help I'd be very happy and can sleep easy tonight...
Thanks,
Jamie