Does anybody know how to use OLE2 in oracle forms?
Can someone give me a sample codes regarding OLE2....how to use it and other important matters regarding OLE2...
please I need your help?
---- go to the top of the first page
args := OLE2.CREATE_ARGLIST;
OLE2.ADD_ARG(args, wdStory);
OLE2.INVOKE(hSelection, 'HomeKey', args);
OLE2.DESTROY_ARGLIST(args);
Now I'm working with looping using OLE... and I'm having a hard time :c
I need to retrieve some data from the database and display it in WORD.
for example products(field name) :
Customer1
-apple
-banana
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.