menuPick message
Posted: Sun Jul 19, 2009 8:46 pm
It appears that the menuPick message is generated when the contents of a combobox menu are set within a script as well as when the user selects a value?
If that's true, is there some way I can prevent the menuPick message from being processed?
The situation I have is that I am loading data from a database into fields on a card (that's when the menuPick message seems to get generated), and I have a menuPick handler that updates the database whenever the user changes the contents of a field/menu/etc on the card. This means mu database update procedure is being executd when I'm just loading data into the card.
As a side question, is there a way to trace the messages that are generated as a user opens a card, types data, etc?
Thanks,
Pete
If that's true, is there some way I can prevent the menuPick message from being processed?
The situation I have is that I am loading data from a database into fields on a card (that's when the menuPick message seems to get generated), and I have a menuPick handler that updates the database whenever the user changes the contents of a field/menu/etc on the card. This means mu database update procedure is being executd when I'm just loading data into the card.
As a side question, is there a way to trace the messages that are generated as a user opens a card, types data, etc?
Thanks,
Pete