View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
saintigny saintigny is offline
external usenet poster
 
Posts: 1
Default OWC Spreadsheet focus

I use OWC spreadsheet in a C++ application (integrated in CDialog).
The spreadsheet is feeded with realtime data, and some fields can be
modified by users at the same time. The problem is as soon as SetValue is
called, focus on edited cell is lost. So with a high frequency of realtime
data, it is nearly impossible realize any edition. Is there any solution to
this problem ?