Hello,
I have a browse where all my shipments are listed.
The planner goes to the sipment he want's to view and then Enters. With the Enterkey he comes in the detailscreen. Here he can view and edit the shipment details.
When he quits he comes back into the browser to select another shipment.
Now the question is as following.
Ad the moment the refresh in the program is
SET REFRESH TO 3,1
But because of performance issues we want to go to NoRefresh.
I thougth this should be simple by doing SET REFERSH TO 0,0. But when i Enter the shipment i use SET FILTER TO because the shipment can come into a status so that the browse/filter filters him out and that would give me a End Of File Endcounterd when issueing the GATHER with changes.
Now when i use SET FILTER TO the refresh is activated again.
Which i previously set to 0,0.
I tryed to do again SET REFRESH TO 0,0 but that had no affect.
The second thing i tryed was NOREFRESH in the browse but this also didn't work.
Has anyone have a sollution for this strange problem??
I check the help file for the command SET REFRESH but sollution was found.
Thanx in advance
I have a browse where all my shipments are listed.
The planner goes to the sipment he want's to view and then Enters. With the Enterkey he comes in the detailscreen. Here he can view and edit the shipment details.
When he quits he comes back into the browser to select another shipment.
Now the question is as following.
Ad the moment the refresh in the program is
SET REFRESH TO 3,1
But because of performance issues we want to go to NoRefresh.
I thougth this should be simple by doing SET REFERSH TO 0,0. But when i Enter the shipment i use SET FILTER TO because the shipment can come into a status so that the browse/filter filters him out and that would give me a End Of File Endcounterd when issueing the GATHER with changes.
Now when i use SET FILTER TO the refresh is activated again.
Which i previously set to 0,0.
I tryed to do again SET REFRESH TO 0,0 but that had no affect.
The second thing i tryed was NOREFRESH in the browse but this also didn't work.
Has anyone have a sollution for this strange problem??
I check the help file for the command SET REFRESH but sollution was found.
Thanx in advance