Hello Michael,
If you can do without the checkbox then you can set a variable with the
desired message(s) and update it with RECALC VARIABLES.
Take a look at what Dr. R did in the demo found in NewStuff.zip
Good Luck,
Manuel

Michael Sinclair wrote:

> Hi all,
>
> I've got a form with a bunch of push buttons on it.  Each push button
> runs a small file that
> adds, modifies, or deletes rows from a different table.  I want to be
> able to display some
> kind of indication on the form (that would change) depending on what the
> user did after pushing
> the push button.  For example, if the user deleted all of the rows in
> the table, then a check box
> could be unchecked.  If the user left any rows at all in the table, then
> a check box could be
> checked.  Now here is the problem.....the check box won't change until
> after I have exited and
> reenterd the form.  But I can't do that from within the code activated
> by the push button---some
> evil error message says that is illegal from within an EEP (are files
> run by push buttons considered
> EEPs?).  But I also can't use SCREEN RESTORE OFF, cuz that only works
> within EEPs.  ARGH!
>
> The only way I found to make it work is to have the push button command
> file end with
> EDIT USING formname.....but it get's ugly when you try to leave (all the
> previous uses of the
> form are still open, albeit hidden) and they each have to get
> closed....and eats memory).
>
> So.......how do smart Rbase users do this? AND does this have anything
> to do with SET FOCUS,
> or MDI (can anybody give me an example of how and when to use SET FOCUS
> and MDI??)
>
> TIA!
>
> Mike Sinclair
begin:vcard 
n:de Aguiar;Manuel
tel;fax:(323)661-7698
tel;work:(323)660-3511
x-mozilla-html:FALSE
url:http://www.mdenterprises.net
org:M|D Enterprises
adr:;;2412 No. Commonwealth Avenue;Los Angeles;California;90027-1206;USA
version:2.1
email;internet:[EMAIL PROTECTED]
title:Developer
note;quoted-printable:The information contained in this e-mail may be privileged, confidential,=0D=0Aand protected from disclosure.  If you are not the intended recipient, you=0D=0Aare hereby notified that any dissemination, distribution or duplication of=0D=0Athis communication is strictly prohibited.  If you have received this=0D=0Acommunication in error, please notify the sender immediately and delete all=0D=0Acopies.=0D=0A=0D=0Ahttp://www.mdenterprises.net=0D=0Ahttp:/www.databasedeveloper.com=0D=0Ahttp://www.MdrBASE.com=0D=0A
x-mozilla-cpt:;-1
end:vcard

Reply via email to