G
Guest
I have a form with a lot of text and combo boxes that display data from 1
record of 1 table. Navigation is handled by a combobox that allows the user
to select from a list of all the primary keys in the table, and then sets the
currencymanager's position to the appropriate value. However, I want
'Unspecified' to be a valid navigation selection -- taking the user to a null
record. I have been doing this by populating the dataset with a null record,
but this seems rather inelegant. It appears setting the
CurrencyManager.Position = -1 doesn't work, so what is the best way to
support such behavior?
record of 1 table. Navigation is handled by a combobox that allows the user
to select from a list of all the primary keys in the table, and then sets the
currencymanager's position to the appropriate value. However, I want
'Unspecified' to be a valid navigation selection -- taking the user to a null
record. I have been doing this by populating the dataset with a null record,
but this seems rather inelegant. It appears setting the
CurrencyManager.Position = -1 doesn't work, so what is the best way to
support such behavior?