How to disable automatic master/detail configuration

sergio7

Member²
In some cases i need to diasable automatic master/detail configuration. It's a way to do this ?
TIA
sergio sette
 
Just press the 'No' button when it asks if it should modify the where clause...

------------------
Marco Kalter
Allround Automations
 
Originally posted by mkalter:
Just press the 'No' button when it asks if it should modify the where clause...

I need that this dialog boxs doesn't appear, i create (at design time) TOracleDataset components that automatically sets the Master property and all the related others M/D properties. In this case is the automatic configuration not needed and problematic.

Regards

Sergio Sette

 
I see. The automatic master/detail configuration is only activated if the ComponentState = [csDesigning], perhaps you can use this restriction to prevent the problem? I'm not sure how to affect the ComponentState though...

------------------
Marco Kalter
Allround Automations
 
Back
Top