drbobwbic
Technical User
- May 14, 2002
- 2
I Am trying to build a module that will record in table open and close events by COMPUTERNAME for debug purposes,
desired result is a Call to function that says
r!dos = now()
r!workstationname=workstationname
r!formname = formname
r!event = event name IE. "LOAD" or "CLOSE" or "SAVE"
1. get computername works
2. Get screen.activeconrol.name works with exit, save and close
I need a way to classify LOAD event which is not a control
3. get screen.activeform.name fails on LOAD,
but works if screen goes into designview and the back to formview
works on "CLOSE" or "SAVE" event
Any help would be greatly appreciated
Drbob@wbic.org
desired result is a Call to function that says
r!dos = now()
r!workstationname=workstationname
r!formname = formname
r!event = event name IE. "LOAD" or "CLOSE" or "SAVE"
1. get computername works
2. Get screen.activeconrol.name works with exit, save and close
I need a way to classify LOAD event which is not a control
3. get screen.activeform.name fails on LOAD,
but works if screen goes into designview and the back to formview
works on "CLOSE" or "SAVE" event
Any help would be greatly appreciated
Drbob@wbic.org