morglum007
Registered User.
- Local time
- Today, 07:36
- Joined
- Sep 28, 2009
- Messages
- 26
Hi there all.
Here I am again, and with new and "amazing" problems to be discussed.
As usual, I have been digging in the web, and little or no solutions available for my problem. Well, at least, not "easy" ones.
After strugging a little with data base saving system (denying auto-save feature in access (2007)), making difficult queries, and so on, I reached something I cant deal with at the moment.
By the way, I have also implemented a "secured" data base with front end and back end, located in local network with some sort of SSL bypass access data-base in the middle.
Everything works OK. My secured data-base have its own users (aside from Sharepoint), and it tracks IP, MAC, MOBO S/N, CPU S/N and so on, so user personal's data are gathered without problems.
Now I am implementing a logging system, in which I plan to capture all movements inside database, I got a temp table, which is filled with collected data, and after user logs-off, report is generated in .txt/.log, and sent via e-mail to secured server (among other .log copy sent fia FTP to another location). This way I preserve data-base status clean of undesired extra data.
By now, I have implemented, with no problems, audit for log-in,log-off, panel navigation (front end forms) and bound data changes capture.
Anyhow, I found some problems when capturing data with unbound forms.
This forms usually are used to make special queries, give user's collected data in someway, and so....
Maybe this sounds litle stupid, but... does anybody here knows something about dealing with that? Maybe it is also so stupid, but atm I cannot find any practical idea.
I have tried to use the form's "on current event", but seems it does not work at all with unbound data. I have also seen some people capturing windows commands, but it seems "dangerous" if you do not do it with some care. Is there any easier solution?
The way I want to do it, is not by hand, I mean, without coding on each control in unbound forms.
I would like a "select case ctl.controltype....accommandbutton...." option if available, cause some controls may become unstable when loading extra data on its already busy coding, and also, because there are in fact plenty of 'em.
Any ideas/suggestions appreciated.
TIP: During this months coding I have learnt a lot, and some guys here helped me a lot. Hope this could be solved as well.
Have a nive day!
Here I am again, and with new and "amazing" problems to be discussed.
As usual, I have been digging in the web, and little or no solutions available for my problem. Well, at least, not "easy" ones.
After strugging a little with data base saving system (denying auto-save feature in access (2007)), making difficult queries, and so on, I reached something I cant deal with at the moment.
By the way, I have also implemented a "secured" data base with front end and back end, located in local network with some sort of SSL bypass access data-base in the middle.
Everything works OK. My secured data-base have its own users (aside from Sharepoint), and it tracks IP, MAC, MOBO S/N, CPU S/N and so on, so user personal's data are gathered without problems.
Now I am implementing a logging system, in which I plan to capture all movements inside database, I got a temp table, which is filled with collected data, and after user logs-off, report is generated in .txt/.log, and sent via e-mail to secured server (among other .log copy sent fia FTP to another location). This way I preserve data-base status clean of undesired extra data.
By now, I have implemented, with no problems, audit for log-in,log-off, panel navigation (front end forms) and bound data changes capture.
Anyhow, I found some problems when capturing data with unbound forms.
This forms usually are used to make special queries, give user's collected data in someway, and so....
Maybe this sounds litle stupid, but... does anybody here knows something about dealing with that? Maybe it is also so stupid, but atm I cannot find any practical idea.
I have tried to use the form's "on current event", but seems it does not work at all with unbound data. I have also seen some people capturing windows commands, but it seems "dangerous" if you do not do it with some care. Is there any easier solution?
The way I want to do it, is not by hand, I mean, without coding on each control in unbound forms.
I would like a "select case ctl.controltype....accommandbutton...." option if available, cause some controls may become unstable when loading extra data on its already busy coding, and also, because there are in fact plenty of 'em.
Any ideas/suggestions appreciated.
TIP: During this months coding I have learnt a lot, and some guys here helped me a lot. Hope this could be solved as well.
Have a nive day!