今天使用ACCESS 2003发现Rich Text 控件无法使用,寻找了一种解决方法,经测试可行,原文如下:
To allow Access 2002 w/SP3 or 2003 to use this control, you need to edit the registry via regedit, find the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{3B7C8860-D78F-101B-B9B5-04021C009402}
This should be there, I am dead sure that RichTx32.ocx always takes the class ID of 3B7C8860-D78F-101B-B9B5-04021C009402
Within this key there should be a DWORD value called "Compatibility Flags".
If this is set to 0x400 (hexadecimal 400, decimal 1024) then change it to simply 0 (decimal or hex). You should now be able to insert the richtext control on your forms and use the control again as per usual in Access 2002 w/SP3 or Access 2003.
[此贴子已经被作者于2006-12-9 13:28:08编辑过]
|