By: Max
Date: 2008-03-17
Time: 10:29
|
Sub-blocks in Excel
It there a tutor for Sub-block in excel?
In php, I used
$TBS->MergeBlock('blk1',$cnx_id, $sql_query1 ) ;
$TBS->MergeBlock('sub',$cnx_id," SELECT * FROM td_child WHERE (id=%p1%) ") ;
In excel, ROW 1,
[blk1.id;block=table;ope=xlNum]
ROW 2,
[sub.childname;block=Row;p1=[blk1.id]]
It only loop for 1 row. Any idea?
|