Allegheny Posted December 12, 2001 Posted December 12, 2001 I know I can "lock" the header or footer on the screen in a runtime. Because of the customer needs for this particular solution, however, I need to create and network the db using 4.1. I still need the header to remain still at the top of the screen even when the customer needs to scroll down the body. Any way to do this?
Kurt Knippel Posted December 12, 2001 Posted December 12, 2001 The only way would be to set the layout as a List, rather than a Form. This way the header and footers will stay displayed at all times.
Kurt Knippel Posted December 12, 2001 Posted December 12, 2001 It only has significience when in Browse & Fine mode. The other modes do not have a concept of List vs Form view.
Allegheny Posted December 13, 2001 Author Posted December 13, 2001 Thanks. I did that. It seems that change is only an option in Browse mode. Any way I can script the file to be in List Mode all the time?
Allegheny Posted December 13, 2001 Author Posted December 13, 2001 Please tell me there is some way to have the best of both worlds: to be able to scroll down the body AND be able to enter data in the header. I didn't realize that in using List Mode I would have to sacrifice data entry in the header.
Newbies kmeelker Posted December 30, 2001 Newbies Posted December 30, 2001 quote: Originally posted by Allegheny: Please tell me there is some way to have the best of both worlds: to be able to scroll down the body AND be able to enter data in the header. I didn't realize that in using List Mode I would have to sacrifice data entry in the header. What if you would use a normal header in browse mode, and the 'scrolling' part would be a portal based on some self-relation? Or am I overseeing something?
Newbies kmeelker Posted December 30, 2001 Newbies Posted December 30, 2001 quote: Originally posted by Allegheny: Please tell me there is some way to have the best of both worlds: to be able to scroll down the body AND be able to enter data in the header. I didn't realize that in using List Mode I would have to sacrifice data entry in the header. What if you would use a normal header in browse mode, and the 'scrolling' part would be a portal based on some self-relation? Or am I overseeing something?
GibCo Posted January 11, 2002 Posted January 11, 2002 I had to solve this problem myself. I did it by creating global fields for the information I wanted to appear in the header. I had the user fill in the data, like the date of the report and individual whose records were going to appear on the list. Then I used Merge Fields and put them into the heading. Whatever data was in the fields, appeared in the header. It seems to work! When I first tried it, I did not use global fields for the header information. In that case, as you click from record to record in your "list" the information changes depending on what is in the fields on the different records. In some cases this is handy because if you are always going to be say finding a group of customers from a particular city, you can do a find and since all the city fields have the same info, the header will indicate the right city. In this case the field doesn't have to be a global field. Hope this helps you. It sure helped me when I was baffled abouthow to accomplish what I wanted to do. Bev GibCo
Recommended Posts
This topic is 8352 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now