Forum Discussion
KurtJohnson
6 years agoQrew Member
The following syntax works fine within a Text Multi-Line field... noticed you had a "/n" instead of the appropriate "\n"... wrap that with URLEncode()
URLRoot() &
"db/" & [_DBID_XXX]
& "?a=API_GenAddRecordForm"
& "&_fid_7=" & "Test description line 1" & URLEncode("\n") & "Test description line 2"
URLRoot() &
"db/" & [_DBID_XXX]
& "?a=API_GenAddRecordForm"
& "&_fid_7=" & "Test description line 1" & URLEncode("\n") & "Test description line 2"