Forum Discussion
ROBERTSACHS
7 years agoQrew Cadet
I'm using the latter form.
Last question: I need a carriage return after ToText(Today()). What is the coding for that?
Last question: I need a carriage return after ToText(Today()). What is the coding for that?
QuickBaseCoachD
7 years agoQrew Captain
The Carriage Return character is backslash n
So
"\n"
This will go to edit mode,
var text URLTWO = URLRoot() & "db/" & Dbid()
& "?a=er&rid=" & ToText([RecordID#]);
So
"\n"
This will go to edit mode,
var text URLTWO = URLRoot() & "db/" & Dbid()
& "?a=er&rid=" & ToText([RecordID#]);