Page 1 of 1

Dynamic pff

Posted: March 20th, 2020, 6:50 am
by khurshid.arshad
Dear CSPro Team;

When, I save my dynamic pff through menu and run the application, it gives me an error. Without saving, it is working fine.
Please advise.
Best.
a.

Code: Select all

		processing_pff.setproperty("Version", "CSPro 7.3");
		processing_pff.setproperty("AppType", "Entry");
		processing_pff.setproperty("StartMode", "Add");
		processing_pff.setproperty("FullScreen", "Yes");
		processing_pff.setproperty("Application", "..\102_Menu\Processing_Code.ent");
		processing_pff.setproperty("InputData", "|type=None");
		processing_pff.setproperty("Parameter", Parameter);
		processing_pff.setproperty("OnExit","../101_login/NSER.pff");
		processing_pff.save("..\102_Menu\Processing_Code.pff");
		processing_pff.exec();

Re: Dynamic pff

Posted: March 20th, 2020, 5:38 pm
by aaronw
Thanks for reporting this. We were able to reproduce it and it has been fixed for CSPro 7.4. As a workaround, I recommend not saving it (shouldn't be necessary) or save it with a new name.