gobieslaw
2nd September 2008, 12:30
Hello,

I'am completly newbie in baan programming but need to start.

I'am looking for most basic example of printing labels. In database i have quantity of ordered items and I need to print a label for each item. So if one record has 5 pcs - system should print 5 labels. Of course in next record could be different quantity.
Actually I have printed one label per line - and completly don't know what next. If I'll need an example - I'll be able to continue it.

Can anyone help me?

thanks in advance
Jacek

bdittmar
2nd September 2008, 14:13
Hello,

I'am completly newbie in baan programming but need to start.

I'am looking for most basic example of printing labels. In database i have quantity of ordered items and I need to print a label for each item. So if one record has 5 pcs - system should print 5 labels. Of course in next record could be different quantity.
Actually I have printed one label per line - and completly don't know what next. If I'll need an example - I'll be able to continue it.

Can anyone help me?

thanks in advance
Jacek

Hello,

you can use lattr.recordtimes = no of pieces (quantity) in detail.1:

This will print the detail as much as the quantity.
If quantity is a double, convert it to a long.

Regards

sushil
11th September 2008, 14:54
H jcek ,

You could try with what Bernd say ..!!
actually I had used "for loop" to do the same in main script.

Regards,
Sushil Kumar Mudaliar

gobieslaw
12th September 2008, 12:00
hmm...
I'am afraid I need to read more about basics before I'll take harder examples.
Thanks for Your halp.

Does anyone knows where can I get some literature about basic baan reporting?
Jacek

shanmukhi
15th October 2008, 15:17
Hi,
You can download programming guide which helps you alot regarding reports scripting.
otherwise practise urself getting from simple basics from a senoir.

gobieslaw
16th October 2008, 09:08
Can You post any link to this quide?

Thanks in advance.

Jacek

peturba
20th October 2008, 14:34
You can find several old documents at

http://colvintech.com/BAAN/Baan5/series-doc/Baan-Publishings.htm

On the page just search for "tools" and read the documents. I'm sure they include the information you need.

Regards

pet