hey guys i need to make a barcode genrater for my buddy..
see i made him a webapplication for storing info on his clients.i have tryed many diffrent scripts for geneating barcodes but all were diffrent but no good..cause im using a brother zebra printer .cause in the scripts it generates the barcodes with 2 images black and white..or some were good but hade to save the bar code then print..
so im thinking of making an access application that stores the client info and can generate a barcode..the only part is the barcode...lol
and by the way is there a way to trick a windows in always keeping a cursor in a form box..cause i made him a scanning tool but i need to make shure the cursor is always in the box so the info can go in the database..inless there is another way
barcode for access
Started by techker, Feb 19 2009 05:40 PM
11 replies to this topic
#1
Posted 19 February 2009 - 05:40 PM
|
|
|
#2
Posted 20 February 2009 - 01:29 AM
This I believe has been posted before, so I did a quick search and found this thread, it might be able to help you ;)
http://forum.codecal...generation.html
If you need further help, just ask ;)
http://forum.codecal...generation.html
If you need further help, just ask ;)
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!
#3
Posted 20 February 2009 - 04:09 AM
3 comments:
1) a barcode is just a really really ugly font
2) javascript allows you to control where the cursor is.
3) printing from web to zebra printer sounds like it's just BEGGING for problems.
1) a barcode is just a really really ugly font
2) javascript allows you to control where the cursor is.
3) printing from web to zebra printer sounds like it's just BEGGING for problems.
#4
Posted 20 February 2009 - 05:48 AM
1. i know but i need it..lol
the threads did not help ,cause i have tryed the script before..
i think i really need to do in like access or something..
2.javascript?any leads?
3.the printer works fine with the application..
the threads did not help ,cause i have tryed the script before..
i think i really need to do in like access or something..
2.javascript?any leads?
3.the printer works fine with the application..
#5
Posted 20 February 2009 - 06:50 AM
W3Schools Online Web Tutorials has a great tutorial on JavaScript.
#6
Posted 20 February 2009 - 06:53 AM
shure but what do i look for?
#7
Posted 20 February 2009 - 06:59 AM
setfocus or focus. I don't recall off the top of my head.
#8
Posted 20 February 2009 - 07:02 AM
this is web do?it does it automaticly.i need it if somebody displaces the mouse it returns to it?
#9
Posted 20 February 2009 - 01:35 PM
Here's some specific pages for reference. The method is focus().
JavaScript Events
HTML DOM Reference
HTML DOM Textarea Object
HTML DOM Form Object
HTML DOM focus() Method
JavaScript Events
HTML DOM Reference
HTML DOM Textarea Object
HTML DOM Form Object
HTML DOM focus() Method
#10
Posted 20 February 2009 - 01:40 PM
see the thing is is that it is html?were would i put in the windows files?
#11
Posted 20 February 2009 - 01:48 PM
It is included in the HTML you send to the user's browser.
#12
Posted 20 February 2009 - 01:53 PM
so that window will always be open.so i guess that is were it's going to go..
cause i was thinking it was in the windows it self.cause if sombody plase with the mouse it will remove the cursor from the form..
cause i was thinking it was in the windows it self.cause if sombody plase with the mouse it will remove the cursor from the form..


Sign In
Create Account


Back to top









