Forum Discussion
AustinK
6 years agoQrew Commander
It is best practice to run the fields through the URLEncode function if they will be included in a URL.
URLRoot() & "db/" & [_DBID_ASSETS] & "?a=q&qid=31&nv=2&v0=" &URLEncode([Name]);
That should come out correctly for you now no matter how the name is set up.
URLRoot() & "db/" & [_DBID_ASSETS] & "?a=q&qid=31&nv=2&v0=" &URLEncode([Name]);
That should come out correctly for you now no matter how the name is set up.
Related Content
- 6 months ago
- 3 years ago
- 9 years ago