Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: for Mr. Rao - xBrowse
Posted: Sat May 02, 2015 11:07 AM
Present day's communication speeds are far better than they used be a decade back.
More than a decade back I was using xbrowse on WAN with very low speeds of 64 kbps without any problem,
But we do need to take care of fine tuning the dbf and what we are doing with xbrowse.
xbrowse:
1) do not use any feature that involves full refresh.
2) avoid using any feature that depends on OrdKeyNo() ( example pajama colors)
3) if still necessary remove vertical scrollbar.
dbf:
1) keep smaller index files.
2) SET FILTER TO !DELETED() and have an index tag on DELETED(). Improves performance when there are many deleted records.
3) if you are using filters, ensure that they are fully optimized.
Regards
G. N. Rao.
Hyderabad, India