Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Object doesn't support this property or method: 'RSWApp'

781011Jun 23 2010 — edited Jul 6 2010
I am trying to use a test scriplet to close a popup window and I used the 'Get path to element' tool to grab the path and inserted the path into the example code that was in the help file:
+'Test Scriptlets+
+'declare String variable to hold Object Descriptor+
+'String for the 'Siebel High Interactivity (HI)+
+'Element - SiebList+
Dim sODS
+'declare Integer variable to hold Property Type+
Dim iPropertyType As Integer
+'assign SiebList ODS to the variable+
sODS = "<Obj ClassName='SiebApplication'RepositoryName='Siebel Universal Agent'><Obj ClassName='SiebScreen' RepositoryName= 'Opportunities Screen'><Obj ClassName='SiebView'RepositoryName='Opportunity List View'><Obj ClassName='SiebApplet' RepositoryName='Opportunity List Applet'><Obj ClassName='SiebList' RepositoryName='SiebList'/></Obj></Obj></Obj></Obj>"
+'call InvokeMethod for+
+'GetColumnRepositoryNameByIndex method for the+
+' second column in the SiebList+
RSWApp.siebelCAS.InvokeMethod sODS, "GetColumnRepositoryNameByIndex", 1

This code always generates the error: Object doesn't support this property or method: 'RSWApp'
Am I missing something?
Thank you.

Brian

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 3 2010
Added on Jun 23 2010
2 comments
1,376 views