Friday, April 8, 2011

Running XML Publisher report in AE using PS Query Data Source

/*fill prompt record*/
&rcdQryPrompts = &ReportDef.GetPSQueryPromptRecord();
If Not &rcdQryPrompts = Null Then
    If Not Prompt(&ReportDef.GetDataSource().Name, "",&rcdQryPrompts) Then         Exit;
    End-If;
    &ReportDef.ProcessReport(&sTemplateId, %Language_User%Date, &sOutputFormat);
End-If;

No comments:

Post a Comment