473,387 Members | 3,820 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

crystal report with vb.net error

Same program , same report. 3 users are ok.
ONLY one user got such error:
Error in File h:\xxxx.rpt:
Invalid parameter value: excees the Min or Max or conflicts with existing
value or edit mask.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
my program will pass 5 parameters and I had correct the report into 5
parameters )
The user still got the same error, (Do I need to make a new deployment)

I don't understand, Does anyone know or meet this before ??

Thanks
From Agnes
Nov 21 '05 #1
4 1605
Has this one user with the error got the same regional settings as the others
? It is possible that the parameter is a date field and not formatted
correctly ?

Regards
Gerry

"Agnes" wrote:
Same program , same report. 3 users are ok.
ONLY one user got such error:
Error in File h:\xxxx.rpt:
Invalid parameter value: excees the Min or Max or conflicts with existing
value or edit mask.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
my program will pass 5 parameters and I had correct the report into 5
parameters )
The user still got the same error, (Do I need to make a new deployment)

I don't understand, Does anyone know or meet this before ??

Thanks
From Agnes

Nov 21 '05 #2
I am not sure the regional setting of that user.
You are correct, I had pass some parameter which is date field .
So, what can I do ??? change the regional setting ?, My client got over 100
users, if every PC got the same error, it seems impossible to re-configure
all the PC. Does anything I can do in my program ? or in my cyrstal report
??
Thanks in advance

"dotnetnewbie" <do**********@discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D:7D********************************* *@microsoft.com...
Has this one user with the error got the same regional settings as the
others
? It is possible that the parameter is a date field and not formatted
correctly ?

Regards
Gerry

"Agnes" wrote:
Same program , same report. 3 users are ok.
ONLY one user got such error:
Error in File h:\xxxx.rpt:
Invalid parameter value: excees the Min or Max or conflicts with existing
value or edit mask.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
my program will pass 5 parameters and I had correct the report into 5
parameters )
The user still got the same error, (Do I need to make a new deployment)

I don't understand, Does anyone know or meet this before ??

Thanks
From Agnes

Nov 21 '05 #3
You might want to force the format of the date value before passing it into
the parameter. That way it will go in the same generic way no matter which
PC/region is using it...

Gerry

"Agnes" wrote:
I am not sure the regional setting of that user.
You are correct, I had pass some parameter which is date field .
So, what can I do ??? change the regional setting ?, My client got over 100
users, if every PC got the same error, it seems impossible to re-configure
all the PC. Does anything I can do in my program ? or in my cyrstal report
??
Thanks in advance

"dotnetnewbie" <do**********@discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D:7D*********************** ***********@microsoft.com...
Has this one user with the error got the same regional settings as the
others
? It is possible that the parameter is a date field and not formatted
correctly ?

Regards
Gerry

"Agnes" wrote:
Same program , same report. 3 users are ok.
ONLY one user got such error:
Error in File h:\xxxx.rpt:
Invalid parameter value: excees the Min or Max or conflicts with existing
value or edit mask.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
my program will pass 5 parameters and I had correct the report into 5
parameters )
The user still got the same error, (Do I need to make a new deployment)

I don't understand, Does anyone know or meet this before ??

Thanks
From Agnes


Nov 21 '05 #4
Thanks a lot. But How to force the format.??
..AddParameter("_cutoffdate",date) = myDate.tostring("yyyy-MM-dd") ???

"dotnetnewbie" <do**********@discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D:F4********************************* *@microsoft.com...
You might want to force the format of the date value before passing it
into
the parameter. That way it will go in the same generic way no matter
which
PC/region is using it...

Gerry

"Agnes" wrote:
I am not sure the regional setting of that user.
You are correct, I had pass some parameter which is date field .
So, what can I do ??? change the regional setting ?, My client got over
100
users, if every PC got the same error, it seems impossible to
re-configure
all the PC. Does anything I can do in my program ? or in my cyrstal
report
??
Thanks in advance

"dotnetnewbie" <do**********@discussions.microsoft.com> ???gco?l¢Do¡Ps?D:7D******************************* ***@microsoft.com...
> Has this one user with the error got the same regional settings as the
> others
> ? It is possible that the parameter is a date field and not formatted
> correctly ?
>
> Regards
> Gerry
>
> "Agnes" wrote:
>
>> Same program , same report. 3 users are ok.
>> ONLY one user got such error:
>> Error in File h:\xxxx.rpt:
>> Invalid parameter value: excees the Min or Max or conflicts with
>> existing
>> value or edit mask.
>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> my program will pass 5 parameters and I had correct the report into 5
>> parameters )
>> The user still got the same error, (Do I need to make a new
>> deployment)
>>
>> I don't understand, Does anyone know or meet this before ??
>>
>> Thanks
>> From Agnes
>>
>>
>>


Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Dr. Indera | last post by:
hello, much to my surprise, the version of crystal that comes with visual studio.net 2003 does not have a report preview window. i found out that i have to build a form in visual basic.net and...
1
by: Bob Skutnick | last post by:
Help.... I've created an ADO.NET dataset in Visual Studio (a web project). I build the project and then try to create a Crystal Report using the dataset. When I try to use the ADO.NET dataset...
7
by: mrwoopey | last post by:
I have a asp.net application that uses the crystal report viewer control. It displays all of my reports but all of a sudden it started giving me the following error on ONLY two reports: "Fail...
3
by: Milan Todorovic | last post by:
Hello, I need help. I have experience in ASP.NET programming, but this is my first dealing with Crystal Reports. I'm trying to make the most basic report purely for testing purposes: connect to...
0
by: Crystal Report - LoadSaveReportException | last post by:
I have a web system which will display a crystal report for clients. It is written in Visual Studio 2003, VB.Net and Crystal Report which comes with VS2003, running on Windows 2000. It works very...
0
by: Chris | last post by:
I have the following situation in a VB.Net App I am working on: 1.)A report created in VS.Net 2003 using the CR.Net component of VS 2003. 2.)The datasource for the report is a Stored Proc in a...
3
by: lodatokab | last post by:
I'm have problem to run crystal report (VS 2005) on my computer with Windows 2000 Server. I run the solution in my dev envroiment (Windows XP) and no problems. When I try to run in on IIS 5.0 on...
7
by: Jlo | last post by:
Hi, I have a c# winforms application. When I call the report file, it shows me all the records in the table. How can I make it to call only a particular range. i have the following code...
0
by: ranesmitas | last post by:
hi , i using vb and backend access and external seagate crystal report i create report having folling code Public strReportPath As String Public strRecordSelection As String Dim crystal As New...
11
by: =?Utf-8?B?cmtibmFpcg==?= | last post by:
How can I stop receiving this message while calling a crystal report? "The report you requested requires further information." Thanks
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.