Skip to Main Content

E-Business Suite

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.

WebADI 12.1.3 runtime error 9 subscript out of range

DevidasJul 31 2014 — edited Aug 3 2014

Hi,

When I click on Upload in WebADI template, I am getting Run-time error '9' subscript out of range in sub runCallback shown below routine on line Application.Run

Application.Run command trying call Sub BneUploadBegin.

Sub BneUploadBegin does exist in sheet1.

Private Sub runCallback(strCallBack As String)

Dim strSubName As String

strSubName = getEventCallBack(strCallBack)

If Len(strSubName) > 0 Then

removeEventCallBack strCallBack

Application.Run strSubName, m_Document

End If

End Sub

Integrator is based on table.

Usinf MS-Office 2010

EBS 12.1.3

I tried it on 2 laptops and got same error.

Please help. Any hint will be highly appreciated.

Thanks,

Devidas

Comments

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

Post Details

Locked on Aug 31 2014
Added on Jul 31 2014
2 comments
1,729 views