primary key and alpha character set. [message #211333] |
Thu, 28 December 2006 00:28 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ataufique
Messages: 79 Registered: November 2006
|
Member |
|
|
1. how can i check the primary key violation at item level.
say when user enters empno and if this exists in the table the
cursor should not go to next field..and error pop ups
2. how can i set the ename to have only alpha characters..
say when user enters ename and if this is other then alphabets then cursor should not go to next field..
|
|
|
|
|
Re: primary key and alpha character set. [message #211344 is a reply to message #211333] |
Thu, 28 December 2006 01:45 ![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) |
ataufique
Messages: 79 Registered: November 2006
|
Member |
|
|
Thanks again for prompt reply.
1. Issue close, I have written the code at when-validate-item
as you said...
2. Ename field was just an example..sorry for this..
here my requirement is a 5 char service code field which can have only A-Z values and not space / Null
|
|
|
|