Louis Cornacchia
-
need help with the replace function!!
I get an error on the replace line output2 := ""; let cr := "<br>"; let lr := " "; let myText := myRichText; output := myText; let cText := myText; let cText := replace(myText, cr, lr); let cText :…
- Answered
-
# of linked records in LINK FROM fields and VIEW fields
Another question: How can I access in code the # of records linked in a particular LINK FROM field? How can I access in code the # of records in a VIEW?
-
LINK FROM tables
If I link a record from another database using a LINK FROM table as above. How can I access that linked record in code? Or to multiple records linked this way?
-
ID of a newly (Create 'table name')
How can I extract the ID of the new record created by: let i := (create 'table name');
- Answered
-
if, then not working within a function field script.
The following is code in a field. I want to have the field contain one value if a dynamic dropdown 1 is not empty and another if it is. I store the record ID of records in table A in field BPID1 and…
-
Merging RTF Fields
Is there a way to merge RTF text fields into another RTF text field and maintain formatting? When I merge RTF fields I get one large text paragraph with all CR's removed.
- Answered
-
extractx problem
no experience with regex Need to use extractx If anyone can help, would be greatly appreciated! text field = textA - textB would like to put textA into one field and textB into another field…
- Answered
-
Re: using the selection of dynamic choice fields to autofill a text field with data from the table used by the dynamic choice field.
interesting little bug. if I create another set of files to do the same thing, the code does not run unless I run it in a button first. loaded the code into field's "trigger after update' did not… -
using the selection of dynamic choice fields to autofill a text field with data from the table used by the dynamic choice field.
Response and mitigation fields are TEXT fields Table 1Field called ‘Response’ dynamic choice refeencing table 2Field called ‘mitigation’ Table 2Field called ‘Response’Field called ‘mitigation’ I want…