Here is the calling code:
- Code: Select all Expand view
::oPanelCalex = TPanel():New( 0, 175, ( nHeight ), ::oCwnd:nWidth, ::oCwnd:oWndClient )
And here is the generated error:
- Code: Select all Expand view
Error description: Error FiveWin/6 Cannot create window or control:
Class: TPANEL
Caption:
System Error: Cannot find window class.
Stack Calls
===========
Called from: .\source\classes\WINDOW.PRG => WNDCREATEERROR( 766 )
Called from: .\source\classes\WINDOW.PRG => TPANEL:CREATE( 747 )
Called from: .\source\classes\TPANEL.PRG => TPANEL:NEW( 49 )
Called from: D:\Projects\MLS2013\Source\tCodeJock.prg => MPCAL:BUILDPANELS( 552 )
What I have tried:
1) I can't replicate the problem on my computers, nor do other clients report this problem
2) The one business that has the problem has seen it on two ( maybe more ) computers. One uses Windows 7 , the other XP
3) I thought it might be a resources issue so I had them increase RAM from 2GB to 4GB on the Win 7 computer.
4) We thought it might be another program, so I issued a s SysRefresh when it finished processing.
5) The frequency of this occurring is escalating.
What I need to know:
1) What does that error actually mean
2) What paths might I follow to stop it.
Thanks.