Subject | Re: [IBO] Tutorial problem |
---|---|
Author | wes@lexcraft.com |
Post date | 2000-12-10T16:25:02Z |
Jörg,
tutorials work as expected.
-----------------------------
Wes Peterson
LexCraft Data Services
916.944.4870
http://www.lexcraft.com
wes@...
>if you change the fourth line in scrMain fromYou are correct. That solved the problem and now all six basic
> CREATE DOMAIN T_CODE AS VARCHAR(20) NOT NULL;
>to
> CREATE DOMAIN T_CODE AS VARCHAR(30) NOT NULL;
>the tutorial will work.
tutorials work as expected.
>For some reason IB6 insists to add '.0000000000' to all calculations ofThank you for your investigation and reply.
>barcode when using
>
>( :P_BAR_PREFIX || ( :P_CATEGORY_ID * ( 100000 + :i ) + :i * 10000 + :i *
>10 + :P_CATEGORY_ID ) ),
>
>in the SP_GEN_DUMMY_ITEM procedure.
-----------------------------
Wes Peterson
LexCraft Data Services
916.944.4870
http://www.lexcraft.com
wes@...