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 bkrike 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: JavaTurkey
  • Content: Threads
  • Order by date
  1. JavaTurkey

    2-page pdf in photoshop?

    Ok so you can SAVE AS a photoshop doc into a PDF, but how do I take two photoshop docs, and save them as one 2-page PDF? So when you go to acrobat reader, it will know they are two different pages? Thanks yall.
  2. JavaTurkey

    Javascript Phone Dialer....?

    Ok, not sure if i'm in the right forum or not, but this is what I need... I have software in PHP with a MySQL back-end that telemarketers are using to keep track of people to call. What I need is for the computer to actually dial the numbers through the modem. I know obviously PHP since its a...
  3. JavaTurkey

    PHP Phone Dialer...!

    Ok, not sure if i'm in the right forum or not, but this is what I need... I have software in PHP with a MySQL back-end that telemarketers are using to keep track of people to call. What I need is for the computer to actually dial the numbers through the modem. I know obviously PHP since its a...
  4. JavaTurkey

    API Phone Dialer

    Ok, not sure if i'm in the right forum or not, but this is what I need... I have software in PHP with a MySQL back-end that telemarketers are using to keep track of people to call. What I need is for the computer to actually dial the numbers through the modem. I know Microsoft's Phone Dialer...
  5. JavaTurkey

    fsockopen FROM a specific IP

    Hi - due to my firewall, I have a box with 2 ip's on it. Sometimes I need to setup a connection through fsockopen from ONE ip, and sometimes I need it to connect through the other. i'd like to specify in the script from what IP it connects, if possible. Thanks-
  6. JavaTurkey

    can U add sub-interface to pix 515?

    hi - i've got a cisco 1720 router with a t-1 and a pix 515 that all works great. Now, i need to add my second t-1 to the same router - need to know if i can add a sub-interface to the internal eth port on the pix (and possibly the external) so it can route two different subnets to two...
  7. JavaTurkey

    4.3.1: Session extension does not consider global variables ...

    I upgraded to 4.3.1, and it now gives me an error: Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You...
  8. JavaTurkey

    Add a stroke/outline to text?

    It seems like a simple question, but I just can't figure it out. I need to add an outline to the text in Flash....how!?!?
  9. JavaTurkey

    Auto-Save after editing an XL document

    I've got some VBA code which edits a specific XL document... Set xlobj = CreateObject("excel.application") With xlobj .Workbooks.open Filename:="R:\All-In-One\po_local.xls" .Range("B8").select .ActiveCell.FormulaR1C1 = Me!Name .Quit End With it...
  10. JavaTurkey

    Mail Merge in Excel?

    I have a Word Mail Merge setup that pulls data from a local comma delimited text file and sticks it in certain places within the document. Now, I need to do the same basic idea with Excel, but there's no mail merge! Any ideas?
  11. JavaTurkey

    Export to Excel Template?

    Basically, I just need to know the jist of how to send the data from a purchase order to an XL spreadsheet. The standard way that Access does it won't cut it though, I created my template and need the fields to go certain places in the XL file. Can anyone help me get started? Thanks-
  12. JavaTurkey

    Simple Routing Problem

    Hi- i have a very simple network right now. i have a cisco 1700 connected to the internet which was working fine. Then, I changed my internal interface on the cisco to a private subnet (192.168.2.x...it used to be the subnet assigned by my provider). Then, I have a static route setup as...
  13. JavaTurkey

    load all images last?

    how do i get the text to load first in an html page, followed by all images and javascripts? is there a script that will do this?
  14. JavaTurkey

    Load Images Last?

    How do you do it? I need all the text to appear, and then the images and javascripts. Any ideas? Thanks...
  15. JavaTurkey

    Export Movie --> turns out blank!

    When I create a simple flash movie with text and then do EXPORT MOVIE, it turns out great. however, when I add a relatively large picture (converted into a symbol) then do the same thing, the movie turns out completely blank, and not even the correct dimensions - but much larger. Then, if i...
  16. JavaTurkey

    "File already in Use"

    Hi, I have a Samba setup to share Microsoft Access data tables to Windows clients, but if more than one person accesses the tables, it gives an error of "File Already in Use". I have already turned off "File Locking", but it still gives this error. Any ideas? Thanks-
  17. JavaTurkey

    RedHat can't find hard drives!!!

    I'm installing RedHat 7.2 on two identical new computers. They both have two IDE hard drives, on an Intel motherboard. However, RedHat will not detect them, and exits the installation after only a few steps. Currently, there are not partitions on either drive. The weird thing is I attemped a...
  18. JavaTurkey

    Send a simple note via e-mail?

    Ok, I'm new to VBA coding, but I need help writing a simple code to send a certain field or two as the BODY of an e-mail through outlook. I can get it as an attachment, but not as the body. Any suggestions? Thanks-
  19. JavaTurkey

    Send report as body of e-mail?

    Can you do this with Outlook? I can do it as an attachment, but can't get it into the body of the acutal e-mail. If so, what would the code look like? I'm new at VBA, so please help if you can. Thanks
  20. JavaTurkey

    ERROR: the Object doesn't contain the Automation Object 'Term"

    This is the error I'm getting, and I have no clue what it could mean. Basically, I have a subform, and when I create a new record, it gives me this error. After clicking OK, it goes away and everything is fine. BUT, when I open the subform as a form by itself, I don't get this error. I...

Part and Inventory Search

Back
Top