reference the correct button when selecting a record

rwahdan

New member
Local time
Today, 14:27
Joined
Feb 11, 2006
Messages
9
I have a continuous form that includes all records in one form. I added a button called "Edit" for each record and when clicked it changes its caption to "Update". Currently it is changing the caption of that button for all records to "Update". How to make it only change the caption of only the selected record and disable the rest of the buttons for other records.

Thanks.
 

Attachments

  • sample.png
    sample.png
    20.7 KB · Views: 147
Do you have something in the record itself that could be referenced?

If you had a field that indicated "Being Edited" that would ONLY be set for those records users are editing, then you could use conditional logic to set the button.

With continuous forms the ONLY way to make "Per record" changes (such as captions, colors, ect..) is if there is something unique to THAT RECORD you can reference. Otherwise you get the issue you describe.
 

Users who are viewing this thread

Back
Top Bottom