- Form not displyaing proper output/ only lable item showed
- Cntrl+ MAJ+K --- shows shortcut available for in form
- Forms not running
- fmx /fmb not find
- Progress indicator issue …..
- Multiple windows and canvas in same form
- FMRWEB.res enabling disabling short cut key on oracle custom form this file is located at
General Issues in Oracle Custom Form Development
Change the form name
Create new menu / function /form and attach the new
renamed form to that menu
Or restart the puttty and winscp
Check out appstand.fmb file is there in the resource folder at
AU_TOP
forms not running
Go to
folder where Jinitiator reside normally c:/Program Files/Oracle....... and
search for the file "jvm.dll"
3.
Rename the "jvm.dll" to any name you want.
4. If
you are using Forms 10g, go to its folder i.e c:/devsuite_*/jre and search for
the same file "jvm.dll" in that folder.
5. Then
copy that "jvm.dll" to the folder of Jiniatiator mentioned in step
2. replacing the jvm.dll that you renamed.
Install all setup files present in below folder and set
default browser as netscape navigator (edit->preferences->runtime)
D:\swapnil
dandgvhal\reading stuff\form builder not running forms
some
time you check path of fmb / fmx from front end and check out in server
according to that path but its not found on that path because its stored in
custom path rather than oracle apss seeded path
Solution
: follow the reigistration steps of custom form , when windows name is not properly set in app.custom package and
pre_from trigger we will get progress
indicator after closing the form
You can
get the same issue when there is conflict between windows set while colsing
the window for multiple windows related same form we have to mention the
second window name in custom app
package
if (wnd = 'MAIN_WINDOW') then
app_window.close_first_window;
elsif (wnd = 'POPUP_WINDOW') then
go_block('XX_QVC_EAM_ASSET_HISTORY_TBL');
--defer relations
--close related windows
elsif (wnd = '<test>') then
--defer relations
--close related windows
null;
end if;
D:\DevSuiteHome_1\forms
No comments:
Post a Comment