Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

User Data Persistence between installation dialogs


1 reply to this topic

aviswanathan

aviswanathan
  • Members
  • 18 posts

Posted 18 October 2004 - 15:15

I want to save and retrieve data so that a user doesn't have to type the same data again and again if he hits "Back" or "Next". Is there any built in function that helps in data persistence between 2 dialog boxes? (I could not find any smile.gif)

If no, then the only way I can think of would be to define global variables and set / get the data. If any one knows a better or optimized method, please reply.
Thanks.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 19 October 2004 - 09:02

Either global variables, or return the data to the calling script function and store it there.