03-09-2007 07:33 AM
IEngine
IEngineObj=null; PropertyObject PObj=null;IEngineObj =
new Engine();PObj=IEngineObj.Globals;
if ( PObj.GetValBoolean("Config.UseConfig", PropertyOptions.PropOption_NoOptions))
PObj.SetValBoolean("Config.UseConfig", 0, false);
else
PObj.SetValBoolean(
"Config.UseConfig", 0, true);PObj =
null;IEngineObj =
null;03-12-2007 02:00 AM
PObj.SetValBoolean("Config.UseConfig", 1, true); with the options set to 1.
Regards
Ray Farmer
03-14-2007 12:22 PM
HI Ray,
"Config.UseConfig" always exist. with the option set to 1, the problem can't be solved. i tryed it without success.
Regards,
Noubissi