CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 Change datasource value on ds_AfterExecuteSelect .

Print topic Send  topic

Author Message
kshok

Posts: 4
Posted: 05/29/2009, 9:04 AM

Hello every one :-)
I want Change to datasource value on ds_AfterExecuteSelect .
How can i do.

  
//master_ds_AfterExecuteSelect @2-B8D18C8D  
function master_ds_AfterExecuteSelect(& $sender)  
{  
    $master_ds_AfterExecuteSelect = true;  
    $Component = & $sender;  
    $Container = & CCGetParentContainer($sender);  
    global $master; //Compatibility  
//End master_ds_AfterExecuteSelect  
  
//Custom Code @117-2A29BDB7  
// -------------------------  
  
  
//  I want  change  AttDate  field .  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!    
    echo '<br> a ' . $master->ds->f("AttDate") ;   // Why Empty ?  
     echo '<br> c ' . $master->DataSource->AttDate->getvalue() ;   //   Why Empty ????    
     echo '<br> f ' . $master->DataSource->RecordNumber ;          //  Why 0  ?????   
    echo '<br> g ' . $master->DataSource->RecordsCount ;           //  Why 0 ?????   
    echo '<br> h ' . $Component->ds->AttDate->getvalue()  ;          //  Why Empty ????   
    echo '<br> i ' . $master->DataSource->RecordsCount ;            //  Why 0 ????   
  
// -------------------------  
//End Custom Code  
  
//Close master_ds_AfterExecuteSelect @2-2A779DF1  
    return $master_ds_AfterExecuteSelect;  
}  
//End Close master_ds_AfterExecuteSelect  
View profile  Send private message
kshok

Posts: 4
Posted: 06/03/2009, 2:19 AM

View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.