Options

Automation functions

NaveenReddyNaveenReddy Member Posts: 53
Hi guys,
when i use an automation as data type variable and then i select the subtype, when i select the subtype it gives me the classes which i can use them in my code. But i am not sure what each class or fuction do, is there any where i can get information on those functions. Like if i click on F1 or something like that.
For example if i select my subtype as Navision Communication Component version 2 it gives me all these Classes:

CommunicationComponent
IInMessage
IOutMessage
InMessage
OutMessage
ProtocolStream
MQBus.OpenReceiveQueue , MQBus.OpenWriteQueue

but i don't know what each of this class do, i have the same problem when i use different subtypes. is there any way i get information on these classes anywhwere

Thanks
Naveen.

Comments

  • Options
    mstallmannmstallmann Member Posts: 138
    You can use hte object browser in VBA or Visual Studio.

    Add the object reference to the project, click on tools, Object Browser (or Viewer?) and you will be able to see all of the interfaces, etc. If you don't have that, try and find the documentation for the object from the mfg....

    Mike
Sign In or Register to comment.