B2022-107: Update GetROFSTLookup Method to include “ShowLoadingStatus”
This commit is contained in:
		@@ -146,9 +146,10 @@ namespace VEPROMS.CSLA.Library
 | 
			
		||||
 | 
			
		||||
		#region Public Methods
 | 
			
		||||
 | 
			
		||||
		public ROFSTLookup GetROFSTLookup(DocVersionInfo dvi, string ovrrideChild = null)
 | 
			
		||||
		public ROFSTLookup GetROFSTLookup(DocVersionInfo dvi, string ovrrideChild = null, bool showLoadingStatus = true)
 | 
			
		||||
		{
 | 
			
		||||
			return new ROFSTLookup(this.ROFstID, dvi, ovrrideChild);
 | 
			
		||||
			// B2022-107: Display Progress Bar Messages/Statuses when a new ROFST binary file is loaded into the database
 | 
			
		||||
			return new ROFSTLookup(this.ROFstID, dvi, ovrrideChild, showLoadingStatus);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		/// <summary>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user