cancel
Showing results for 
Search instead for 
Did you mean: 

Sap B1 Strange Behave"" Form not Loading(Internal error (-10) occurred [131-183] - . Form Unique Id : 'WIPPROCESS')

Former Member
0 Kudos

Hi,

Experts,Friends...

I am Facing One Problem..

   Public Function LoadFromXML(ByRef FileName As String) As Integer

        Dim oXmlDoc As Xml.XmlDocument

        Try

            oXmlDoc = New Xml.XmlDocument

            '// load the content of the XML File

            Dim sPath As String

            sPath = IO.Directory.GetParent(Application.StartupPath).ToString

            oXmlDoc.Load(sPath & "\" & FileName)

            '// load the form to the SBO application in one batch

           SBO_Application.LoadBatchActions(oXmlDoc.InnerXml)

            Return 0

        Catch ex As Exception

            SBO_Application.StatusBar.SetText(ex.Message, SAPbouiCOM.BoMessageTime.bmt_Short, SAPbouiCOM.BoStatusBarMessageType.smt_Error)

        End Try

    End Function

Normally I am loading the srf file by using the above code..

so,

i was used the same code 2 days before in same program it's working fine..

but after

today i run the program ok its showing error

Form not Loading(Internal error (-10) occurred  [131-183] - . Form Unique Id : 'WIPPROCESS')

it's comming..

last evening i use the same program form loading...

but it's shows some diff behave

it''s contain so many edit boxes,matrixes

all were became enabled =falase

which means i am not able to select or enter any thing..

if i stop the prrgram

i am not able to open any menu in sap b1

every thing is strucking..

through the tools menu

i am trying to change the company (see the image)

if i press change company allso it wont' change

why this type of strange behaviour...

SBO_Application.LoadBatchActions(oXmlDoc.InnerXml)

Exaclty here i am getting error

last evening it 's working

form loaded but

i told u na

every field became enable=false

very strange behave

how can i solve this one.....

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Any Info...

Former Member
0 Kudos

Some problem in coding..my mistake..