Hi friends,
I want to mail from the marketing modul,from the campaigns. A button calls a report, based on the campaign-lines. So far so good. But how can I post automaticalle the campaign-number into the requestform of the report? <img border="0" title="" alt="" src="images/smiles/icon_eek.gif" />
0
Comments
Eg. Assume the report is dclared as repCampaign and CampaignNumber is a variable containing the campaign number.
repCampaign.ImportCampaignNumber(CampaignNumber);
repCampaign.SETTABLEVIEW(recCampaignLine);
repCampaign.RUN;