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 Mike Lewis 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. RayBec

    USB Port Question

    Thanks! I'll take a look.
  2. RayBec

    USB Port Question

    I've got a laptop with two usb's. One of them is bad. is there a device I can use to basically split the usb? I need one usb to hook up a printer and the other to hook up to a chemical testing device.
  3. RayBec

    Access Development vs VB6

    Thanks for the input. The Studio question was simply based on info from Microsoft pushing the studio versions.
  4. RayBec

    Visual Basic and Access

    Thanks. I appeciate the input.
  5. RayBec

    Visual Basic and Access

    I've been developing in Microsoft Access for years. I now have an opportunity to do some development work and the client doesn't want to purchase Access. Is there a big difference between VB6 and Access (on the coding side). Which VB package do I need...just VB or Visual Studio or what do...
  6. RayBec

    Access Development vs VB6

    I've been developing in Microsoft Access for years. I now have an opportunity to do some development work and the client doesn't want to purchase Access. Is there a big difference between VB6 and Access (on the coding side). Which VB package do I need...just VB or Visual Studio or what do...
  7. RayBec

    Will MySql run on a Novell web server?

    I've used mysql extensively on a linux server. Now have a potential client who says they run novell web server. Will mysql work on it?
  8. RayBec

    php drop-down

    Can you elaborate a bit...I'm got a similar problem.. I've got a drop down box that the user completes. After completing the form, the user hits the submit button and the application lets him/her know what fields haven't been completed properly. The problem is that even though I've completed...
  9. RayBec

    Insert an Object into EMail

    Thanks for the help...I've generated a little module to automatically send e-mails to a specified group...the system prompts for an attachment and it works fine. However, we have a newsletter that goes out and I'd like to be able to insert an object instead of an attachment. I can't find...
  10. RayBec

    Outfile to local machine

    The sendmail idea sounds really good. Thanks.
  11. RayBec

    Outfile to local machine

    goboating...Thanks for the input. I've been on tek-tips for a while trying to figure this one out. I've seen lots of your work. Impressive. What advice would you give for getting the file out to the local machine? I've got lots of non-technical folks that will to pull these reports/files...
  12. RayBec

    Outfile to local machine

    The application resides on the Linux server. I've got folks from around the region accessing the server from the web on windows machines. The odd thing (at least for me)...is that I can upload files from a personal computer and it works fine.
  13. RayBec

    What's this LWP stuff:

    Yes. That's what I'm trying to do. If this isn't possible, what is the best approach....I've got an Oracle database and need to be able to provide users with the ability to generate reports off of the database. The reports are standardized...do you create the file on the Linux server and then...
  14. RayBec

    What's this LWP stuff:

    I'm trying to create/write to a file on a local machine using Windows. The server is LINUX. I can write to a file on the server and I can upload a file from the local pc (accessing the web site), but I can't write to the local pc. I've tried the open (outfile,">c:/filename.txt")...
  15. RayBec

    How do I get logical path instead of physical path when running from C

    Sorry, can't help you...but do you know of a method to output a file to a local machine? The local machine is accessing the web site and is running windows, while the perl machine is running linux. Thanks.
  16. RayBec

    Outfile to local machine

    Thanks for the input, but it still doesn't work. I've tried using A:/filename just to see if it accesses the a: drive and it doesn't. I don't know if I need an ip address of the machine that's accessing the web site. HELP!!!!
  17. RayBec

    Outfile to local machine

    Thanks for the help. I've got a perl application with an Oracle backend. I'm able to output data to a file on the server, but can't get it to output on the local machine. I've tried the syntax... open (OUTFILE,"c:/cust.txt"); but the file is never created. The server is running...
  18. RayBec

    Got a process that 'wakes up' and runs each night

    As a matter of fact, I'm running Linux...I know enough about linux/unix to be real dangerous...seems like there is a way to display the cron jobs...can you refresh me??
  19. RayBec

    Got a process that 'wakes up' and runs each night

    I've got a process on the system that wakes up at some point during the night and recreates a 'phonebook' table. I can't find where the pl file is called. Is there a 'standard' place for these types of 'sleeper processes'?? Thanks!
  20. RayBec

    How to remove '$' and ',' from a number field.

    Thanks...one thing I didn't think about was that I need to remove the trailing decimal figures...for example...if a user enters $600.00, I want to actually convert to 600. How would I remove those two trailing zeros????

Part and Inventory Search

Back
Top