473,509 Members | 2,828 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

James Isle Mercanti's barcode39.mdb

I have James Isle Mercanti's barcode39.mdb. With this i can print a
barcode in a report but i would like to see it in a form. Is that
possible with his code? And what code do i need?
TX anyone, anywhere, anyhow

Nov 13 '05 #1
2 2396
What does James say about support for that database? Does he provide some?
If so, try to contact him.

It'd only be a matter of chance to find someone here that has used it. If
you had mentioned where you obtained it, if there was someone _that_
interested, he/she could go take a look. As it is, they'd have to Google for
it.

Speaking of which, did you Google at http://groups.google.com to see if you
could find posts on the subject. I believe this newsgroup's archive starts
about 1995...

Larry Linson
Microsoft Access MVP

"Peter D" <da*********@pandora.be> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
I have James Isle Mercanti's barcode39.mdb. With this i can print a
barcode in a report but i would like to see it in a form. Is that
possible with his code? And what code do i need?
TX anyone, anywhere, anyhow

Nov 13 '05 #2
Peter D wrote:
I have James Isle Mercanti's barcode39.mdb. With this i can print a
barcode in a report but i would like to see it in a form. Is that
possible with his code? And what code do i need?
TX anyone, anywhere, anyhow


I don't know what James' mdb does, but barcoding is actually a very
simple matter of using the correct font with delimiters.

Yes, you can set the font of a text control in a form to barcode. Make
sure you have proper delimiters. In code 39 barcode, the common
delimiter is a *, though some barcode readers can be customized to
recognize other delimiters which I wouldn't recommend as * is pretty
universal.

So if you had a field MySerial for which you wanted to show the data in
a text box in a form (or report) called myTextBox, you would enter the
control source for myTextBox as:

= "*" & [MySerial] & "*"

Scanners won't be able to scan from the computer screen, but if you
print the form, you'll have no problem scanning it. For the barcodes I
use, I prefer at least a 10 point font size and 12 is ideal.

I've switch browsers and lost all my links rto barcode pages, but if you
google, you'll find some common fonts.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1840
by: Grago | last post by:
Hi... I'm doing some RnD for my company and we are contemplating of using JAMES as the mail server for our project. We need some information regarding on how we can size the machine in terms of CPU...
2
1633
by: Sanjay | last post by:
For some reason, I cannot post to c.l.c++.m, so I am putting my opinion here. In the thread "Function Rings" in that newsgroup, Mr. Kanze opines > > #define FOR(COUNT) for (int i__ = 0; i__ <...
0
1114
by: Tim Marshall | last post by:
<Note - you may or may not see the original message which I cancelled and am reposting - I had the wrong sub listed for A2003> I'm referring to the code on the Access Web at...
3
5810
by: PC Datasheet | last post by:
I need a textbox to be set to a string of 15 Xs. Is there some expression that does something like the following pseudocode: MyTextbox = "X"(15) If there is, can it be done with a multiple...
0
1045
by: maybrooksaintjames | last post by:
Php Programmer Job Advert for Maybrook Saint James We have a 3/4 finished project that requires a Php programmer to finish it off. The code is well documented and well written. The web site is a...
2
985
by: rcoco | last post by:
hi, I have a datagrid That Updates, it contains many names so I created a textBox and Button that if some one wants to edit Writes the name in yhe textbox and on the pressing button the Row is...
15
1885
by: =?UTF-8?B?RXJpayBXaWtzdHLDtm0=?= | last post by:
This is a little bit off topic but I hop you'll forgive me. A few days ago some expressed the opinion (in a post I can't find, but it was probably in one of Razii's threads) that Java's iterators...
1
2361
by: rengaraj82 | last post by:
hi dears! i download apache james and i want to start an email server. i read the readme file, but i don't know what should i do for step2:(my os is windows xp 2003) "Step 2: start phoenix. M$...
0
7237
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7137
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7416
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7073
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5656
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4732
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3207
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1571
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
443
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.