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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by webslinga

  1. webslinga

    CSS question

    you sir, are a genius. It worked. Thank you.
  2. webslinga

    CSS question

    Hello all, I am having a problem with a CSS layout. I would like to have a webpage with a banner, top navigational links, a left column and a right column. I need those two content encapsulated within a div tag called main. The only problem is I cannot get them to both sit nicely in that main...
  3. webslinga

    barcode Scanner code needs to be inside an Access application

    Hey all, I have a piece of stand-alone VB code that uses a .dll file to read data from a scanner. I need to bring this functionality over to VBA for Microsoft Access. Please let me know if I can do this and what my next step should be. I am afraid that VBA is not a language that I am familar...
  4. webslinga

    C#, barcode scanners, and MySQL

    Thanks for your post guys, We have decided to go with a Microsoft Access/VBA solution for this project. Thanks again for all your help and feedback.
  5. webslinga

    barcode Scanner Application in MS Access

    Hello all, I am responsible for creating an application that reads in stored barcodes from a scanner that is connected to a COM port. The scanner is the Symbol Technologies CS1504.(www.symbol.com) I have to use the scanner's API (which is written in VB) to access the data in it. I am a...
  6. webslinga

    C#, barcode scanners, and MySQL

    I would really have to request to read the data from the csp2 data.
  7. webslinga

    C#, barcode scanners, and MySQL

    Why are you using a barcode SDK? What kind of barcode scanners are you using? Excellent question JurkMonkey. I am using Symbol Technologies CS1504. It has the capability to store ~150 barcodes read and can plug in to a USB port. With this model, I do not believe I can simply click on a blank...
  8. webslinga

    C#, barcode scanners, and MySQL

    Let me clarify, the barcode Scanner's SDK is written in vanilla C/C++. Thanks for helping out a beginner.
  9. webslinga

    C#, barcode scanners, and MySQL

    Hey all, How are you all? I need to develop an application that reads in a barcode scanner's data (using the SDK written in vanilla C/C++), connect to a MySQL server and drop some data in it. Is this possible using Microsoft Visual C# Express Edition? Thanks for the prompt reply.
  10. webslinga

    barcode scanner data to be input into a PHP driven website

    Hey all, I was wondering if anyone knew which direction I might head for this one... I have a barcode scanner that I wrote a C++ program for that returns all the barcodes that it has stored. I wrote the bit for this already. Now, I need to be able to upload this barcode that has been...
  11. webslinga

    trouble getting php5 to work with mysql.. help needed

    I have the entire lamp stack to run on my ubuntu edgy eft machine at home and I got past all that configuration work by just installing XAMPP. If nothing else, try that: http://www.apachefriends.org/en/xampp.html
  12. webslinga

    Document Template system with PHP

    I have a rather interesting problem on my hands and I was hoping that this forum might give me some good ideas on it. I would like to develop an application that allows a .html and a .pdf document to be filled with "variables" that is enclosed with a { variable_name } that a person using my...
  13. webslinga

    datetime question - need to check if date falls in range

    DUH! Guys, I got it. My head is clear. My spirit is lifted. It turns out that I was not setting the date constraints correctly. Sorry to waste time.
  14. webslinga

    datetime question - need to check if date falls in range

    I am not explaining the problem correctly I think. BTW MillerH, I could do without the condescending remarks. First of all, I only have one date to work with. So all i am doing to check if today's date falls within the date range of arrival and departure is $dayStart = date('Y-m-d 00:00:00')...
  15. webslinga

    datetime question - need to check if date falls in range

    SELECT COUNT(booking.BOOKINGS_UNID) FROM booking WHERE booking.PROPERTY_ID=654 AND '2006-11-15' BETWEEN booking.ARRIVAL AND booking.DEPARTURE The following code does not return any results - and I know I have a result set with today's datetime value.

Part and Inventory Search

Back
Top