ActiveX and PowerBuilder

Posted:
Wed Nov 10, 2004 12:27 pm
by dawnb(legacy member)
I have registered the activex but when I go into Powerbuilder to try to install it, it isn't a recognized activex component.
What am I doing wrong? Have you ever gotten the activex controller to work with PowerBuilder?
TIA
Re: ActiveX and PowerBuilder

Posted:
Thu Nov 11, 2004 1:01 pm
by glitch(Legacy Member)
Run the HtmlSample included in the package. If you saw the barcode image the ActiveX control was registerred properly.
You can register the ActiveX control under the Command Prompt:
regsvr32 MrvBarCd.dll
Re: ActiveX and PowerBuilder

Posted:
Mon Feb 04, 2008 4:12 pm
by camiriva(Legacy member)
Hello,
I´m trying to print an EAN128 barcode using morovia ActiveX Pro 3.2, but my barcode looks like....
Cf1(415)7709998007970f1(8020)000700250011269474f1(3900)124137f1(96)20071226
I need to delete the 2nd f1, before the (8020).
What can i do?
Edited by camiriva on February 04 2008 at 4:13pm
Re: ActiveX and PowerBuilder

Posted:
Tue Feb 05, 2008 8:14 am
by benz(Legacy Member)
camiriva,
If you own a license of version 3.2, you can upgrade to 3.3 for free. Find the download link (search for 'existing customer') at
http://www.morovia.com/activex/barcode-activex.asp.
For your question, you can insert ~ before the second open parenthesis to indicate that (AI) 415 has a fixed length and does not require a following FNC1:
(415)7709998007970~(8020)000700250011269474(3900)124137(96)20071226
The program adds FNC1 because it does not understand AI 415. For more information on this topic, see
http://mdn.morovia.com/manuals/bax3/Sym ... #id4736519
Re: ActiveX and PowerBuilder

Posted:
Tue Feb 05, 2008 8:53 am
by camiriva(Legacy member)
Thanks benz...