Nope, no errors in report server. It reads status "In previewer" before and after I print. I think it might have something to do with how we have installed Oracle reports initially. Not a big problem, just quirky!
For some reason I cannot print to any network printer other than the default printer from Oracle reports 2.5 using the PRINT button. If I choose the printer from the Print Setup menu instead it works fine. Has anyone else experienced this? I am running Windows 2000 --but all users are...
Thanks sfvb. This code really helped. I did find that IgnoreUppercase works as a number though. So revised:
hApplication := OLE2.CREATE_OBJ('Word.Application');
hOptions := OLE2.GET_OBJ_PROPERTY(hApplication, 'Options');
OLE2.SET_PROPERTY(hOptions, 'IgnoreUppercase', 0);
I ended up getting...
I need to toggle the ignore Upper case option on the tools options menu of Word when doing a spell check from Oracle forms. What is the OLE code to do this? I already have the code to do the spell check working.
Any help would be great!
Thanks,
Deanna
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.