FWH2206 startup error

FWH2206 startup error

Postby Rick Lipkin » Thu Jun 30, 2022 8: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

Image

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

Looks specific to FWH 2206

Any Ideas ??

Rick Lipkin
User avatar
Rick Lipkin
 
Posts: 2634
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: FWH2206 startup error

Postby Horizon » Thu Jun 30, 2022 9: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

Image

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.04
Horizon
 
Posts: 1297
Joined: Fri May 23, 2008 1:33 pm

Re: FWH2206 startup error

Postby Rick Lipkin » Thu Jun 30, 2022 9: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
User avatar
Rick Lipkin
 
Posts: 2634
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: FWH2206 startup error

Postby Antonio Linares » Fri Jul 01, 2022 5:22 am

Dear Rick,

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

There we have a:
Code: Select all  Expand view
        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
User avatar
Antonio Linares
Site Admin
 
Posts: 41406
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FWH2206 startup error

Postby Antonio Linares » Fri Jul 01, 2022 5:31 am

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

Our apologizes for this
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41406
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FWH2206 startup error

Postby Rick Lipkin » Fri Jul 01, 2022 2: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: Select all  Expand view


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
User avatar
Rick Lipkin
 
Posts: 2634
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: FWH2206 startup error

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 41406
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FWH2206 startup error

Postby remtec » 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: Select all  Expand view


                @ 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
remtec
 
Posts: 719
Joined: Fri May 12, 2017 2:50 pm

Re: FWH2206 startup error

Postby Antonio Linares » Wed Jul 06, 2022 4:49 am

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

gracias
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41406
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FWH2206 startup error

Postby TimStone » Wed Jul 06, 2022 6: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
User avatar
TimStone
 
Posts: 2909
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: FWH2206 startup error

Postby remtec » Wed Jul 06, 2022 7: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
remtec
 
Posts: 719
Joined: Fri May 12, 2017 2:50 pm

Re: FWH2206 startup error

Postby carlos vargas » Wed Jul 13, 2022 4:49 am

Code: Select all  Expand view
#if ( FW_VersionNo >= 22060)
   tWindow():lHtml := FALSE
#endif
Salu2
Carlos Vargas
Desde Managua, Nicaragua (CA)
User avatar
carlos vargas
 
Posts: 1691
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

Re: FWH2206 startup error

Postby Rick Lipkin » 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
User avatar
Rick Lipkin
 
Posts: 2634
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: FWH2206 startup error

Postby carlos vargas » Wed Jul 13, 2022 8: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)
User avatar
carlos vargas
 
Posts: 1691
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

Re: FWH2206 startup error

Postby Antonio Linares » Wed Jul 13, 2022 8: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41406
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 16 guests