report

Converting Console app to Windows Service

自作多情 提交于 2020-08-24 08:19:43
问题 Am trying to convert my console application, which generates pdf reports, into a windows service. My code is as follows. Am I on the right direction? I installed this service and start/stop works fine but no report is generated! The console app alone works fine to generate Output.pdf. My aim is to Generate ouput when the service starts. class Program : ServiceBase { public Program() { this.ServiceName = "My PdfGeneration"; } static void Main(string[] args) { ServiceBase.Run(new Program()); }

Parameter not passing from controll class to DP class Report AX 2012

时光毁灭记忆、已成空白 提交于 2020-07-24 02:54:52
问题 I have created a RDP report without query , only with classes: contract, controller data provider and I am having issues the parameters passing to rdp class, in batch dialog I take the customer order selected when I click ok nothing appears it doesnt pass the value to dp class(it is suppozed to show the sales order related to that customer). Any suggestion or it is just a AX service problem ? 回答1: Even though it's been years, but I don't see any answer accepted - so will suggest an answer.

Parameter not passing from controll class to DP class Report AX 2012

橙三吉。 提交于 2020-07-24 02:47:10
问题 I have created a RDP report without query , only with classes: contract, controller data provider and I am having issues the parameters passing to rdp class, in batch dialog I take the customer order selected when I click ok nothing appears it doesnt pass the value to dp class(it is suppozed to show the sales order related to that customer). Any suggestion or it is just a AX service problem ? 回答1: Even though it's been years, but I don't see any answer accepted - so will suggest an answer.

Parameter not passing from controll class to DP class Report AX 2012

可紊 提交于 2020-07-24 02:47:10
问题 I have created a RDP report without query , only with classes: contract, controller data provider and I am having issues the parameters passing to rdp class, in batch dialog I take the customer order selected when I click ok nothing appears it doesnt pass the value to dp class(it is suppozed to show the sales order related to that customer). Any suggestion or it is just a AX service problem ? 回答1: Even though it's been years, but I don't see any answer accepted - so will suggest an answer.