User defined table form -- otrans.refresh

A refresh is effectively a GetByID so you can simulate a refresh by calling oTrans.GetByID, precede it with a .clear();

If you have a chance I would report Refresh not working on the UD table to Epicor.

Jim Kinneman
Encompass Solutions, Inc
E9.
I'm customizing the form for UD15.  I could really use an oTrans.Refresh method in order to refresh the form with the current data, but it's not available in this context.  Does anyone know of a substitute method?  I've tried putting the adapter's dataset into the epidataview and then running the dataview's Notify method, but this seems to knock out all of Epicor's built in Refresh functionality thereafter.

Thanks
Eric
Might be considered a kludge but I have in the past defined a hot/shortcut key for the refresh button and then used the sendkey to activate it.

Jim Kinneman
Encompass Solutions, Inc
The refresh button doesn't appear to work in the user defined form either -- you have to use the search button to change the contents, even before any customization ...

Eric