Load Method
Class: login
Expand/Collapse source code of procedure Load Source Code
IF FILE("DATA\" + this.cTable)
	IF !USED(this.cTable)
	  USE ("DATA\" + this.cTable) IN 0
	ENDIF
	SELECT (this.cTable)
ENDIF