Web Name
-
Select all choice in a multiple choice (dynamic)
Hi! In a trigger after update of a field (YES, NO), I would like the code select all options in a multiple choice (dynamic) if YES, Which code should I use? Thanks!
- Answered
-
Compare two fields
Hi! I have a 'TableHere' table with 10 records and two text fields filled in: Text1 Text2 I want to create a button that compares the two fields and tells me in which records the fields are not…
-
Button that fills a table
Hi! I have a blank T table with the following fields: First. Text field Second. Numeric field I want to create a button (within the same table) that will create 10 records in table T by filling them…
- Answered
-
How to create records automatically
Hi! I’m creating a new App calendar deadlines. I have the following tables: 1. Customers a. Name b. Typology c. Accounting Customers are divided into 10 different types and can have 2 different types…
- Answered
-
Check if 7 fields have been filled
Hi! In a table there are 7 fields to fill and 1 button. The button serves to create a record in a linked table, on this I have no problems. I would like the button script first to verify that all 7…
- Answered
-
Trigger when a new record is created
Hi! In a table I inserted this trigger on new data set (trigger on creation): alert("NEW RECORD alert") but it doesn’t work. I also inserted a trigger on editing a record:…
-
Create a schedule
I need to create a schedule. In this schedule I have to insert fixed date deadlines, monthly intervals, bimonthly, quarterly, quarterly, half-yearly and annual.…