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 wOOdy-Soft 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: Pistol34
  • Content: Threads
  • Order by date
  1. Pistol34

    How to pause and wait for application to methods to finish

    I am using the MSagent and need to wait for the methods to finish before ending the sub routine. Right now the application ends before the agent can even load. I though about a timer but they are so shakey. If the agent isn't done and the time is up then it shutsdown. Can I wait for some...
  2. Pistol34

    execute outside application and wait until finished

    I was wondering what the quickest way would be to shell out to a different application then wait for it to finish and continue my code. I have done this using the PID and a loop, but there must be a simpilar way than the Win32 API. Thanks, Pete
  3. Pistol34

    Routing to DSL router

    We just got our DSL line and I want to route traffic through the new line. The line is good and the connection from the second NIC on the server works fine because I can ping anywhere. What I can't do is connect with IE. None of my requests are going through. I was using a dailup and it...
  4. Pistol34

    Common Dialog InitDir property Can it be a non Drive Letter

    I have a Nikon Camera and viewer software with it. It show up in my computer and explorer like control panel or My Computer does. Can I make my dialog open to the camera and not the current drive.
  5. Pistol34

    Resizing the system partition

    I just inherited a server that has a 2GB system partition and is out of space. (No room for service packs) I want to resize the partitions with reintalling Win2K. I have done this on workstations (Partition Magic), but will it work in a raid 5 array. Which software works the best? I will...
  6. Pistol34

    Exchange 2000 agent How to get

    The guy before never setup an exchange agent to backup our mail server. 6 months no backup. He upgraded to exchange 2000 and I understand that the Arcserve 2000 disk I have is to old to support Exchange 2000. So I try to find the update. No luck! I call tech support and they tell me I have...
  7. Pistol34

    Installing seagate tape backup

    The installation of the drive works fine from config utility, but the drive won't mount consistantly. I do not know much about AIX so be gently. Any suggestions are worth a try. Any good websites or literature might also be helpful.
  8. Pistol34

    Users log on locally not into Domain

    I have about 30 users that log on to there win2000 workstations locally. They access network resource because the user name and passwords match on the server. I wouldn't have done this, but it's what I got to work with. Everyone wants security and group permissions, but if you don't log into...
  9. Pistol34

    Browser authentication fails on some clients

    Our secure website uses an asp page to pull a report form a database. The pages are secured through windows authentication. Some of our client don't get prompted to login. Instead they recieve page not found errors. I have checked to make sure the browser settings are OK for...
  10. Pistol34

    Install Access 97 over Run-time version

    I had installed Run-time access 97 for an application I was using. I then un-installed Run-time Access 97 and installed full access 97. Everytime I try to use access it comes up in run-time mode. I have tried command switchs and searched the registry, but haven't found anything. Any...
  11. Pistol34

    USB Printing with DOS Batch

    From what I have read, it doesn't seem possible to print to a usb port from the DOS shell. Does anyone know how I can do this? I did find a company with a USB stack for DOS, but it costs money and is for application testing and development. Probally not for me. Thanks, Peter
  12. Pistol34

    Remove VBTAB from the end of string

    I have this string 1=10 2=20 I want to remove the VBTAB from the end. Trim won't remove it and I tried to left(string, len(string) - VBTAB), but like I thought Type Mismatch. Is there a function that I can use? Thanks
  13. Pistol34

    Upload files and track locations

    HI, I am wondering if anyone knows how I could upload a file from a clients system. I already have a webclass, but the webhost will not allow me to install the webclass. Can I open a common dialog or file browser without a webclass. The final result actually needs to upload the image and...
  14. Pistol34

    Moving up to Exchange Server dumping Mail

    Don't laugh, but the company I just started working for is still using Microsoft Mail. The mail system is a mess. We have internal mail, external mail, and on the road mail services. Only the tech guys can keep it all strait. My question is I know Microsoft dropped Mail a while back, when...
  15. Pistol34

    Print spooler problems

    Recently the print spooler service on our 2000 server is on the fritz. The service stops working properly and then can not be stopped with out "error 12 service code invalid" There are also other event errors calling out specific dll problems. Unable to load certain dll functions...
  16. Pistol34

    exporting comma seperated file from excel

    I need to export a comma seperated file use quotation mark text qualifiers. I can easily export CSV's but no quotes. I must have the quotes for the import. Any idea's would be great
  17. Pistol34

    How many records is too many?

    I was wondering how many records does Access 97 and Access 2000 support. I heard that 30,000 records was about it for 97, is this true? Did 2000 increase that number? Thanks
  18. Pistol34

    Application can not see enviroment variable

    I have set two enviroment variables on a NT machine. I can use the variables in batch files and command line, but the application I am using keeps telling me they don't exist. Is there any reason why a windows based app would not be able to see the variables. Anything to try would be usefull...
  19. Pistol34

    Text string manipulation?

    I am going to read in a text string from a file. The string is a little different than I am use to. Here is a sample: (("IPBIONO" "T" "OPER_MFG" "A-B" "T" 0 0 ("" "GUARD" "GREEN" "1NO-1NC" "&quot...
  20. Pistol34

    Outlook 2000 automation errors

    I have a app that is inserting 5 different files into 5 seperate emails. Each Outlook 2000 mail item is created seperatly in its on function. I then call the 5 seperate functions. My program then crashes with this error: The specified network resource or device is no longer available. This...

Part and Inventory Search

Back
Top