AutoCorrect option when using XP Runtime

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I need to be able to alter the AutoCorrect option when using the XP Runtime.
In normal XP Access, it is under Tools>options>spelling>AutoCorrect Options.
I have learned this option plays havoc when using Combo boxes with the caps
lock on. I need to turn it off.
Thanks,
Steve
 
hi Steve,
I need to be able to alter the AutoCorrect option when using the XP Runtime.
You can code it.

http://groups.google.com/group/comp...a++setproperty+&rnum=2&hl=de#db1fb879c1ce4083

And you need the correct property name, which i have not ready to hand
at the moment.

I have learned this option plays havoc when using Combo boxes with the caps
lock on.
Can you provide an example, cause i don't understand your problem.

The first thing you do, after creating a new database, is switching it off.



mfG
--> stefan <--
 
Hi Stefan,
Thanks for your answer, but I think you mis-read my post. The link you
posted has to do with changing the Caption of a form. I am having trouble
with combo boxes when the caps lock is on. There is an option in Office
called AutoCorrect, if you check the option to correct when two capital
letters are typed together, it will prohibit the combo box from working.

Thanks,
Steve
 
hi Steve,
Thanks for your answer, but I think you mis-read my post. The link you
posted has to do with changing the Caption of a form. I am having trouble
with combo boxes when the caps lock is on. There is an option in Office
called AutoCorrect, if you check the option to correct when two capital
letters are typed together, it will prohibit the combo box from working.
This is an Office wide setting. You can change it in any Office application.


mfG
--> stefan <--
 
Back
Top