1. WIN32Lib Error
- Posted by robert at wyotaz.com Mar 27, 2002
- 413 views
I keep getting this error message when I try to close down a Modal Window: C:\EUPHORIA\include\Win32Lib.ew:10135 in function fDoLVN_GETDISPINFO() subscript value 3 is out of bounds, reading from a sequence of length 1 The problems after opening and closing a certain sequence of windows. It is not sporadic, but it happens everytime I run the program. No data is being transferred through the procedures in my routines. Can anyone explain what I might be doing wrong or what I should be looking for.
2. Re: WIN32Lib Error
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Mar 27, 2002
- 435 views
Robert, Best I can suggest is to consider the following info from MS & see if it prompts some understanding about what your code might be doing, or user causing to happen (looks like you're doing something in a listview): " LVN_GETDISPINFO Notification http:// msdn.microsoft.com / library / en-us / shellcc / platform / CommCtls / ListView / Notifications / LVN_GETDISPINFO.asp Summary: Sent by a list-view control to its parent window. It is a request for the parent window to provide information needed to display or sort a list-view item. This notification message is sent in the form of a WM_NOTIFY message. " Dan Moyer ----- Original Message ----- From: <robert at wyotaz.com> To: "EUforum" <EUforum at topica.com> Sent: Sunday, February 24, 2002 10:00 AM Subject: WIN32Lib Error > > I keep getting this error message when I try to close down a Modal > Window: > > C:\EUPHORIA\include\Win32Lib.ew:10135 in function fDoLVN_GETDISPINFO() > subscript value 3 is out of bounds, reading from a sequence of length 1 > > The problems after opening and closing a certain sequence of windows. > It is not sporadic, but it happens everytime I run the program. No data > is being transferred through the procedures in my routines. > > Can anyone explain what I might be doing wrong or what I should be > looking for. > > > >