Avatar

Correct answer by
Level 9

Hi Will,

You can make the field invisible. So that the user can not see it.In the click event of save and print you can the following code to make it visible.

form1.Page1.Wrapper.BookingForm.Date.presence = "visible";

I did nothing just after developing form instead of saving I did the "SaveAs" operation. Generally SaveAs operation reduces the file size a bit.

Thanks.

Bibhu.

View solution in original post