how to preview this field [message #280275] |
Tue, 13 November 2007 01:02 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ashraf_al_ani
Messages: 92 Registered: October 2007 Location: Iraq
|
Member |
|
|
Dear all
i created a view as following
SELECT COUNT (emp.sex), sex.TYPE
FROM emp, sex
WHERE ((sex.ID = emp.sex))
GROUP BY sex.TYPE
now i went to the form developer to create a form for this view
only one field appears (sex.type) and the other one is not allowed(count(emp.sex)
so how can i make a form to preview the both fields
best regards
|
|
|
|
Re: how to preview this field [message #280287 is a reply to message #280275] |
Tue, 13 November 2007 01:38 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ashraf_al_ani
Messages: 92 Registered: October 2007 Location: Iraq
|
Member |
|
|
thanks brother for ur cooperation
i tried and did what did u tell me
and the same problem appears
one filed is ok the other appears disabled so i cant select it in the fields that i want them to appears in the form devloper
best regards
|
|
|
|
|