Reputation: 365
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
Upvotes: 0
Views: 441
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