Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle 12 Webutil Spell check testing

User_S7PVRJun 18 2021

Hello,
I finished installing, implementing Webutil and Spell check configuration on Oracle 12c Forms and Reports.
While I am testing based on document- "How To Integrate The MS Word Spell Checker With Forms Using WebUtil (Doc ID 295449.1)"
Spell check window appears behind the Internet explorer window, which would not be easy for the user to always minimize and spell check and return back to IE window.
It would be easier if the user can see the spell check window on top of the Internet explorer screen.
I have reached out to Oracle but they recommended me to go with Forums.
WEBUTIL_TEST.zip (17.21 KB)Any help would be appreciated.
PFA for the testing FMB for spell check.

This post has been answered by Michael Ferrante-Oracle on Jun 23 2021
Jump to Answer

Comments

Timo Hahn

User, I don't know, but it looks like you have copied some code without understanding it or howand for what purpost it is used.
Some parts of the code are commented out. Why?
If you don't need them remove them.
Put the code in a code block would help us to read the code.

From what I understand, you are creating an exel file. This will take some time, Have you tried an exportToExcel listener directly?
Check if this works faster then the code you copied.

If you need a real excel file, you should start analyse where the code is consuming the most time. -this part can then be optimized.

Back to the code: It reads teh rows multiple times using only one row later for pocessing.

Timo

M Yaa Ser

Some parts are commented because logic changed by user,
I know what I have written and copied, and everyone do same and apply it by there own way
No I didnt try exportToExcel directly,

Timo Hahn

User, I edited your original post to make the code readable. If you don't use some of the code, you should remove it. Otherwise it's hard to understand.
USE A CODE BLOCK FOR CODE, PLEASE!
Go other the code gain, and comment each block (at least) to describe what you try to do there.
Analyze where the time is spent. Optimizations don't make sense if you don't know where the time is spent.
Then it would help if you defined what you mean by 'fast.' I'm a fast runner, but without anything to compare 'fast' to, it doesn't mean anything.
Timo

1 - 3

Post Details

Added on Jun 18 2021
15 comments
831 views