Hi, when i export to Text Files the file is always empty (0 bytes), what am i doing wrong? thanks -- Guillermo Castaño Acevedo Gerente de Sistemas - Grupo Millennium Ltda GuillermoC@GrupoMillennium.com www.GrupoMillennium.com
You need use the File | Print To File setup dialog in the report designer to configure which components you would like to export. Its easiest to use the dialog, but you can also configure the report programmtically by setting the Band.Save property to True and for each label/dbText set Component.Save property to true. Set Component.SaveOrderFor to control the ordering and for fixed length format you must also set SaveLength.
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
you have to define the output first. See menu 'Print to File Setup ...' in
the file menu.
regards,
Chris Ueberall;
You need use the File | Print To File setup dialog in the report
designer to configure which components you would like to export. Its
easiest to use the dialog, but you can also configure the report
programmtically by setting the Band.Save property to True and for each
label/dbText set Component.Save property to true. Set
Component.SaveOrderFor to control the ordering and for fixed length
format you must also set SaveLength.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com