|
Every XForm object is assigned a unique ID to allow other
dependent objects such as the XProgress object to keep track of the
current status of an upload. You should change the ID property of
your XProgress object to match the ID of the XForm object you are
interested in. At this point the XForm and XProgress objects will
both be accessing the same record in the central database and so
will be synchronized.
After the ID has been changed, properties of the XProgress
object will reflect the status of the current upload. These are
read only with the exception of the Note property which can be used
to pass information in either direction.
|