Friends;
I have defined 1 form (Main) with a timer. My goal is for the timer to trigger a property on form 2 (Child) that is modeless top-level and linked to Main. If form 2 Child does not exist, set this property on form 1.
The child form does not have any database behind it, but I'm getting an err that when the timer fires, fox "Can not access selected table."
In the timer event of Main, I'm guessing code like...
IF WEXIST(oChild)
oChild.image1.value = m.mypix
ELSE
Thisform.image1.value = m.mypix
ENDIF
Seems to work when the oChild is not on top.
Any ideas?
Thanx - Wayne
Any idea why I'd be getting the error?
...all this and tap dancing too!
I have defined 1 form (Main) with a timer. My goal is for the timer to trigger a property on form 2 (Child) that is modeless top-level and linked to Main. If form 2 Child does not exist, set this property on form 1.
The child form does not have any database behind it, but I'm getting an err that when the timer fires, fox "Can not access selected table."
In the timer event of Main, I'm guessing code like...
IF WEXIST(oChild)
oChild.image1.value = m.mypix
ELSE
Thisform.image1.value = m.mypix
ENDIF
Seems to work when the oChild is not on top.
Any ideas?
Thanx - Wayne
Any idea why I'd be getting the error?
