March 1, 200223 yr I am looking for suggestions on the best method of looping through valuelist items. Currently I am using the count of "
March 1, 200223 yr Put your value list items in a file and display the value list from the file. This way all the features for dealing with records in FM are available to you. -bd
March 1, 200223 yr Author Duh! I am so brain dead. I am generating the valulist based on a relationship so I already have the items in a file. It amazing that I can get out of the house in the moring. Thanks, G
March 1, 200223 yr Author Ok, I'm still stuck. Let me try to explain... I have this report that uses a multiple find requests. I want to add a function that allows the user to choose data to omit from the request. So I have a field with check boxes based on a dynamicly created valuelist. The user checks items in the list. Then I want use the items from the field to make find(omit) requests. So rather that trying to loop through a valulist I want to loop through field contents separated by
March 2, 200223 yr Here's how I usually do it. code: #Store the contents of your field into a global text field. Add a
March 4, 200223 yr Author That's how I'm doing it too. I was wondering if there was a simpler way to do it. Thanks, G
Create an account or sign in to comment