
Louis Cornacchia
-
How to open an image through a function field.
I have an image for a registrant in table A I display that image in other tables using a function field. Is it possible to open that image by clicking on the function field?
-
WISH LIST: Easy one!
DIALOG function that accepts up to 255 chars of text.
-
Is there a way to output a PDF file with the contents of one RTF text field?
Ideally, one =would press a button and the contents of the RTF text field would be outputted to a PDF or WORD file and downloaded to the host. IS THIS POSSIBLE? Can this be done in JS?
-
storing system variables
I worked out a way of storing named global variables using a GLOBALS table and two global scripts. If this is of any use to anyone, I would be happy to post my solution.
-
Interesting scripting problem?
In a table of employees, I have a dynamic, multiple choice field where managers can select from a list of tasks that the employee is trained to complete.…
- Answered
-
Spinning wheels
When I move from table to table, I sometimes get spinning wheels I can go on for 20 for 30 seconds. When I move from table to table, I sometimes get spinning wheels I can go on for 20 or 30 seconds.…
- Answered
-
creating linked records from table A to tables B and C question
Is it possible to do the following: From table A (button) script the created of a new record in Table B (easy), then create a record in Table C that is linked to Table C Table B is an "office hours"…
- Answered
-
RTF -> .rtf File or Print output
I have formatted text in one RTF field. Question for the local geniuses: What is the easiest way to output that file and retain all formatting (HTML)?
-
OpenTable with tableID
Is it possible to open a table using the tableID instead of the table name?
-
what are reasons that a PDF would fail to upload?
PDF file fails to upload.
-
creating a linked record in a subtable within a script
I want to create a record in a subtable from within a script. When I use let I := create 'subtable name', it creates a record, but it is not linked to the parent table.…