Custom field Combobox with UI
Quite some time ago on forum thread
viewtopic.php?f=26&t=205
you provided a really nice plugin which creates an interface for users to enter & maintain their own values for a combobox custom field (plugin attached).
In 7.0.157 it's now erroring.
I have changed line 244 from
to
but it is still giving an error on compile "Public overides Sub iSave() cannot override Protected Must Override Sub iSave() because they have different access levels"
Can you help?
Cheers
Danny
viewtopic.php?f=26&t=205
you provided a really nice plugin which creates an interface for users to enter & maintain their own values for a combobox custom field (plugin attached).
In 7.0.157 it's now erroring.
I have changed line 244 from
- Code: Select all
Public Overrides Sub SaveRecord()
to
- Code: Select all
Public Overrides Sub iSave()
but it is still giving an error on compile "Public overides Sub iSave() cannot override Protected Must Override Sub iSave() because they have different access levels"
Can you help?
Cheers
Danny