Filter Resources issue
3 posts
• Page 1 of 1
Posts: 15
Joined: Wed May 03, 2006 4:28 am |
I have a problem with the filter resources, i have currently 80+ resources and the check box frame does not scroll, is there a way of scrolling this without having to modify the layout?
|
Posts: 2764
Joined: Thu Nov 20, 2003 11:01 am |
Hi there,
FileMaker's checkbox fields don't scroll, unfortunately. You might think about showing the same field several times (possibly on different tabs within the resources tab), each with its own value list containing a different subset of your resources. So you may want to keep the Resources value list with all 80 resources, but create 3 or 4 other value lists each with some segment of your resources and show those to users. This is especially nice if your resources naturally come in a few different types. You can even get creative and put new buttons on these partial lists that say "select all". Clicking this would check or uncheck all of a subset of resources. For example, if you has a value list named "Dump Trucks" (and other value lists with other truck types) you could set the filter field to ValueListItems ( get ( FileName ) ; "Dump Trucks" ) to select all of them. To remove all of them you'll need a custom function like Zap Values which removes the contents of list a from list b. List A in this case would be ValueListItems ( get ( FileName ) ; "Dump Trucks" ) were "list b" would be your filter field, which may have other resources selected in it besides your subset of dump trucks. Hope that helps. John John Sindelar
SeedCode |
Posts: 15
Joined: Wed May 03, 2006 4:28 am |
Thanks John,
I think this is something i will look at doing at a later date, for now i have reduced the font and stretched the check box field to fit in the two layouts. Thanks for your help |
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests