FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH2206 startup error
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
FWH2206 startup error
Posted: Thu Jun 30, 2022 08:26 PM
To All

I just downloaded FWH2206 and when I re-compile all my programs I get 2 errors on startup ... here is the first



The same program compiled with 2203 does not have any startup errors

Looks specific to FWH 2206

Any Ideas ??

Rick Lipkin
Posts: 1387
Joined: Fri May 23, 2008 01:33 PM
Re: FWH2206 startup error
Posted: Thu Jun 30, 2022 09:22 PM
Rick Lipkin wrote:To All

I just downloaded FWH2206 and when I re-compile all my programs I get 2 errors on startup ... here is the first



The same program compiled with 2203 does not have any startup errors

Looks specific to FWH 2206

Any Ideas ??

Rick Lipkin


Hi,

I think in the Html test procedure, the test messages comes.

In order to Ignoring this messages, you should write the TWindow():lHtml := .f. line at the begining of your main procedure.
Regards,



Hakan ONEMLI



Harbour & MSVC 2022 & FWH 23.06
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: FWH2206 startup error
Posted: Thu Jun 30, 2022 09:58 PM

Hakan

Thanks for your response .. I sent Ant贸nio a private e-mail ... I think this is a 2206 error ... I downloaded one of the first releases and it may have had some messages used for debugging .. Hopefully Antonio can let me know that might effect 2206 and he may already have a fix ...

I will let the forum know the outcome ..

Thanks
Rick Lipkin

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH2206 startup error
Posted: Fri Jul 01, 2022 05:22 AM
Dear Rick,

Those popups are coming from FWH\source\function\webapp.prg function CtrlsHtml( oDlg )

There we have a:
Code (fw): Select all Collapse
 聽 聽 聽 聽 otherwise
聽 聽 聽 聽 聽 聽 MsgInfo( cCtrlClass )

Commenting out that MsgInfo() will solve the problem. Our fault, really sorry.

We will publish a revised version asap removing this. You are right, we have been using it for debugging
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH2206 startup error
Posted: Fri Jul 01, 2022 05:31 AM

We have just published a revised build, please download it again

Our apologizes for this

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: FWH2206 startup error
Posted: Fri Jul 01, 2022 02:16 PM
Antonio

Just sent you a private email .. your ( new ) 2206 revision fixes the debug pop-ups .. however the error.log file still says build 2203 instead of 2206 ...

Code (fw): Select all Collapse
Application
===========
聽 聽Path and name: C:\Fox\CCI\DayCare\DCareW32.Exe (32 bits)
聽 聽Size: 7,021,568 bytes
聽 聽Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20201212)
聽 聽FiveWin 聽version: FWH 22.03
聽 聽C compiler version: Borland/Embarcadero C++ 7.4 (32-bit)
聽 聽Windows version: 6.2, Build 9200



Thanks
Rick Lipkin
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH2206 startup error
Posted: Fri Jul 01, 2022 11:11 PM

Dear Rick,

many thanks for the feedback

we need to rebuild that module...

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 719
Joined: Fri May 12, 2017 02:50 PM
Re: FWH2206 startup error
Posted: Wed Jul 06, 2022 12:39 AM
Hola Amigos.

Disculpa que incorporarme a esta publicaci贸n.

Maestro Antonio:

A mi tambi茅n me sucede el mismo error, al compilar hasta la versi贸n 22.03, todo bien, al hacerlo con la versi贸n 22.06, me muestra el dialogo de mensaje Information :
TBTNBMP, y corresponde a las 2 lineas que se muestran.

Al dar Enter las 2 veces ingresa al sistema.


Saludos,

Antonio

Code (fw): Select all Collapse
                @ 180,050 BTNBMP oBTN1 SIZE 75, 50 PROMPT "ACEPTAR" OF oDlg2 2007 Resource "#8023" FONT oFont4 ;
                                ToolTip "ACEPTAR" ;
                    ACTION IF(!Valida_usu(Cod_usu1,Cla_usu1),(MsgStop(Mensa), Ing_1:=0, Ing_2:=0,.F.), ( oDlg2:End(), .T.) )           // Aqui Boton Acepta

                @ 180,240 BTNBMP oBTN2 SIZE 75, 50 PROMPT "SALIR"  OF oDlg2 PIXEL 2007 Resource "#8028"  FONT oFont4;
                    ToolTip  "SALIR DEL SISTEMA";
                    ACTION (Ing_1:=0,Ing_2:=0,oDlg2:End())
FWH 22.10 - HARBOUR - PELLES C
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH2206 startup error
Posted: Wed Jul 06, 2022 04:49 AM

Por favor vuelve a descargar FWH.exe e inst谩lalo nuevamente

gracias

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: FWH2206 startup error
Posted: Wed Jul 06, 2022 06:03 PM

Antonio,

What is the latest date/time stamp for the 22.06 files ? I think I have the latest but want to be sure.

I'm not experiencing any startup issues now.

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 719
Joined: Fri May 12, 2017 02:50 PM
Re: FWH2206 startup error
Posted: Wed Jul 06, 2022 07:38 PM
Antonio Linares wrote:Por favor vuelve a descargar FWH.exe e inst谩lalo nuevamente

gracias


Maestro Antonio

Muy buenas tardes.

Funciono Perfecto.

Muchas gracias y muchos saludos.

Antonio
FWH 22.10 - HARBOUR - PELLES C
Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: FWH2206 startup error
Posted: Wed Jul 13, 2022 04:49 AM
Code (fw): Select all Collapse
#if ( FW_VersionNo >= 22060)
   tWindow():lHtml := FALSE
#endif
Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: FWH2206 startup error
Posted: Wed Jul 13, 2022 12:49 PM

Carlos

Where would this error show up .. what code did you call to get this error ?

Thanks
Rick Lipkin

Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: FWH2206 startup error
Posted: Wed Jul 13, 2022 08:06 PM

in the new version of fivewin, antonio is working with the controls to give him the possibility of displaying on the web through socket, the debugging messages shown here are avoidable using the code that i put, since it would avoid using the changes described above.

Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH2206 startup error
Posted: Wed Jul 13, 2022 08:54 PM

Dear Carlos,

If you download FWH.exe again and reinstall it, you should not have any issues with MsgInfo()s

We keep developing this desktop to web automatic concept and we expect to deliver new versions soon :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion