Link to home
Start Free TrialLog in
Avatar of chalie001
chalie001

asked on

mask value when navigating

format value when navigating


hi i have the following value

7877-12-145-7845

in database i have the following

empid empjobid empacc empref
001     7877    12      1457845



select * from employee
where empjobid = substr(:block.item,1,2)
and   empacc   = substr(:block.item,7,7)

Open in new window



now the user in form enter value like this


emmaccount
121457845

but when user navigate out of fieild i what value to be formated as
7877-12-14-7845
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

I thought you already had the Oracle Forms format mask working from a previous question.  

The trigger code is also in a previous question.

What isn't working now?
What kind of "form" is this?  Is this Oracle Forms?  If yes, which version?
Avatar of chalie001

ASKER

Oracle form 11g
ASKER CERTIFIED SOLUTION
Avatar of Mark Geerlings
Mark Geerlings
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
i used the mask