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!

Search results for query: *

  • Users: simdan42
  • Content: Threads
  • Order by date
  1. simdan42

    Option Button Grouping help in Word

    I have a questionare that has 26 questions with each question having 5 Option buttons that allows a user to answer the question. I understand how to group the option buttons using GroupName property but I want to run code when they close the document that determeines how they answered each...
  2. simdan42

    Delegate cannot open item after a search

    I have a user who when searching her boss's inbox (to which she has editor delegate rights) the emails are displayed in the results screen but if she tries to open one she gets "Cannot open Item" She however is able to open the same message if she navigate to the boss's inbox tries to open it.
  3. simdan42

    Script to list all installed programs on a pc.

    I need to write a script that will list all of the programs installed on a pc. Any idea where this info is stored?
  4. simdan42

    Want to setup a desktop wallpaper that displays the server name and IP

    I would like to setup a desktop wallpaper that displays the server name , IP address of the server. I want this desktop wallpaper to be the backgraund for all users and remote desktop connections. Any Ideas?
  5. simdan42

    Font Size changing in the middle of a sent item

    Sometimes when I send a message it looks fine, but when I check my sent item the font changes sizes in the middle of the message. Any Ideas?
  6. simdan42

    Text size changing when email is sent

    We are using Outlook and when an email is sent the font size and type are changing in random parts of the message. Any ideas what may cause this? It looks fine on my screen but the recepient will see that the font changes in the middle of the message. In my sent items I can see the same font...
  7. simdan42

    Determining Exchnage database size

    How do I determine what our current Exchange database size is?
  8. simdan42

    AutoSave Script for Excel

    What is the best way to get excel to auto save a file every 5 minutes?
  9. simdan42

    Cognos and Impromptu Query Help

    I have the Query - Report Date between 2004-02-29 and 2004-03-03 and Location contains 'RIVERWOOD' This works great but what I want to go is to use a simple query to search multiple Locations (i.e. 'RIVERWOOD' & 'ROSWELL' & 'AIKEN' etc etc) Please Help
  10. simdan42

    How to Capture an Excel Close command

    I need to check the value of some cells in excel before the workbook is closed. If it meets the criteria it saves and closes, if not I need to escape out of the close command and display error messages. Please help
  11. simdan42

    Access Report show displaying Query results?

    I have a Query in Access that evaluates a table, AutoType, and counts the occurances of 'D1' in the Type Column. When the query is run it returns 2, which is correct. I am creating a report to display these results but on the report when I set the control source of the text box to the query it...
  12. simdan42

    PowerPoint Slide Show

    It there a way to have a Presentation open in automatic slide show mode
  13. simdan42

    Slow Windows XP login time off domain

    I have a Windows XP pro Laptop. When logging on at the office connected to the domain if boot in seconds, however when logging on off the domain it can take 10 minutes to logon please help.
  14. simdan42

    Windows Update Argument

    From the command prompt one can type wupdmgr.exe to run windows update. Can you pass arguments when running wupdmgr.exe so that it runs in quiet mode and automaticaly perfrom the installs.
  15. simdan42

    My LAN Connection icon not appearing

    If I right click on My Network Places and click properties the network connection folder appears. However not one of my three LAN Connections appear in this window. I am able to access the internet, our corporate network, and sent and recieve email. Does anyone know if there is a setting...
  16. simdan42

    Enabling Macros in Outlook 2002

    I need help! I installed Acrobat 6.0 on a users machine and it added macros to office. When the use opened Outlook a message box appear stating that this project include macros and ask if she wanted to disable or enable them. She clicked disable them and now every time she replies to a message...
  17. simdan42

    Help with loading Serialized input file into a Database

    See the code below I am getting SQL errors that my product ID is null public void BinToDB() throws Exception { //Create text file objects. FileInputStream InputBinProduct; ObjectInputStream objGetProduct; String ProductId_Hold; String ProductDesc_Hold; double QtyOnHand_Hold; double...
  18. simdan42

    Serialized Input and output

    I nee a little help. Need to read from an access database and export the data in a table to a serialized text file. I aslo need to import a serialized text file into the Database. I am not fully versed on serialized file IO can anyone give me some pointers on how to proceed?
  19. simdan42

    Using File Reader

    How can I use file reader to read a file line by line and delimited by "|" into variables in the program?
  20. simdan42

    Throw Exception Error

    I need help to determine the fix for this error: C:\Documents and Settings\DHerron\Desktop\ProductApp.java:482: unreported exception java.io.IOException; must be caught or declared to be thrown FileWriter exportFile = new FileWriter("c:\\DBFile.dat")...

Part and Inventory Search

Back
Top