Hi,
Why is this
erroring , with
the method FileIOCompletion of the oFileWatcher object doesn't return a value (it's a sub not a function), and it isn't a setter so doesn't take an assignment
if I check the object
I get True - ie the object exists and is set.
What is access talking about?
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads
Why is this
Code:
Forms!Check_Case.Form!Nav_Subform.Form.oFileWatcher.FileIOCompletion(dwErrorCode, dwNumberofBytes, lpOverlapped, oUser)
Compile error : expected =
the method FileIOCompletion of the oFileWatcher object doesn't return a value (it's a sub not a function), and it isn't a setter so doesn't take an assignment
if I check the object
Code:
msgbox not(Forms!Check_Case.Form!Nav_Subform.Form.oFileWatcher is nothing)
What is access talking about?
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads