Hello All,
In my application (traditional) , i have the below list record. In this, are displayed dynamically some coupons.(these are marked with red colour)
Also i have add a tag with label "Προβολή" (marked with blue colour). This tag will be linked with an action, in which the coupon value will be inserted as input parameter.
The end user will select the desired coupon (marked with red) and then will click then tag with label "Προβολή" (marked with blue colour).
Any suggestion/advise how to implement it?
Note that the coupons, as i describe above, calculated dynamically.
Thanks in advance.
Hi George,
There you go.
I have a list of users and I'm saving the UserId when clicking on an element list. On your case you should save the coupon code in a variable.
When clicking on the second button, you can see that I'm using the value stored in the variable to show. You should use it according to your needs.
Kind Regards,João
I presume your Get_Delta_Sinopsi query that you bind to the list has an attribute with the coupon code, right?
In that case, whenever you click on the element list, you can save the coupon code in a local variable.
And then use the value stored in that local variable on the action triggered when you click the tag below.
Thanks for your fast reply! Yes, you are right.
Can you provide an example oml for your suggestion?
It works fine, many thanks!