Referencing Default Gantt View in a Locale Independent Manner

R

Robert Emmery

Hello

Does anyone know of a way to reference the default Gantt View without explicitly using the string “Gantt View� As you can imagine, code that references objects by their English name will not work in other MSP locales

I know that there is a way to get a reference to the collection of all views but the order of views is not guaranteed to be the same in different locales. In other words, Application.GlobalViews.Item(1) is not guaranteed to point to “Gantt Viewâ€

I would also be interested to know if there is a method that can be used to retrieve the entry table name under different locales without any explicit knowledge of what the name may be. Again, Application.GlobalTaskTables.Item(1) will not do in different locales, possibly not even in different application instances for the same locale

Regards
_______________________________________________________
Robert Emmery, Project Leader, Oracle Project
Oracle Corporation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top