rayh34 Posted January 29, 2007 Posted January 29, 2007 Just want to make sure I am not missing anything. There is no way to get records to display in multible columns in "list" view correct? I know You can in print preview.
Raybaudi Posted January 29, 2007 Posted January 29, 2007 Hi some tricky things can be made... What's the purpose ?
rayh34 Posted January 29, 2007 Author Posted January 29, 2007 This actually applies to different problems, First one is, I have a layout in list view that has a small web viewer window in each record that the user has to mark as active or not. There are usually about 35 records in the list. Since FM will only update the web viewer when it's visiable, would speed up the process if I could get more records to display across the page. The second one is much simpler, Just a bunch of records with a status field that need to be viewe at once. Would basically like to see thae same display as the preview mode gives you.
Raybaudi Posted January 29, 2007 Posted January 29, 2007 No trick for the first one ... but for the second one, if the purpose is only to show record's values, you can create a new calc field to place in the second column of your list view: GetNthRecord ( your field ; Get( RecordNumber )+ 20 ) where 20 is only an example
Lee Smith Posted January 29, 2007 Posted January 29, 2007 Take a look at this file [color:blue]Horizontal Portals at Link to New Century Data. Lee
Recommended Posts
This topic is 6509 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