Forum Discussion
JackFretwell
7 years agoQrew Assistant Captain
Hiya, is there a limit to how many of these buttons you can have on one form? And is there a specific naming convention? Having used "-" would "--" be okay?
JackFretwell
7 years agoQrew Assistant Captain
It's these fields
let refcode = _fid_166.value;
let refcol = _fid_214.value;
let refdesc = _fid_221.value;
as they come from a formula and the field is non readable, meaning the script can't read them either. These return the search string for query, the column number and column name for the XML parse.
let refcode = _fid_166.value;
let refcol = _fid_214.value;
let refdesc = _fid_221.value;
as they come from a formula and the field is non readable, meaning the script can't read them either. These return the search string for query, the column number and column name for the XML parse.