Thanks. Simple. James Belisle
Making Information Systems People Friendly Since 1990 [cid:[email protected]] From: karentellef via RBASE-L [mailto:[email protected]] Sent: Thursday, June 23, 2016 1:54 PM To: [email protected] Subject: Re: [RBASE-L] - popup menu I've never tried using a "browse using formname" and then made a field editable. What I do is "edit using formname", and then on the "after start eep" I would do a: property table <tablename> readonly 'true'. Then I individually set columns to "readonly false" like what you have. Karen -----Original Message----- From: Jim Belisle <[email protected]<mailto:[email protected]>> To: rbase-l <[email protected]<mailto:[email protected]>> Sent: Thu, Jun 23, 2016 1:01 pm Subject: [RBASE-L] - popup menu I bring up a form in the BROWSE mode but want one field to be both editable and use a popup menu. I use this code to allow the field to be editable PROPERTY comp_cat READONLY 'FALSE' RETURN Yet when I bring up the form, I can neither edit the field nor does the popup menu come up. I know this is simple but it isn’t working for some reason. James Belisle Making Information Systems People Friendly Since 1990 [cid:[email protected]] -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

