Progress button control hidden on ABL form

Mkontwg

Member
Hi Team

I have a progress button control on my ABL form, its not visible before runtime and after compile time. But on my properties and events is there within the lists of controls used. Is there a way i can get this to be display? i have an event called " METHOD PRIVATE VOID btnApply_Click_1(INPUT sender AS System.Object, INPUT e AS System.EventArgs):

cGetSearch = cmbSearch:Text:

END METHOD.

cmb-combobox
cGetSearch = handle on frmSearchBaseForm. This ABL form inherits frmSearchBaseForm.
 
Top