The problem described at http://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=1;t=001503#000000
about not able to update the master key using nested datasets and TMTSDatamodule still exists in ver 4+ of DOA. Can you please suggest any temporary solution for this? I tried using:
class TMTSRemoteDataModule: TMTSDataModule;
class MyRDM: TMTSRemoteDataModule;
instead of class MYRDM: TMTSDataModule
so that the pos function you use finds the required 'RemoteDatamodule' substring within the parent class name but this will result in various errors in the delphi ide because it will make the IDE see MyRDM as a form rather than a datamodule.
Any help would be appreciated!
about not able to update the master key using nested datasets and TMTSDatamodule still exists in ver 4+ of DOA. Can you please suggest any temporary solution for this? I tried using:
class TMTSRemoteDataModule: TMTSDataModule;
class MyRDM: TMTSRemoteDataModule;
instead of class MYRDM: TMTSDataModule
so that the pos function you use finds the required 'RemoteDatamodule' substring within the parent class name but this will result in various errors in the delphi ide because it will make the IDE see MyRDM as a form rather than a datamodule.
Any help would be appreciated!