fiogf49gjkf0d Marcos:
I am not sure if Lawrence ever found a solution, but I have personally dealt with this situation in the Past for Groups.
The solution is to Extract the Group Information (best if as XML) then query it, and then determine which Groups match your conditions.
The way I handled it was by building a .Net application that read all Groups and then search for the Criteria I provided (the Fields I was interested on). I went a step further and included functionality to Update the Groups (since I was dealing with a Small Subset of Fields that had been re-organized), and handled the Releases. Needless to say, these were large implementations that had been around for a while, so it was not as simple as just opening each group, since we were dealing with Thousands of groups and made most sense to automate the process.
When it comes to Forms and Reports, you should be able to run through those easily (as they may be a small subset).
|