I am in the process of migrating my Forms/Reports from my Windows XP Pro Client with Oracle 9i iDS to my Linux Red Hat Enterprise 3 (ES) server.
When recompiling certain Forms using the f90genm.sh utility, I get the following compilation errors relative to TOOLBAR objects in my FORMS. The problem is that my TOOLBAR and ICONS are included in my FORMS they are not seperate attachments.
I am at a loss to understand these compilation errors....
=====
FRM-18108: Failed to load the following objects.
Source Module:TOOLBAR
Source Object: ICONES
Source Module:TOOLBAR
Source Object: H_TOOLBAR
....
....
....
FRM-30436: Parent window not specified for canvas.View Canvas H_TOOLBAR
FRM-30041: Position of item places it off of canvas.
Item: BUTTON_HELP
Block: VARIABLE
Form: TBDOCTRK
FRM-30085: Unable to adjust form for output.
=======
FRM-30436: Parent window not specified for canvas.View Canvas H_TOOLBAR
FRM-30041: Position of item places it off of canvas.
Item: BUTTON_RENOV_EMP_CODE
Block: VARIABLE
Form: TBEMP
FRM-30085: Unable to adjust form for output
=======
1) Any ideas on how to resolve these compilation issues ?
(the f90genm compiler does not have any compilation option to attach any kind of files or anything).
Bookmarks