|
|
Sergey Kornilov admin 5/19/2008 |
|
Starting with version 5.2 ASPRunnerPro uses field names instead of labels so export file can be imported back to the database. sub WriteTableData if rs.EOF then exit sub '// write header response.Write "<tr>" if REQUEST("type")="excel" then foreach Fields as @f filter @f.bExportPage order @f.nExportPageOrder##response.Write "<td style=""width: 100"" x:str>" & PrepareForExcel("##@f.strLabel s##") & "</td>" endfor |
|
|
R
|
Rhoffman author 5/20/2008 |
|
That worked. Thanks. |
|
|
A
|
apensler 11/7/2008 |
|
I am trying to find the way to export label names rather than field names on 6.0 and I cannot find it. The 5.2 instructions do not appear to be the same. |
|
|
J
|
Jane 11/11/2008 |
|
Al, |
|
|
M
|
mmhsymon 6/23/2009 |
Al, above instructions work for ASPRunner 6.0 as well. Where do you make your changes?
|
|