I need to enable/disable various MENUITEMs dependant on the data situation at the time of display.
I note that as yet the WHEN statement is apparently not implemented in FWPPC.
Will this ability be added and if so when.
WHEN option in REDEFINE MENUITEM
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Antonio,Antonio Linares wrote:GWard,
We are testing standard API EnableMenuItem() function but it looks as it does not work on Pocket PC. We need to find a function that may do the same work
This is not my area of expertise but does the below have any relevance.
http://tinyurl.com/buno9
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
GWard,
Thanks for your help, but we finally found at Microsoft forums some info that helped us to implement the WHEN clause for MenuItems. It is working ok
You may already download a new FWPPC build that implements it. Please check samples\tutor03.prg for a working sample. On the sample we just use .f. to disable, but remember you may call any expression or function to evaluate the WHEN state.
We appreciate your feedback,
Thanks for your help, but we finally found at Microsoft forums some info that helped us to implement the WHEN clause for MenuItems. It is working ok
You may already download a new FWPPC build that implements it. Please check samples\tutor03.prg for a working sample. On the sample we just use .f. to disable, but remember you may call any expression or function to evaluate the WHEN state.
We appreciate your feedback,