Scroll to bottom of the page

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
lineamovil
Posts: 201
Joined: Tue Jul 27, 2010 2:17 am
Location: Mexico

Scroll to bottom of the page

Post by lineamovil »

Hello!

I have a Master form, and a detail form. All works fine. When I click to create a new detail row, the form refresh and sends me to the top of the page, and I have to scroll down where the detail row was created.

Is there a way to scroll down the page after each row is created?

Best regards,
LineaMovil // Carlos Castillo
AwareIM Version 8.6
Windows Server 2021
MySQL Database 8.4
MEXICO
aware_support
Posts: 7523
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: Scroll to bottom of the page

Post by aware_support »

Does the form need to refresh? If it doesn't make sure that there are no auto-refresh settings that cause it to refresh. If it does need to refresh then maybe you can get it to scroll to the bottom using Javascript, but this needs to be investigated - I don't know how to do it off the top of my head.
Aware IM Support Team
lineamovil
Posts: 201
Joined: Tue Jul 27, 2010 2:17 am
Location: Mexico

Re: Scroll to bottom of the page

Post by lineamovil »

Thank you for your answer.

Well actually is like this:

Action button is in the "Detail" section. I start a "PROCESS" that creates a New Record in a POPUP Window.

Code: Select all

CREATE EstimateSub WITH EstimateSub.Estimate=Estimate,EstimateSub.Side=Estimate.LastSide,EstimateSub.RepairAction=Estimate.LastAction

Code: Select all

VIEW EstimateSub USING EstimateSubPop

And it does it work. But when saving / creting the form then, it sends me to the top of the business object. so I have to scroll down a lot. (Details are like 100 records or more, and I need like 50 records per page.)

There is no refresh in the process or form.

Thats why I need to send to the botton.

Thank you again for your support.
LineaMovil // Carlos Castillo
AwareIM Version 8.6
Windows Server 2021
MySQL Database 8.4
MEXICO
customaware
Posts: 2391
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: Scroll to bottom of the page

Post by customaware »

Feel your pain...

Ideally a Refresh on a Query should have a couple of options....

1. Stay Parked on Current Record
2. Park on First Record
3. Park on First Record in Current View
4. Park on Next Record

That would be really great.
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
softserv
Posts: 93
Joined: Mon Aug 01, 2016 12:52 am
Location: Jaipur, India
Contact:

Re: Scroll to bottom of the page

Post by softserv »

Hi Support team,

We are also facing the same issue. We have to save and refresh the form where there are many other referenced objects (1 to many relationship) being called. Every time the form gets refreshed, it takes the user to the top of the form and not staying at the same position where refresh has got triggered.

Please let us know whether there is a way to keep the user at the same position in the form?
Team SoftServ

V8.3 2628 |V8.2 2574 |V8.1 2475 | V8.0 2372 | V7.1 2240 | V6.0 2042 | V5.9 1894
MS SQL Server | MySQL
AWS | Azure | Google Cloud

Image
SoftServ - AwareIM
Gabbitas
Posts: 334
Joined: Sun Jan 03, 2010 3:36 am

Re: Scroll to bottom of the page

Post by Gabbitas »

I also have the same issue. It's very frustrating and confusing for users when the form jumps back to the top. It would be great if something could be done with this....

Cheers
RLJB
Posts: 914
Joined: Tue Jan 05, 2010 10:16 am
Location: Sydney, Australia

Re: Scroll to bottom of the page

Post by RLJB »

Yes, same issue here, this is our number 4 ticket submission / complaint from users. We would really love an "anchor" solution to this please aware support.

Exactly the same issue on the "long" forms (ie forms with a big height).
Rod. Aware 8.6 (latest build), Developer Edition, on OS Linux (Ubuntu) using GUI hosted on AWS EC2, MYSQL on AWS RDS
crisg0112
Posts: 395
Joined: Fri Jan 31, 2014 3:45 am
Location: Melbourne, Australia

Re: Scroll to bottom of the page

Post by crisg0112 »

RLJB wrote:Yes, same issue here, this is our number 4 ticket submission / complaint from users. We would really love an "anchor" solution to this please aware support.

Exactly the same issue on the "long" forms (ie forms with a big height).
+1

Wonder whats the first three ticket/complaint from users? :roll: :roll:
Thanks in advance!

Cris
MSSQL 2008R2, Aware 7 b2146, IE11, , Firefox 35.0.1, Windows 8 Bootstrap theme
softserv
Posts: 93
Joined: Mon Aug 01, 2016 12:52 am
Location: Jaipur, India
Contact:

Re: Scroll to bottom of the page

Post by softserv »

Hi Support team - Any update on this request?
Team SoftServ

V8.3 2628 |V8.2 2574 |V8.1 2475 | V8.0 2372 | V7.1 2240 | V6.0 2042 | V5.9 1894
MS SQL Server | MySQL
AWS | Azure | Google Cloud

Image
SoftServ - AwareIM
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: Scroll to bottom of the page

Post by johntalbott »

The simplest way is to get rid of the refresh. I know a guy that can do that for you.
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
softserv
Posts: 93
Joined: Mon Aug 01, 2016 12:52 am
Location: Jaipur, India
Contact:

Re: Scroll to bottom of the page

Post by softserv »

Hi John,

Refresh is required as we are trying to filter child object based on the selection of its parent object. For example, when we select any Level1 object value and refresh the page, then Level2 object values will be filtered and Level2 values belonging to selected Level1 value will be displayed.

Please elaborate further when you say 'I know a guy that can do that for you'. Do you mean that he/she can fix the issue and user will stay at the same position in the page even after refresh is executed?
Team SoftServ

V8.3 2628 |V8.2 2574 |V8.1 2475 | V8.0 2372 | V7.1 2240 | V6.0 2042 | V5.9 1894
MS SQL Server | MySQL
AWS | Azure | Google Cloud

Image
SoftServ - AwareIM
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: Scroll to bottom of the page

Post by johntalbott »

softserv wrote:Hi John,

Refresh is required as we are trying to filter child object based on the selection of its parent object. For example, when we select any Level1 object value and refresh the page, then Level2 object values will be filtered and Level2 values belonging to selected Level1 value will be displayed.

Please elaborate further when you say 'I know a guy that can do that for you'. Do you mean that he/she can fix the issue and user will stay at the same position in the page even after refresh is executed?
Your scenario sounds a bit different than the issue described by lineamovil. Maybe I'm misunderstanding the issue.

Can you do a quick video of what you are describing?
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
softserv
Posts: 93
Joined: Mon Aug 01, 2016 12:52 am
Location: Jaipur, India
Contact:

Re: Scroll to bottom of the page

Post by softserv »

Hi Aware Support and John,

Attaching a video link. Password is AwareIM.

http://softserv.in/owncloud/index.php/s/VbQKC6qguogiHsM

In the video, you will see that when the form is refreshed, the user is navigated to the top of the form. Thus increasing user activity on the form as user has to scroll down after every refresh. We are facing a lot of complaints as to how the refresh is behaving. User should stay where the last action was triggered in the form in case a refresh is done.
Team SoftServ

V8.3 2628 |V8.2 2574 |V8.1 2475 | V8.0 2372 | V7.1 2240 | V6.0 2042 | V5.9 1894
MS SQL Server | MySQL
AWS | Azure | Google Cloud

Image
SoftServ - AwareIM
RLJB
Posts: 914
Joined: Tue Jan 05, 2010 10:16 am
Location: Sydney, Australia

Re: Scroll to bottom of the page

Post by RLJB »

Two years on and still no solution to this one... I hope next version will have one. (fingers crossed)
Rod. Aware 8.6 (latest build), Developer Edition, on OS Linux (Ubuntu) using GUI hosted on AWS EC2, MYSQL on AWS RDS
Post Reply