I know this is a little long, but it's an interesting problem (I think), so please bear with me.
Statement of Problem/Facts:
1) I am tasked with creating a stand-alone program to assist folks identify reference material.
2) The user will select the references needed and the program will store...
Thanks for the feedback vacunita. I totally appreciate what you're saying. My users will be folks who will be wanting tohave the tabs open (they've previously indicated which links they want access to--I'm just trying to give them a more convenient way to open them when they want them. They...
Yes, that's why my description suggested that the ideal solution would have to be able to "detect" tab support and respond accordingly by opening the link in a new window instead of a tab. I know I'm probably seeking a solution that doesn't exist, but you don't know til you ask. Thanks for the...
Thanks Vragabond. I was actually hoping there might be a way to accomplish this with HTML for universality. I'll post this some script forums, as well.
I'm looking for a way to have a single code file cause a browser to simultaneously launch multiple links in new tabs, in the most browser-independent manner possible.
Without going into gorey detail, I have created a program (exe) that dynamically generates multiple links (e.g. to reference...
Is there a way to programmatically change setting in the main Options dialog (Tools --> Options...). I specifically need to turn off the checkbox in the Spelling tab titled "Ignore words in UPPERCASE" This is on by default.
Thanks.
I'm generating a report that will include phrases looked up (from a separate table) based on selections the user has previously made in a master table. It would be ideal if these phrases could be presented as, say, bullet items, or outline items, with a hanging indent, but I'm sure not seeing a...
I really just want to be able to initialize the ServerFilter property on certain forms when the application starts up--not everytime the forms are opened. Randy700's suggestion let me accomplish this OK: I open the form hidden, clear the ServerFilter Property, then close and save the form. (I...
I know how to refer to controls and properties of an open form (e.g., Application.Forms![form.name].property ), but how about a form that isn't opened yet?
In my access project, I would like to make sure that the ServerFilter property is blank before opening the form--this property is...
I have a simple form displaying a list of records. At the top of the form is a combo box in which the user can type a search string, then click a "find" button. The find button's click event contain code that sets the form's filter property:
Me.Filter = "(myFieldName Like '*" &...
I ran into a similar problem earlier this week. Since the subform has no records, calculated and unbound controls in the subform are "undefined." I could not figure out a direct way to deal with this either. There is a .hasData property which would handle this situation, but it is available...
I'm new to ADPs (and this forum), but so far I'm really impressed--don't know why I didn't switch from the ODBC world a long time ago. Anyway, I noticed that in my ADP projects the Switchboard Manager is disabled while in the MDBs it is still available. Any ideas why?
Thanks in advance,
Mark
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.