Article ID: 140849
Article Last Modified on 7/1/2004
139597 How to use the Wizard TxtBtns class in a non-wizard form
* Note: Repeat the second line for each page in the PageFrame
* substituting the appropriate name for each page
txtbtns.cmdAdd::click()
thisform.pageframe1.page1.setall("enabled",this.parent.editmode)
thisform.pageframe1.setall("enabled",.t.,"label")
* Note: Repeat the second line for each page in the PageFrame
* substituting the appropriate name for each page
txtbtns.cmdEdit::click()
thisform.pageframe1.page1.setall("enabled",this.parent.editmode)
thisform.pageframe1.setall("enabled",.t.,"label")134704 How to add controls to a form generated by the Form Wizard
134790 How to add code to wizard-generated command buttons
Keywords: kbhowto kbforms kbwizard kbcode kbcontrol KB140849