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: hovercraft
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. hovercraft

    Null Value in any field hinders recordset

    I have a form with 4 fields for returning a recordset. The idea is if there is any field left empty, the value is the wildcard '%'. Such that if they are all 4 empty, every record is returned. This works fine, except when there is as null value in any of the given fields in the source table...
  8. hovercraft

    mail problem - body over 998 chars

    Hello, I have a problem when I am using mail() to send an html formated email. It works great, except that I need to put in a bunch of Legal verbiage from our lawyers which in of itself is over 998 characters. Any time I hit that threshold of 998 the entire email is blank...it sends, but it's...
  9. hovercraft

    Animated Gif Stops while records retreived

    I have an issue similar to this thread thread1600-1347079 I have an animated gif that plays while a list of records is being built via php and mysql. My problem is that the animation stops while the processing going on. The gif does loop over and over if no request is made. Sometimes the...
  10. hovercraft

    t7316e and BCM50 call duration FEAT 77

    Greetings again, We are using the t7316e phones. The agents have been instructed to check their call times and write them down. The way they are checking is by entering FEATURE 77. When they do this the time is initially given is accurate but if during the same call the agent enters feature 77...
  11. hovercraft

    bcm50 t7316e and release button

    Greetings, Our call center has been instructed to "release" the current caller at the end of each call, prior to the caller actually hanging-up. Their idea behind this is that it is taking too long for the next call to be offered. So, my question is - how does hitting the release button affect...
  12. hovercraft

    mam shortcut or batch file leaves application or windows error

    Greetings, I've been trying to run a macro via task scheduler on a 32 bit vista pc with Access 2007. Tried using a batch file and also a .mam shortcut. Both "work" however the application itself does not close and therefore the task can not run again as scheduled. if I insert a QUIT (exit)...
  13. hovercraft

    overflow with append to linked mysql table

    I'm out of ideas. If my_defgroupcount = 1 And my_defcount = 1 Then my_ltrid = CLng(my_ltrid + 1) End If If my_defgroupcount <> 1 Then my_ltrid = CLng(my_ltrid + ((my_defgroupcount) - 1)) End If If my_deftroupcount = 1 And my_defcount <> 1 Then...
  14. hovercraft

    pecl printer link broken

    Does anyone know of an alternative mirror to download the printer extension dll from PECL? Their link is broken and I can't seem to locate another source via google. I'm using IIS on Vista. Thanks, Hovercraft
  15. hovercraft

    paste file into multiple directories &amp; subs

    does anyone know of a way to copy a file into a directory and all of it's subs and their subs (if any) and their subs etc... Is there a way to drag and drop? Thanks, Hovercraft OS = Vista Ultimate SP2
  16. hovercraft

    myODBC for MySQL on IIS both on vista

    I have installed MySQL and PHP on vista ultimate running IIS. Everything works fine both within our network and outside of it. Now I'm trying to connect via the MyODBC 5.1 on another vista machine with user "root" and the root password. I'm getting the Access Denied for user 'root' @ .... then...
  17. hovercraft

    Delete file via FTP as per FAQ

    Using the code that is provided in the FAQ's here for FTP'ing, how would I use the function for deleting a file on a ftp site? would it be FtpDeleteFile("ftp.myserver.com", "username", "pw", "TheFileNametobeDeleted") I'm lost....
  18. hovercraft

    insert to remote mysql tbl from local table using ADODB

    I am having problems appending records from a local table (currentdb) to a mySQL table on a 3rd party web host. I have to connect using ADO and the myODBC driver 5.1 . Simply linking the table doesn't work as the web host has a connection time out set at 60 seconds and they won't change it. I...
  19. hovercraft

    open a mdb shortcut with switch

    Greetings all, This is a direct copy from a shortcut on my desktop. "C:\Program Files\Microsoft Office\Office12\MSACCESS.EXE" "C:\PRNIN\SC_New.mdb" /wrkgrp "C:\PRNIN\PB2000.mdw" I'm trying to use shell to open it but I'm getting an error "you do not have permission" However when launched...
  20. hovercraft

    value in tbl A between the values of field 1 and field 2 in tbl B

    Greetings, I have 2 unrelated tables. Table1 has a filed called [my_value]. Table2 has three fields, [low_value] [high_value] and [cost]. I'm trying to select [cost] from Table2 where Table1.[my_value] is between [low_value] and [high_value] from Table2 and also select [my_value] from Table1...

Part and Inventory Search

Back
Top