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 strongm 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: *

  1. hovercraft

    Recursive depth 1 level create directory

    Totally my fault! If I had just checked the method instead of assuming Create "Directory" would work vs Create "Folder" I wouldn't have had to ask for assistance. Thank You Thank You Thank You!!!
  2. hovercraft

    Recursive depth 1 level create directory

    Thank you PHV. I've tried your suggestion but am receiving an "Object doesn't support this property or method: CreateDirectory" error. My full path has a folder for a website with the dots in it's name. Such as, D:\websites\www.mywebsite.com\reports\subdirectory I'm wondering if that has...
  3. hovercraft

    Recursive depth 1 level create directory

    Greetings folk, I'm stuck trying to run a vbs in the same directory that contains a folder called "reports". In the reports directory there are hundreds of sub-directories. I'm trying create a directory in each of the hundreds of sub-directories, called "archive". This is the code I'm using...
  4. hovercraft

    php for local MS Access mdb containing local table and linked table

    I can connect to a local mdb via PDO. I can access data contained in the local table in the local mdb. What I can't seem to do is to access data contained in a linked table in the same mdb. The linked table actually resides on another server but I am able to link to it via a network drive or...
  5. hovercraft

    save report as pdf with password ??

    Thanks for answering KJV. According to Adobe, this is not possible. They do not expose the security settings to VBA. However, I did find a solution that I think I will post in a FAQ. Short answer is, you must use a 3rd party application that exposes it's own methods of setting security...
  6. hovercraft

    save report as pdf with password ??

    I've been looking all over the web and various KB's at MS but have not been able to find any information. I could resolve this by using Word's "save as" via VBA but that runs into many many more problems. I'm trying to utilize the "save as pdf" add-in from MS Access 2007 but I need to password...
  7. hovercraft

    DOS ? recursive dirs with spaces in the name

    Thanks Guitarzan, you're the guitar man! I've read through billions of posts and couldn't find the answer.
  8. hovercraft

    DOS ? recursive dirs with spaces in the name

    Sorry, I don't know where else to look for help on this. I'm trying to use a bat file to copy a file into several directories and all of their sub directories. It works great until it hits a directory with a space in the name then it goes on to the next directory. Any idea how I could change...
  9. hovercraft

    t7613e wireless headsets?

    Thank You IronHorse17! Your information has been very valuable. The lifter doesn't fit quite perfectly, by that I mean it has a hard time placing the handset back on the hook. We came up with a way to stablize it using tape and folded paper. I know it sounds like a dumb idea but it's working...
  10. hovercraft

    t7613e wireless headsets?

    Ironhorse - Did you install the CS55 on the Nortel t7316e ? I know I entered t7613e in the subject of this post...it was late. The HL10 connects to the CS55 base unit via what looks like a 3.5mm plug not an rj22 so I can not connect the HL10 directly to either the hand or head set jacks. One...
  11. hovercraft

    t7613e wireless headsets?

    Thanks OG! The CS55 came with the HL10. I tried with the agents both with and without the lifter. One problem is that the cc manager spends alot of time away from his desk and he needs to be able to answer his phone without necessarly being there. ...or maybe it's possible to forward his...
  12. hovercraft

    t7613e wireless headsets?

    Does anyone know of a wireless headset solution for the Nortel t7613e? I've tried the Plantronics CS55 (I think that was the model), which claims to be compatible but it is not. I worked with 2 of their tech team agents (who were very nice) but the unit would either only ring (beep) in the...
  13. hovercraft

    Transfer direct ot agent rather than extension

    Thank you Oldestgeek. I'm not sure which button the "intercom" key is, so I just started hitting buttons... On our T7316E's turns out it's the extension key. I will read up on the Set Relocation option and implement it. Thanks Again To All!
  14. hovercraft

    Transfer direct ot agent rather than extension

    what about the "set relocation" feature? would this do what I am asking? Also, would you happen to know the feature code to check the currently assigned extension?
  15. hovercraft

    Transfer direct ot agent rather than extension

    Thanks Brewsky. That's what I was afraid of.
  16. hovercraft

    Transfer direct ot agent rather than extension

    I have a bcm50 with T7316E sets. Our phone agents can move on a whim and I end up having to forward their extension to whereever they moved to. Life would be so much easier if there was a way to transfer a skillset call by-way-of agent id rather than by extension. does anyone know of a way...
  17. hovercraft

    Null Value in any field hinders recordset

    THANK YOU JPADIE!! (...again) Perhaps the syntax of the IS NULL is what was messing me up. I just copied your code and it worked perfectly! Hovercraft
  18. hovercraft

    Null Value in any field hinders recordset

    I'm not sure what you mean by "echo out". I don't use phpmyadmin but I did run a simple select for null values in MySQL query builder for the def_citnbr field and it returned fine. Maybe I'm going about this the wrong way entirely. Here's the latest sql string I've been trying. $mydeflist...
  19. hovercraft

    Null Value in any field hinders recordset

    If I use the wildcard '%' why wouldn't it return every record regardless of value?
  20. hovercraft

    Null Value in any field hinders recordset

    thanks JP! The solution you provided doesn't return any records. Even if a value is supplied.

Part and Inventory Search

Back
Top