This topic is locked

Reading text in the textarea field

3/26/2008 12:01:48 AM
ASPRunnerPro General questions
skemp author

Hi,
I am using asprunner pro version 5.1. I have generated pages where some have security on them and others donot. I noticed that on the pages that have no security, I can't see all of the text in a field formated for textarea. When I click on the 'more' link it opens a window, but with no text in it.
However, if I am logged in (same page), the text in the window is then visible, how may I correct this?
here's the url.....http://www.fruitionpm.com/fruitiongenesisjobs/jobopeningspublic_list.asp
Thank you in advance,

Sheryl

J
Jane 3/26/2008

Sheryl,
it's difficult to tell you what's happening without seeing actual files.
Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.

skemp author 3/26/2008

Sheryl,

it's difficult to tell you what's happening without seeing actual files.
Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.


I have never published anything to a Demo Account before. How should I go about doing this?
Should I just publish it to a folder called 'demo account'?

J
Jane 3/26/2008

Hi,
to publish your application on the Demo Account re-build your project and click on the Demo Account button on the last tab in the ASPRunnerPro.

skemp author 3/26/2008

Hi,

to publish your application on the Demo Account re-build your project and click on the Demo Account button on the last tab in the ASPRunnerPro.


Hi,
I just published my application to the demo account, it is called FruitionGenesisJobs
The page in question is JobOpeningspublic_list.asp
I removed the security from it so that it wouldn't require a login as the rest of the application does. Below is what I removed.
if SESSION("UserID")="" then

SESSION("MyURL")=request.ServerVariables("SCRIPT_NAME")&"?"&request.ServerVariables("QUERYSTRING")

response.Redirect "login.asp?message=expired"

response.End

end if

if not CheckSecurity(SESSION("
" & strTableName & "OwnerID"),"Search") and not CheckSecurity(SESSION("" & strTableName & "_OwnerID"),"Add") then

response.Write "<p>" & "You don't have permissions to access this table" & " <a href=""login.asp"">" & "Back to login page" & "</a></p>"

response.End

end if

J
Jane 3/27/2008

Please send direct link to your project to [email=support@xlinesoft.com]support@xlinesoft.com[/email].