Hi,
If ever I need to read the changed record of a subfile I do the following
Readc SFL01
Dow Not %EOF(SFL01)
Readc SFL01
<Some operations>
EndDo
It works fine and I am able to get all the changed records of the subfile. As per my understanding SFLNXTCHG will also give me the changed recrods of a subfile. So what is the diff between the two?
Thanks!
If ever I need to read the changed record of a subfile I do the following
Readc SFL01
Dow Not %EOF(SFL01)
Readc SFL01
<Some operations>
EndDo
It works fine and I am able to get all the changed records of the subfile. As per my understanding SFLNXTCHG will also give me the changed recrods of a subfile. So what is the diff between the two?

Thanks!






...
Comment