Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Useing activebarcode control in reports
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00728537
Message ID:
00729006
Views:
25
>
>Its ActiveX component.
>Report designer in VFP6 has OleBound control, which handle General - ActiveX or Picture
>For this component I only need fill text and type fields. Result - Picture
>I need code128 type control or font to use in report.
>May someone send me they to msvsoft@mail.ru ?
>

But I think You could also call a function from there. in that function
You should create the barcode in code and return the picture-object You
get from the. I don't know ActiveBarcode but I think You could
do something like
function CreateBarcode(tcBarcode as String)

oAB = createObject("ActiveBarcode.ActiveBarcode")  && You will need the correct ProgID here
oAB.BarcodeData = tcBarcode
oAB.CheckDigit  = .T.

return oAB.CreateBarcodeToPicture()
In this case You would not need the OLEBOUND-Stuff and the General field.
Regards from Berlin

Frank

Dietrich Datentechnik (Berlin)
Softwarekombinat Teltow (Teltow)

Frank.Dietrich@dd-tech.de
DFPUG # 327
Previous
Reply
Map
View

Click here to load this message in the networking platform