11-29-2010, 06:41 AM
Hi..
How to know Servername.typename of any app..? while using createObject() in DP..?
for example.. we are creating word obj..
How to know exact TypeName of msWord or any other app..?
Where can we get this info..?
How to know supported methods(oword.Documents) by msWord obj/ or any other app..?
Please provide how to get these info to practicing createObject()..
How to know TypeNames & supported Methods of any app..?
this helps a lot for newbie's of DP..
Thankx
How to know Servername.typename of any app..? while using createObject() in DP..?
Code:
CreateObject([color=#FF0000]ServerName.TypeName[/color], RemoteServerName)
for example.. we are creating word obj..
How to know exact TypeName of msWord or any other app..?
Where can we get this info..?
Code:
set oWord = CreateObject("Word.Application")
oWord.Documents.Open "c:\test.docx"
How to know supported methods(oword.Documents) by msWord obj/ or any other app..?
Please provide how to get these info to practicing createObject()..
How to know TypeNames & supported Methods of any app..?
this helps a lot for newbie's of DP..
Thankx