Forum Discussion
JohnThomas
8 years agoQrew Cadet
Create a formula text field in the table, add the below code and enable the "Allow HTML" as checked
then create a new page by
Home-Settings-Pages
Create a new page with the below code
$(".IconOnly").hide();
$("#saveButton").hide();
Save the page
Create a new record , now you won't have a save button !!
"<img qbu=\"module\" src=\"/i/clear2x2.gif\" " & "onload=\"javascript:if(typeof QBU=='undefined'){QBU={};$.getScript('" & URLRoot() & "db/" & Dbid() &"?a=dbpage&pagename=module.js&rand='+Math.random())}\">"
then create a new page by
Home-Settings-Pages
Create a new page with the below code
$(".IconOnly").hide();
$("#saveButton").hide();
Save the page
Create a new record , now you won't have a save button !!
donaldlundgren1
6 years agoQrew Trainee
This works great but Id like to know what the code in the Formula text field means, can you please explain it as Im pretty good with JS in QB but I dont follow some of this