How do you assure that associated table is currently selected? In this case, the form is based on a dummy table. No changes are ever made to the dummy table. All of the buttons run EEPS that call other forms, each associated with a different table. The greyed out button might occur the first time the "MainForm" with all the buttons is called, or while using the "MainForm". It's not even the button that is being used that becomes grey. Unfortunately, I can't reproduce it on demand, but it happens daily. The only way to fix it, is to go to an R>, and start over.
Mike -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak Memon Sent: Sunday, June 08, 2003 12:43 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Grey out button - Razzak's Reply Mike, In a Multi-Table form, that will ONLY happen if the focus is on the table/region NOT associated with those Button(s). In R:BASE 6.5++ for Windows, all objects, except text objects, are associated with the currently active table. So, when placing Push Buttons make sure that the associated table is currently selected. Form Designer > Layout > Set Current Table... Of course there are "Endless Options" in the Next Generation R:BASE 7.0 for Windows Form Designer and MORE ... Very Best R:egards, Razzak. At 07:59 PM 6/7/2003 -0400, Mike Sinclair wrote: >Occasionally when running a form, a button get's greyed out. Some kind >of error, but I can't reproduce it. Exiting Rbase and coming back in >makes it go away, but it's irritating when it happens. Anybody else see >this happen? >Anyway to debug such a thing, or at least make it stop? >Mike > >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David >Billing >Sent: Thursday, June 05, 2003 10:20 AM >To: RBASE-L Mailing List >Subject: [RBASE-L] - Re: Grey out button > >Hi Dave & Jim, > >Thanks for refreshing my memory. As you can tell I haven't used David's >technique yet. > >Dave Billing >Tall Tree Business Solution >----- Original Message ----- >From: "David M. Blocker" <[EMAIL PROTECTED]> >To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> >Sent: Thursday, June 05, 2003 8:36 AM >Subject: [RBASE-L] - Re: Grey out button > > > > > > Dave > > > > No, Dave, I was demoing a conditional field color in a REPORT based on >two > > conditional variables placed on top of each other. I WANT to do the >same > > with buttons but you can't YET - but I believe that 7.1 will permit >that > > through the use of the On entry to form eeps and the new command >PROPERTY. > > See the sample form ChangingProperties, the program >ChangingProperties.RMD > > and the eep ChangingProperties.EEP in the latest demo from Razzak. > > > > David Blocker > > ----- Original Message ----- > > From: "David Billing" <[EMAIL PROTECTED]> > > To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> > > Sent: Thursday, June 05, 2003 7:13 AM > > Subject: [RBASE-L] - Re: Grey out button > > > > > > > Hi Mike, > > > > > > It seems to me there was a talk at the last Developer's Conference >on > > > controlling the color/image on a button based on having one button >on >top > > of > > > another and bringing the desired button to the top. It may have >been a > > > clinic session, but I believe David Blocker was at the keyboard. >Perhaps > > > he'll answer. > > > > > > Dave Billing > > > Tall Tree Business Solutions > > > ----- Original Message ----- > > > From: "mjs" <[EMAIL PROTECTED]> > > > To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> > > > Sent: Wednesday, June 04, 2003 3:21 PM > > > Subject: [RBASE-L] - Grey out button > > > > > > > > > > > > > > Is it possible to "grey out" a button in form, based on the value >of a > > > > variable? > > > > > > > > Mike > > > > > > > > > > > > > > > >

