mibuso.com

Microsoft Business Solutions online community
It is currently Tue May 21, 2013 4:52 pm

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 110 posts ]  Go to page 1, 2, 3, 4, 5 ... 8  Next
Author Message
 Post subject: Barcode generator v2
PostPosted: Mon Aug 25, 2003 9:19 am 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1900
Location: Wilrijk, Belgium
Country: Belgium (be)
Barcode generator
This tool creates a bmp-file containing a barcode you can import into Navision.

http://www.mibuso.com/dlinfo.asp?FileID=106

Discuss this download here.


Last edited by Administrator on Wed May 11, 2005 9:43 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Very nice tool, but but but
PostPosted: Mon Aug 25, 2003 9:20 am 
This is very useful tool.
It works well. But is it possible that it comes in a new edition, where one can just print aout any number as barcode. Which means without calculating the checkdigit.
This would be useful, for item numbers and plain digits
Like for use with bestellungnoten zwei mahl scan von 1 gibt dann 11 stk.
I can use this.

To get your barcodes to work rigth I used another tool i whitch i downloaded form this site too

BITMAP RESOLUTION CONVERTER
Set the resolution of a Bitmap picture (*.bmp) with the correct DPI value to allow Navision to scale the size of the picture for correct screen and printer presentation. ...
Where i in a frm found following used in

Code: Select all
// set resolution value


Varenr :=
COPYSTR('000000',1,(sugroopsæt."Varenr fast antal"-STRLEN("No."))) +"No.";

IF Varenr <> '' THEN BEGIN
ok:= SHELL(STRSUBSTNO('%1%2%3%4%5%6',
    'c:\attaindiv\navibar.exe',   // Programm
    ' ' +Varenr+'{',                 // code to generate
    '07'+'{',                               // barcodetype
    '120'+'{',                              // width in pixel
    '60'+'{',                               // high in pixel
    'c:\temp\bild.bmp'));                   // destination for the .bmp-file

//Picture.IMPORT('c:\temp\bild.bmp');
//END;

//SET Relsolution value
  BMPFile.TEXTMODE := FALSE;
  BMPFile.WRITEMODE := TRUE;
  BMPFile.OPEN('c:\temp\bild.bmp');


  SetResolutionValue := 6105;      // between 150dpi og 300 dpi

  // Printerresolution som kunne sættes på faneblad indstilling bruges ikke
  //  CASE Printerresolution OF
  //    1: SetResolutionValue := 23622; //600dpi
  //    2: SetResolutionValue := 11811; //300dpi
  //    3: SetResolutionValue := 5905;  //150dpi
  //    4: SetResolutionValue := 5168;  //??
  //    5: SetResolutionValue := 2952;  //75dpi
  //    6: SetResolutionValue := 1476;  //38dpi
  //  END;

  //Write horizontal resolution
  BMPFile.SEEK(38);
  BMPFile.WRITE(SetResolutionValue);

  //Write vertical resolution
  BMPFile.SEEK(42);
  BMPFile.WRITE(SetResolutionValue);

  BMPFile.CLOSE;
  MARK := FALSE;

Picture.IMPORT('c:\temp\bild.bmp');

END;


Top
  
 
 Post subject: super tool
PostPosted: Thu Jan 15, 2004 11:46 pm 
Offline

Joined: Mon Jan 12, 2004 2:31 pm
Posts: 1
Location: moscow
Country: Russia (ru)
very good utility....works well.... [/b]


Top
 Profile E-mail  
 
 Post subject: WARNING! Contains commercial component
PostPosted: Wed Feb 11, 2004 2:05 pm 
Offline

Joined: Wed Feb 11, 2004 1:38 pm
Posts: 1
Location: Zagreb
Country: Croatia (hr)
:!: :!: :!: :!: :!: :!: :!: :!: :!: :!:

Contains commercial component ActiveBarcode 4.0 (www.activebarcode.com). Obviously, the component is unlicensed.

Beside that, program occasionally generates wrong barcode.
For instance for text AAA-00001 program generates unreadable CODE128B barcode.


Last edited by dcrnkov on Wed Feb 11, 2004 3:28 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 11, 2004 2:48 pm 
Offline

Joined: Fri Aug 31, 2001 7:01 am
Posts: 567
Location: Netherlands, The
Country: Netherlands (nl)
Nice work dcrnkov!

3742 people never noticed this :!:

_________________
"Real programmers don't comment their code.
If it was hard to write, it should be hard to understand."


Top
 Profile E-mail  
 
 Post subject:
PostPosted: Thu May 06, 2004 11:12 am 
Offline

Joined: Thu May 06, 2004 10:45 am
Posts: 1
Location: Thailand
I'm sorry .. can anyone explain to me what this download is actually for? We have a requirement to be able to print inventory labels with the item number as a bar code. Can this download help?

I didn't understand the explanation that it generates a barcode that can be imported into Navision. Does this refer to the barcode number or the actual barcode?

Grateful for any clarification.

Cheers


Top
 Profile  
 
 Post subject: Size of the barcode
PostPosted: Tue Jul 27, 2004 6:03 pm 
Offline

Joined: Tue Jul 27, 2004 6:00 pm
Posts: 1
Location: Porto
Country: Portugal (pt)
I would like to know how many pixels are 1 millimeter, or the other way around. I’m trying to have smaller BMP barcodes, but it generates an error when I change de high to 40 pixels and the width stays at 120 pixels.
How can I do it?
Thanks for the reply’s in advanced.


Top
 Profile  
 
 Post subject: cannot get the Barcode-Generator workind with Navision 4.0
PostPosted: Wed Feb 23, 2005 6:34 pm 
Offline

Joined: Wed Feb 23, 2005 6:27 pm
Posts: 80
Location: Linz
Country: Austria (at)
I want to print barcodes on several reports from Navision, but I wanted to start with just printing item-labels with barcode (EAN13) on it.
I firstly thought about using a font but 'till now did not find a font that really matched.
Then I read about the Barcode-Generator, tried it and got some troubles with the "{" as the parameter-delimiter.
My OS (Windows XP) tells me that there are some wrong characters in the following line:
navibar 100001{01{120{60{c:\BarcodeGenerator\bild.bmp

Has anybody used this tool with Navision 4.0 under WinXP and solved this problem?

Or maybe anyone can give me a hint for a good EAN13 font to download free.

Many, many thanks in advance

_________________
Thomas Buchholz
ekey biometric systems GmbH
4031 Linz
Austria
web: http://www.ekey.net


Top
 Profile E-mail WWW  
 
 Post subject:
PostPosted: Mon Mar 21, 2005 3:18 pm 
Offline

Joined: Fri Aug 22, 2003 8:09 am
Posts: 169
Location: Lausanne - Switzerland
Country: Switzerland (ch)
I read that in the forum, it could be useful for you (the problem is not coming from XP but from the version apparently) :
Quote:
up to version 3.70 it was possible to raise a command by give it in one string to the shell command as in

shell('notepad.exe c:\test.txt');

in 4.00 you need to split the called program and the given parameters in two arguments like

shell('notepad.exe','c:\test.txt');

otherwise you get the message that there are unexpected charaters on the command line.
[/quote]

_________________
My candle burns by both ends, it will not last the night,
But oh my foes and oh my friends, it gives a lovely light


Top
 Profile E-mail WWW  
 
 Post subject: thanks, this works
PostPosted: Mon Mar 21, 2005 3:23 pm 
Offline

Joined: Wed Feb 23, 2005 6:27 pm
Posts: 80
Location: Linz
Country: Austria (at)
Hi philippegirod!

thanks for the hint, I gave it a try and it worked.

Many, many thanks
Thomas

_________________
Thomas Buchholz
ekey biometric systems GmbH
4031 Linz
Austria
web: http://www.ekey.net


Top
 Profile E-mail WWW  
 
 Post subject:
PostPosted: Wed Mar 23, 2005 12:38 pm 
Offline

Joined: Fri Aug 22, 2003 8:09 am
Posts: 169
Location: Lausanne - Switzerland
Country: Switzerland (ch)
You're welcome !

:oops: I've a question.... with XP professional and Navision 4 I can use a shell instruction to have the barcode but......
each time i send a new code to the barcode tool Navision ask if i'm sure i want to use this instruction :
Quote:

You are about to run the following executable for the first time:

Executable: C:\Navision\Tools\Navibar\Navibar.exe
Parameter: 1167937{13{120{60{C:\Temp\Picture.bmp

Please be aware that you may be running an executable that could potentially harm your computer.

Do you trust this executable and its parameter?


Each time the parameters change.... Navision asks that. How stop this control ?

Thanks for your help. [/quote]

_________________
My candle burns by both ends, it will not last the night,
But oh my foes and oh my friends, it gives a lovely light


Top
 Profile E-mail WWW  
 
 Post subject: error from running barcode generator object
PostPosted: Sat Apr 09, 2005 8:05 am 
Offline

Joined: Sat Apr 09, 2005 7:10 am
Posts: 2
Location: Bangkok
Country: Thailand (th)
After download that object in navision and then run it, this is the error.


"Reference to the member of EAN-Nr. of the variable could not be solved"

What should I setup?

Pleaseeeeeeeeeeeee

We have to generate barcode 39 on Navision report.

Thank you in advance.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Apr 09, 2005 8:53 am 
Offline

Joined: Fri Aug 22, 2003 8:09 am
Posts: 169
Location: Lausanne - Switzerland
Country: Switzerland (ch)
Of course you should use fields presents in the source Table.... EAN-Nr. is not present in your table. The report which is given as example is made for a non WW standard base.

I suggest you to build a table with valid numbers for a kind of barcode. Then, build a report based on this table in which you'll use the barcode generator. You''l be sure to understand all the steps necessary.

_________________
My candle burns by both ends, it will not last the night,
But oh my foes and oh my friends, it gives a lovely light


Top
 Profile E-mail WWW  
 
 Post subject: Barcode generator v2
PostPosted: Wed May 11, 2005 9:44 am 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1900
Location: Wilrijk, Belgium
Country: Belgium (be)
Barcode generator v2
This tool creates a bmp-file containing a barcode you can import into Navision.

New version:
** a lot of emails reached me from people all over the world who use my program. Some of them have hints to make a good program better. Here is a new Version with most wish:

- now you are able to suspress the barcodetext
- newer barcode.ocx

http://www.mibuso.com/dlinfo.asp?FileID=106

Discuss this download here.


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 24, 2005 4:51 am 
Offline

Joined: Tue Apr 06, 2004 10:05 am
Posts: 18
Country: Malaysia (my)
Hi All,

I got the following error.... how can i solve that?? Please help...

Thanks in advance..

---------------------------
Barcode - Error
---------------------------
1234567890128 - the value of high is wrong -> ,60
---------------------------
OK
---------------------------


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 110 posts ]  Go to page 1, 2, 3, 4, 5 ... 8  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum


Search for:
Jump to: