Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using the program when it is under modification

Former Member
0 Likes
546

Hi Experts ,

I have a big program with around 17 screens , 20 includes and some function modules in my development system.Some of the users are using this program in development server for their testing purpose daily to test new test cases.Now , we have a requirement of modifying this program but at the same time users wanted to use the old program till modification is complete.

Do we have any option to achieve this requirement other than copying the old program to a new program ?

Thanks in advance ,

Joby

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
514

Hi,

The best solution is to copy the program to another Z program.

4 REPLIES 4
Read only

Former Member
0 Likes
515

Hi,

The best solution is to copy the program to another Z program.

Read only

Former Member
0 Likes
514

HI ,

U create a version of the program and using version u can easily compare the old and new program...

how to create version: --

goto -


click on Utilities menu bar -> goto version and click on generate version ..

how to compare : --

goto -


click on Utilities menu bar -> goto version and click on version management ..-> select your craeted version and click on COMPARE BUTTON....

or another way to create a Z program.

Read only

Former Member
0 Likes
514

Hi,

Just activate the changes once when all your modifications are done like at the end of the day or whatever time the testing is not going on. Until then just save the code.

Regards,

Anil.

Read only

0 Likes
514

Hi

If the number of users is not too high, may be you can do a check on the user id to skip the new part of the code if the user id correspond to one of the users (you can store the users in a specific table).