Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XFRX and other report listeners???
Message
From
27/04/2006 03:31:08
Scott Barker
Barker Systems Consulting Ltd.
North Vancouver, British Columbia, Canada
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01114785
Message ID:
01116999
Views:
35
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
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform