Hello i'm working with two separate programs which the id need to be linked between programs.
The first program will have 3 idenfitier (id1,id2,and id3), the second program also have a similar identifiers. I want to make the second program's identifier, to directly filled with the first program's identifiers everytime new cases selected. is that possible ? Thank you <(_ _)>
Two Programs, Same ID
-
Cesavhi
- Posts: 10
- Joined: March 25th, 2018, 12:10 am
Two Programs, Same ID
You do not have the required permissions to view the files attached to this post.
-
Gregory Martin
- Posts: 1947
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: Two Programs, Same ID
I suggest looking at Session 8 (Menu Programs) from the workshop materials: https://www.csprousers.org/resources/CS ... rkshop.pdf
Page 66 shows how to use the Key PFF attribute to prefill IDs.
Page 66 shows how to use the Key PFF attribute to prefill IDs.
-
khurshid.arshad
- Posts: 618
- Joined: July 9th, 2012, 11:32 am
- Location: Islamabad, Pakistan
Re: Two Programs, Same ID
Dear please see attached file.
I am using two different ways to store the ids in program 1. I am using list statement in the first and second ways using the loadsetting function.
I am using savesetting function in the menu to use the loadsetting function in the program.
For more details, please see
Tutorial on: Forcase Statement
https://youtu.be/73vBCcGQOnA
CSPro: User and Configuration Settings
https://youtu.be/5weHqTg1bFk
Best.
a.
I am using two different ways to store the ids in program 1. I am using list statement in the first and second ways using the loadsetting function.
I am using savesetting function in the menu to use the loadsetting function in the program.
For more details, please see
Tutorial on: Forcase Statement
https://youtu.be/73vBCcGQOnA
CSPro: User and Configuration Settings
https://youtu.be/5weHqTg1bFk
Best.
a.
You do not have the required permissions to view the files attached to this post.
-
Cesavhi
- Posts: 10
- Joined: March 25th, 2018, 12:10 am
Re: Two Programs, Same ID
Thank you so much @gregory and @arshad.
i finally understood <3
i finally understood <3