This topic is locked

How to Renew List page view of Dashboard page

3/2/2015 4:52:35 PM
PHPRunner General questions
A
Anapolis author

I have a form that I have copied so that I could change how a field is searched for an Ajax-suggest drop-down list.

  • Form 1 has a field that is Searched by Names and values are auto-filled after the User selects values from the dropdown list.
  • Copy of Form 1 is altered so that this field is Searched by Numbers and values are auto-filled after the User selects one of those values from the dropdown list.


I am doing it this way because it is difficult to cross-auto-fill fields when in both cases one of the Search fields would become an Auto-fill field.
Not the smoothest action across browsers.
My Solution: I have put both Form 1 & Copy of Form 1 into a Dashboard view.
The head Message of each form notifies the User to select one form or the other depending on which key value they would use first in their field search.
So whether the left form is used or the right form they are saving to the same table.
I am using a Grid view for both forms, so that 5 records will show before they are broken into more page views.
NOW, I am looking for a way to RENEW or REFRESH the side-by-side LIST page view of both forms at the same time regardless of which one was used.
I would like to get the effect of just Refreshing the Dashboard page itself so that both Grid views are exactly the same[/size].
I have looked at page redirects and Javascript Onload code in the PHPRunner manual but none of this is performing an instant refresh of Both Forms at the same time in the left and right columns of my Dashboard page.
Does someone know how to perform such a "magic" feat? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=23012&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' />
Thank you for taking a look.