Carey
|
| Posted: 04/27/2002, 7:09 AM |
|
I created a site with the PowerWizard...my record forms don't clear after I update the record. Anyone else seeing this?
|
|
|
 |
Sn
|
| Posted: 04/28/2002, 3:18 AM |
|
Does the data end up in the database ??
Since may be some for the *Required* fields is not filled hence the form is not submitting the data and showing again ...
Also which language are you using ..
|
|
|
 |
Carey
|
| Posted: 04/28/2002, 3:31 AM |
|
I'm using ASP with templates. Yes, it is writing to the database. This only happens if I have the grid and record on the same page. Thanks!
|
|
|
 |
Nicole
|
| Posted: 04/29/2002, 5:29 AM |
|
I suppose that after submitting the form primary key is passed from the form. To set record form into insert mode no primary key is to passed. To do it, select record form and in Properties window/Data tab select 'None' from 'Preserve Parameters' list.
|
|
|
 |