[progress Communities] [progress Openedge Abl] Forum Post: Re: Failure To Load Image For Button

  • Thread starter Thread starter Garry Hall
  • Start date Start date
Status
Not open for further replies.
G

Garry Hall

Guest
The -3 in the message means the AVM failed to read the file data. It was able to open the file (using the CreateFile Win32 API), but ReadFile() failed. The diagnostics do not extend to showing what the error from ReadFile was. You might get some help from the MSDN ReadFile doc, but to know what the error was, you might try SysInternals ProcMon on the process. If that is not an option due to the infrequency of occurrence, log a call with Tech Support to get a debug module to display more information.

Continue reading...
 
Status
Not open for further replies.
Back
Top