Forum Discussion
_anomDiebolt_
9 years agoQrew Elite
The github page for QuickBaseClient.js hasn't been updated for five years:
https://github.com/QuickbaseAdmirer/Quickbase-JavaScript-SDK/wiki
And it references JavaScript version 1.2 which had a release date of 1997 (20 years ago!)
<script language="JavaScript1.2" src="/js/QuickBaseClient.js"></script>
https://en.wikipedia.org/wiki/JavaScript#Version_history
This library is so woefully out of date that is from the stone age. Using it will only hinder you.
https://github.com/QuickbaseAdmirer/Quickbase-JavaScript-SDK/wiki
And it references JavaScript version 1.2 which had a release date of 1997 (20 years ago!)
<script language="JavaScript1.2" src="/js/QuickBaseClient.js"></script>
https://en.wikipedia.org/wiki/JavaScript#Version_history
This library is so woefully out of date that is from the stone age. Using it will only hinder you.
_anomDiebolt_
9 years agoQrew Elite
I am catching up with my shadow and have another busy week so my answers have to be short.
Can you generalize your problem in terms of what parameters would define the operation you want to carry out? They might even be the same parameters as the code I am telling you not to use but I don't the the time to search that source code. What I need to know are parameters such as the source and target dbid's, the clist of fids to be copied, and the related parent fid in the child table. It is easy to write the code but some thought has to go into identifying the parameters needed to define the task to be accomplished.
Can you generalize your problem in terms of what parameters would define the operation you want to carry out? They might even be the same parameters as the code I am telling you not to use but I don't the the time to search that source code. What I need to know are parameters such as the source and target dbid's, the clist of fids to be copied, and the related parent fid in the child table. It is easy to write the code but some thought has to go into identifying the parameters needed to define the task to be accomplished.