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 bkrike 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: Mungovan
  • Content: Threads
  • Order by date
  1. Mungovan

    Form Access depending on user

    Hi, I have an MS Access database and I want different forms to open automatically depending on which user is logged on. The back-end of the database is a SQL server. So, user from list 1 logs on they get screen X, user on list 2 logs on and they get screen Y. Is they possible? The list of...
  2. Mungovan

    Symbol Issue

    Hi, I want to insert a symbol of a tree onto my signature at the end of an e-mail. However, it just comes up as an uppercase P instead. Does anyone have suggestions on this? Kind regards, Declan
  3. Mungovan

    User ID in SQL

    Hi, I need to save a user's NT ID into a table. Is there a way to automatically detect who is logged onto the system and then use this information in the server. Kind regards, Delcan
  4. Mungovan

    E-mailing users with Sharepoint

    Hello, I need to set up the e-mail service in sharepoint but don't know how. Do I set up the SMTP mail on the windows server that is hosting my sharepoint application first? After this what is the next step with sharepoint? Thanks for any help provided. D
  5. Mungovan

    Error with msadox.dll

    Hi, We have a database used by multiple users residing on a server. When one of the users tries to open the database on her machine she gets the following error: "Your Microsoft Access database or project contains a missing or broken reference to the file 'msadox.dll' version 6.0 " Any ideas...
  6. Mungovan

    Change password

    Hi. We have a number of users connecting to citrix servers using windows 2000 servers. Is it possible for the users to change their own password? The log in screen only has the option to input your password rather than change it. The user is then only presented with the normal citrix toolbar...
  7. Mungovan

    Automate an action

    Hi. I have a session in Windows 2000 that keeps on timing out when there is no action by the user. The session needs to run for 10 hours but times out in 6 if there is no input by the user. Is there any way that the you can simulate a mouse movement or something every few hours so the session...
  8. Mungovan

    CPU Usage High

    Hi. I'm using windoes xp home edition on my laptop (not this computer) and I've noticed a problem over the past few weeks, it's reallllllly annoying! I just run one program like word and every ten seconds or so it misses a letter and the mouse stalls for a second. I ran the task manager and...
  9. Mungovan

    Package and Deployment - wininet.dll

    Hi. I've finished my application and have ran the package and deployment program. Then, I try to install the program and it goes grand for a little bit. But half way through the installation an error comes up saying: "The file C:\WINDOWS\System32\wininet.dll is being used by another...
  10. Mungovan

    Package & Deployment Wizard Problem

    Hi. I've finished my application and have called it myApplication and now I'm creating the install setup.exe project for it. As the program uses DAO I specify the drivers required but when I click Next, the aplication says that I'm missing the necessary file myApplication.CHI. Hope can I...
  11. Mungovan

    Code to Open .chm Help File

    Hi. How do I open a .chm hlp file in my VB code when someone clicks on my help icon. The help file is located in the same folder as the application. Thanks, D
  12. Mungovan

    Automatically Close MsgBox

    Hi. I need a message box to appear on the screen for 1-2 seconds and then automatically close itself without the user having to press anything. Is this possible?? Thanks
  13. Mungovan

    Open File in Current Directory

    Hi. I have a VB project that's located at C:\Documents and Settings\Owner\Desktop\Project. I need to access a html file that will always be located in the same folder as the project. However, I want the folder to be portable to other machines (that is, it may not always be located at the above...
  14. Mungovan

    Printing a HTML string

    Hi. I have a string called sFrag that contain HTML code of the form sFrag = &quot; <TABLE> <TR> <B> Hello World ........ <\TABLE> &quot; I need this to be printed to the printer in its table format. But when I try Printer.Print sFrag it just prints the characters and text (and not in the table...
  15. Mungovan

    Too many Line continuations

    hi, I have a string in my VB code. When assigning a value to it I get an error saying that I have too many line continuations. I can't get around this because I need all of the lines. Any ideas of how to get out of this? ------------------------------ myString = &quot;xxxxxxxxxx&quot; & _...
  16. Mungovan

    Format Text Strings

    Hi, I need to format a bunch of text strings so that they're tabbed apart. That is: << Dim myString as String myString = &quot;Value 1 is:&quot; tabbed & textBox1 >> Is there a way of &quot;returning&quot; a string as well? I.e << Dim myString as String myString = &quot;Value 1...
  17. Mungovan

    Create Object Container

    Hi, Is it at all possible in VB to create some kind of text &quot;container&quot; object. That is, when a button is pressed in the application, I need VB to take all of the Text strings in textBoxes and place then into some kind of super string. E.g TextBox1=50 TextBox2=Hello TextBox3=10...
  18. Mungovan

    Clipboard.SetDataObject

    Hi, I need to add various items to a single clipboard in a VB application. That is, I need to add a set text like say &quot;Height&quot; then a tabbed space, then the value stored in say textBox1. Then I need to add the value stored in textBox2 etc. So, I need something that works like...
  19. Mungovan

    Copying VB info to clip board

    Hi, I have a VB program that has a nice GUI format with Tabs and text boxes. Basically I need to create a button that, when pressed, copies all the current data in the text boxes to the MS clipboard in a desired fashion (that is, say, a certain amount of standard text like labels, along with my...
  20. Mungovan

    HTML Help with VB

    Hi. I have a VB applicaion that I want to open context sensetive help. When I set the forms WhatsThisHelp property to TRUE I get an error saying that the VB application can't open the .chm help file. However, when I set the forms WhatsThisHelp property to FALSE it opens the help file. I have...

Part and Inventory Search

Back
Top