views:

121

answers:

1
+1  A: 

I've never created one with forms but one way to enable the type spec option is: from the Object Navigator expand the database objects node. Then select PL/SQL Stored Program Units now click the create button (so it brings up the dialogue box shown in your screen shot)

However this time the type spec option will be enabled.

Hope this helps.

carpenteri
Thanks for the tip, I didn't know about that! :) However, I believe this option creates the Type Spec **in the database**, not the form. Unfortunately, I need a Type Spec **in the form** so that it can access the libraries attached to the form.
Adam Paynter
I don't think you can create client side types using this method. This option (along with the Type wizard which does the same job) only creates type on the database. If you haven't already done so, more information on the type wizard can be found in the forms help under "Type Wizard Overview"
carpenteri