Gianluca Sechi
-
Draw a line between a few points (iow draw a printable chart)
Hi all! As you can see in the picture there are a few line charts, with lines that connect some points. Those "points" (x) are generated via an if-then algorithm (if score = 19 then "x" else "-" end…
-
Create multiple records in a subtable?
Hi NX community, some help with code needed here please... In a table "A" I need a button to create n rows in a subtable "B" at once ("n" being a number which can vary from 1 to n).…
-
merge multiple print views in one pdf?
Hi NX, By using importFile(this, printAndSaveRecord(this, "View1"), xyz + ".pdf") as a "on click" action assigned to a button, a single view (View1) is attached to the record.…
-
Multiple lines in a row?
Hi NX community, sorry if that's been asked already. Is there a way to display some text in multiple lines of a single row instead of using multiple rows? thanks! G
-
Loading images from a linked table
Hi NX community, a little help needed here... I have a table "A" with several images stored in a single record, and another table "B" which should display those images each one in a specific formula…