Forum Discussion
AmmarAl-Hadeeth
11 years agoQrew Member
Thanks for the response, Grid Edit is not an option as we are trying to make the process as simple as it can
I was able to get the records ID's of my query in an array in javascript using "get_data". I think the reset is easy but I can't see it, what is the function that will write in the data base ??
This what I have so far :
<html>
<head>
<script lang="javascript" src="mydomain///?act=API_GenResultsTable&query={'13'.EX.'category'}&clist=3&jsa=1">
</script>
</head>
<body>
<p id="demo"></p>
<script>
var req = qdb_data ;
for ( i = 0 ; i < req.length ; i++ ) { document.getElementById("demo").innerHTML += req +"<br>";}
</script>
</body>
</html>
My question is :
If "get_data" got me the record IDs that I want, How can I update these records.
Regards
I was able to get the records ID's of my query in an array in javascript using "get_data". I think the reset is easy but I can't see it, what is the function that will write in the data base ??
This what I have so far :
<html>
<head>
<script lang="javascript" src="mydomain///?act=API_GenResultsTable&query={'13'.EX.'category'}&clist=3&jsa=1">
</script>
</head>
<body>
<p id="demo"></p>
<script>
var req = qdb_data ;
for ( i = 0 ; i < req.length ; i++ ) { document.getElementById("demo").innerHTML += req +"<br>";}
</script>
</body>
</html>
My question is :
If "get_data" got me the record IDs that I want, How can I update these records.
Regards