beginer dialog form
i have a dialog form. i want to change query on run time
so i write this code in a button script
query.1close;
myparamareter:=combobox1.text;
query1.open;
FORM.CLOSE;
BUT REPORT DOESN'T WORK AND I COULD NOT CLOSE THE DIALOG FORM
so i write this code in a button script
query.1close;
myparamareter:=combobox1.text;
query1.open;
FORM.CLOSE;
BUT REPORT DOESN'T WORK AND I COULD NOT CLOSE THE DIALOG FORM