To All
I am trying to figure out how to use a combobox from resources that will allow me to insert a value other than the array values defined by the ITEM parameter.
As in the above ... If I live in "Pittsburg" and the ITEM array does not have that value .. I want to be able to type that in as cCity and save that to the database. Since "Pittsburg" is not an element in the ITEM array .. I do not get the chance to over-ride the array values.
Any Ideas ?
Thanks
Rick Lipkin
I am trying to figure out how to use a combobox from resources that will allow me to insert a value other than the array values defined by the ITEM parameter.
REDEFINE COMBOBOX oCity var cCity ID 157 of oCust ;
ITEMS { "Columbia ","Irmo ","Lexington " }As in the above ... If I live in "Pittsburg" and the ITEM array does not have that value .. I want to be able to type that in as cCity and save that to the database. Since "Pittsburg" is not an element in the ITEM array .. I do not get the chance to over-ride the array values.
Any Ideas ?
Thanks
Rick Lipkin