Message 1 of 9
Selecting Revisited

Not applicable
11-17-2001
04:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am still having a hard time getting my head around the selection methods.
I have taken the clsSelect from the Isolate_Constrained_Parts_V01 that Brian posted.
I have a form that when I choose the select button, I hide that form, and bring up a
much smaller form that has a done button.
In the clsSelect Class module, I removed the OnSelect sub, and added a Public sub
that is called when a button on my small form is pressed. All this sub does is set
bStillSelecting to False.
That much appears to work OK, but
I have made a Public OselectSet and call it from the above form Select Button as
such
Set oSelectset = oSelect.Pick(15884)
When the selection rountine is finished I check oSelectset and it always shows it
as being nothing.
Is it because I am brining up the second form or what am I doing wrong.
--
Kent Keller
http://kwik-mcad.scriptmania.com/
I have taken the clsSelect from the Isolate_Constrained_Parts_V01 that Brian posted.
I have a form that when I choose the select button, I hide that form, and bring up a
much smaller form that has a done button.
In the clsSelect Class module, I removed the OnSelect sub, and added a Public sub
that is called when a button on my small form is pressed. All this sub does is set
bStillSelecting to False.
That much appears to work OK, but
I have made a Public OselectSet and call it from the above form Select Button as
such
Set oSelectset = oSelect.Pick(15884)
When the selection rountine is finished I check oSelectset and it always shows it
as being nothing.
Is it because I am brining up the second form or what am I doing wrong.
--
Kent Keller
http://kwik-mcad.scriptmania.com/