OLE Automation in Peopletools 8.50
Forum » Forum / Help » OLE Automation in Peopletools 8.50
Started by: Nitin (guest)
On: 1272349217|%e %b %Y, %H:%M %Z|agohover
Number of posts: 2
rss icon RSS: New posts
Summary:
OLE Automation in Peopletools 8.50
OLE Automation in Peopletools 8.50
Nitin (guest) 1272349217|%e %b %Y, %H:%M %Z|agohover

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

Reply  |  Options
Unfold OLE Automation in Peopletools 8.50 by Nitin (guest), 1272349217|%e %b %Y, %H:%M %Z|agohover
Re: OLE Automation in Peopletools 8.50
PrajPraj 1273118137|%e %b %Y, %H:%M %Z|agohover

Hi, I have no idea how to make this invoke either but I tried the same thing on my PeopleSoft installation and received the same error …

Reply  |  Options
Unfold Re: OLE Automation in Peopletools 8.50 by PrajPraj, 1273118137|%e %b %Y, %H:%M %Z|agohover
New Post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License