PRG

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
TIM
Posts: 53
Joined: Tue Oct 10, 2017 12:44 pm

PRG

Post by TIM » Wed Jan 17, 2007 12:35 pm

Good day all :-)____Wonder if anyone can point me in the right direction, I am updating an old Dos RR report, ver 5 or 6, when i try and open the report in RR10 it complains that a calculated field dest_sort needs editing.____When i opened dest_sort i find that it referes to a PRG that was missing, I located the prg and dropped it in the dataset, opened R&R and it still complains, this would imply that either the use of PRG^s is no longer supported or that it needs to be in a spicific place.____Any Ideas????____Best regards____Tim

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: PRG

Post by kfleming » Thu Jan 18, 2007 9:24 am

What is the expression of dest_sort? My guess is that PRG may be a user defined function and that you may simply need to re-create it.____Kathleen__R&R Support

TIM
Posts: 53
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: PRG

Post by TIM » Thu Feb 01, 2007 1:28 pm

Hi Kathleen,____Thanks for your reply, the details of Dest sort are as follows are____post_sort(PR_HED->DEP_NAME,dest_group,dest_sort2)____The Post_sort is a Prg that the dos version of R & R calls however the windows version is not happy as becomes apparent when I open it from the CL.rp1 file with ver 10.____Regards____Tim____

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

===> RE: PRG

Post by kfleming » Fri Feb 02, 2007 10:47 am

Post_sort is a user defined function. You need to copy the file RR.UDF from the location of your old DOS RR.EXE to the windows location where RRW.EXE is installed. This should take care of things.____Kathleen__R&R Support__

Post Reply