Form not refreshing after submit

cdoyle

Registered User.
Local time
Today, 07:28
Joined
Jun 9, 2004
Messages
383
Hi,

I have a form, that has some text fields and a couple calendars for the user to select the dates from.


What I would like to happen is, after the user enteres the data, and they hit submit. I want the form to go back to a new entry, but it's not quite doing this.

The data they type in dissapears after submit, but the calendars seem to hold whatever date they used. And when they try and enter another entry, they can't select the same date as before. They have to hit a different date first, before it allows them to re-enter the same day.

Anyone know why? Is there a way to make the form refresh, or reload after they hit submit? So it will allow them to enter something for the same day?

thanks
chris.
 
There is actually a very simple way to do this which often works.

Right click on the calender and choose properties. Go to events and choose after update. Go to the code builder and simply type refresh. Save and exit.

This often works but if it doesn't write back and let us know.
 
I'm taking a look at the properties, and I don't see a 'after update' property.

I see,
on updated
on Enter
on exit
on got focus
on lost focus

Those are the only ones?

Thanks
 

Users who are viewing this thread

Back
Top Bottom