A
attrib75
Hello,
I'm trying to make a checkbox checked on a report depending on the existance
of a file in a directory. Its in the report_current event. So far no luck.
Not sure I have the syntax right.
me.checkboxname = true
I took out the condition to see if the file existed, just to test if I could
even set the checkbox to checked. Doesn't work. Could it be
me!checkboxname = true
or
me.checkboxname = -1?
I'm trying to make a checkbox checked on a report depending on the existance
of a file in a directory. Its in the report_current event. So far no luck.
Not sure I have the syntax right.
me.checkboxname = true
I took out the condition to see if the file existed, just to test if I could
even set the checkbox to checked. Doesn't work. Could it be
me!checkboxname = true
or
me.checkboxname = -1?