Louis Cornacchia
-
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.…
-
removing embedded quotes from a text object
still learning. How can I remove embedded double quotes from a text variable? xText contains -> this is a test'''to remove embedded quotes
-
Is it possible to run the script in a button from another script?
There are five buttons in a form. Each compiles a portion of a report. I would like to have a sixth button with a "generate full report" script that activates the script in each of the other five…
-
RTF to text
How do I convert RTF into text preserving line breaks?