Dynamic pff

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
khurshid.arshad
Posts: 571
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

Dynamic pff

Post 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();
Attachments
Screenshot_2020-03-20-16-03-18.png
Screenshot_2020-03-20-16-03-18.png (29.1 KiB) Viewed 1594 times
Screenshot_2020-03-20-15-39-09.png
Screenshot_2020-03-20-15-39-09.png (35.55 KiB) Viewed 1594 times
aaronw
Posts: 561
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: Dynamic pff

Post 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.
Post Reply