Search found 7 matches

by EnvisionIT
Sun Sep 20, 2015 8:46 pm
Forum: madExcept
Topic: Hide Dialog but save Error Report to File
Replies: 1
Views: 2623

Hide Dialog but save Error Report to File

At certain points, if an unmanaged error happens, I'd like to just save the error report to a "ERROR" directory and not show the Standard Dialog box but instead either just continue or terminate the application silently in the background...

Is this possible?
by EnvisionIT
Sun Sep 20, 2015 1:48 pm
Forum: madExcept
Topic: FogBugz Integration
Replies: 8
Views: 7033

Re: FogBugz Integration

date/time : 2015-09-17, 13:02:54, 866ms computer name : DIMEN07 user name : dimensions <admin> registered owner : User / Microsoft operating system : Windows 7 Service Pack 1 build 7601 system language : English system up time : 5 hours 10 minutes program up time : 3 hours 39 minutes processors : 2x...
by EnvisionIT
Fri Sep 18, 2015 8:37 pm
Forum: madExcept
Topic: FogBugz Integration
Replies: 8
Views: 7033

Re: FogBugz Integration

Sorry for the delay. FormatSubStrs(crc); crc := SubStr(crc, 2, ','); Delete(crc, 1, 1); This code still leaves the $ in the crc, there is a space in front. I changed it to Delete(crc, 1, 2) instead This worked, but some exceptions are 00000000, these all get lumped together, so I added the crc + com...
by EnvisionIT
Thu Sep 10, 2015 9:32 pm
Forum: madExcept
Topic: FogBugz Integration
Replies: 8
Views: 7033

Re: FogBugz Integration

Did some checking, I was using a numeric edit field and entering string data to generate AV. First CRC was always the same, 2nd CRC was the same, 3rd CRC was always different. I'm assuming that since you use xxx, xxx, xxx that Fogbugz is truncating the string at the first comma it hits... Since you ...
by EnvisionIT
Thu Sep 10, 2015 7:30 pm
Forum: madExcept
Topic: FogBugz Integration
Replies: 8
Views: 7033

Re: FogBugz Integration

Ok figured it out... Field Name: 'sScoutDescription' Field Value: crc Not sure where you are calculating crc, but if it is the same as a previous "Bug" then the new bug is considered a revision instead of a new issue. I removed the sScoutDescription / crc values altogether and it is workin...
by EnvisionIT
Thu Sep 10, 2015 7:18 am
Forum: madExcept
Topic: FogBugz Integration
Replies: 8
Views: 7033

FogBugz Integration

I started a sample account on FogBugz. In my test app, I can submit a case to FogBugz so things are working correctly. However, each bug report shows up as a "Single Case" with revision under that "Case" even thou the contents of the bug, i.e. title, description screen shot etc a...
by EnvisionIT
Tue Sep 08, 2015 3:46 pm
Forum: madExcept
Topic: Sample Code
Replies: 4
Views: 4400

Sample Code

Does anyone have a quick sample they could show on how to change some of the global settings for MadExcept. I have reviewed the link, but unfort I'm not getting it. I want to do 2 things: 1. Change email subject to add registered client name. 2. Add additional attachment to the email (config.ini). I...