Hello, everyone!
Is there a way to disable the grid for all models at once to the entire database?Thank you in advance!
Mariya
Hello, everyone!
Is there a way to disable the grid for all models at once to the entire database?Thank you in advance!
Mariya
Hi Mariya,
I think you have to use the macro script interface for this purpose. If grid is enabled or disabled is a property of the model itself.
But you can simply search all models in the database by using the search script interface (Search.searchModels()) and disable the grid by using the designer script interface (Designer.setGridActive()).
Hope that helps...
Cheers
Jens
Mariya,
I'm not sure from your question whether you are referring to existing models or models yet to be created. The above procedure works for models that already exist. You can also set the Grid off for all models you create by choosing View -> Options and then selecting Model -> For new Models -> Grid on the resulting dialog. From there you can turn the grid off or control it's format. This setting will apply to all new models you create. This setting (and all the others on the View -> Options dialog) will apply to your user on the particualr machine where you set them.
Rick
Rick,
I'm sorry that my question was not made specifically.
I need to disable the grid for models that already exist.
Thanks