![]() |
Sergey Kornilov admin 11/16/2010 |
I guess you can use BeforeExportRecord event for this purpose: http://xlinesoft.com/asprunnerpro/docs/before_export_record.htm if values("FieldName")=0 then |
T
|
Tim author 11/18/2010 |
Sorry, I didn't do a good job of explaining this. Basically I want to keep the trailing zeros. So 2.10 should export as 2.10, not 2.1 |
![]() |
Sergey Kornilov admin 11/18/2010 |
The same approach - use 'View as' type 'Custom' to ensure two digits after comma. |
T
|
Tim author 11/18/2010 |
Thank you! "View As" type "Custom", then: |