By Mike Bailey & David Padgett
Often when you are running a batch process, such as emailing reports or processing multiple records, you will need to display a status message. This status message is necessary to give the user an indication of what is happening. Below are the commands to display a progress window in Sage X3.
How to display a Status Message:
Call OUVRE_VLC ("Batch Invoice Progress", "",
"") From GESECRAN
#Display a label and status with this call in GESECRAN
Call AFF_VLC ("Sending and Printing
Invoice:", "Status text here") From GESECRAN
#Close the status window
Call FERME_VLC From GESECRAN
No comments:
Post a Comment