Hello All,
I have a window with tab control where each tab has a composite datawindow on it. When I try to open window, it takes so long to open....over 3 minutes some times. I had noticed print spooler etc. was very busy and that the current printer was a network printer. The hokey workaround I noticed was to change to a non-network printer like 'Sybase DataWindow PS', 'One Note' etc. I did this programically and then changed printer back when window is finshed opening...open time drops from 10-30 seconds.
I'm looking for a better solution instead of this workaround.
Has anyone seen this behavior? Thanks in advance for any help!
Dave
Than you for reply! This window with tab control has composites on each showing results/averages of data entered in another window with identical tab control (contents different in each). This data entry with same tabs in tab control opens within 10 seconds. So it appears to me that the common denominator is contents of tabs. The results that has composites opens slow while the data entry tabs window that doesn't have composites opens quick.
So it looks like composite DWs is issue. Changing the selected printer before opening this window makes the difference between opening in over 3 minutes and 10 -30 seconds (there's a lot of calculations going on so this is very acceptable to users)...this workaround is hokey