Hi
I have a Weblist1 with all default fields. I want to add few fields from Weblist 1 to Weblist2 using ADD button & then click on View to check the fields added are available in generated report
I am able to add the fields using following code but the same are not visible in generated report. When i go back to addition screen, those added fields are missing from Weblist2
Code used:
Plz help
I have a Weblist1 with all default fields. I want to add few fields from Weblist 1 to Weblist2 using ADD button & then click on View to check the fields added are available in generated report
I am able to add the fields using following code but the same are not visible in generated report. When i go back to addition screen, those added fields are missing from Weblist2
Code used:
Code:
Weblist1(0).select "Data" 'field Name
Add(0).Click
view(0).click
Plz help