Iftekhar
Iftekhar

Reputation: 365

Oracle Forms 6.0 Error while running a simple Master Detail form

I have built a form with two tables sales_info_7 and sales_details_7 but everytime i have tried to run the form it gives the following error(attached with this question).can anybody please help me out with this?would appreciate it.

Tables used :

SQL> desc sales_detail_7
 Name                            Null?    Type
 ------------------------------- -------- ----
 SALES_DETAIL_ID                          NUMBER
 MEMO_NO                                  NUMBER
 ITEM_ID                                  NUMBER
 RATE                                     NUMBER
 QTY                                      NUMBER

SQL> desc sales_info_7
 Name                            Null?    Type
 ------------------------------- -------- ----
 MEMO_NO                         NOT NULL NUMBER
 SALES_DATE                               DATE

Screenshot : FRM-40010
form_error

Upvotes: 0

Views: 441

Answers (1)

Kyla Ellsbury
Kyla Ellsbury

Reputation: 11

Are you running your form called from a menu? It looks like your directory is not specified in FORMS60_PATH. Can you run your other forms except this? What about if you just run the form from Forms Designer?

Upvotes: 1

Related Questions