Passing Textbox Values From Form to Form
- 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Passing Textbox Values From Form to Form
- Updated on 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Example Lab Article
While Example Lab projects are resources for public use, articles and assets are not actively maintained. Screenshots and features are from the specified version below. These references may become dated as new versions are released.
Overview
Example Lab Details | |
Version | 6.9.2 |
Root Folder | Example Lab - Text Box Example |
Modules | None |
Dependencies | None |
This Example Lab project demonstrates how to pass on a textbox entry from one Form to the next while maintaining the ability to edit the value.
Explanation
This project works by taking the textbox output of the first Form and using it as the input for the textbox in the second Form. This allows for the textbox in the second Form to be populated with the input from the first Form and still be changeable. Then the output of the second Form uses the "change value" option to change the value of the original string stored from the textbox on the first Form. Therefore, if the data is changed inside the textbox on the second Form, the first input will be overridden with the second. If nothing is changed, it will still be overridden but with the same value.
Reference Articles
Project Download
The examples attached were developed to be instructional and were not developed as officially supported components. For more information or to engage our service team to develop fully supported, production quality solutions, please contact services@decisions.com. Import the project below to a Decisions environment on 6.9.2 or later using our Importing/Exporting article.
Was this article helpful?