Thierry
|
| Posted: 08/05/2002, 2:27 AM |
|
do I miss something , i got parse error call to a member function on a non object
great thanks
<?php
//BindEvents Method @1-038522BE
function BindEvents()
{
global $eventype;
$eventype->CCSEvents["BeforeShowRow"] = "eventype_BeforeShowRow";
}
//End BindEvents Method
function eventype_BeforeShowRow() { //eventype_BeforeShowRow @4-07934E5B
global $eventmaster;
global $DBmysql_dsn;
$number = CCDLookUp("count(*)", "events", "events.eventype_id=" .$eventmaster->eventype_id->Value, $DBmysql_dsn);
$eventmaster->eventype_us->SetValue($eventmaster->eventype_us->Value.")");//Custom Code @18-2A29BDB7
// -------------------------
// Write your own code here.
// -------------------------
//End Custom Code
} //Close eventype_BeforeShowRow @4-FCB6E20C
|
|
|
 |
Nicole
|
| Posted: 08/06/2002, 5:00 AM |
|
Thierry,
lets continue the thread: http://www.gotocode.com/disc_viewt.asp?mid=13497
where the SAME problem has been reported.
|
|
|
 |
|