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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dhboston

  1. dhboston

    Closing another app (iexplorer)

    thank you for your patience and help
  2. dhboston

    Closing another app (iexplorer)

    Here is my code for an event: Dim ie As New InternetExplorer ie.Height = 150 ie.Width = 150 ie.Left = 150 ie.Top = 150 ie.Navigate "http://www.tek-tips.com" Do Until ie.ReadyState = READYSTATE_COMPLETE DoEvents Loop ie.Visible = True Set ie = Nothing
  3. dhboston

    Closing another app (iexplorer)

    Frame was probably a bad term... i opened ie from a form and set the size to appear to the user that it is appearing within the application. I send certain keys to the ie and it will provide a response to the user. I wanted to be able to close ie when they click another button to initiate...
  4. dhboston

    Closing another app (iexplorer)

    I have used access to open internet explorer in a frame... how can i use access to close the internet explorer? thanks
  5. dhboston

    Force a msgbox for identified user

    Sorry for the bad explanation. I would like for one user to be able to notify another user when something is complete without using e-mail. I was hoping one user can force a msgbox on another identified user's screen. Thanks for your help.
  6. dhboston

    Force a msgbox for identified user

    I am working with a 6 user environment. What I am looking for is a way for someone to enter data and then force a msgbox to appear on an identify users screen. Any ideas
  7. dhboston

    How to highlight rows in a listbox

    I have a listbox returning rows of data. The data is listed with a month and date field. Does anyone know how to highlight or bold the row of data when the month = December?
  8. dhboston

    Setting Listbox to bottom

    I have a listbox containing several columns of data. The default is to have the listbox set to the top and use the scroll bar to get the bottom of the data. Is there a way to set the default to be at the bottom of the list and use the scroll bar to scroll to the top? Thanks dhboston
  9. dhboston

    How Many Front-ends Can Be Attached To A Single Back-end?

    Rich is correct. Access limits the concurrent users to 255 but for performance, 25 is the recommended limit. Darwyn

Part and Inventory Search

Back
Top