Examples: WindowMove


In the following example, the House_Entry window is opened and repositioned to the top left corner of the screen (location 0,0).

ActivateWindow dictionary 'Default' form 'Main Menu' window 'Main_Menu'
	MoveTo field 'Houses Button'
	ClickHit field 'Houses Button'
NewActiveWin dictionary 'default' form 'House_Entry' window 'House_Entry'
WindowMove dictionary 'default' form 'House_Entry' window 'House_Entry' pointh 0 pointv 0


Documentation Feedback