Check-in button that refreshes report and doesn't open the record
Hi everyone,
I hope this is a simple question.
I have a check-in button that works (yay), but I want it to refresh the table report that it's in, and not open the record. Is that possible?
My code is:
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Record ID#] &
"&apptoken=ye9hbxcau45itjjdkhccw9ccsg" &
"&_fid_28=1" &
"&rdr=" &
URLEncode(URLRoot() & "db/" & Dbid() &
"?a=dr&rid=" & [Record ID#])
and it Does work and do exactly what I want it to, I'm just hoping to keep the table report open, so a person can quickly just go down the list and click 'check in' for each.
(Note - while the button is just changing a check box from unchecked to checked, my end users who will be completing this action will not be opening the report in 'grid edit' mode - I realize there are options for this, but I just want to give them this one table report and have them click 'check in' and have the report refresh)
I did research the forums for historical examples, but I can only find Javascript options, which I believe I can't use.
Thank you for any thoughts!
------------------------------
Jennifer Juhasz
FamilySmart
BC, Canada
------------------------------