Rafael
-
Need Transfer only the last Date.
I'm trying to modify this script so that it only transfer the last of the three Rev Date. In this example it transfers doc with Rev B, not transfer Rev A, or is I have Rev 0 no transfer neither Rev A,…
- Answered
-
Need Help Here
@Fred Hi Fred Need help here, need to display the data in DatosCSVText, the botton work in 'Archivo CSV' but need display the data in DatosCSVText Thanks.…
- Answered
-
Way to activate a Choice field
Is there a way to activate a Choice field once a data transfer script has execute to another table. The Choice field has two options, No Transferred by default and Transferred.…
- Answered
-
csv export problem.
'Ver Archivo CSV' := null; let xMd := 'Busqueda por Mes'; let registros := select 'Datos Transferidos' where month(Date) = xMd; let csvContent := "Cliente,Date,Transferido Dato 1,Transferido Dato 2,…
- Answered