Forum Discussion
KellyBianchi
7 years agoQrew Assistant Captain
Not entirely... I have reinstated the DoSaveAdd and retained my save button, and it works just as the native button does :) Win, win!
JanaBaker
7 years agoQrew Cadet
Kelly this is amazing! I wont lie, some/most is over my head but i can piece it together. I'd love to mimic this if possible, but think i need a little hand holding if you dont mind?
To make sure i get it it, all of this code makes all four buttons your reference at the beginning of the post! My needs fairly close.
Upon saving, i want the user to return to Report 27 when sitting for Form 16. Currently they are being forced back to the original form, and i dont want that. How can i that into your code? I have little bits working but not all. This redirects the user to report 27:
URLRoot() & "db/" & [_DBID_LEADERS2] & "?a=q&qid=27&nv=1&v0=" & [Record ID#];
Your URLTWO goes to Service Request, mine would go to the "A-Team Dashboard"...what would i put in place of what you have here: URLEncode("Service Request Form.html"?
Then URLTHREE would just be my QB App i would assume? And for other changes i would need to make...where you have Form 31, i put what form # the buttons are sitting on? So Form 16 in this example and use [Record ID#] vs. ?
Thank you in advance!!
To make sure i get it it, all of this code makes all four buttons your reference at the beginning of the post! My needs fairly close.
Upon saving, i want the user to return to Report 27 when sitting for Form 16. Currently they are being forced back to the original form, and i dont want that. How can i that into your code? I have little bits working but not all. This redirects the user to report 27:
URLRoot() & "db/" & [_DBID_LEADERS2] & "?a=q&qid=27&nv=1&v0=" & [Record ID#];
Your URLTWO goes to Service Request, mine would go to the "A-Team Dashboard"...what would i put in place of what you have here: URLEncode("Service Request Form.html"?
Then URLTHREE would just be my QB App i would assume? And for other changes i would need to make...where you have Form 31, i put what form # the buttons are sitting on? So Form 16 in this example and use [Record ID#] vs. ?
Thank you in advance!!