Larry,

 

As usual, a simple answer.  I try reading the HELP, looking at RRBYW ,
and the tutorial but I still do not always understand the commands.

I was thinking that saverow would add a row.  Now I understand.  It
worked just fine.

 

Jim

 

 

________________________________

From: [email protected] [mailto:[email protected]] On Behalf Of Lawrence
Lustig
Sent: Thursday, December 10, 2009 9:13 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: CHECK BOX

 

<< 

If I save the information by hitting Yes when the box pops up, shouldn't
the saved 'N' be updated in the table first before the rest of the code
is run in the button?

>> 

 

If the processing of the record is called from the same form that has
the check box, and it checks the actual value of the checkbox field from
the table, then yes, you do need to save the row before calling the
processing code.

 

To do that include the command SAVEROW either in the ON CLICK eep of the
check box or just before you call the processing code.

--

Larry

 

Reply via email to