Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I was wondering if anyone knows why I can't seem to have two keyword options with the same starting character?
As an example:
Dim pKeyOpts3 As PromptKeywordOptions = New PromptKeywordOptions("")
pKeyOpts3.Message = vbLf & "Select Asset Owner"
pKeyOpts3.Keywords.Add("Council")
pKeyOpts3.Keywords.Add("DTMR")
pKeyOpts3.Keywords.Add("Energex")
pKeyOpts3.Keywords.Add("Ergon")
pKeyOpts3.Keywords.Add("Private")
pKeyOpts3.Keywords.Add("Other")
This works fine, but no matter how many times I choose Ergon, it picks Energex. I can't seem to stop it. Aside from the same starting character nothing else matches so why does it do this?
Surely, someone has had this happen before but i cannot find any information on it. Any and all help would be appreciated.
Solved! Go to Solution.