vb.net with sage 300 objects

SUGGESTED

I am new to vb.net (been writing in vb6 since it was published) and am trying to write a program that use the PeriodPicker object (also datasource object). However when I try to run the program I get Interop errors. Is there any way round this problem?

Parents
  • 0
    SUGGESTED

    The PeriodPicker object is a COM (ActiveX) control and cannot be directly launched from .NET code. You may refer to the .NET API documentation to find out which properties and methods would be suitable to implement the desired function. The .NET API documentation can be found typically under "C:\Program Files (x86)\Common Files\Sage\Sage 300 ERP".

Reply
  • 0
    SUGGESTED

    The PeriodPicker object is a COM (ActiveX) control and cannot be directly launched from .NET code. You may refer to the .NET API documentation to find out which properties and methods would be suitable to implement the desired function. The .NET API documentation can be found typically under "C:\Program Files (x86)\Common Files\Sage\Sage 300 ERP".

Children
No Data