Hi Guys,

I am developing Oracle 6i Web forms(9iAS),
In employee screen When user clicked find button, The code is taking
the value from employee_id field and retrieving values in to other
fields. After retrieving values it's displaying the

"User information retrived" message.
message('User Information retrived');

It's working fine but it's displaying the message at bottom in web
forms. I want to move that message box to another position.

Is it possible to change message box width or heigth or x,y positions?

Sree.