close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Return to previous place in results after updating record (ASP version of DataAssist)

Thread began 11/18/2012 7:08 am by YellowCircleWeb | Last modified 11/22/2012 7:31 am by YellowCircleWeb | 1448 views | 4 replies |

YellowCircleWeb

Return to previous place in results after updating record (ASP version of DataAssist)

Hi,

I'm working on a fairly old website for a client using DataAssist 1 and I am trying to work out how to return to the correct page of results after updating a record (i.e. the page of results I was on when I selected the record to update). I've seen there are solutions for the PHP version of the pages, is it possible anyone could help with the ASP version too?

My client really needs this feature in order for the admin system I'm building to be effective for them.

Sign in to reply to this post

Jason ByrnesWebAssist

send a copy of the results and details page please so i can look at the code, i don't have any ASP sites to work from.

Sign in to reply to this post

YellowCircleWeb

Both files are attached Jason

Attached Files
results-and-update-pages.zip
Sign in to reply to this post

Ray BorduinWebAssist

The position on the page is maintained with the url parameter offset.

So you would have to pass the offset to the update page and then pass it back to the results page in the redirect.

1) add the offset url parameter to the update page link... so on line 596 of the results page it becomes:

<a href="tblRecommendedRetailers_Update.asp?ID=<%=Server.URLEncode((WADAtblRecommendedRetailers.Fields.Item("ID").Value))%>&offset=<%=Request.QueryString("offset")%>"

2) Then pass that value through the form action so that it will be available to pass back in the redirect by updating the form action on the update page on line 140 similarly:

<form action="tblRecommendedRetailers_Update.asp?ID=<%=Server.URLEncode((WADAtblRecommendedRetailers.Fields.Item("ID").Value))%>&offset=<%=Request.QueryString("offset")%>"

3) now you have the offset and you can pass it back to the results page after update on line 36:


WA_redirectURL = "tblRecommendedRetailers_Results.asp?offset="&Request.QueryString("offset")

Sign in to reply to this post
Did this help? Tips are appreciated...

YellowCircleWeb

Fantastic Ray, that worked perfectly. Brilliant support there, especially considering it was for old versions of the extensions.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...