Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XFRX and other report listeners???
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01114785
Message ID:
01150901
Views:
33
We have noticed a slight slowness in speed, but nothing that is unacceptable.

>Hi Cathy,
>Have you had any problems with udpatelistener being very slow and/or causing stability problems with the XFRX previewer? I've had to turn this listener off on a couple reports for these reasons.
>
>Thanks,
>Randy
>
>>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
>>
Cathy Pountney, Microsoft Visual FoxPro MVP
Memorial Business Systems, Inc. (www.mbs-intl.com)

My Website: (www.frontier2000.com)
My Blog: (www.cathypountney.blogspot.com)
My Book: The Visual FoxPro Report Writer - Pushing it to the Limit and Beyond
Free MSDN Article: What's New in the VFP 9.0 Report Writer
Free MSDN Article: The VFP 9.0 Report Writer In Action
Previous
Reply
Map
View

Click here to load this message in the networking platform