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...
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...
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...
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...
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.
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...
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
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...
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')...
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.
There's got to be something wrong with the previous post. This will get everything earlier than the arrival date and greater than the departure date - exactly the opposite of what my query should be.
Hey all,
i have two fields in a booking table, one called arrival date and the other called departure date. I need to check if a user inputted date falls within those two fields ranges.
arrival departure
-----------------------|------------------------
2006-11-10 13:00:00...
That worked... I had some trouble with the pattern matching when I noticed that the first d wasn't prefixed by a /.
Anyways, works great now. Thanks to all who contributed!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.