Jump to content

MetalMickey

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MetalMickey's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hi I'm using the trial but not sure exactly how to get the build number, there's a folder called uni-1.90.0.1500 if that helps?
  2. Hi I'm trying to find the best way of determining if a row is selected in a DBGrid when a button is pressed. I started with CurrRow which returns 0 for the first row but also returns 0 when there's no row, I expected -1 when no row is selected. I then tried SelectedRows.Count but this seems to work only intermittently, it seems to work when the grid is first loaded using the default selected row (i.e. the first row is automatically selected), but once a different row is selected then SelectedRows.Count always returns 0. What's the best way to do this? I would also consider adding the buttons into the rows directly but I have no idea how to do this, any pointers appreciated. Thanks Chris
  3. Ok, that looks promising. Many thanks Chris
  4. Hi Is it possible to have multiple instances of the same form displayed to the user at once, and if so, how is this done? Thanks Chris
×
×
  • Create New...