` Comment on an Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Add a comment to an Icetips Article

Please add your comments to this article. Please note that you must provide both a name and a valid email address in order for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!

Your Name:  
Email:  
Header text/Subject:  

Please enter your comment in the box below:

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

Par2: How an ABC browse is refreshed
1999-04-19 -- Jim Kane
 
> Can anyone explain how a Browse list can be configured to automatically > refresh (i.e., update) its contents. I would like to have a Timer event > cause the data displayed in a Browse window to refresh periodically, > especially when the window is in the "background." > If records are being added or updated by another process, to see them you need to flush the view then refresh in the timer embed: flush(Brw1.view) ThisWindow.Reset(1) It will be relatively inefficient so if possible define a custom even and post() it to the browse when it should be refreshed and avoid a timer. Put the above code in the embed for when that custom event is received rather than on a timer.


Today is May 2, 2024, 10:42 am
This article has been viewed 35118 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: