Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Process is complete or ?
Message
 
 
À
26/08/2002 16:57:31
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00693831
Message ID:
00693848
Vues:
34
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform