![]() |
Why doesnt it show? |
Post Reply
|
| Author | |
ramon
Newbie
Joined: 08 February 2006 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Topic: Why doesnt it show?Posted: 08 February 2006 at 5:40am |
|
Hi, I'm using the 30 day trail version of the Xtreme ReportControl. I scanned the sample code, and made my own version in VB.NET (VS 2005). Everything seems allright, except that the control doesn't show up runtime. The little 'nag-screen' does appear. I have tried everything, but it just won't work. Can anybody tell what I might be doing wrong?
Thanks! Ramon |
|
![]() |
|
kylechen
Groupie
Joined: 29 November 2004 Status: Offline Points: 57 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 February 2006 at 6:51am |
|
Maybe exceeds 30 days trial limitation? Check that.
|
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 February 2006 at 7:42am |
|
I'm not sure, I just tried it and it looked ok. All I did was create a new VB.NET (2005) app and dropped the ReportControl on the form and ran it. I see the Report. What is the Build # of your VS?
|
|
![]() |
|
ramon
Newbie
Joined: 08 February 2006 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 February 2006 at 10:51am |
|
Hi, No my 30 days aren't over yet Here's a dump of the version-info: Microsoft Visual Studio 2005 Installed Edition: Professional Microsoft Visual Basic 2005 77626-009-0000007-41112 Microsoft Visual C# 2005 77626-009-0000007-41112 Microsoft Visual C++ 2005 77626-009-0000007-41112 Microsoft Visual J# 2005 77626-009-0000007-41112 Microsoft Visual Web Developer 2005 77626-009-0000007-41112 Crystal Reports AAC60-G0CSA4B-V7000AY If you need any more info, just ask. Thanks!
|
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 February 2006 at 10:59am |
|
Not sure, I am using the exact same version. Idownloaded and installed the eval and it works perfectly. Have you tried what I did, just a blank app with a Report added...no code?
|
|
![]() |
|
ramon
Newbie
Joined: 08 February 2006 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 February 2006 at 11:23am |
|
Well not exactly. I added the ReportControl to a existing form, with only a listbox with some items. That didn't work. Now I added a button to open a new form, with only the Xtreme Control and now it shows.....?? So, on the first form it doesn't show, on the second is does (note: the 'nag-screen' is completely screwed up here). Can you explain this? I know how it is to dive into something like this, but I would really like to be sure this control works properly before I buy it. And I really intent to buy it, mind you! Thanks for your trouble!
|
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 February 2006 at 11:35am |
|
Can you tell me the exact steps to reproduce? If there is a problem, it will for sure be fixed, so don't worry about that. I just need to be able to reproduce it.
I added about 20 different controls to the same form as the Report and it still displays for me. BTW, the nag screen will be displayed for each instance of a control. So if you had 2 Reports, then it will be displayed twice. |
|
![]() |
|
ramon
Newbie
Joined: 08 February 2006 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 February 2006 at 2:29am |
|
If you like I can send you my code. Give me an emailaddress, or mail it to ramon@ows.nl, and I will send what I have, including screendumps, so you can see what actually happens.
|
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 February 2006 at 7:04am |
|
You need to log into IssueTrack and attach the project, or you can attach it to this thread if you like. If using IssueTrack, you must log in to attach the project, if you only send email the attachment will be lost.
|
|
![]() |
|
ramon
Newbie
Joined: 08 February 2006 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 14 February 2006 at 4:27am |
|
I don't have access to that part, I didn't buy it yet... I uploaded a zip here:2006-02-14_042707_Projects.zip I'll give the password thru a PM. Good luck, and thanks for your help |
|
![]() |
|
ramon
Newbie
Joined: 08 February 2006 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 14 February 2006 at 4:29am |
|
Mmmm your inbox is full.... Any suggestions? |
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 14 February 2006 at 8:34am |
|
OK, I now have room in my Inbox
|
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 14 February 2006 at 9:17am |
|
You have PM, BTW, eval users can use IssueTrack as well. Simply send an email to support@codejock.com and then you will receive your credentials to log in.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 14 February 2006 at 1:48pm |
|
Hello, yes, we agree that the problem exists if Report used in _MDI Child Form_ and VC2005 used (it can't be reproduced with vc 2002/2003) As workaround I can suggest create ReportControl dynamically instead of using designer: Private Sub frmItems_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.AxReportControl1 = New AxXtremeReportControl.AxReportControl CType(Me.AxReportControl1, System.ComponentModel.ISupportInitialize).BeginInit() ' 'AxReportControl1 ' Me.AxReportControl1.Enabled = True Me.AxReportControl1.Location = New System.Drawing.Point(2, 3) Me.AxReportControl1.Name = "AxReportControl1" Me.AxReportControl1.Size = New System.Drawing.Size(709, 275) Me.AxReportControl1.TabIndex = 4 Me.Controls.Add(Me.AxReportControl1)CType(Me.AxReportControl1, System.ComponentModel.ISupportInitialize).EndInit() .... |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
ramon
Newbie
Joined: 08 February 2006 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 15 February 2006 at 5:19am |
|
This seems to work! Thanks for your support. Is there any change of this getting fixed? Because even though this does work, interface design gets tedious, because designing visually is now out of the question, as it shows only an error screen. Or is there a way to prevent this? Hope you have an answer... |
|
![]() |
|
ramon
Newbie
Joined: 08 February 2006 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 15 February 2006 at 5:26am |
|
AH! found it... I forgot to remove some calls in InitializeComponents(). So designing is back to normal... Still curious if there will be a fix for this in the (near) future!
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |