Startbeitrag von PETER ZHOUam 19.12.2008 10:01
Hi,
How do i control the printing of block ?
for example...
LOOP
if invoice detail.item = product.item then
PRINT report block
end
END
Thanks in advance !
Regards,
PETER ZHOU
How do i control the printing of block ?
for example...
LOOP
if invoice detail.item = product.item then
PRINT report block
end
END
Thanks in advance !
Regards,
PETER ZHOU
blockname..visible = false
blockname..height=0
Maybe not the best solution, but i dont know a better.
Christoph
von christoph - am 19.12.2008 13:28
Create an iteration block, then use iPrintBlock
See help for iteration and iPrintBlock
Best regards,
Piet
von Piet van Zanten - am 19.12.2008 13:47