A forum for users and developers of Kerridge KCML. This site is NOT affiliated in any way with ADP/Kerridge or any of it's subsidiaries. Our goal is to provide KCML users an information outlet - a means of communication.
If you do code in derived files remember that the RG opens all files apart from the first one in Read Only mode so you will have to clsoe and re-open it in the derived fields.
EG - In derived
If FIRST =FALSE:'gb_closefile(rg_handle(x),rg_handle(x)): ' gb_openfile .......: FIRST=TRUE:end if