
Rafael
-
Send Email no error, but don't work
let today := today(); for i in select INVOICE do if i.'BALANCE DUE' > 0 and i.'DUE DATE' - 7 = today and i.Reminder = null then let message := "Estimado cliente, su factura #" + i.…
- Answered
-
Output format doesn't work for me
vTme: format(Time, "hh:mm"), vTo: format(To, "hh:mm"), vThrs: format('Total Hrs', " hh:mm"), I have two time field, Time and To. Other formula field (To - Time) the output format doesn't work for me
- Answered
-
Word Template Problem
let vTbl := ((select 'EAT Documentos') order by Areas); let vObj := vTbl.{ vTotal: sum((select 'EAT Documentos').Presupuesto), vFGst: format('Fecha Real 5', "DD.MM.…
- Answered
-
Optimize code, some Help
" Se seleccionan los nombres de las SubAreas "; let subar1 := first(select 'EAT Documentos' where SubAreas = 1).SubAreas; let subar2 := first(select 'EAT Documentos' where SubAreas = 2).…
-
Problem with HTML
let ipc := (select WBS where text(IPC) like 1); let css := " <style> single{ font-size:medium; text-align:center; color:silver; font-family:Helvetica; } </style> "; let content :…
- Answered