Posted by: Manuel Volz
Hi,
we have problems to use some properties with the
codejock-user-interface-library (www.codejock.com):
Runtimeerror: 80020005
Window Variable: XtremeSuiteControls_IShortcutBarItem: Item
If ccShort.PropGetItem(1, Item )
Call ccShort.PropSetSelected( Item )
Get Property PropGetSelected (XtremeSuiteControls_IShortcutBarItem
returnValue)
Returns: Boolean
Put Property PropSetSelected (XtremeSuiteControls_IShortcutBarItem rhs)
Returns: Boolean
Member of XtremeSuiteControls . _DShortcutBar
In the ax-library:
Function: PropSetSelected
Description:
Returns
Boolean:
Parameters
FunctionalVar: Selected
Class: XtremeSuiteControls_IShortcutBarItem
!
Static Variables
Local variables
Boolean: tmpret
Actions
Call __ObjectPushObjectByRef(Selected)
Set tmpret = __ObjectInvokeID(0x4, INVOKE_PUT)
Call PopObject(0, Selected)
Call __ObjectFlushArgs()
Return tmpret
After generating the library and opening the gupta-apl following error is
displayed:
The registry section for the COM-Server corresponding to this APL is
damaged. Try re-registering the Server before preceeding.
Maybe Gupta have problems with OLE_HANDLE-types or certain properties?
Any ideas?
Kind regards
Manuel Volz