This topic is locked

Export Selected, Print Selected, Delete Selected

3/21/2007 1:46:38 PM
ASPRunnerPro General questions
F
fireblade20772 author

Hi I have the latest 225 build for asprunnerpro. I built some apps from it and some do not show the Export Selected, Print Selected, Delete Selected. I went back through the project and ensured that the delete pages were there. The only other difference among the projects is that the one that shows nothing has login security added. I also checked that area to ensure all the necessary pages were invoked.
I am running on Windows 2k3 server R2 standard with IIS6, and SQLserver 2k5 on another 2k3 server as the database server.

J
Jane 3/22/2007

Hi,
thank you for pointing me to this bug.

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