Darryl
09-27-2004, 04:36 PM
Overview
Setup Factory 7.0 contains various screen types used for displaying and gathering information from the user. This article illustrates how to extract data from each of these screen types using a sample Setup Factory 7.0 project file. The following screen types are convered:
Check Boxes
Radio Buttons
List Box
Combo Boxes
Buttons
Edit Fields (User Information used)
Each sample script can be found on the On Next event of each screen, except the Buttons screen. The Button screen's script can be found on the On Ctrl Message event.
The sample project file that has been created is called Screen_Sample.sf7 and can be extracted from the attached file Screen_Sample.zip (see the bottom of this article).
This sample project can be viewed and published to help further understand how to gather and react to information from screens.
Setup Factory 7.0 contains various screen types used for displaying and gathering information from the user. This article illustrates how to extract data from each of these screen types using a sample Setup Factory 7.0 project file. The following screen types are convered:
Check Boxes
Radio Buttons
List Box
Combo Boxes
Buttons
Edit Fields (User Information used)
Each sample script can be found on the On Next event of each screen, except the Buttons screen. The Button screen's script can be found on the On Ctrl Message event.
The sample project file that has been created is called Screen_Sample.sf7 and can be extracted from the attached file Screen_Sample.zip (see the bottom of this article).
This sample project can be viewed and published to help further understand how to gather and react to information from screens.