Hello All
I’m using Clarion 11 - latest release and I need some help please.
I have created a browse and update screen all on the one screen, but I am experiencing problems with the Browse - and maybe it is just something I am not understanding with the Browse Template.
I have embed code at TakeNewSelection before parent call:
BrowseX.UpdateBuffer
GET(JournalItems,JNLI:pk_JournalItemID)
ie I am pointing to the specific record for editing when the record is selected.
And this is where my problem occurs:
When I scroll up and down the browse list using the arrow keys on the keyboard, I continuously get the correct record into my buffer for editing.
When a user clicks and then clicks again (not double-click) with the mouse on a record in the browse I get the correct record into the buffer.
BUT
When a user single-clicks on the browse row or double-clicks, I do not get the correct record into my buffer for editing.
This is beyond confusing to the user because the highlighted row is not actually the record being pointed to by the record pointer at times…
Does anyone know what I am doing wrong here?