Enable error log on FWPPC

Post Reply
cllow208
Posts: 20
Joined: Fri Apr 27, 2012 7:53 am

Enable error log on FWPPC

Post by cllow208 »

Hi Antonio,

For some reasons my FWPPC suddenly crashes very frequently without a trace.. the error message just shown for a few seconds before closing.

Is there anyway to enable to trap error messages on FWPPC?

Kindly help..


Thanks & best regards,

CL Low
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Enable error log on FWPPC

Post by Antonio Linares »

Cl Low,

Are you able to read the shown error message before it gets closed ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
cllow208
Posts: 20
Joined: Fri Apr 27, 2012 7:53 am

Re: Enable error log on FWPPC

Post by cllow208 »

Hi Antonio,

Yes, it shows on the screen for a second, i am unable to read it
before closing.

Kindly help..


Thanks & best regards,

CL Low
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Enable error log on FWPPC

Post by Antonio Linares »

Usually those popup error messages appear on GPFs that finally close the app.

Are you able to locate the place where it crashes ? Try to place some MsgInfo( "here" ) in your code until you find the line that is crashing.

For estandard errors you can call ErrorBlock( { | o | MsgInfo( o:Description ) } ) to implement your own error handler.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply