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
Enable error log on FWPPC
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Enable error log on FWPPC
Cl Low,
Are you able to read the shown error message before it gets closed ?
Are you able to read the shown error message before it gets closed ?
Re: Enable error log on FWPPC
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
Yes, it shows on the screen for a second, i am unable to read it
before closing.
Kindly help..
Thanks & best regards,
CL Low
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Enable error log on FWPPC
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.
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.