In my 2.6 days, I used to have a procdure called "SHOWGETS" which would change the value of whether fields & buttons were enabled or disabled based on the "STATE" of some screen values. (Like, M.EDITING, or M.ADDING). Now, all of my command buttons are ENABLED at all times on my form, and I don't really want that. How do I get them to change? For instance, I have a Save button, with a Memvar reference of M.SAVERECORD. In my SHOWGETS routine, it says:
SHOW GET M.SAVEREOCRD DISABLE
But, the button is still enabled. What do I need to do to togle this state for command buttons?
Thanks,
-Scott s-)
Please let me know if this has helped!
SHOW GET M.SAVEREOCRD DISABLE
But, the button is still enabled. What do I need to do to togle this state for command buttons?
Thanks,
-Scott s-)
Please let me know if this has helped!