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

How to script to check the text box value on lost


1 reply to this topic

kvgujrathi

kvgujrathi
  • Members
  • 7 posts

Posted 31 January 2006 - 07:00

Hello All,

Can you please let me know that how I can check the value of the text box when user will tab out of that text box after some inserting some input values.

Basically I want to check the size of the disk in number and I want to validate so How should code this in script and where in the devstudio 9.0

script sample will prefered.
links for help will also be prefered.

Thanks

unsure.gif
Kamlesh Gujarathi
kamlesh@itshastra.com.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 01 February 2006 - 10:37

The value of an edit box is automatically stored in the property that you associated with the edit box. You can get this property in a DLL using MsiGetProperty or in VBScript using Session.Property(PROPERTYNAME")