Search found 6 matches

by Iguane_95
02 Jul 2007, 13:07
Forum: General Discussion
Topic: Custom fields in printing options and excel reports
Replies: 12
Views: 27132

Thanks for you answer

Now i have a little difference between header and data
just one column of difference

Mantis 1.0.8

**
* Get custom fields
*
* Get custom fields for Excel output
* Only fields which are selected on printing options will
* be sent to output. This step is adopted from an ...
by Iguane_95
02 Jul 2007, 09:13
Forum: General Discussion
Topic: Custom fields in printing options and excel reports
Replies: 12
Views: 27132

Hi,
around line 506, right after !

In the script print_all_bug_page_excel.php, this line number 506 doesn't exist.

the max line in my script is 466

Where do you insert this line ?
Code:
$t_related_custom_field_ids = custom_field_get_linked_ids( $v_project_id );

Thanks for you answers
by Iguane_95
08 Jun 2007, 10:45
Forum: Customizations
Topic: A custom field with type as list linked to file
Replies: 0
Views: 3484

A custom field with type as list linked to file

Before to program, I'd like to know if the code exist about a custom fields list dynamic linked to a file.

THanks for you answer .
by Iguane_95
07 Jun 2007, 09:05
Forum: Customizations
Topic: How to add custom field-value list should change dynamically
Replies: 2
Views: 6849

Sorry

I find the answer
for information the separator of syntax is |
for example Cat1|Cat2|Cat3

Thanks
by Iguane_95
07 Jun 2007, 08:51
Forum: Customizations
Topic: How to add custom field-value list should change dynamically
Replies: 2
Views: 6849

syntax to declare for the cusom filed of type List

I want to declare a custom field
the type of this field is List, but i don't know the syntax to declare the list .

Can you give me the syntax ?

Thanks for you answer
by Iguane_95
06 Apr 2007, 13:49
Forum: Help
Topic: Change a subproject into a project
Replies: 1
Views: 3279

Change a subproject into a project

Hi,

I want to change a subproject into a project .
do you know update procedure in sql or other ?

Thanks