Jump to content

barcode for access

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
11 replies to this topic

#1
techker

techker

    Programmer

  • Members
  • PipPipPipPip
  • 136 posts
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

#2
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
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 ;)
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
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
techker

techker

    Programmer

  • Members
  • PipPipPipPip
  • 136 posts
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..

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
W3Schools Online Web Tutorials has a great tutorial on JavaScript.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
techker

techker

    Programmer

  • Members
  • PipPipPipPip
  • 136 posts
shure but what do i look for?

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
setfocus or focus. I don't recall off the top of my head.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#8
techker

techker

    Programmer

  • Members
  • PipPipPipPip
  • 136 posts
this is web do?it does it automaticly.i need it if somebody displaces the mouse it returns to it?

#9
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#10
techker

techker

    Programmer

  • Members
  • PipPipPipPip
  • 136 posts
see the thing is is that it is html?were would i put in the windows files?

#11
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
It is included in the HTML you send to the user's browser.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#12
techker

techker

    Programmer

  • Members
  • PipPipPipPip
  • 136 posts
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..