Moss100, probably not "huge," but the mdb db I created for work 25 years ago in Acess97 ( started out as a Condor db) has; 34 tables, 76 queries, 65 forms, 37 reports, 14 macros and 19 modules. accdb size is 6,235 megs.
I retired in 2009 and still use it as an accdb for reference. I've never...
sal21, Yes, I saw your image. DId you follow the instructions?
This was done about 20 years ago.
This is my UPC-A, but exactly the same as the method for the EAN13. (Different font for the UPC-A. I made a "Top Number" font for space purposes.)
I don't know what else you would looking for?
Here...
sal21, copy the Function() and place in a module. Name the Module EAN13.
Install the Font "Code EAN13.ttf"
In the Control Source for "CODICE" place, =upcean13([BARCODE])
Change the Font to "Code EAN13" and Font size to your liking around 36 for about a 1.5cm height.
Here is the Function()...
sal21, EAN13 is a 13 digit number, 12 digits and a checksum. If you want EAN13 there is a site that has the Function() and font. The free function is writen in French. I had no problem, many years ago, copying to a module and installing the font. I wrote a function and designed a font for UPC-A...
timhans,
Important to remember about functions, don't name the "Module" the same as the "Function."
If your "Function" is Clearall() then the "Module," for example, should be named Allclear, or Clearall1.
jim
dtracy,
yes, think 1 meg is correct but i have no trouble with any programs. Even running several at once, and they still function correctly when ie8 stops responding. I thought it might be a virus when it first occured. That's why I thought I should post my problem here, in case anyone else...
grenage,
Yes, i have considered that. The fact that i have a integrated video card is the one thing that holds me back from adding any upgrades to a 5 yr old computer,(I score 1 on vista rating.) I have a notion to crash the hard drive so my wife will let(ha,ha) me get a new computer.
jim
Hi, I mainly use the Barcode forum. For the past few months, have had an issue with Vista and IE8. I upgraded my xp machine, with 768megs of ram, to vista home basic and IE8 hangs(after viewing, for example, the Weather Service site with java displays, and then clicking to my facebook page or...
tomik,
This site has many free modules for bar codes, including 2 of 5. A litle knowledge of code required. The modules are in English and French.
Hope this helps you
http://grandzebu.net/index.php?page=/informatique/codbar-en/codbar.htm
jim
cfdave,
try this site. I'm not sure if it is what you need, but it explains the 128.
http://grandzebu.net/index.php?page=/informatique/codbar-en/codbar.htm
V5652,
Which barcode type do you want to print?
There are many and each has a distinct format for configuring lead chr, chk digit and end chr. Especially if you want to use the 2D barcodes. Also, you need a font or dll to convert the string to printed barcode symbol.
Here is a site that I have...
graham,
I am just fooling around with my ean13, 99.9% of ours are UPCA and I just have the ean13 figure it out for fun. My scanner automatically converts the EAN13's to UPC-A's.(I guess they are going to convert all UPC-A's to EAN13 sometime in the future, unless RFID takes over.)
The size of...
graham,
Don't forget to name the function different from the module. If your module is ean13() then the function in the module should be UPCean13() or any other name besides "ean13". change all the references in the module to reflect "mynumber."
Example:
Function upcean13(ByVal mynumber)
If...
balin,
As long as each scan is a EAN-13 you can use an "input mask" for your EAN13 text box.
I use one in my upca and it works without problem.
try:
0000000000000;0;@ and see how that works.
jim
gi,
Try this site.
http://grandzebu.net/index.php?page=/informatique/codbar-en/codbar.htm
It has everything you need, codes and fonts for all the common barcodes; upc, ean, 128, 93, pdf417. IF you are at all familiar with VB it is a snap.
jim
endof,
In the "On load" event of your destination form:
(Remember, the text in quotes is case sensitive.)
Select Case Form!myform![country]
Case "Mexico"
forms!myform![textbox1].visible = false
forms!myform![textbox2].visible = false
Case "Canada"
.
.
.
Case "Denmark"
.
.
.
End Case
if you...
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.