Hello there
I have included the below code
But the record doesnt come. If i do refresh or first or last set, the records are displayed. But the record doesnt come at first.
Things i have tried
a) All the values of variables are coming perfectly
b) EXTEND_APPEND, EXTEND_OVERWRITE
c) Changed the specific start command to find.data etc
What the session currently is
a)Display, List Wondow
Any Clues?
I have included the below code
Code:
before.program:
import("bpid.f",bpid.f)
import("bpid.t",bpid.t)
import("docd.f",docd.f)
import("docd.t",docd.t)
query.extend.where("tfgen200._index1 inrange {:bpid.f} and {:bpid.t} and tfgen200.dcdt inrange :docd.f and :docd.t")
Things i have tried
a) All the values of variables are coming perfectly
b) EXTEND_APPEND, EXTEND_OVERWRITE
c) Changed the specific start command to find.data etc
What the session currently is
a)Display, List Wondow
Any Clues?