EdwardAbrahim
5 years agoQrew Member
Text Passed to URL Truncated at Space
URLRoot() & "db/" & [_DBID_ASSETS] & "?a=q&qid=31&nv=2&v0=" &[Name];
For example, if Name above is "Lastname, Firstname" then the url above would be:
https://xxx.quickbase.com/db/bp6itgamh?a=q&qid=31&nv=2&v0=Lastname,
How to get the entire string to come through?
In addition, if a string is used without a space, for example "Lastname,Firstname" then the url is:
https://xxx.quickbase.com/db/bp6itgamh?a=q&qid=31&nv=2&v0=Lastname,Firstname'
Note the trailing apostrophe. Makes for data corruption.
Thanks in advance.
Edward
Quick Base Error
Quick Base Error
------------------------------
Edward Abrahim
------------------------------
For example, if Name above is "Lastname, Firstname" then the url above would be:
https://xxx.quickbase.com/db/bp6itgamh?a=q&qid=31&nv=2&v0=Lastname,
How to get the entire string to come through?
In addition, if a string is used without a space, for example "Lastname,Firstname" then the url is:
https://xxx.quickbase.com/db/bp6itgamh?a=q&qid=31&nv=2&v0=Lastname,Firstname'
Note the trailing apostrophe. Makes for data corruption.
Thanks in advance.
Edward
Quick Base Error
Quickbase | remove preview | ||||||
|
Quick Base Error
Quickbase | remove preview | ||||||
|
------------------------------
Edward Abrahim
------------------------------