learn_ln6
30th January 2007, 19:31
hi all

I have create one message whsinh001..but when i used this
message code .

system given window message with "???????????"

function mess("whsinh001",1)

please reply how to slove this problem.

thanks

mark_h
30th January 2007, 22:14
Make sure the message is in the same VRC as the script. Also verify the message number.

mbdave
31st January 2007, 08:17
Hi

some times it happens that u create a message with code whins.001
and just write it in script as mess("whins.001",1) which is wrong u do have to include the package too that is if u have created the above message in wh then it will be mess("whwhins.001",1).