
Rafael Sanchis
-
Range Date between two dates and null the other Date
I need the Dates 'Plan 1' to appear between the range of Dates 'Date From' and 'Date to Cutoff', and the Dates 'Real 1' null let myFrom := 'Date From'; let myTo := 'Date To cutoff';…
- Answered
-
As a beginner but I can't
let xResponse := dialog(" ADD Document Issues to Review -> ", "Do you want to ADD Document Issues To Control Issues Table ?", ["Yes", "NO"]); if xResponse = "Yes" then let me := this; let newR :…
- Answered
-
Re: How to auto fill this relationship field when I create new record, instead of click into the field
@planox. pro This work let xResponse := dialog(" ADD Document -> ", "Do you want to ADD Document To Control ?", ["Yes", "NO"]); if xResponse = "Yes" then let me := this; let newR := (create Control);… -
How to auto fill this relationship field when I create new record, instead of click into the field
How to auto place the 'Name Documents', I need to fill in Document_> relationship N:1
- Answered
-
Need optimize this script
let s1 := if Status = 1 then 1 else 0 end; let s2 := if Status = 2 then 2 else 0 end; let s3 := if Status = 3 then 3 else 0 end; if s1 then let reply := dialog(" 🟢 Audit To History",…
-
Kumulative Hours for Diagram on Chart table
I have the Cumulative Hours by 'Year Month' field On the View Cumulative Hours, now I need adapt this formula on the botton 'ADD info Dates' for View on Chart table the Cumulative Hours by Months.…
- Answered