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: RayBec
  • Content: Threads
  • Order by date
  1. 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.
  2. 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...
  3. 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...
  4. 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?
  5. 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...
  6. 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")...
  7. 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...
  8. 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!
  9. RayBec

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

    What's the format to remove $ and , from a number field input on a web site?
  10. RayBec

    CTRL-Click to select multiple Fields

    Thanks for the help...I need to display multiple customer records (names) on a screen (easy enough). I then need to allow the user to select multiple records using the 'CTRL' button and a mouse click. Please help me get started using with the multiple selection logic... Thanks!!!
  11. RayBec

    Oracle ODBC Connection. What's the first step

    Need to be able to export data from an Oracle 8i database into Access. Where do I get the necessary ODBC drivers?
  12. RayBec

    Record is Deleted

    Help! I've got an application with several users. Sporadically (the worst kind of problem),we'll get a 'record is deleted' message when trying to print a report. I can go to the table and look at the data and when I try to sort the table, I get the 'record is deleted' message. I'm trying to...
  13. RayBec

    Cost Effective GIF file creator

    Thanks for the input...I'm designing a web page (pretty basic stuff...little javascript and perl) and need to create some gif files...what's the most cost effective tools?
  14. RayBec

    What Visual Basic to Buy?

    Help!!! I've been developing Access applications using VBA. Now I need to develop an application using SQL Server and want to use Visual Basic. The microsoft web site wants me spend $ 2k in the Visual Basic.net product. I'd just like to get Visual Basic. What do I really need??? Thanks!
  15. RayBec

    Commands to open serial port?

    Help! Thanks! I'm writing an Access 2000 Point of Sale application and need to press a command button that will cause a cash drawer connected via a serial port to open. Can this be done in Access????
  16. RayBec

    Send command to serial port

    Help! Thanks! I'm writing an Access 2000 Point of Sale application and need to press a command button that will cause a cash drawer connected via a serial port to open. Can this be done in Access????
  17. RayBec

    Serial or Parallel Port?

    I'm in the process of buying a bar code printer and I need to find out if I have a parallel and/or seial port. Will the windows device manager tell me? Help and Thanks!
  18. RayBec

    Can you put a 'wherecondition' when using the sendobject command?

    thanks for the help! I've got a screen that uses a combo box to look up values in a subform. On the form, I've got a print button and a button to attach the report to outlook (in html format). The print button works properly...it forces the report to print only the items specified in the...
  19. RayBec

    Help! is there a way to convert a number to a text field?

    I have a field that was defined as a long integer that I neeed to convert to a text field. Can anyone help?
  20. RayBec

    Need help with Point of Sale Order Entry

    Thanks! I'm trying to develop a POS order entry screen. Can you offer any tips on creating the screen? I'm trying to have a customer data(number,PO#,etc) entry portion and then have a line item entry screen. Any ideas on the best method to incorporate an order header/order detail files?

Part and Inventory Search

Back
Top