J
jvdb
Hi there,
i have a form, where i want to select wich subreports are .visible= false or
true on a mainreport.
but i can't get it working properly, because i'm somehow not able to change
the settings in the mainreport via the form:
if ckbsubreport5 = -1 then
forms!mainireport.subreport5.visible = false
elseif ckbsubreport5 = 0 then
forms!mainireport.subreport5.visible = true
end if
can somebody tell me what im doing wrong
i have a form, where i want to select wich subreports are .visible= false or
true on a mainreport.
but i can't get it working properly, because i'm somehow not able to change
the settings in the mainreport via the form:
if ckbsubreport5 = -1 then
forms!mainireport.subreport5.visible = false
elseif ckbsubreport5 = 0 then
forms!mainireport.subreport5.visible = true
end if
can somebody tell me what im doing wrong