Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Process is complete or ?
Message
 
 
To
26/08/2002 16:57:31
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00693831
Message ID:
00693848
Views:
35
>>Hi everybody,
>>
>>After some process has been finished, I display a message to the user: "Process is complete". Should it be "Process is completed" instead? Or how to say this correctly in English?
>>
>>Thanks a lot in advance.
>
>The first sounds better to me. You could also use several other texts, for instance:
>
>
>"Finished."
>
>"Done."
>
I like the word complete. Currently I have this code:
if !.CommandFail  && IF no problem
		if .ChangesNotAccepted
			   .Alert('Changes were not accepted!'+chr(13)+ ;
			          'The table was reverted to the original stage')
        else
		.Alert("Process is "+ ;
		    iif(m.plStop,"interrupted by the user","completed")+ chr(13)+ chr(13)+ ;
			"Changed " + transform(m.lnTally) + " records ( " + transform(m.lnRate) + ;
			"%) out of total " + transform(m.lnReccount)+ chr(13)+ ;
			"in "+ iif(m.lnMinutes>0, transform(m.lnMinutes)+" minutes ","")+ ;
			transform(m.lnSeconds) + " seconds...")
		endif	
	else
		.Alert('The replace command failed!')
	endif
Do you have suggestions how to change it (if needed, of course)?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform