Hello,
I need to be able to choose an item from the menu by clicking it and have a field populated. An example would be used in a file name of demo.pdf the fieldname is "race" and I need to click on White and have the letter "W" populate the field and then have the curser move to the next field.
I could only figure out the popUpMenu that is dead. Hope it can be done.
Thanks
I need to be able to choose an item from the menu by clicking it and have a field populated. An example would be used in a file name of demo.pdf the fieldname is "race" and I need to click on White and have the letter "W" populate the field and then have the curser move to the next field.
I could only figure out the popUpMenu that is dead. Hope it can be done.
Thanks
Code:
var reply=app.popUpMenu(
"OFFICER'S RACE",
"-",
"White = W",
"Black = B",
"American Indian/Alaskan Native = I",
"Asian/Pacific Islander = A",
"Other = O",
"Unknown = U");