This topic is locked

Delete selected does not show

3/19/2007 9:34:28 PM
ASPRunnerPro General questions
lefty author

I notice after working on a project that my delete selected option is gone from some of my list pages and not others. I have delete selected on pages to build and checked the fields to add/edit and under group permissions the option to delete is also selected. Did something change recently ? I have build 225 customized by you for Vista. Also when using a users table for login and trying to also use that table to display you cannot select any other fields other than the key fields in advanced security ex users table Id and main table id both have Id (key fields ) and every other field is grayed out.

J
Jane 3/20/2007

John,
thank you for pointing me to these bugs.

We'll fix it in the next ASPRunnerPro update.
To make your pages working please open C:/Program Files/ASPRunnerPro4.2/source/templates/list.htm file, find this line:

{if $rowsfound}

and replace it with this one:

{if $rowsfound}

if @TABLE.bDelete##

if GroupSecurity## {if $allow_delete} ##endif##

        

<a href="#" onClick="if (confirm('##message DELETE_CONFIRM##')) frmAdmin.submit(); return false;">##message DELETE_SELECTED##</a>

if GroupSecurity## {/if} ##endif##

endif


Regarding the second issue.

Try to add new numeric field to your Users table in the database. Then open your project again and select required field in the OwnerID field dropdown box on the Advanced security settings dialog.