I am trying to use it a running log. So it will open “edit using formname” It 
is a one to many table Parts->Activity

Then they can add parts activity on the right. As soon as they hit add or save 
it will not let them make changes. They can only add to it.

It works fine but they can change the current entries. We do not want them to 
be able to. I thought unchecking “Replace existing rows” should stop them but 
it does not work.



[cid:[email protected]]

Dan Goldberg

From: [email protected] [mailto:[email protected]] On Behalf Of 
Buddy Walker
Sent: Monday, October 30, 2017 3:27 PM
To: [email protected]
Subject: RE: [RBASE-L] - Restricting changes on a form

Dan
  Not really sure what you are trying to do with the DB Grids, but I would 
either insert the row to start with and the use the form like so
   EDIT formName WHERE COUNT = INSERT
  or use the
   ENTER formName ….
  Or the
    BROWSE formName WHERE whatever here then have a Button that does an INSERT

Buddy



From: [email protected]<mailto:[email protected]> 
[mailto:[email protected]] On Behalf Of Dan Goldberg
Sent: Monday, October 30, 2017 6:15 PM
To: [email protected]<mailto:[email protected]>
Subject: [RBASE-L] - Restricting changes on a form

I have a form with 2 enhanced db grids(2 tables) that I want to allow the user 
to only be able to add new rows. I unchecked everything except “Add new rows to 
the table” but it still allows changes to existing rows.

Any blue’s clues on why or how to restrict them from changing saved data?

[cid:[email protected]]

TIA


Dan Goldberg


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
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]<mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
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]<mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to