We tried putting a speed button on the form, adjacent to the EnchancedDBGrid.  
We added a speedbutton with the following EEP:

PROPERTY TABLE trialno 'EDIT'     (trialno is the table our form edits)
RETURN

It does not let us edit the data in the form.

Your advice would be appreciated.

Bill


Bill Niehaus
Official Trial Manager
[email protected]
Office: 218 236-4768
www.crystalsugar.com<http://www.crystalsugar.com>

[cid:acsc_logo.png]

[cid:fb-icon.png]<https://www.facebook.com/AmericanCrystalSugarCompany> 
[cid:in-icon.png] 
<https://www.linkedin.com/company/american-crystal-sugar-company>

1700 North 11th Street • Moorhead  • 56560 • MN •

This message is confidential. It may also be privileged or otherwise protected 
by work product immunity or other legal rules. If you have received it by 
mistake, please let us know by e-mail reply and delete it from your system; you 
may not copy this message or disclose its contents to anyone. The integrity and 
security of this message cannot be guaranteed on the Internet.

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of 
A. Razzak Memon
Sent: Monday, April 04, 2016 10:49 AM
To: [email protected]
Subject: RE: [RBASE-L] - EDITING in EnhancedDBGrid RBase X

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.

-- 
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/4CCDCD59DBB39B4B8350FCDAC8AA26E4B0DDD39F%40CRP-MBX1.acsc.local.
For more options, visit https://groups.google.com/d/optout.

Reply via email to