agtjazz Posted April 24, 2006 Posted April 24, 2006 Hello... I am trying to compare the old database to the new one I am developing. In the old database, there are many many value lists and I would like to print them out or export them or something so that I can logically figure out if they are needed in the new database. Any way to do that in plain ole Filemaker (not Advanced)? Thanks in advance
Kent Searight Posted April 25, 2006 Posted April 25, 2006 (edited) You could write a looping script that sets some global field to the values (one by one) returned by the function ValueListNames( ) and then insert the values from the function ValueListItems( ) after each ValueListName in the field. Afterwards you could just print that field for easier viewing. Make sense? Hope it helps! PS You could also check out this recent thread. Edited April 25, 2006 by Guest Added PS
coconutt2000 Posted April 25, 2006 Posted April 25, 2006 I wonder if you could use that technique to dump the value lists into a related table with record creation turned on.
Recommended Posts
This topic is 6788 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