Win2k Terminal + VB6 Program have Auto Redraw Error

  • Thread starter Thread starter Wei
  • Start date Start date
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
 
Try running this program from the console of the terminal
server to see if the same problem occurs there. If it
does occur there, then the problem most likely doesn't
deal with terminal services.

-M
 
Thank you , I will try it

Matthew Harris said:
Try running this program from the console of the terminal
server to see if the same problem occurs there. If it
does occur there, then the problem most likely doesn't
deal with terminal services.

-M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top