Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=2127162
By: dashohoxha
Would it be better if we can access the templates and recordsets
of the $webPage like this: ?
$webPage->"tpl_$tpl_id";
$webPage->"tpl_$wb_id";
$webPage->"rs_$rs_id";
and then:
$webPage->"tpl_$wb_id"->$sub_wb_id;
$webPage->"tpl_$tpl_id"->$sub_wb_id->$sub_sub_wb_id;
$webPage->"tpl_$tpl_id"->$sub_wb_id->$sub_sub_wb_id->parent;
$webPage->"rs_$rs_id"->MoveNext();
$webPage->"rs_$rs_id"->fld_name;
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=135220
|