Unix Technical Forum

Oracle9i JDeveloper for editing PL/SQL Code for use with Oracle Forms

This is a discussion on Oracle9i JDeveloper for editing PL/SQL Code for use with Oracle Forms within the Oracle Miscellaneous forums, part of the Oracle Database category; --> I'm playing around with trying to use the JDeveloper editor to write PL/SQL code that I'd like to put ...


Go Back   Unix Technical Forum > Database Server Software > Oracle Database > Oracle Miscellaneous

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-08-2008, 09:05 AM
Dereck L. Dietz
 
Posts: n/a
Default Oracle9i JDeveloper for editing PL/SQL Code for use with Oracle Forms

I'm playing around with trying to use the JDeveloper editor to write PL/SQL
code that I'd like to put into either a package or library for use with my
Oracle Forms.

In a properties setting I was able to add all the available Oracle libraries
as selected libraries. I specifically added Oracle Forms and Oracle9 iAS
libraries.

Yet when I try to compile a section of code like this:

v_Height := Get_Window_Property('WINDOW0',HEIGHT);
v_Width := Get_Window_Property('WINDOW0',WIDTH);

Set_Window_Property(FORMS_MDI_WINDOW,HEIGHT,v_Heig ht);
Set_Window_Property(FORMS_MDI_WINDOW,WIDTH,v_Width );
Set_Window_Property(FORMS_MDI_WINDOW,TITLE,System_ Name);

I'll get an error messages of:

GET_WINDOW_PROPERTY must be declared and FORMS_MDI_WINDOW must be
declared.

I had thought that since I was including the two Oracle libraries that
they'd be declared.

Do I have to specifically add what Oracle forms package the statements come
from or what? I created this code from within Oracle Forms where it did
compile and work so I know it has to be something my lack of experience
isn't picking up.

Thanks in advance.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-08-2008, 09:05 AM
Jim Smith
 
Posts: n/a
Default Re: Oracle9i JDeveloper for editing PL/SQL Code for use with Oracle Forms

In message <EpAVf.60307$Jd.1860@newssvr25.news.prodigy.net> , Dereck L.
Dietz <dietzdl@ameritech.net> writes
>I'm playing around with trying to use the JDeveloper editor to write PL/SQL
>code that I'd like to put into either a package or library for use with my
>Oracle Forms.
>
>In a properties setting I was able to add all the available Oracle libraries
>as selected libraries. I specifically added Oracle Forms and Oracle9 iAS
>libraries.
>
>Yet when I try to compile a section of code like this:
>
> v_Height := Get_Window_Property('WINDOW0',HEIGHT);
> v_Width := Get_Window_Property('WINDOW0',WIDTH);
>
> Set_Window_Property(FORMS_MDI_WINDOW,HEIGHT,v_Heig ht);
> Set_Window_Property(FORMS_MDI_WINDOW,WIDTH,v_Width );
> Set_Window_Property(FORMS_MDI_WINDOW,TITLE,System_ Name);
>
>I'll get an error messages of:
>
> GET_WINDOW_PROPERTY must be declared and FORMS_MDI_WINDOW must be
>declared.
>
>I had thought that since I was including the two Oracle libraries that
>they'd be declared.
>
>Do I have to specifically add what Oracle forms package the statements come
>from or what? I created this code from within Oracle Forms where it did
>compile and work so I know it has to be something my lack of experience
>isn't picking up.
>

Your are likely to get better answers in the OTN JDeveloper forum
<http://forums.oracle.com/forums/forum.jspa?forumID=83>.

I would be very surprised if it could be made to work with client side
PL/SQL libraries. JDeveloper doesn't contain a PL/SQL compiler: rather
it uses JDBC to invoke the database compiler.

--
Jim Smith
I'm afraid you've mistaken me for someone who gives a damn.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:54 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com