From a main form, with a button I open the second form, this one has four text boxes.
In the init of the form second form add
with this form
.setall('enabled',.t.,'textbox')
.setall('enabled',.t.,'label')
end with
thisform.refresh()
when I open the second form using the button from the main form the tet box and label do not appear, but when I run the second form they do appear
In the init of the form second form add
with this form
.setall('enabled',.t.,'textbox')
.setall('enabled',.t.,'label')
end with
thisform.refresh()
when I open the second form using the button from the main form the tet box and label do not appear, but when I run the second form they do appear