‎2009 Oct 29 11:34 AM
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-
‎2009 Oct 29 1:41 PM
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.
‎2009 Oct 29 1:41 PM
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.
‎2009 Oct 30 2:37 AM
‎2010 Jan 08 3:18 PM
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