CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> CodeCharge Studio -> PHP

 CCDLookup

Print topic Send  topic

Author Message
bb
Posted: 03/21/2004, 3:40 PM

Is there a way to create a working CCDLookup that will reference a column in a Record Form's recordset that is NOT shown on the Form? Something like the following where "$Order_Detail" is the form name and "hosting_index" is the db field name?

    $result = CCDLookUp("product_cfg_invoice_desc", "Product_Configurations", "product_cfg_index=".$Order_DetailDataSource->f("hosting_index")->GetValue(), $DBMIS);
donsafar


Posts: 90
Posted: 03/21/2004, 4:07 PM

If the field is selected in the query builder (you checked all or make sure this field has a checkmark), you can reference it like this.
$result = $recordformname->ds->f("product_cfg_invoice_desc");

_________________
Don Safar
View profile  Send private message
bb
Posted: 03/21/2004, 4:57 PM

Thank you!

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.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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