spartacus
17th March 2003, 17:44
Messages are not allowed in Baan!
I fear ask.enums() also wouldn't work ?
Spartacus
NPRao
17th March 2003, 20:45
Spartacus,
Yes Questions are not allowed in the DAL, they can only be used in the UI scripts.
You will get this error if you use a question in a DAL-
Error: 'ask.enum.is.not.allowed.in.dal' not declared (While expanding macro 'ask.enum')
ulrich.fuchs
18th March 2003, 12:35
Yes, and of course they aren't: The data access layer seperates the data integrity from the interactivity issues. So it must be programmed in a way that it's not using any user interaction.