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
Logic to Call other PEN
-
yanina
- Posts: 60
- Joined: October 31st, 2016, 9:37 am
Logic to Call other PEN
You do not have the required permissions to view the files attached to this post.
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: Logic to Call other PEN
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
Josh, thank you very much for your quick respond. Very appreciate
Yanin
Yanin
-
MrTaco
- Posts: 128
- Joined: November 18th, 2014, 1:55 am
Re: Logic to Call other PEN
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
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: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: Logic to Call other PEN
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.