J
Jeff Conrad
Hi,
Using Access 97 at the moment.
I'm trying to create a form that will display a list of all the people who have helped me in my
Access journey. I will put this on my About form and it will be like a list of credits for all the
people who have helped me (which would of course be everyone here). I got the idea from the About
form on a program called PcAnywhere which I use frequently. The version I have (9) has three tabs on
their About form: General, Credits, and System Info. When you click the Credits tab a list of all
the developers slowly scrolls up from the bottom to the top. Cool!
So I went searching everywhere for a similar type of sample. I came across some samples from Roger
Carlson, Graham Seach, and Sensei Lebans, but they were all horizontal scrolling text samples. I
want my text to scroll from bottom to top. Unbelievably I found in my personal vast Access
collection a file that does vertical scrolling. I downloaded the file over a year ago! It is by
Pedro Gil and Sensei Lebans.
After lots of searching I found the download spot.
You can find it here:
http://www.geocities.com/pmpg98_pt/VerticalMarquee.html
I've been playing with it for quite sometime, but have a couple of issues I cannot seem to resolve.
I'm hoping someone can help me solve the problems.
I've already made the table adjustments to my needs.
I have the font size at 8.
Here are the issues I am having:
1. I created a tab control on the form and moved the text box to the bottom of the Credits tab.
Right now I have the tab control (called tabAbout) sitting a little bit below the top of the Detail
section. I'd rather not have it all the way to the top of the Detail section. When the credits start
to roll everything is OK, but when they reach the top of the tab control they actually push the
whole tab control to the top of the Detail section!! Serious! I'd rather not have that happen! If I
go back into Design View the tabcontrol is still at .1146 (Top), but you'd swear the tab moves up
when you're viewing the credits!
2. A WaitTime in table design of 0 is too fast I think. The names go flying by. A WaitTime of 1
seems a bit too slow. So I changed the field to single and have .50 of a WaitTime. That seems to be
about right on speed. However, any WaitTime other than 0 (that includes just 1) makes the top of the
tab control virtually disappear! The two tab page captions virtually disappear as the names go
scrolling up! Not good! Is this a Painting issue?
3. I would like the names to continue scrolling up to the top until they are completely out of view.
Right now once the last name comes up the whole list just stops as it is designed to do. This seemed
easy to fix (so I thought). I added a bunch of dummy records with no text so the list would keep
scrolling but you wouldn't see anything. However, this raises the Error 94 "Invalid Use of Null"
because the code apparently has to have *something* in the text field. Darn! How can I get the names
to keep scrolling until they are out of sight?
So is there any chance of resolving the issues I'm having?
Any and all help is most appreciated.
Using Access 97 at the moment.
I'm trying to create a form that will display a list of all the people who have helped me in my
Access journey. I will put this on my About form and it will be like a list of credits for all the
people who have helped me (which would of course be everyone here). I got the idea from the About
form on a program called PcAnywhere which I use frequently. The version I have (9) has three tabs on
their About form: General, Credits, and System Info. When you click the Credits tab a list of all
the developers slowly scrolls up from the bottom to the top. Cool!
So I went searching everywhere for a similar type of sample. I came across some samples from Roger
Carlson, Graham Seach, and Sensei Lebans, but they were all horizontal scrolling text samples. I
want my text to scroll from bottom to top. Unbelievably I found in my personal vast Access
collection a file that does vertical scrolling. I downloaded the file over a year ago! It is by
Pedro Gil and Sensei Lebans.
After lots of searching I found the download spot.
You can find it here:
http://www.geocities.com/pmpg98_pt/VerticalMarquee.html
I've been playing with it for quite sometime, but have a couple of issues I cannot seem to resolve.
I'm hoping someone can help me solve the problems.
I've already made the table adjustments to my needs.
I have the font size at 8.
Here are the issues I am having:
1. I created a tab control on the form and moved the text box to the bottom of the Credits tab.
Right now I have the tab control (called tabAbout) sitting a little bit below the top of the Detail
section. I'd rather not have it all the way to the top of the Detail section. When the credits start
to roll everything is OK, but when they reach the top of the tab control they actually push the
whole tab control to the top of the Detail section!! Serious! I'd rather not have that happen! If I
go back into Design View the tabcontrol is still at .1146 (Top), but you'd swear the tab moves up
when you're viewing the credits!
2. A WaitTime in table design of 0 is too fast I think. The names go flying by. A WaitTime of 1
seems a bit too slow. So I changed the field to single and have .50 of a WaitTime. That seems to be
about right on speed. However, any WaitTime other than 0 (that includes just 1) makes the top of the
tab control virtually disappear! The two tab page captions virtually disappear as the names go
scrolling up! Not good! Is this a Painting issue?
3. I would like the names to continue scrolling up to the top until they are completely out of view.
Right now once the last name comes up the whole list just stops as it is designed to do. This seemed
easy to fix (so I thought). I added a bunch of dummy records with no text so the list would keep
scrolling but you wouldn't see anything. However, this raises the Error 94 "Invalid Use of Null"
because the code apparently has to have *something* in the text field. Darn! How can I get the names
to keep scrolling until they are out of sight?
So is there any chance of resolving the issues I'm having?
Any and all help is most appreciated.