Hi
CR v.9 - I'm using memofield from a vfp-dbf in a report like that:
Page Header a
Suppress if dbf.item="xyz"
anbot.text(memo)
Page Header b
textobj
Page Header b
anbot.kurztxt(text)
Details a
fieldobj
Details b
fieldobj
Details c
Suppress if dbf.item="abc"
anbot.text(memo)
Details d
Suppress if dbf.item="gfd"
anbot.text(memo)
when I rund this report the content of "anbot.text(memo)" in "Page Header a" is printed 3x
first in section "Page Header a"
second in Page Header b
thirdly in Page Header c
even if I check Suppress if Duplicated
thank you
Ronald Weinrich
CR v.9 - I'm using memofield from a vfp-dbf in a report like that:
Page Header a
Suppress if dbf.item="xyz"
anbot.text(memo)
Page Header b
textobj
Page Header b
anbot.kurztxt(text)
Details a
fieldobj
Details b
fieldobj
Details c
Suppress if dbf.item="abc"
anbot.text(memo)
Details d
Suppress if dbf.item="gfd"
anbot.text(memo)
when I rund this report the content of "anbot.text(memo)" in "Page Header a" is printed 3x
first in section "Page Header a"
second in Page Header b
thirdly in Page Header c
even if I check Suppress if Duplicated
thank you
Ronald Weinrich