Jump to content

uniDBGrid lost Bookmarks after reading ..


erich.wanker

Recommended Posts

Hi - i dont want to clear the bookmarks after reading ... how can i do this?

 

i just read values (without writing or something) 

  UniMainModule.Z_activities.DisableControls;
  for i := 0 to UniDBGrid1.SelectedRows.Count - 1 do
    begin
      UniMainModule.Z_activities.Bookmark:=UniDBGrid1.SelectedRows.Items[i];
      SQL_filter_Activities := SQL_filter_Activities +' OR ( `description_activity` LIKE '''+ UniMainModule.Z_activities.FieldByName('activitie_name').asstring+''' ) ';
    end;

..after this - the unidbgrid lost the bookmarks and the last bookmarked record is focused

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...