spragueg Posted March 1, 2002 Posted March 1, 2002 I am looking for suggestions on the best method of looping through valuelist items. Currently I am using the count of "
LiveOak Posted March 1, 2002 Posted March 1, 2002 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
spragueg Posted March 1, 2002 Author Posted March 1, 2002 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
spragueg Posted March 1, 2002 Author Posted March 1, 2002 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
Chuck Posted March 2, 2002 Posted March 2, 2002 Here's how I usually do it. code: #Store the contents of your field into a global text field. Add a
spragueg Posted March 4, 2002 Author Posted March 4, 2002 That's how I'm doing it too. I was wondering if there was a simpler way to do it. Thanks, G
Recommended Posts
This topic is 8301 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