January 29, 200719 yr 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.
January 29, 200719 yr Author 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.
January 29, 200719 yr 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
January 29, 200719 yr Take a look at this file [color:blue]Horizontal Portals at Link to New Century Data. Lee
Create an account or sign in to comment