Page 1 of 1

Two Programs, Same ID

Posted: October 26th, 2022, 4:07 am
by Cesavhi
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 <(_ _)>

Re: Two Programs, Same ID

Posted: October 26th, 2022, 7:58 am
by Gregory Martin
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.

Re: Two Programs, Same ID

Posted: October 26th, 2022, 8:12 am
by khurshid.arshad
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.

Re: Two Programs, Same ID

Posted: October 31st, 2022, 3:40 am
by Cesavhi
Thank you so much @gregory and @arshad.

i finally understood <3