Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: amarkmac
  • Order by date
  1. amarkmac

    Need to automatically open multiple links simultaneously

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

    need method to auto launch multiple links in multiple tabs

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

    need method to auto launch multiple links in multiple tabs

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

    need method to auto launch multiple links in multiple tabs

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

    need method to auto launch multiple links in multiple tabs

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

    Programmatically changing application options

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

    Any way to format hanging indents in a report?

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

    Refering to a closed form with code

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

    Refering to a closed form with code

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

    Using VBA to set form Filter Property in an ADP

    Thanks for the quick catch, PHV. That worked. I forgot about the different wildcard indicator in ADP.
  11. amarkmac

    Using VBA to set form Filter Property in an ADP

    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 '*" &...
  12. amarkmac

    Problem with subform

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

    Why is switchboard manager disabled?

    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

Part and Inventory Search

Back
Top