Subject COMBOBOX function = "!"
From Eric Wu <ericwuu@hotmail.com>
Date Fri, 31 Jul 2020 14:40:00 -0400
Newsgroups dbase.getting-started

   this.COMBOBOX1 = new COMBOBOX(this)
   with (this.COMBOBOX1)
      function = "!"  //   ----> it doesn't work
      height = 1.0
      left = 4.6667
      top = 3.8
      width = 24.1111
      style = 1        // DropDown
   endwith

any workaround?
Eric