i add a dialog form in my report, with the following coding :
if CheckBoxAdminSignOut.Checked then
data.FilterOn = True
data.Filter.Value = "dsEventTran.Status =""3"""
else
data.FilterOn = False
data.Filter.Value = ""
end if
dsEventTran.Connect()
But it cannot work. What it could be wrong ?
TQ ~~~~
