Easy to Create, Easy to Change - Easy to use!


Fatal Error in Export


Started by diego fernando Ocampo
Search
You will need to Sign In to be able to add or comment on the forum!

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 ;

-- Neto_Pagar     ; 

-- 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

Written by diego fernando Ocampo 06/03/14 at 02:10:28 DataEase for Windows 7.x

Re: Fatal Error in Export

You can not use "in order" when export.

If you want to have records sorted in order you must fiirst enter all records in temp form with sort order. Then export data from temp form.

Written by Roar Andersen 07/03/14 at 19:01:11 DataEase for Windows 7.x