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 Chriss Miller 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: DugzDMan
  • Order by date
  1. DugzDMan

    Hopefully simple SQL question

    Since it's Access, you might try to put in an auto number field. Maybe it will create the auto number field in the order that they were inserted???
  2. DugzDMan

    Use FileSysObj to List Specific Files?

    You can actually do this with FSO: strFileExtension = fso.GetExtensionName(strInputFile)
  3. DugzDMan

    Saving Data from a VB program

    If you're just using an mdb file, then you should be fine, but I'd still check, just to be certain. Good Luck!
  4. DugzDMan

    Hopefully simple SQL question

    What type of DB are you pulling from? Some dbs insert data by hashing it and placing it in order of the has. I'm not sure if any of them use the date/time as a part of the hash they create. If so, there might (not sure) be a way to pull that info to at least create the initial order. From...
  5. DugzDMan

    Saving Data from a VB program

    I would think you are still fine, but you might want to check the MS site, just to make sure. Are you doing this for work or personal? I just ask because were I work, we can send these issues to legal and they'll look up what kind of licenses and such we would have to get to do projects...
  6. DugzDMan

    Saving Data from a VB program

    Using the latest Jet Driver should work. Like petevick said, you're not distributing any Access items. You're simply including Access functionality in your program. Nothing else will have it (at least not by installing your program). As far as the database ADO is Active-X Data Objects...
  7. DugzDMan

    Hopefully simple SQL question

    That all depends on the database your pulling against. What are the fields you are pulling? What database are you pulling from?
  8. DugzDMan

    In string function?

    Yep, I checked it out and this works. Thanks guys!!! That's a star for each :-)
  9. DugzDMan

    EOF missing

    I believe I was making an elementary mistake. I haven't had time to go through all the code again to make sure, but I think I was referencing the wrong file (one that contains the same type of data, but more lines). I hope to get back to this early this week. Thanks for all the help!!
  10. DugzDMan

    In string function?

    Thanks you guys! That should work just fine, I'll have to check when I get back into work.
  11. DugzDMan

    In string function?

    Is there an In string type function in CF. In VB there is the InStr(String A, String B) function which searchs String A for the presence of String B. If it is found, it returns the position where String B starts in String A. If it isn't found, it returns 0. I'm looking for something similar...
  12. DugzDMan

    Outlook express ...

    There also an option inside OE to check to see if it is the default mail client. You can turn this on in options, if you want to check each time.
  13. DugzDMan

    Outlook 2002 Attachment Security Warning....

    I also have Outlook XP, but do not receive any warnings whatsoever. It doesn't allow me to open, save, anything. They are just blocked. Do you this will work for me as well?? Thanks!!
  14. DugzDMan

    EOF missing

    I'm thinking it must be somewhere with the names I am using while manipulating the files (open file, clean, write to temp file while processing, close files, rename temp file as clean file, open clean file to process, etc.). I have to get to work early, so I'm going to look at it tomorrrow...
  15. DugzDMan

    how can i hide private events in an outlook public calendar

    You may have figured something out by now, but I'll try anyway. When I create a meeting in my calendar, there is a checkbox to make the meeting private. There is still a place holder for that timeframe, so that people know you are busy, but the title is Private and no one can get any more info...
  16. DugzDMan

    EOF missing

    When I read the file in, I get the Input past end of file error.
  17. DugzDMan

    EOF missing

    I am using Close, that's why I'm stumped. If it makes any difference, I'm using VB6 SP5 on Win2K SP2. Thanks!
  18. DugzDMan

    EOF missing

    I have a program that reads a file downloaded from our mainframe. Before I can read it in as text, I open it in Binary mode and clean the non-ASCII characters and save it to a new name (so the user can run the clean file the next time and not have to wait until the file is cleaned again). The...
  19. DugzDMan

    Drive say need formatted

    If you can't get it to work. You might go ahead and try formatting it. There are a number of unformat utilities that you can then use to get the information back. Obviously do this before you start writing data back on teh drive. Maybe check out downloads-zdnet.com for an unformatter and/or...
  20. DugzDMan

    How do you format a hard disk in Win2000 pro?

    Did you run setup from within Windows or did you reboot and use the 4 startup disks? If is was from within windows, it probably has the partition protected. Try creating the 4 floppy disks, then put in the first one and reboot. That should do it.

Part and Inventory Search

Back
Top