Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XFRX and other report listeners???
Message
De
27/04/2006 03:31:08
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
01114785
Message ID:
01116999
Vues:
36
Hi Cathy.

I emailed Martin and he indicated there was an "issue" (I don't want to call it a bug :-D) and he is preparing an update to correct the problem... something in the EvaluateContents() area...

Thx, Scott



>Here's some code (stripped down) from my app which chains the XFRX listener along with some other listeners. See if it helps you get where you want to go.
>
>
>*-- Create the XFRX Listener
>This.oListener = XFRX('XFRX#LISTENER')
>
>*-- Create a listenter for the progress bar
>This.oListenerProgress = CREATEOBJECT('updatelistener')
>
>*-- Chain the progress bar to XFRX listener
>This.oListener.Successor = This.oListenerProgress
>
>*-- If other listeners have been instantiated, chain them to the progress bar
>IF VARTYPE(This.oListeners) = 'O' AND This.oListeners.Count > 0
>	This.oListenerProgress.Successor = This.oListeners.Item[1]
>ENDIF
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform