FWH2206 startup error

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

FWH2206 startup error

Post by Rick Lipkin »

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
Horizon
Posts: 1327
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 5 times

Re: FWH2206 startup error

Post by Horizon »

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

Re: FWH2206 startup error

Post by Rick Lipkin »

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
Antonio Linares
Site Admin
Posts: 42597
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: FWH2206 startup error

Post by Antonio Linares »

Dear Rick,

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

There we have a:

Code: Select all | Expand

        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: 42597
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: FWH2206 startup error

Post by Antonio Linares »

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

Our apologizes for this
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Rick Lipkin
Posts: 2674
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: FWH2206 startup error

Post by Rick Lipkin »

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



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
Antonio Linares
Site Admin
Posts: 42597
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: FWH2206 startup error

Post by Antonio Linares »

Dear Rick,

many thanks for the feedback

we need to rebuild that module...
regards, saludos

Antonio Linares
www.fivetechsoft.com
remtec
Posts: 719
Joined: Fri May 12, 2017 2:50 pm

Re: FWH2206 startup error

Post by remtec »

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



                @ 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
User avatar
Antonio Linares
Site Admin
Posts: 42597
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: FWH2206 startup error

Post by Antonio Linares »

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

gracias
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
TimStone
Posts: 2956
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Has thanked: 25 times
Been thanked: 2 times
Contact:

Re: FWH2206 startup error

Post by TimStone »

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

Re: FWH2206 startup error

Post by remtec »

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
User avatar
carlos vargas
Posts: 1723
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

Re: FWH2206 startup error

Post by carlos vargas »

Code: Select all | Expand

#if ( FW_VersionNo >= 22060)
   tWindow():lHtml := FALSE
#endif
Salu2
Carlos Vargas
Desde Managua, Nicaragua (CA)
User avatar
Rick Lipkin
Posts: 2674
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: FWH2206 startup error

Post by Rick Lipkin »

Carlos

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

Thanks
Rick Lipkin
User avatar
carlos vargas
Posts: 1723
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

Re: FWH2206 startup error

Post by carlos vargas »

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
Antonio Linares
Site Admin
Posts: 42597
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: FWH2206 startup error

Post by Antonio Linares »

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
Post Reply