m.catella
22nd October 2003, 19:12
I'm modifying the session tpppc2414m000 in order to reduce the numbers of report type.
In the form 1 of the session there is the field sort.seq that establish which is the report to choose.
How can I reduce the list of possibilities that I see when I use the field sort.seq ?

Thank you for help ...

m.catella
27th October 2003, 11:24
I found that field sort.seq is linked to a domain that define the different choices; I have copied the domain to another and then I modified it and then converted to runtime dd.
I changed the form field with the new domain and then dumped the form.
When I start the session the bw messagge is:

"sort.seq has unknown domain"

where did I go wrong ?

Thank you for any suggestion.

Juergen
27th October 2003, 12:59
Hi,

for that session you can not only change the domain for field sort.seq in the form. You have to change the program script also, because based on the value for the domain tpppc.e001 the script determine which report will be selected.

But why not use the original domain and reduce the possibilities?

Juergen

m.catella
27th October 2003, 16:04
Hi Juergen,
thank you for your reply, I tried using the domain tpppc.e001 and, after copying it to my upper VRC, I reduced it and converted to runtime but nothing happen in the form and the choices remains the previous ones.

The form, the session, the script and the domain are on the same VRC.

What else should I do ?

Thanks and Bye.

Juergen
28th October 2003, 12:24
Hi matteo,

i have just made a short test to modify the domain tpppc.e001 and it works as expected.

Only a idea, but did you, after you have modify the domain and converted them to runtime, logout from Baan and login again to make the changes in RDD valid.

Juergen