This topic is locked

New buil Problems 181

12/11/2006 9:43:22 AM
ASPRunnerPro General questions
D
dunga author

I have created a database with notes field.
I can fill it up, and even see "more" link in the master view

BUT
when I click on it: it gives me this
The page cannot be found

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

--------------------------------------------------------------------------------
Please try the following:
Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.

If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.

Click the Back button to try another link.

HTTP Error 404 - File or directory not found.

Internet Information Services (IIS)

J
Jane 12/11/2006

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/include/commonfunctions.asp file, find following code:

Function GetTableURL(table)

and replace it with this one:

Function GetTableURL(atable)

dim table

table=atable

if atable="" then table=strTableName

D
dunga author 12/11/2006

thank you Jane

please update the built as soon as you guys can <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=13770&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />
I have a registration database for phisyscians, patients, and trainee nurses online, on the basis of the notes

we either have emergency "bumber to bumper" or people are getting their lives saved on time(if the can read notes)

D
dunga author 12/11/2006

Function GetTableURL(atable)

dim table

table=atable

if atable="" then table=strTableName

If "orientation" = table Then

GetTableURL = "orientation"
problem now is that ALL lines are showing <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=13787&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />

J
Jane 12/12/2006

Hi,
make sure that you didn't set up this field as HTML on the "View as" settings dialog on the Visual Editor tab.

D
dunga author 12/12/2006

hi, Jane,

I did it, sorry, but the entire memo is stil showing.

Reinstalled the application, and strated fom scratch, same issue.

Sergey Kornilov admin 12/12/2006

Send me your files along with step-by-step instructions on reproducing this issue.