ChrisO
Registered User.
- Local time
- Today, 17:12
- Joined
- Apr 30, 2003
- Messages
- 3,202
Smig.
If ‘Not Access timer’ then what timer?
You say the ‘System Timer’ but what is the System Timer?
How do we hook into the ‘System Timer’?
As far as I understand Windows, the best that can be done is to hook into the Media Player tick and I don’t know how to do it. And I wouldn’t do it just for the sake of some ‘eye candy’. Access is, after all, a data management application and I would not knowingly compromise that functionality with any such eye candy.
You also say if you place an ‘object’ on the form but you do not say what object.
A text box? An image? An ActiveX control?... you don’t say.
And what code is behind the ‘object’ that allows it to update?...you don’t say.
I’ll tell you a true story: -
About 5 years ago I was asked to make an Access database for our air force. It was to open an archive file and display its point to point data on a report. I chose not to go down the simple path and use a chart. Although it requires much more code I decided to draw the plot myself using draw commands. The reason for that decision was that, at the start of the job, I did not know if a chart object could handle it and I did not want any deficiency in the chart object to come back and bite me some distance down the track.
So I did it the hard way and did not go the easy route and use someone else’s predefined object.
Even though it was more difficult I ended up with something I understood and could modify.
The draw is done in simple steps, although there are a great many steps.
Using an ActiveX control reduces the number of steps but it also hides the detail.
When the detail is hidden we can’t fix it if it goes belly up.
Sorry, but you seem to want to throw eye candy at a work tool by installing this, that, whatever, and that may cause it to fail. And by asking some of these questions it appears that you don’t know how to fix them if they do fail.
My point being…
If you want a robust application, you have to write it. There is no point in using eye candy or someone else’s predefined object just to make it easy on yourself. Eventually the eye candy or object will fail and someone has to fix it. (Example: My chart works fine in Access 2003 but does not show in Access2007) When that happens, a lot of people jump onto the internet and ask for help. Will this happen, will that happen, how do I fix this or how do I fix that? At that point, and it will happen with something complex, someone else might do the work for you.
Might; but what if they don’t?
Chris.
If ‘Not Access timer’ then what timer?
You say the ‘System Timer’ but what is the System Timer?
How do we hook into the ‘System Timer’?
As far as I understand Windows, the best that can be done is to hook into the Media Player tick and I don’t know how to do it. And I wouldn’t do it just for the sake of some ‘eye candy’. Access is, after all, a data management application and I would not knowingly compromise that functionality with any such eye candy.
You also say if you place an ‘object’ on the form but you do not say what object.
A text box? An image? An ActiveX control?... you don’t say.
And what code is behind the ‘object’ that allows it to update?...you don’t say.
I’ll tell you a true story: -
About 5 years ago I was asked to make an Access database for our air force. It was to open an archive file and display its point to point data on a report. I chose not to go down the simple path and use a chart. Although it requires much more code I decided to draw the plot myself using draw commands. The reason for that decision was that, at the start of the job, I did not know if a chart object could handle it and I did not want any deficiency in the chart object to come back and bite me some distance down the track.
So I did it the hard way and did not go the easy route and use someone else’s predefined object.
Even though it was more difficult I ended up with something I understood and could modify.
The draw is done in simple steps, although there are a great many steps.
Using an ActiveX control reduces the number of steps but it also hides the detail.
When the detail is hidden we can’t fix it if it goes belly up.
Sorry, but you seem to want to throw eye candy at a work tool by installing this, that, whatever, and that may cause it to fail. And by asking some of these questions it appears that you don’t know how to fix them if they do fail.
My point being…
If you want a robust application, you have to write it. There is no point in using eye candy or someone else’s predefined object just to make it easy on yourself. Eventually the eye candy or object will fail and someone has to fix it. (Example: My chart works fine in Access 2003 but does not show in Access2007) When that happens, a lot of people jump onto the internet and ask for help. Will this happen, will that happen, how do I fix this or how do I fix that? At that point, and it will happen with something complex, someone else might do the work for you.
Might; but what if they don’t?
Chris.