473,394 Members | 1,735 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Can options in Tools => Options be set programmatically?

Is it possible to set options in the Tools >> Options dialog
programmatically? For example, I want to create an Access 2002 MDE that
will set, on startup, various options in the View, General, and Edit/Find
tabs of the Options dialog. Can this be done? Are there any developer
resources for doing this?

Thanks in advance.
Nov 12 '05 #1
2 2235
On Thu, 06 May 2004 21:50:08 GMT, "deko" <no****@hotmail.com> wrote:
Is it possible to set options in the Tools >> Options dialog
programmatically? For example, I want to create an Access 2002 MDE that
will set, on startup, various options in the View, General, and Edit/Find
tabs of the Options dialog. Can this be done? Are there any developer
resources for doing this?

Thanks in advance.


Search help for SetOption.

eg
Application.SetOption "Default Record Locking", 0
Application.SetOption "Selection Behavior", 1
etc
Wayne Gillespie
Gosford NSW Australia
Nov 12 '05 #2
> Search help for SetOption.

Great! That's exactly what I needed.

From the "SetOption Method" help entry in the VB editor:

The SetOption method provides a means of changing environment options from
Visual Basic code. With this method, you can set or read any option
available in the Options dialog box, except for options on the Modules tab.
Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Hal Vaughan | last post by:
I have a sample script from a book ("Beginning JavaScript" by Paul Wilton) that removes or adds a choice to a <SELECT> element. The <FORM> is form1 and the <SELECT> is theDay. The example uses...
3
by: R Reyes | last post by:
Just wondering if anyone knows the pros/cons between creating a database programmatically vs using the application's tool windows/features that come with SQLServer, Access, Oracle, etc... Is it...
7
by: Claire | last post by:
Im sat here watching task manager and the memory consumption of my application rising second by second. What tools are there out there for me to use to find where it's all going please? (I wish...
7
by: Keith Patrick | last post by:
After completely giving up on finding some way in my ASP.Net app to take a query string URL and redirect to it as a POST instead, I went with a system like so: Upon "redirection," all the...
2
by: ahmad | last post by:
when i used the statment for(var i = 0; i < menu.length; i++) { menu.options.selected = "false"; } to deselect all the options within a list, it surprisingly selected all the options. I tried...
0
by: Tom | last post by:
The included code block demonstrates programmatically clicking a non-derived ToolStripButton in the OnShown() method. When I derive a button from ToolStripButton and override the _private_...
0
by: mttc | last post by:
I'm about chage the font for editor. I open: tools->option->enviroment- but I see only 6 item on combo: "Show setting for" where all the items?
2
by: RLN | last post by:
Re: Access 2003 Is there a way to list via text (or set via VBA) the items in the Tools/Startup (App title, App Icon, Display Form Page, Show DB Window, etc.) as well as items in the...
9
by: Mark B | last post by:
I want to create a Tools>>, Options form for a C# Outlook 2007 Add-in. I have dragged a tree-view control into the left side of the form. What control should I drag into the right side so that...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.