
Rafael
-
Way to Assign multiples fields to another table.
Hi. Attach a Dummy DB. Table 'Hours by Resources' and table 'Documents' It is necessary to assign each categorie for each document. Each document can have several categories.…
- Answered
-
Issue with a script that does not display the expected value when two fields are equal
Pgr.('Total Earned Value' := if cnt((select 'Progress-Cost Report')['Total Earned Value' = xFld4]) > 0 then null else xFld4 end); The problem with the part script is that when the "Total Earned…
-
Problem. editing now also works in views
Online editing now also works in views. If I change a static selection field there and then click again, two options are highlighted. Have the problem on Web (Chrome, and FireFox) and Android Tablet.
-
Some idea ?
let vDd := 'Add Data|Date'; let check := dialog(" Warning ", " ¿Confirm the Progress Update by Disciplines ? ", ["Yes", "No"]); if check = "Yes" then for loop1 in select 'CutOff Days' do 'Add…
- Answered
-
Activate or Deactivate all records in a "Yes/No" field
How can activate or deactivate all records in a "Yes/No" field. The Table is 'Control Deliverables' and the name 'Yes/No' field is Protect.
- Answered