Grid not fetched

sonal_m

Active Member
I created a headerless detail form and i am calling it from a find browse form in edit passing form control.
They are coming fine but the grid records are not getting fetched.

I even tried putting fc value in gc in post dialog is initialised but nothing happened.

can anyone please help on this.
 
Hi, Did you add the FC variable also into the Grid? Then on the FC variable's Filter option, select '='.
In the Grid, click Automatically Find on Entry option.
This will fetch all the records for a given value of the FC variable.
Hope this helps.
 
sonalmangnani,

Sydney ... mmm ... only 70-80 kms north of me.

To answer your question, try the Find (menu hyperitem) button clicked (event) to apply your criteria (to QBE - query by example - columns or to Form Controls that are used to filter).

Beyond that it is a little difficult to help as you haven't provided a great deal of information. Your JDE config would be a good start and then whether the application to which you refer is (modified) standard or custom.
 
Did you set up the FC values as filters? Did you set the grid option to automatically find on entry?
 
thanks all...I made a very silly mistake though !! I did not checked in "Auto find on entry" and that was the issue..but thanks for your help.
smile.gif
 
Back
Top