Autorefresh

This forum is for eXpress++ general support.
Post Reply
Message
Author
omni
Posts: 534
Joined: Thu Jan 28, 2010 9:34 am

Autorefresh

#1 Post by omni »

Roger,

Using the autorefresh, and on one of the programs, the client wanted to set filters/limitations for some users to view only selected items, so we used the array instead for the browse. The autorefresh does not work when we do that, so looking for some sort of resulution without them having to close and reopen to refresh. (DC_SetScopeArray(aRecpro1)). If we could set a timer to exit after a certain time, we could make it work, but not aware of an option to do that.
Looking for any ideas. We have changed to not use the arrray if the user is not locked, so its just some users.

Fred
Omni

User avatar
rdonnay
Site Admin
Posts: 4733
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Autorefresh

#2 Post by rdonnay »

Are you saying that you rebuild the array and it does not display the correct contents on autorefresh?

Are you updating the array by calling DC_SetScopeArray( aNewArray ) ?
The eXpress train is coming - and it has more cars.

Post Reply