Do you warn users before starting a long process?
Last updated by Tiago Araújo [SSW] almost 2 years ago.See historyWhen your application is about to start a long process (more than 30 seconds) it should first show a warning message to let the user know approximately how long it will take.
You will need to have 2 things:
-
A table to record processes containing the following fields:
- ALogRecord (DateCreated, FunctionName, EmpUpdated, ComputerName, ActiveForm, ActiveControl, SystemsResources, ConventionalMemory, FormsCount, TimeStart, TimeEnd, TimeTaken, RecordsProcessed, Avg, Note, RowGuide, SSWTimeStamp)
- A function to change the number of seconds lapsed to words - see the "1 minute, 9 seconds" in the above messagebox - this requires a
SecondsToWords()
function shown