Matt wrote:
>
> >> PALM CODING EMERGENCY! <<
>
> I am a database developer in California who needs a very simple Palm
> OS app // TODAY \\ -- I don't know how to make one, I don't
> know C++, nor do I have a C++ compiler! (read below for details)
How about HTML, could you do that?
I think you could use AvantGo and write your app in HTML. The AvantGo browser
has built in support for the bar code scanner in Symbol 1500 and 1700 series
devices. All you have to do is make a HTML form with a coupel of text fields
in it, turn the scanner on, scan the barcodes into the form, then submit the
forms (one per desk I guess) to a web server.
A little bit of C/C++ code (like 100 lines) would allow you to save the data
to the text file you describe and skip the form submittal.
See: http://corp.avantgo.com/info/datasheet/enterprise.html
djw
<disclaimer, yes, I do work for AvantGo, so I guess this is a plug, but I'm
also a fan of doing everything with HTML, because it is so easy!>