HI! I do not know if this has any relation to the Caspio Bridge 9.0 updates, but I have now a genre of errors that a field name does not exist in a details datapage type. However, I have tried the formula and it still works (I have it for the past two years ).
This is in the footer area, the datapage element combined_id is in between 2 html blocks <table style="display:none;"> and </table>
<SCRIPT LANGUAGE="JavaScript">
var str = "[@field:combined_ID]" var res = str.slice(0,16); document.getElementById("EditRecordcombined_ID").value = res;
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
bookish
HI! I do not know if this has any relation to the Caspio Bridge 9.0 updates, but I have now a genre of errors that a field name does not exist in a details datapage type. However, I have tried the formula and it still works (I have it for the past two years ).
This is in the footer area, the datapage element combined_id is in between 2 html blocks <table style="display:none;"> and </table>
<SCRIPT LANGUAGE="JavaScript">
var str = "[@field:combined_ID]"
var res = str.slice(0,16);
document.getElementById("EditRecordcombined_ID").value = res;
</script>
I would appreciate any help. Thank you.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.