LupyDied
24th January 2006, 12:43
Hi Gui!!

I need to know where I can find all spool variables as:

43 long spooler1
107 spool.device = "Z"
108 spooler1 = spool.open("", spool.device, 2)
110 spooler1 = spool.open("", "", 1)
112 spool.pr.line = string.set$(" ", 30) & "REPORT RECEIPT ASCC"
113 spool.id = spooler1
114 spool.line()
115 spool.pr.line = ""
116 spool.line()
117 spool.pr.line = "|Custom|Item |Description |Delivery |Version | Error message"
118 spool.line()
119 spool.pr.line = ""
120 spool.line()
126 spool.id = spooler1
127 spool.close()
491 spool.pr.line = sprintf$("|%-6s|%-16s|%-30s|%10d|%-9s|%-300s",
498 spool.line()
716 spool.pr.line = line & " CUSTOMER NOT FOUND"
717 spool.line()
731 spool.pr.line = line & " ITEM NOT FOUND"
732 spool.line()


and How I can print barecodes.

Thanks in advance.

L.

mr_suleyman
24th January 2006, 12:55
Look at Baan Help documents on Baan. search spool command . To print barcodes search on baanboard. There was lot of threads about print barcodes

Good luck !

bdittmar
24th January 2006, 17:57
Hello,

based on your requirement, there are different ways to print barcode with BaaN reports.

1. What kind barcode is used ?
2. Which hardware is used ?
3. Should it be done with 3rd party applications ?
4. Is the WinBaaN client (bwprint) used ?
and so on.

So you see, that more information is needed to give an answer.

Regards