• IOM Factory (VBA)

    I want to update part bom quantity based on the data in Excel I registered the IOM.tdl in the VBA tool and wrote the following VBA code (based on the manual): Dim f As New IomFactory 'must use the New keyword Dim innov As Innovator 'Establish User Credentials…
  • Not able get value using RequestState

    Hi, I have created one method called set_project_name  in VB and run this method on OnAfterLock  of " GRIL  Project " ItemType Dim inno as Innovator = Me.getInnovator() Dim projectID as String = Me.getID() Dim AML_to_getProjectName as String = "<AML…
  • [ApplySQL] not allowed for userPrivileged [ApplySQL] not allowed for user

    Hi, I am designing a small Windows Forms application, which will allow users to add/delete/view an item to/from Innovator database directly. From this application I can add Document and its attachment, now I want to open that document, and for that…