question about Desiger -
02-13-2004
, 09:19 AM
Hi,
I'm using Oracle Designer 6i (6.5.88.4.0) to generate forms in Oracle Forms
(6.0.8.13.0).
First I've created Entieties, genereted Server model and then try to
generate forms.
I've declared domain: KWOTA as NUMBER(15,2)
which is used by some fields in tables. Then I created forms using Designer
Editor and try to generate a form (fmb file) - ALL fields with NUMBER type
are using class CGSO$NUMBER.
Which options and properties should I set to get something like this:
- all forms items connected with filed which domain is KWOTA are using class
MR$KWOTA (a class added to standard.olb where I have to set a specific mask
on all 'KWOTA fields ')
and the rest of 'number fields' is using CGSO$NUMBER?
I know that after generating form I can set a mask on that fields using
Forms Builder but it's not a solution for me.
Regards,
Miroslaw Rozpara |