baan_fun
14th May 2004, 13:13
Hi,
I'm facing the following task. In the Item Configurator , Maintain Item Variants, when an inserted option is maintained for a feature I generate a message is the input is not desired.
The message is quite long. The users asked me to display the message on more lines to be easier to be read (I mean to split the content o nmore lines).
In a normal Baan script I can do this as :
message("Line 1 of message" & chr$(13) & chr$(10) & "Line 2 of message", 1)
The message is nice displayed on 2 lines.
It seems that the PCF compilator doesn't know this chr$ fucntion and I have no ideea how this could be done.
Have anybody an ideea?
Thanks and regards,
baan_fun
I'm facing the following task. In the Item Configurator , Maintain Item Variants, when an inserted option is maintained for a feature I generate a message is the input is not desired.
The message is quite long. The users asked me to display the message on more lines to be easier to be read (I mean to split the content o nmore lines).
In a normal Baan script I can do this as :
message("Line 1 of message" & chr$(13) & chr$(10) & "Line 2 of message", 1)
The message is nice displayed on 2 lines.
It seems that the PCF compilator doesn't know this chr$ fucntion and I have no ideea how this could be done.
Have anybody an ideea?
Thanks and regards,
baan_fun