two things

Hi,

  1. Do any one know how to scroll to a specific record? I have a Form that displays one record at a time. I have a custom uploader for images that changes the current record in database and I want to refresh it. However refreshing the page will position the form on the first record not the current!

  2. Is there any way (a macro) of executing a “Link” from code, Not URL but a scriptcase link.

Thank you!

Re 1: See jsbinca’s reply near the end of this thread: http://www.scriptcase.net/forum/showthread.php?6947-SOLVED-How-to-land-on-a-specific-form-record/page2&highlight=open+form+specific+record

Re 2: Use sc-redir(), unless I misunderstand…

Thank you adz1111, I will take a look at the link regarding “goto”!
Regarding Number 2… I want to use a link item that has all the parameters set as I want them (modal size, return URL etc).
Something like sc_redir(NameOfMyLink);

Thanks

Re 2 - ah right. Yeah not sure if that’s possible - interested though if anyone else has thoughts on being able to redirect to a named link…

Thanks adz1111 the answer for the “goto” problem was in the link you supplied! Works perfectly…

:slight_smile: Glad it helped!