- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You need to follow the hierarchy of your design. I assume that your code is on an event in the total field .....so if you look at your hierarchy view then you will need to indicate how to get to those fields if they are not in the same container (just like accessing a file in DOS). You woudl be safer to start from the top and work your way down through the hierarchy to get to your desired field (i.e form1.Page1.fieldname.....) or
put your cursor in th eeditor where you want the field reference to appear. Hold down the ctrl key and move your mouse to the field you want to reference (the cursor will change to a V when you are on a field). Now click the mouse and the reference relative to the current scrip object location will be written in the script editor. Repeat for each field.
Paul
Views
Replies
Total Likes