Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Eduardo Caetano
2
Views
2
Comments
Call Current Screen after Download
Question
Usability
hello
to all
!
I need to
call the
current
screen
after using the
download
control
.
How can I
do?
Best Regards
Eduardo
Justin James
MVP
Eduardo -
You really can't do that in a straight forwards way, due to the way the HTTP works. At best, you could add some jQuery that catches the click() of the link/button that starts the download, waits a period of time, and then clicks something else, or PERHAPS you can use "RunJavaScript" in the Action that ends in Download to make it happen, but I highly doubt it.
J.Ja
João Rosado
Staff
Hi Eduardo,
To better be able to answer you I you like to know what you mean by "call" a screen. Can you try to explain the use case/flow that you are trying to implement?
That said, the use of download nodes have some restrictions due to the way the browsers treat the download responses. In general they behave like if you were leaving the page, so the control is a bit limited.
Regards,
João Rosado
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...