0
Still can't print all records or even printTable with script
Here's a list of what I've tried with the results - in the Manual or on the forums. Ninox iPad latest version. Any help is appreciated....
for i in select Table do
printRecord(i, "name")
end
- prints only the first record
printRecord(Table, "name")
- errors - thinks table name should be a field or wants a number nid. No idea what that is or where to get it.
let myP := (create Table);
printRecord(first((select Table)[Id = myP.ID]), "name")
- prints one blank print form
openPrintLayout(record(Table, 1),"name")
- prints one blank print form
let myP := (create Table2);
printRecord(myP.Id, "name")
- prints one blank print form
2 replies
-
A very creative and great idea, I think your idea will be implemented and invented many other ideas. https://paperio2.online
Content aside
- 3 yrs agoLast active
- 2Replies
- 336Views