Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
DBBarCode
rbuser
April 2002
edited April 2002
in
General
Hi,
I have a barcode in string format but I must use EAN13 that take only
numeric format.
Can I modified the type of this in field in my Query or have you an idea to
realise that ?
Thanks for your help.
LJT2000
Comments
digitalmetaphors
April 2002
edited April 2002
You can use Delphi's StrToInt64 function to convert the string to it's
integer representation which will be able to handle the 13 digit number.
--
Cheers,
Alexander Kramnik
Digital Metaphors
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
This discussion has been closed.
Comments
integer representation which will be able to handle the 13 digit number.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com