	IF hUser = 0 THEN
		BEGIN
		PostQuitMessage (0);  (* terminate the 
			application *)
		Exit;
		END;

	IF DB_LoadCatalog (hUser, 'DTV', szFile) = FALSE THEN
		Exit;

	IF DB_OpenCatalog (hUser, 'DTV') = FALSE THEN
		Exit;
