I believe that if you want something to be backwards compatible, you need to design it that way. In other words, if you designed your form in 9.5 it will not necessarily work in 7.6.
-----Original Message----- From: rehan wyne <[email protected]> To: [email protected] (RBASE-L Mailing List) Date: Fri, 11 Apr 2014 08:04:32 -0700 (PDT) Subject: [RBASE-L] - RE: Unable to enable & disable menu items created with application designer. Thanks for quick reply. One thing I forgot to mention that my mentioned code is working in R:base 9.5 but not in R:base 7.6 ver. even after putting a single quotes. Rehan Wyne On Friday, April 11, 2014 7:23 PM, Jim Belisle <[email protected]> wrote: Rehan, Try using single quotes PROPERTY 'rba_form|accounts' enable 'false' James Belisle Making Information Systems People Friendly Since 1990 From: [email protected] [mailto:[email protected]] [mailto:[email protected] [mailto:[email protected]]] On Behalf Of rehan wyne Sent: Friday, April 11, 2014 9:12 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Unable to enable & disable menu items created with application designer. I am trying to enable / disable menu items programmatically for my application menus created with Application Designer. To achieve this, I do the followings in application designer: 1. created main menu then sub menu items. 2. created an action and set Component ID='accounts' I used following property commands to disable the action which will eventually disable the relevant menu item but does not work. PROPERTY rba_form|accounts enable 'false' and PROPERTY accounts enabled 'false' Note: I have also tried to enable and disable menu items of a menus created in a form, this works. Can someone guide me to achieve this using application designer? Best Regards, Rehan Wyne

