Naeem, Did you try something simple, like:
================== Event OnData ================== *** ActiveX Control Event *** LPARAMETERS cindata THISFORM.TxtPollData.Value = "Data: "+ cindata THISFORM.TxtPollData.Refresh * if this doesn't work, try logging the "Data: ..." message each time it's produced to * to a text file or table each time this runs to catch when it works and when it doesn't, * maybe adding some other diagnostic info. You could use messagebox's but if it's an intermittent problem * logging can work better. *-- Does the form just need to be redrawn? THISFORM.Cls() return _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/5915dcac98914a98881bd878eaa21...@bills ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

