Hello,
Thanks to tgreer I found I was in the wrong forum. Thank you tgreer. I checked out the thread and it was not what I was looking for, but WOW! What I need is to be able to choose an item from the menu by clicking it and have a field populated. Staff do not know the code abbreviations for certain fields so I need a glossary. An example would be used in a file name of demo.pdf the fieldname is "race" and I need to click on a button I created, have the popup menu show and click on "White" and have the letter "W" populate the designated field and then have the curser move to the next field.
I could only figure out the popUpMenu and it is dead. Hope it can be done.
Thanks
Thanks to tgreer I found I was in the wrong forum. Thank you tgreer. I checked out the thread and it was not what I was looking for, but WOW! What I need is to be able to choose an item from the menu by clicking it and have a field populated. Staff do not know the code abbreviations for certain fields so I need a glossary. An example would be used in a file name of demo.pdf the fieldname is "race" and I need to click on a button I created, have the popup menu show and click on "White" and have the letter "W" populate the designated field and then have the curser move to the next field.
I could only figure out the popUpMenu and it 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");