E
Eric Dreksler
Hello all,
I have a bound form displaying as a DataSheet and I want to allow the user
to select multiple rows/records (and then right click, select from the
custom shortcut....). All this is fine, however, when my code responds to
the shortcut menu event, I can only pull info on the current record (the one
the cursor was over when they right-clicked). I'd like to be able to get
the (or a reference to) the entire selection of rows/records (or it's
somewhat pointless).
Basically, think of opening a table, selecting a couple of rows,
right-clicking and deleting/copying or such.
Thanks In Advance,
Eric Dreksler
I have a bound form displaying as a DataSheet and I want to allow the user
to select multiple rows/records (and then right click, select from the
custom shortcut....). All this is fine, however, when my code responds to
the shortcut menu event, I can only pull info on the current record (the one
the cursor was over when they right-clicked). I'd like to be able to get
the (or a reference to) the entire selection of rows/records (or it's
somewhat pointless).
Basically, think of opening a table, selecting a couple of rows,
right-clicking and deleting/copying or such.
Thanks In Advance,
Eric Dreksler