DCBROWSE :refreshAll()

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

DCBROWSE :refreshAll()

#1 Post by unixkd »

Hi All

In SQLExpress++ when I change a record in form, I need to execute oBrowse:refreshAll() for the changes to reflect in the Browse. But in doing that, the cursor move to the top of the browse. I want the record pointer to remain in the position prior to the update of the changes. I executed oBrowse:refreshCurrent() but not working.

Thanks

Joe
SQLExpressBrowse.png
SQLExpressBrowse.png (561.06 KiB) Viewed 1533 times

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

Re: DCBROWSE :refreshAll()

#2 Post by rdonnay »

I haven't used SqlExpress in years, but I recall that it doesn't support record number to go to, so I don't know what RefreshCurrent() will do. Look at \exp20\source\dclipx\_dcxbrow.prg. Otherwise, you would need to look at the SqlExpress docs and see if there is anything about refreshing a browse.
The eXpress train is coming - and it has more cars.

Post Reply