cancel
Showing results for 
Search instead for 
Did you mean: 

any idea regarding display of forms !!

Former Member
0 Kudos

Hi,

I want that on select of date range all the orders and the suborders of that orders that falls in that date range should be diaplayed on the next screen

Say if the no of orders is 2 and suborder against both orders is 2 then details of all the 4 should be displayed on the next screen on click of "submit" and between the two order detail some demarcation line should appear.

Can anyone suggest any ideas regarding how to make this possible.

With Regards

kamlesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Kamelsh,

1. You have to create WD component to display one order/suborder

2. You have to create dynamically as many instances of this component as number of order/suborders selected

3. You have to alter dynamically result view to include corresponding number of ViewContainerUIElement-s and separators.

VS

Former Member
0 Kudos

Hi Valery,

Thanx for guiding me.

Is thr any document available on this very objective so as to get a clear picture regarding how achive this objective, or if u hav done the same please guide me through the steps req.

With Regards

kamlesh

Former Member
0 Kudos

Look for the Master-Detail tutorial!

Regards Mario