Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OLE Objects Methods for Word.Basic

Former Member
0 Likes
942

Hi Experts,

What are the methods that we can use in Word.Basic OLE Object?

How can I check if the particular method exist for the object?

example:

CREATE OBJECT obj_word 'WORD.BASIC'.

....

CALL METHOD of obj_word 'FILEPRINT'.

Thanks

-salem-

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
609

Hi Salem,

The field VERB in the table OLELOAD, will tell you the methods available for use in OLE code.

Field VERBTYPE will be P for Property and M for method.

In your case, field OBJTYPE should be WORD.BASIC

Let me know if your question is still not answered.

Thanks,

Nisha Vengal.

3 REPLIES 3
Read only

Former Member
0 Likes
610

Hi Salem,

The field VERB in the table OLELOAD, will tell you the methods available for use in OLE code.

Field VERBTYPE will be P for Property and M for method.

In your case, field OBJTYPE should be WORD.BASIC

Let me know if your question is still not answered.

Thanks,

Nisha Vengal.

Read only

0 Likes
609

Thanks a lot Nisha!

Read only

0 Likes
609

Hi,

Can you tell me how can I obtain the mean of the parameteres numbers that are in the table OLELOAD?

I have generated a Word File with OLE OBJECTS and I must to place a picture in a determinate place of the document.

Thanks in advance

Alejandro