Pop up form window

if Dynamic pop up window doesnt' fit, use dialog and a project form instead

$winRef_L:=Open form window("projectForm";Pop up form window;Horizontally Centered;Vertically Centered;*)
DIALOG("projectForm")
CLOSE WINDOW ($winRef_L)