I have the following code in the $$return.
Thanks := “
” + “Thank you” + " “+CurrentUser+ " - " + " Please pick up the instructions, and hand them over”+ “
”;OkMsg := Thanks
OKMsg
This works great but the message appears at the top of the page. How can I get this down to the middle of the page. Thanks in advance.