Help me understanding table creation

veeco

Client
Регистрация
27.05.2011
Сообщения
112
Благодарностей
1
Баллы
18
Hello,
i want to output table , this is why i create a table in project with predefined header, and then i would like to fill the cell and columns.

i have variable to control row

so i add table processing 'node'

  • Select Table
  • Select "Record Cell"
  • Value : {-Variable.FirstName-}
  • Row: {-Variable.tblRowprocess-}
  • Column: A

and then i add other 'node'

  • Select Table
  • Select "Record Cell"
  • Value : {-Variable.LastName-}
  • Row: {-Variable.tblRowprocess-}
  • Column: B

and then add 3 other node...

The problem is, when i on debug mode, it had error "Index was outside the bounds of the array" on the first table processing node.

so i thought it might be because i forget to add line... but after i addline with Row set to 1
the same problem still happen

Any idea what's wrong ?
 

veeco

Client
Регистрация
27.05.2011
Сообщения
112
Благодарностей
1
Баллы
18
For visual explaination:
zenno_table.jpg
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
Check what value {-Variable.tblRowprocess-} has during debug. It seems problem is there. And what's version of ZP it is
 

veeco

Client
Регистрация
27.05.2011
Сообщения
112
Благодарностей
1
Баллы
18
tblRowprocess is set to 1... the debug window show it without problem..

my zp is 4.3.0

Thanks
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)