- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I realize now some of my issues, i have a globy file which contains a preset number of fields in it,each preset field contains a certain unique number associated with it...when i select from a previous dropdown list that contains other fields the values in each of those fields will change from its unique number to a common number.....
The first drop list contains the following items
set, consolidated, integrated, transitional, flex, flexible transfer and a few others, The values only change to one other value doesnt matter which i select.
The second dropdown list is the globy file which contains the following
function globya()
{
switch (sNewSel)
{
case "Aboriginal Diabetes Initiative":
AC = "KC01"
GL = "76721"
break;
}
there are many more items listed and i didnt want to add them here but the only item I would like to change is the GL to an universal number which would be 76709
I hope this helps explain otherwise I could send you the complete form that I have, thanx in advance
Views
Replies
Total Likes