Rafael Sanchis
-
Update n:1 to n:1
let xResponse := dialog(" UPDATE This Activity -> ", "Do you want to UPDATE This Activity To 'Control Deliverable' ?", ["Yes", "CANCEL"]); if xResponse = "Yes" then let transId := Id; let updAct :…
-
Fix Footer for inside Scroll html
@Mikro Hi Mikro, need yo fix the footer for scroll inside, something wrong or missing let table := ((select Disciplines where 'Budget Discipline' > 0) order by -'Budget Discipline'); let css :…
- Answered
-
Can open DB'S on one of my workspace
Does Anyone know why I can't load my db's on one of my workspace ans on the other Yes I can
-
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