Главная страница | назад





Article #27702: Why reusing or inheriting from a Remote Data Module is not a good idea.

QUESTION:

Why can't I reuse or Inherit from my newly created Remote Data Module(RDM), that I just placed into the Object Repository?

ANSWER:

The reason is, each Remote Data Module(RDM) needs to have a unique GUID and class ID associated with it. The GUIDs and class IDs are added to the registry, where the system references them to see which object they represent. You can copy your RDM from the Repository, however you will need to change the class ID and the GUID to a unique number. Though, I suggest leaving this chore to the system.

Last Modified: 28-AUG-01