Actually all you need to do is send selectionChanged to the menu button.
Bob
On Mar 13, 2014, at 08:34 , Peter Haworth
mailto:p...@lcsql.com>> wrote:
If the menu history of the button is already 1, no menuPick will be
generated. Try setting the menu History to zero then 1.
Pete
lcSQL Software
Just playing around trying different options and I thin it may be as simple as:
on openCard
put revDataFromQuery(tab, return, the uDB of stack "THFinancials",
"select categoryName from 'categoryList' order by categoryName asc") into
tCatNames
set the text of cd btn "Categor
Hi Pete,
Simplified by putting addEllipsis into the menu script.
put the script below into OpenCard handler
on openCard
put revDataFromQuery(tab, return, the uDB of stack "THFinancials", "select
categoryName from 'categoryList' order by categoryName asc") into tCatNames
set the text of cd
If the menu history of the button is already 1, no menuPick will be
generated. Try setting the menu History to zero then 1.
Pete
lcSQL Software
On Mar 13, 2014 4:40 AM, "Terence Heaford" wrote:
> I have an Option Menu on a card accessed from other cards where I want to
> select item 1 of the men
Still looking for help.
I have changed my script in the Tab Panel Script to below because the
dictionary entry for menuHistory says:
"When you set the menuHistory property, a menuPick message is sent to the
button.”
In the script below the menuPick message is not send to btw “CategoryMenu"
on