PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Related Table - Combo
Related Table - Combo
Iniciado por Robert PICHLER, 24,ago. 2011 14:35 - 1 respuesta
Miembro registrado
1 mensaje
Publicado el 24,agosto 2011 - 14:35
hello,
I am new to Webdev and created my first project with RAD.
I have a Page with Orders: PAGE_Table_Orders where all orders are listed.
I would like to extend this page with a Combo, where the user can select a customer and then the Table should be refreshed / filled with all orders from this Customer.

What I have done so far: (not working!)
a) customized the the query for the table (embedded query) with one parameter: Param_CustomerID


b) In "Whenenver Modified COMBO_CustomerID" I tried to pass the parameter
Param_CustomerID = COMBO_CustomerID or PAGE_Table_orders$Query.Param_CustomerID = COMBO_CustomerID

Nothing works! How can I reference to the embedded query parameter?
Thank you for your help!
Publicado el 06,septiembre 2011 - 01:20
In the code section, try

PageDisplay() or
PageRefresh()

HTH
Sebastian