Article ID: 134704
Article Last Modified on 2/12/2007
txtbtns.cmdEdit::click && cmdEdit will be cmdAdd for the Add button thisform.combo1.enabled= thisform.text1.enabled && See following NOTE thisform.refreshNOTE: This code causes the combo box to become enabled and disabled in sync with the text box. The first line of code with the scope resolution operator ensures that the click method of the Edit button stored in the WIZSTYLE.VCX is executed.
CASE ATC(m.oControlParent.Controls[m.i].BaseClass,
"Checkbox,TextBox,OleBoun Control") # 0
to
CASE ATC(m.oControlParent.Controls[m.i].BaseClass,
"CheckBox,TextBox,OleBoun Control,ComboBox") # 0
NOTE: The CASE statements above should actually be continuous lines.
They were broken into two lines here for display purposes only.
Additional query words: combobox listbox Form Wizard
Keywords: kbcontrol kbdesigner kbhowto kbwizard KB134704