Atozed Forums

Full Version: Save values of a form
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to open a second form without loosing the values of the first form when return to that first form?
Just open the second form and then release it and the first form instance will still be there. Just like a normal Delphi application.
(06-24-2021, 08:27 PM)kudzu Wrote: [ -> ]Just open the second form and then release it and the first form instance will still be there. Just like a normal Delphi application.

Well, I guess you didn't understand me.
What I'm saiyng is that if I have some input fields and enter some values on it and than open the second form, when I close (reslease it) and back to the first form, the values aren't there.
Then something in your code or application is clearing them.
In fact there are many demos that show this. You can even take Guess and add a second form, show it, release it and see.
(06-25-2021, 04:43 PM)kudzu Wrote: [ -> ]Then something in your code or application is clearing them.

Ok, I figure it out. Thanks. My bad! Thanks for the tip!
Thanks for letting us know that it has been resolved.