I got a tough one, at least for me. In Oracle Forms 10g I am trying to take number from three items, and combine them into one item for a Job_id. Here is what its like:
Vessel Number 3 digits ex 156
Run Number - 3 digits ex 023
Segment Number 2 digits ex 01
What gets placed in the Job_id item on a PRE-INSERT is 156-023-01. That's what I want. Instead I get 156-23-1. Now, the run number and segment fields I setup a format mask like 099 to show the zero, but in the PRE-INSERT the zero's still go away. I've tried everything messing with the FORMAT MASK in job_id and nothing.
Any Suggestions.
Thank you,
Todd