Refresh Grid Data

philjde

Member
Hi List,

Is there a way in OW to refresh the Grid Data from a Header Control. Ex. We
have a field in the header info. that when the user exists that field we
want to update the grid data with that information.

Thanks in advance.
_____________________________________________________________________________________
Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com
 
You can add an event rule on the header field to push the Find button again
when the header field is exited. Is this what you mean?

Tom Messer
Bachwell, Inc.
----- Original Message -----
From: "philjde" <[email protected]>
To: <[email protected]>
Sent: Wednesday, December 13, 2000 12:45 AM
Subject: Refresh Grid Data ~~0:2572


> Hi List,
>
> Is there a way in OW to refresh the Grid Data from a Header Control. Ex.
We
> have a field in the header info. that when the user exists that field we
> want to update the grid data with that information.
>
> Thanks in advance.
>
____________________________________________________________________________
_________
> Get more from the Web. FREE MSN Explorer download :
http://explorer.msn.com
>
>
>
>
> --------------------------
> To view this thread, visit the JDEList forum at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OW&Number=
2572
> *************************************************************
> This is the JDEList One World / XE Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
> *************************************************************
>
>
 
You have to add logic with one counter variable and one loop. Counter will go from 1 to (Get Max Grid Rows) or (Get Max Grid Rows)-1 depending of form type. In the loop fetch (Get Grid Raw) and update matching GC.

Regards,
Bojan.
 
Back
Top