W
Wei
I have a problem on Win2k Termservice + VB6 Program + SQL 2K
Client : NT40 Workstation
My program run on Win2k Terminial
When user use the program for 3 to 4 hours, it will have error on set
datagrid column width
(and sometimes have problem on show the form)
datagrid1.columns(i).width = nWidth
I let the program continue , but the datagrid column's width will not
change to applicative width
(because of some long string field)
when user logout and login again it will good, but after use for
while.....it will happen again
does this problem from VB6 Code or Terminal Service ?
which direction that I do to this problem
Client : NT40 Workstation
My program run on Win2k Terminial
When user use the program for 3 to 4 hours, it will have error on set
datagrid column width
(and sometimes have problem on show the form)
datagrid1.columns(i).width = nWidth
I let the program continue , but the datagrid column's width will not
change to applicative width
(because of some long string field)
when user logout and login again it will good, but after use for
while.....it will happen again
does this problem from VB6 Code or Terminal Service ?
which direction that I do to this problem