Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Record position after browse update 1

Status
Not open for further replies.

TinLegs

Programmer
Jan 14, 2003
100
NZ
Regards to all,
I have a byte field I update directly from the browse with a single mouse click, only problem is on update it forces (flicks) the updated record to the top of the browse list. I am using a great little template from Locus, Clarion 5.0, Legacy. The code after byte change is:
IF RIUpdate:MyFile().
BRW1::LocateMode = LocateOnEdit
DO BRW1::LocateRecord !Suspect this
DO BRW1::postNewSelection
END
I can update the record using another method (PUT) but can't seem to get the browse to refresh and display the change. The template works fine, but when the list exceeds the view this annoying little problem occurs in my program. Any ideas would be greatly appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top