Print Page | Close Window

How to catch OR suppress a error-message?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=5173
Printed Date: 16 September 2024 at 7:26pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to catch OR suppress a error-message?
Posted By: Thoma
Subject: How to catch OR suppress a error-message?
Date Posted: 29 September 2006 at 10:39am
Hi Codejock-team,
 
if the user write a wrong type into a cell (e.g. Text into a date-cell) the reportcontrol will popup a messagebox "Typeconflict".
 
How can i catch the wrong entry BEFORE your messageBox will popup or can i suppress this messageBox???
 
Thank you
Thoma



Replies:
Posted By: sserge
Date Posted: 03 October 2006 at 10:52am
Are you sure that this message box comes from the report control? I cannot repeat this.
 
Actually, when editing value is applied - report control tries to convert a text from an editor to a specific item type.
 
When conversion failed - a previous value simply does not changed.

--
WBR,
Serge


Posted By: Thoma
Date Posted: 03 October 2006 at 6:52pm
Of course i'm sure.
 
1. Start a new project
 
2. paste a reportControl on a form
 
3. paste this code inside...
 
Private Sub Form_Load()
With ReportControl1
    .Columns.Add 0, "ID", 60, False
    .Columns.Add 1, "My Info", 300, True
    .Columns.Add 2, "My Date", 90, False
    With .Records.Add()
        .AddItem 1
        .AddItem "text 1"
        .AddItem Date - 109
    End With
    With .Records.Add()
        .AddItem 2
        .AddItem "text 2"
        .AddItem Date - 79
    End With
    With .Records.Add()
        .AddItem 3
        .AddItem "text 3"
        .AddItem Date - 7
    End With
    .Populate
End With
End Sub
 
 
4. Now start it and change any date-entry with pure text (like "abc")
    and press [ENTER].
 
...now you'll see the error-message!
 
By the way: i use ReportControl v9.80.
 


Posted By: sserge
Date Posted: 04 October 2006 at 10:12am
Yes, you're correct -- version 9.80 has such effect.

However, it was fixed in version 9.81 and higher, so I recommend you upgrading...

--
WBR,
Serge


Posted By: Thoma
Date Posted: 04 October 2006 at 6:25pm
Thank you Serge,
 
but i don't have a update to 9.81. I'm only a owner of v9.80 (!).

I think it is absolutely ok to pay money for more features (Maintenance-updates) - but what is with bugs like this???
 
How do you fix this now???
 
I need this Fix to work errorless with your control!
 
It is absolutely impossible to check the entry-value with this bug!
 


Posted By: kstowell
Date Posted: 09 October 2006 at 3:49pm
Hello,
 
For further assistance, please submit your request using our online support form: http://www.codejock.com/support/ - http://www.codejock.com/support/ . Make sure you provide your order information so they can verify what level of support and maintenance was purchased when you placed your order.
 
Kind regards,
Kirk Stowell


Posted By: Thoma
Date Posted: 14 October 2006 at 4:40am
Thank you Kirk,
 
i've do exactly this on Oct. 10th but without any response. ;-(
 
My IssueTrack# is 10541.


Posted By: Thoma
Date Posted: 24 October 2006 at 2:13pm
I see, the IssueTrak is now (since 17. Oct.) assigned to you (Kirk Stowell). But also no response from you?


Posted By: Thoma
Date Posted: 28 October 2006 at 2:46pm
HELLO???

Is there anybody?
 
To Remember: I'm your customer!
 
OK, i think you don't want to help me. But is it possible to answer me??? I've paid for your product!


Posted By: Oleg
Date Posted: 28 October 2006 at 3:05pm
Hello,
 
You have to update your version. It is only one solution. What another answer can be?


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Thoma
Date Posted: 28 October 2006 at 3:11pm
OK, you mean that I MUST LIFE WITH THIS BUGGY-VERSION or must PAY more Money against your buggy-code!
 
Thanks god, that my customers have a better support from me!!!
 
Thank you & bye


Posted By: Oleg
Date Posted: 29 October 2006 at 4:45am
Hello,
 
although I still don't think that message box appeared if user entered wrong type is bug, I attached in issue track change 9.80 version without this message box.
 
see attachment in your issue https://support.codejock.com/Issue_View.asp?IssueNbr=10541 - https://support.codejock.com/Issue_View.asp?IssueNbr=10541


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Thoma
Date Posted: 29 October 2006 at 4:55am
Thank you Oleg,
 
but believe me, my customers was realy confused, because the messagebox appears in english language (but we life in german) AND in the Box-Caption stays always "Codejock Xtreme" and nothing about my company or productname...
 
 
P.S. Thank you, it works: But i need it in UNICODE: "Codejock.ReportControl.Unicode.v9.80.ocx" and not "Codejock.ReportControl.v9.80.ocx".


Posted By: Oleg
Date Posted: 30 October 2006 at 5:22am
Hello,
 
Attached also.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Thoma
Date Posted: 30 October 2006 at 6:23am
Thank you,
 
but if i click on this second link there comes the following message: "The page cannot be found".


Posted By: Oleg
Date Posted: 30 October 2006 at 8:17am

please try again. uploaded again.



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net