APPX is the Premier Development and Runtime Environment for Business Application Software
(Category) (Category) FAQ's - APPX Software, Inc. : (Category) APPX Utility : (Category) APPX Development Environment :
Update Processes
FAQ's relating to designing APPX Update Processes.
Subcategories:

Answers in this category:
(Answer) How can I show my users a progress message?
(Answer) How to change the Progress bar color during an update!

[New Answer in "Update Processes"]
2003-Dec-31 9:05am
(Answer) (Category) FAQ's - APPX Software, Inc. : (Category) APPX Utility : (Category) APPX Development Environment : (Category) Update Processes :
How can I show my users a progress message?
There are three ways to show an in progress message so the user knows the process has not hung.

The first, and simplest, is the APPX_SHOW_PROGRESS environment variable. Setting this variable with a value to 1 when APPX is started will cause APPX to display the record counts for selection and processing in queries, update, and outputs. The message is displayed on the status line at the bottom of the APPX screen. The count will display starting at 1 and then changing the frequency of the display as the count increases. It starts at 1, then every 10, then every 100, then every 1000, etc. as the file is processed.

Method two is the REFRESH command. If you would like more control over the display you can issue a REFRESH command based on your own calculations. The REFRESH command will display your message on the status line at the time the command is executed.
The third method is to execute an input from ILF code during the processing of the update. If you would like to display a pop-up style message you can issue an INPUT command based on your count. Make sure the input is display only so that it will not wait for user intervention to continue and set the frame’s End Disposition in Additional Attributes to HOLD so that the screen will remain after execution returns to the update.
[Append to This Answer]
2003-Nov-21 3:59pm
(Answer) (Category) FAQ's - APPX Software, Inc. : (Category) APPX Utility : (Category) APPX Development Environment : (Category) Update Processes :
How to change the Progress bar color during an update!
Give the progress bar widget a name, and update the color at runtime using the --- WIDGET file.
[Append to This Answer]
2004-Mar-29 2:33pm
Previous: (Category) Query Processes
Next: (Category) Status Processes
This document is: http://board.appx.com/cgi-bin/fom.cgi?file=29
[Search] [Appearance] [Show Top Category Only]
This is a Faq-O-Matic 2.719.
Copyright 2003 by APPX Software, Inc. All rights reserved.