$message = $loginbox.addlabel(10,80,380,20,"Status")

Is there only one label/$LoginBox? If so, then you don't need "add". If there is then you need:

$Label1 = $loginbox.addlabel(10,80,380,20,"Status")

Otherwise you only need:
$loginbox.label(10,80,380,20,"Status")

[ 17 June 2002, 04:02: Message edited by: Howard Bullock ]
_________________________
Home page: http://www.kixhelp.com/hb/