Logic to Call other PEN

Discussions about CSEntry
Post Reply
yanina
Posts: 60
Joined: October 31st, 2016, 9:37 am

Logic to Call other PEN

Post by yanina »

Dear Master

Need help pls

I have 2 application.
1. program1.pen and program2.pen

can I set the logic on program1.pen to call program2.pen ?
if data entry process finish on program1.pen then data entry will automatically call program2.pen

my description as screen attached.

thank you very much

Yanin
Attachments
prog1Prog2.PNG
prog1Prog2.PNG (19.05 KiB) Viewed 4661 times
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Logic to Call other PEN

Post by josh »

Yes, you can use the function execpff. Look in the help for details.
yanina
Posts: 60
Joined: October 31st, 2016, 9:37 am

Re: Logic to Call other PEN

Post by yanina »

Josh, thank you very much for your quick respond. Very appreciate

Yanin
MrTaco
Posts: 128
Joined: November 18th, 2014, 1:55 am

Re: Logic to Call other PEN

Post by MrTaco »

Dear Josh

can it be possible to you use function execpff and call number of persons from the household,
or must i use loadcase?

Thanks in advance
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Logic to Call other PEN

Post by josh »

execpff launches another CSPro application. It does not return anything from the other application. To read a value from a data file from another application you would use loadcase.
Post Reply