Custom field combo box - multiple combo boxes
Using the sample custom field combo box: If I require multiple combo boxes, how and where do I include the code for additional combo boxes?
The Jiwa community forums
https://forums.jiwa.com.au/
Atronics wrote:Using the sample custom field combo box: If I require multiple combo boxes, how and where do I include the code for additional combo boxes?
If CustomField.PluginCustomField.Name = "SampleCombobox" Then
...
End IfIf CustomField.PluginCustomField.Name = "SampleCombobox" Then
...
Else If CustomField.PluginCustomField.Name = "SampleCombobox2" Then
...
End If