Hell All,
Any information regarding OLE Automation will be appreciated.
I found a piece of delivered code on XREF_WRK.XREF_OLE1.FieldChange
Local object &IDE;
&IDE = CreateObject("PEOPLESOFT.IDE");
/*ObjectSetProperty(&IDE, "Visible", True);*/
ObjectDoMethod(&IDE, "ViewObject", "Record.XREF_VIEW");
This record is attached to the Page XREF_PANEL_01
The Navigation is Peopletools->Administratrion->Audit->Record Cross Reference
I went ahead and added the field as a push button this page. On Clicking the push button i get the following error
Class PEOPLESOFT.IDE was not found. (180,74) XREF_WRK.XREF_OLE1.FieldChange PCPC:63 Statement:1
The given class could not be found in the database, or had problems when we tried to load it.
Does anyone have any information on how to get this class to invoke PSIDE automatically from the Web to show the record.
Thanks
Nitin