This topic is locked
[SOLVED]

 EDIT PAGE BUMPS OFF WITH CUSTOM VIEW ON UPDATE

9/21/2010 12:19:09 PM
ASPRunnerPro General questions
W
webwork author

ASP RUNNER pro 6.2, WIN 2003 SERVER, ms sql 2000, IIS
CONDITIONS OF ERROR:

I am creating a Custom View which looks for an empty field across a record set.

I then access the associated record which contains the empty field which is a result of the Custom View.

I then populate the field with data so that it is no longer empty and save the update.
Normally with a result query there would be a RECORD UPDATED indication at the top of the EDIT page after save.

What happens is that the page exits and the record updates with no indication but the previously empty field is now populated with data.

I estimate that the Empty Field SQL is causing the result set to remove the populated record from the query result.
The question is how can I get the Record to show it has been updated or have it stay on the EDIT PAGE

in the custom view of this type?
Any suggestions?

Sergey Kornilov admin 9/21/2010

Need to see the actual app and data to help you with this.
I recommend to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

W
webwork author 9/22/2010

I figured out that I can bypass this issue by creating a new view without the empty query and simply link from the empty query list page to the non-empty query edit page. This will solve it.
Thank you.



Need to see the actual app and data to help you with this.
I recommend to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.