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

null

Content aside

  • 2 yrs agoLast active
  • 2Replies
  • 325Views