Forum Discussion
MarkShnier__You
Qrew Legend
4 years agoYou can make a Rich Text field with a formula like this
Call it perhaps [Refresh Target]
"<a name=RefreshTarget></a>"
Put that field on the form near where you want the cursor to land.
The suffix the redirect URL with #DealerClaim
e.g. URLRoot() & "db/" & dbid() & "?adr&rid=" & [Record ID#] & "#RefreshTarget"
You may have to play around a bit with the placement of the anchor tag but the Forum will roll down. Note that this will only work if the anchor tag is on the main Tab of the form and not one of the other Tabs. Or it will work if your form does not have tabs at all.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Call it perhaps [Refresh Target]
"<a name=RefreshTarget></a>"
Put that field on the form near where you want the cursor to land.
The suffix the redirect URL with #DealerClaim
e.g. URLRoot() & "db/" & dbid() & "?adr&rid=" & [Record ID#] & "#RefreshTarget"
You may have to play around a bit with the placement of the anchor tag but the Forum will roll down. Note that this will only work if the anchor tag is on the main Tab of the form and not one of the other Tabs. Or it will work if your form does not have tabs at all.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Related Content
- 10 months ago
- 5 years ago