Karen,

No problem!

Bill's solution will handle a multitude of issues I was going to tackle, and 
will be dead easy to implement!

It also points to the BROWSE USING syntax which will also be extremely useful.

Dennis



________________________________
From: [email protected] [mailto:[email protected]] On Behalf Of 
[email protected]
Sent: Monday, December 07, 2009 11:21 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: 7.6 Entry/Edit form

Sorry Dennis, I forgot that you use this form to add new records,
so obviously my "solution" won't work!

Karen



Dennis,

In your "on after start" EEP, check for how the form is being used, and use 
property commands to make whatever adjustments you need.


SWITCH (.RBTI_Form_Mode)
CASE 'EDIT'
  PROPERTY TABLE myformtable 'DISABLE_ADD_NEW_ROWS'
  BREAK
CASE 'BROWSE'
  BREAK
CASE 'ENTER'
  BREAK
ENDSW






Reply via email to