Hi
If I am using a ppDesigner how do I get the Data tab to appear / dissapear
at runtime ?? I have tried :-
1. ppDesigner.DataSettings.Active := True;
2. ppDesigner.AllowDataSettingsChange := True;
3. ppDesigner.DataSettings.AllowEditSQL := True;
Nothing seems to work ???