CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Fatal error: Call to undefined function: setvalue(

Print topic Send  topic

Author Message
yeppers
Posted: 06/30/2002, 2:52 PM

This is driving me nuts. Trying to set a value for a label field
and I get the undefined function error.
Anybody know why????
Here's the function:

function products_BeforeShow() { //products_BeforeShow @3-8FD3DA8F

//Retrieve Value for Control @73-9F64F5D2
global $products;
$value = "What the heck?";
$products->customer_name->SetValue($value);
//End Retrieve Value for Control

} //Close products_BeforeShow @3-FCB6E20C
Joachim Uersfeld
Posted: 06/30/2002, 3:07 PM

Put your code in the BeforeShow event of the field customer_name, not in the event of the form.

   


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.