FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour *Fixed* BASE/1004 Message not found: TWINDOW:LCHILDAUTOSIZE
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM

*Fixed* BASE/1004 Message not found: TWINDOW:LCHILDAUTOSIZE

Posted: Wed Jun 26, 2013 02:44 AM
Dear All,

New Error after upgrade 10.01 -> 13.05.

This is the CHILDWINDOW error occur. It will not error, if I change back to 10.01.
Code (fw): Select all Collapse
   Error occurred at : 26/06/2013, 09:38:27
   Error description : Warning BASE/1004  Message not found: TWINDOW:LCHILDAUTOSIZE

Stack Calls
===========
   Called from : source\rtl\tobject.prg => TWINDOW:ERROR(0)
   Called from : source\rtl\tobject.prg => TWINDOW:MSGNOTFOUND(0)
   Called from : source\rtl\tobject.prg => TWINDOW:LCHILDAUTOSIZE(0)
   Called from : .\source\classes\MDICHILD.PRG => TMDICHILD:NEW(150)
   Called from : D:\V5\INF\Adel\EZADEL.PRG => INFSTATUS(162)
   Called from : D:\V5\INF\Adel\EZADEL.PRG => (b)MAIN(145)
   Called from : .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE(986)
   Called from : D:\V5\INF\Adel\EZADEL.PRG => MAIN(145)
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Warning BASE/1004 Message not found: TWINDOW:LCHILDAUTOSIZE

Posted: Wed Jun 26, 2013 03:13 AM

Dutch,

Please check that you are creating your main window as MDIFRAME:

DEFINE WINDOW oWnd ... MDIFRAME

as you are creating MDICHILDs from your app, so the main window must be MDIFRAME

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM

Re: Warning BASE/1004 Message not found: TWINDOW:LCHILDAUTOSIZE

Posted: Wed Jun 26, 2013 04:30 AM
Dear Antonio,

I add "MDI" in DEFINE command and it works fine now.
Antonio Linares wrote:Dutch,

Please check that you are creating your main window as MDIFRAME:

DEFINE WINDOW oWnd ... MDIFRAME

as you are creating MDICHILDs from your app, so the main window must be MDIFRAME

Thanks.
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: *Fixed* BASE/1004 Message not found: TWINDOW:LCHILDAUTOSIZE

Posted: Wed Jun 26, 2013 08:18 AM

Dutch,

Yes, sorry, I meant MDI clause (I was thinking in Class TMdiFrame) :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion