This has since been resolved as per incident # 2827941. The resolution was to add the following statement in the Form Load event of the called ManWin1 program:
invoke button1::Select()
Woops! the above should say:
invoke self::Activate()
This has since been resolved as per incident # 2827941. The resolution was to add the following statement in the Form Load event of the called ManWin1 program:
invoke button1::Select()
Woops! the above should say:
invoke self::Activate()