View Full Version : General info in TEurekaExceptionRecord.LogText
valik
01-Mar-2006, 03:30 PM
Is there any way how to get information from "General" tab of exception window? I know that there is TEurekaExceptionRecord.LogText, but I want to use my own dialog with other categories (e.g. Application, Eception and Active Controls in one tab, Computer, OS and Network in another tab and so on). I can parse the LogText property, but I think it's not the best solution because it's a little bit inefficient. In source codes I found out that it isn't saved into any structures, so the question is: Do you plan to store it for example to some TEurekaExceptionRecord.General object in next versions?
Thank you
admin
01-Mar-2006, 04:25 PM
Hi,
valik wrote:
> Is there any way how to get information from "General" tab of exception
> window? I know that there is TEurekaExceptionRecord.LogText, but I want
> to use my own dialog with other categories (e.g. Application, Eception
> and Active Controls in one tab, Computer, OS and Network in another tab
> and so on). I can parse the LogText property, but I think it's not the
> best solution because it's a little bit inefficient. In source codes I
> found out that it isn't saved into any structures, so the question is:
> Do you plan to store it for example to some
> TEurekaExceptionRecord.General object in next versions?
>
>
> Thank you
I'm sorry but I haven't planned any of this modified.
But you can simply parser the LogText field because every text field is
identified by its unique header ID (ex: Exception Message is 3.5,
Computer Name is 4.1, ...).
--
Best regards...
Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.