CodeCharge Studio
search Register Login  

Visual PHP Web Development

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

YesSoftware Forums -> CodeCharge Studio -> PHP

 CCGetListValues

Print topic Send  topic

Author Message
yelbuga

Posts: 7
Posted: 02/07/2005, 2:13 AM

hi,
i want to use this func.
in an editable grid.
depends on a row item value.

on before show event of this list item, i write the code but it shows all the items in table. (not row's)

pelase help..
View profile  Send private message
Nicole

Posts: 586
Posted: 02/07/2005, 2:49 AM

Hello,
You didn’t describe why you want to re-create a listbox in each row but I suppose that you want to use different WHERE parameter of a listbox in different rows. In this case there’s no need to re-create a listbox, you just need to re-populate it using new WHERE. I provide a sample code for Before Show event of a listbox:
   
//create Where   
$form_name->ListBox1->ds->Where= $New_Where;  
//forse listbox to re-populate for each row  
$form_name->ListBox1->Prepare();  

_________________
Regards,
Nicole
View profile  Send private message
yelbuga

Posts: 7
Posted: 02/10/2005, 6:03 AM

thanks. that's working.
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.