WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

OLE COM ADO CDO ADSI LDAP
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

How to find object name and properties

 Keywords: OLE Viewer object 

Question:

I've got an application (GUS Display Builder provided by Honeywell) and I would like to manipulate its objects with OLE. The problem is that I don't know anything about the properties' name of the objects of this application.

I've tried:

db=objectopen("GPB.Application.1")

and it works! but now I need to create a sheet inside, how?

In the windows registry i've found this entries:

GPB.Application.1
GPB.Application.3
GPB.Document.1
GPB.Document.3
I've tried:
db.Document
But winbatch errored with "ole object doesn't exist"

Is there a good way to find out all the properties names and methods for GPB.Application.1 for example?

Thank you very much.

Answer:

Ideally you would want the vendor documentation to do stuff like that.

However if you cannot obtain that documentation you could try the following:

It might be in there.



Article ID:   W14907
File Created: 2001:11:08:12:40:56
Last Updated: 2001:11:08:12:40:56