At 11:39 AM 4/4/2016, Bill Niehaus wrote:

We have an enhancedDBGrid form we are using to edit data. It works fine if we use a command like:
EDIT USING formName WHERE CreateYear = '2016'

If we use a BROWSE command and try to switch to edit mode using the F4 key, we can’t edit the data.
BROWSE USING formName WHERE CreateYear = '2016'

Is there a setting in the form that we are missing?

Bill,

The traditional F4 Key (Toggle between EDIT/BROWSE) is good when using the "Data Browser".

To toggle the Form, you will have to define a Speed Button with the code as follows:

PROPERTY TABLE <FORMTABLENAME> 'EDIT'
RETURN

That will enable editing of data in the dataset associated with the form.

Very Best R:egards,

Razzak
--
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].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/201604041549.u34FnGrv008669%40atl4mhob20.registeredsite.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to