fanlinux90
Programmer
in the main form after creating or editing a supplier this is not updated, add in the init method and in the refresh method
this code
THISFORM.Refresh()
THISFORM.TName.Refresh()
THISFORM.TEmail.Refresh()
THISFORM.TPhone.Refresh()
but the main form is still not updated. I must close the main form so that the data is updated.
Is it possible from CreateSupplier or EditSupplier, access and refresh the text boxes of the main form?
this code
THISFORM.Refresh()
THISFORM.TName.Refresh()
THISFORM.TEmail.Refresh()
THISFORM.TPhone.Refresh()
but the main form is still not updated. I must close the main form so that the data is updated.
Is it possible from CreateSupplier or EditSupplier, access and refresh the text boxes of the main form?