Refresh the grid

srired

Active Member
Hi All,

We are having a requirement. It is as follows.

We have a find/browse form with a filter controls on it.Once user completed the inquiry on the form, and clicks on a Refresh button(placed on form) the form should clear all the filter values and refresh the Grid.

Any suggestion on how can we arrive at this requirement.

Thanks in Advance
Srired
E9
 
Srired,

Within your on-form "Refresh" button - clear the filter fields (set them to *??) before the Push-Button/Find event line.

Isn't that what you are asking?

(db)
 
[ QUOTE ]
Within your on-form "Refresh" button - clear the filter fields (set them to *??) before the Push-Button/Find event line.


[/ QUOTE ]

that's also the 1st thing that came to my mind.
 
Hi Srired,

[ QUOTE ]
clear all the filter values and refresh the Grid.


[/ QUOTE ]

What do you mean exactly "refresh the Grid"?

If do you mean "Clear" the grid, then simply issue a:
Clear QBE Column(FC Grid, <All Columns>)
System Function call (Grid Category).

By the way, clearing filering in QBE columns, simply issue a:
Clear QBE Column(FC Grid, <All Columns>)
System Function call (Grid Category).

Hope, this helps.

Regards,

Zoltán
 
Hi,

Thanks for the response.

Yes Zoltan, we tried a set user selection statement and is working fine. Was wondering if we have JDE feature in form to do the same without any ER written.

Thanks in Advance,
Srired
E9
 
Hi Srired,

I am confused a bit after your reply.
confused.gif


Please, check your original post, my reply and you reply for the previous. Thanks.

...or clarify your issue/scenario more detailed - maybe I misunderstood your issue.

Regards,

Zoltán
 
Hi Zoltan,

No, you got it right. We are looking for clearing the grid values.

We have a grid on F0006.We have written some thing like this.

On Button clicked :

Clear Selection
Set Selection Append Flag <No>
Set User selection AN8 with Blank Value.Its working fine.

Is this system function you mean or a different approach(if so let me know). I was looking for any Form property available in JDE with out any ER written.

Thanks,
Srired
E9
 
Back
Top