karlovac
2nd August 2002, 15:42
I want to suppress printing of after.field layout (after.orco.11).

I tried to make it in report script in before.layout section, putting lattr.print 0 false, but it didn't work;

I tried to put 0 in output expresion of after.field orco 11;
but it didn't work.

Is it possible to suppres printing or
what do I do wrong?

Thanks

morpheus
2nd August 2002, 15:53
Hello,
Yes, it is possible to suppress the printing by using lattr.print. Check the logic (if condition) in the before.layout section of the particular field.

karlovac
2nd August 2002, 16:04
Thanks for quick answer;

I tried "without logic"
just
after.orco.11:
before.layout:
lattr.print = false

and it doesn't work ??

any suggestion is wellcome

d:)

mark_h
2nd August 2002, 16:30
Did you put the report in debug mode and make sure that it was executing the lattr.print=false? That should have worked. Even putting 0 in the layout output expression should have worked. It almost looks like you are not getting the new report.

Mark

steveauckly
2nd August 2002, 17:24
If you try debug, and the dubug window doesn't come up, your report object may be in shared memory. That way, you would always run the object that was loaded into shared memory, not the new version.