[quote user="Changsong Ling"]does it mean for all information in the information dialog, we can use property handler to revise them, same as we do it manually?[/quote]
Yes ... nearly ;-) In my opinion it's not recommended to use property handlers as primary tool, because there are some limitations:
- I think (not sure for 100%) property handler access string is language dependent, so in English version it can be different comparing to e.g. German one.
- If there are more properties with the same access string, which can happen if attached items (EC data) use the same name as standard attributes, there is no mechanism how to solve this situation.
So it's better (or at least I do it ;-) to use property handlers as "last help", e.g. to edit EC data (Item Types in CONNECT Edition), where VBA API is not available.
With regards,
Jan