csv export
Posted: 08 Mar 2006, 14:53
hello,
how can i export the custom files in the csv file?
the page http://www.futureware.biz/blog/index.ph ... &tb=1&pb=1 can`t help me, is there any other answers for this problem to show the custom fields?
in the code is typed:
# In addition, you can use the following:
# - "selection" for selection checkboxes.
# - "edit" for icon to open the edit page.
# - "custom_xxxx" were xxxx is the name of the #222288">custom field that is valid for the
# current project.
so i must only made this change?
$t_columns[] = 'custom_' . $t_desc['name'];
to =>
$t_columns[] = 'custom_field_1' . $t_desc['name'];
$t_columns[] = 'custom_field_2' . $t_desc['name'];
$t_columns[] = 'custom_field_12' . $t_desc['name'];
...
thank you,
faSci...
how can i export the custom files in the csv file?
the page http://www.futureware.biz/blog/index.ph ... &tb=1&pb=1 can`t help me, is there any other answers for this problem to show the custom fields?
in the code is typed:
# In addition, you can use the following:
# - "selection" for selection checkboxes.
# - "edit" for icon to open the edit page.
# - "custom_xxxx" were xxxx is the name of the #222288">custom field that is valid for the
# current project.
so i must only made this change?
$t_columns[] = 'custom_' . $t_desc['name'];
to =>
$t_columns[] = 'custom_field_1' . $t_desc['name'];
$t_columns[] = 'custom_field_2' . $t_desc['name'];
$t_columns[] = 'custom_field_12' . $t_desc['name'];
...
thank you,
faSci...