
Fatal Error in Export
Currently working with DataEase 7.2.3.947 if I believe by a DQL a report to be Exported Example
for NOMINA
with Nomina_No = data-entry Nomina_Nro ;
list records
Nombre_Tercero In Order ;
Nombre In Order ;
Planilla ;
ABS(Consecutivo) ;
Estado ;
Dias ;
Nro_Cta ;
Nombre_Completo ;
IDENTIFICACION ;
-- educi_Nov_Mes .
End
export to "D:\NomClieAcumulada.txt" .
.form header
NombreCliente°NombreBanco°Planilla°CodEmpleado°Estado°Dias°NroCuenta°NombreCompleto°Identificacion°NetoPagar°Descuentos°
.items
@f[1,1]°@f[1,2]°@f[1,3]°@f[1,4]°@f[1,5]°@f[1,6]°@f[1,7]°@f[1,8]°@f[1,9]°@f[1,10]°@f[1,11]
.end
Fields are - Neto_Pagar; - educi_Nov_Mes, and these are virtual cause Fatal Error and I take a database
Someone can help me why this error happens with virtual fields when generating exports DQL as I can Fix