Browse Community
Help
Log In
Responses(5)
Solutions(1)
DELL-Adam Dr
28 Posts
1
February 7th, 2011 20:00
Caleb,
- The correct property is "AutoReconnection".- There is no "EnableAutoReconnect" property.
-Adam
DELL-David Y
228 Posts
0
February 1st, 2011 08:00
Hi Caleb,
I cannot see why your script would have a problem with the AutoReconnect option, this is a valid configuration property.
I do see one in the list above that may not be correct, I believe that 'EnableBitmapAcceleration' should be changed to 'EnableBitmapCaching'
Regards
David
caleb.grant-ohi
1 Rookie
•
90 Posts
February 7th, 2011 08:00
Hi,
I've tried;
m_oClient.AutoReconnect = False
m_oClient.AutoReconnect = 0
m_oClient.EnableAutoReconnect = False
m_oClient.EnableAutoReconnect = 0
and these all error the script with:
Object doesn't support this property or method
Any thoughts?
February 8th, 2011 08:00
Thanks Adam... seems to work a treat now.
DELL-Paul Fi
101 Posts
February 9th, 2011 09:00
Hi David,
When scripting against PNLLM.Client, EnableBitmapAcceleration is the correct property for enabling Graphics Acceleration.
Paul
Dell Support Resources
View All
Top
DELL-Adam Dr
28 Posts
1
February 7th, 2011 20:00
Caleb,
- The correct property is "AutoReconnection".
- There is no "EnableAutoReconnect" property.
-Adam
DELL-David Y
228 Posts
0
February 1st, 2011 08:00
Hi Caleb,
I cannot see why your script would have a problem with the AutoReconnect option, this is a valid configuration property.
I do see one in the list above that may not be correct, I believe that 'EnableBitmapAcceleration' should be changed to 'EnableBitmapCaching'
Regards
David
caleb.grant-ohi
1 Rookie
•
90 Posts
0
February 7th, 2011 08:00
Hi,
I've tried;
m_oClient.AutoReconnect = False
m_oClient.AutoReconnect = 0
m_oClient.EnableAutoReconnect = False
m_oClient.EnableAutoReconnect = 0
and these all error the script with:
Object doesn't support this property or method
Any thoughts?
caleb.grant-ohi
1 Rookie
•
90 Posts
0
February 8th, 2011 08:00
Thanks Adam... seems to work a treat now.
DELL-Paul Fi
101 Posts
0
February 9th, 2011 09:00
Hi David,
When scripting against PNLLM.Client, EnableBitmapAcceleration is the correct property for enabling Graphics Acceleration.
Paul