I have a button on a form that needs to show another popup modal form, where ther user must enter some info on fields from the same datasource as the main form.
I created this popup form, extends the main form,
when I click on the button, the form shows and is modal, allows to enter info, but doesnt save or anything,
as you move off the fields it shows nothing
any ideas?
the code for the on action of the button is
var win = application.createWindow("tmprovp1_inc_dtl", JSWindow.MODAL_DIALOG); win.show("tmprovp1_inc_dtl");
controller.getWindow().destroy();