Message 1 of 2
Getting selected objects during a command

Not applicable
12-08-2001
10:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to intercept the objects a user selects during an erase
command to determine if there are any database links attached.
I have explored different permutations of the ActiveSelectionSet
during BeginCommand, EndCommand and SelectionChanged.
(If they pick the objects first, the PickfirstSelectionSet during a
SelectionChanged event seems to do what I need).
Is there anyway to do what I'm asking without rewriting the erase
command? It seems like the hooks should be there but I can't find
them.
command to determine if there are any database links attached.
I have explored different permutations of the ActiveSelectionSet
during BeginCommand, EndCommand and SelectionChanged.
(If they pick the objects first, the PickfirstSelectionSet during a
SelectionChanged event seems to do what I need).
Is there anyway to do what I'm asking without rewriting the erase
command? It seems like the hooks should be there but I can't find
them.