PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Related Table - Combo
Related Table - Combo
Débuté par Robert PICHLER, 24 aoû. 2011 14:35 - 1 réponse
Membre enregistré
1 message
Posté le 24 août 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!
Posté le 06 septembre 2011 - 01:20
In the code section, try

PageDisplay() or
PageRefresh()

HTH
Sebastian