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
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