473,715 Members | 6,082 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Pass information from VB.NET to Crystal Report

Any suggestion?

Thanks

Marcelo


Nov 21 '05 #1
4 2254
I guess the suggestion is............. ..

Please explain your request!
"Marcelo" <ma*****@teleci rcuit.com> wrote in message news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Any suggestion?

Thanks





Marcelo



Nov 21 '05 #2
Don't you think the title is self explanatory?

Did you ever worked with Crystal Reports?

I will like to pass information, like a string, an integer, etc, to a
parameter in CR.

Thanks

_____

From: Marcelo [mailto:ma*****@ telecircuit.com]
Posted At: Saturday, October 01, 2005 12:39 PM
Posted To: microsoft.publi c.dotnet.langua ges.vb
Conversation: Pass information from VB.NET to Crystal Report
Subject: Pass information from VB.NET to Crystal Report
Any suggestion?

Thanks

Marcelo


Nov 21 '05 #3
Hi Marcelo,

NO.....I do not think the title is self explanatory hence the need to request clarification. Yes, in fact I do have some experience in using CR. I recently released an app. into my workplace which retrieves data from an SQL server and if required, displays said data into a CR dependant upon the users requested records to be displayed!

I hope you are able to be polite enough in the future to other people that are willing to provide the help that you appear to be requesting!!!

Best regards.
"Marcelo" <ma*****@teleci rcuit.com> wrote in message news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..
Don't you think the title is self explanatory?

Did you ever worked with Crystal Reports?



I will like to pass information, like a string, an integer, etc, to a parameter in CR.



Thanks




------------------------------------------------------------------------------

From: Marcelo [mailto:ma*****@ telecircuit.com]
Posted At: Saturday, October 01, 2005 12:39 PM
Posted To: microsoft.publi c.dotnet.langua ges.vb
Conversation: Pass information from VB.NET to Crystal Report
Subject: Pass information from VB.NET to Crystal Report


Any suggestion?

Thanks





Marcelo



Nov 21 '05 #4
Marcelo wrote:

Don't you think the title is self explanatory?

Did you ever worked with Crystal Reports?

I will like to pass information, like a string, an integer, etc, to a
parameter in CR.

Thanks

There where only a couple of questions.

Not a big deal!

Thanks!

_____

From: Phil G. [mailto:Ph**@nos pam.com]
Posted At: Saturday, October 01, 2005 6:16 PM
Posted To: microsoft.publi c.dotnet.langua ges.vb
Conversation: Pass information from VB.NET to Crystal Report
Subject: Re: Pass information from VB.NET to Crystal Report
Hi Marcelo,

NO.....I do not think the title is self explanatory hence the need to
request clarification. Yes, in fact I do have some experience in using
CR. I recently released an app. into my workplace which retrieves data
from an SQL server and if required, displays said data into a CR
dependant upon the users requested records to be displayed!

I hope you are able to be polite enough in the future to other people
that are willing to provide the help that you appear to be requesting!!!

Best regards.

"Marcelo" <ma*****@teleci rcuit.com> wrote in message
news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..

Don't you think the title is self explanatory?

Did you ever worked with Crystal Reports?

I will like to pass information, like a string, an integer, etc, to a
parameter in CR.

Thanks


_____
From: Marcelo [mailto:ma*****@ telecircuit.com]
Posted At: Saturday, October 01, 2005 12:39 PM
Posted To: microsoft.publi c.dotnet.langua ges.vb
Conversation: Pass information from VB.NET to Crystal Report
Subject: Pass information from VB.NET to Crystal Report
Any suggestion?

Thanks

Marcelo


Nov 21 '05 #5

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

Similar topics

0
1834
by: Michael | last post by:
I followed the solution document at the http://support.businessobjects.com/library/kbase/articles/c2015079.asp?ref=devzone_netzone_howto .. However, the Crystal Report prompt is still showing. The following are my scenario, the platform, and partial code information. Thanks in advance for the help, Michael J. ------------------------ 1. Scenario: I am trying to pass the parameter value to an embedded Crystal Report file from C#.NET...
1
4630
by: crjunk | last post by:
I've got an aspx page that allows the user to select different options whenever they want to run a report. On this page, I have added an additional text box for the user to enter in comments about the report they are running. I would like to be able to have the comments that the user has entered to appear on the report that is generated. I thought that I might be able to pass this text to the report by using a session variable but I...
3
2252
by: Don Wash | last post by:
Hi There! I've posted a few days back about this issue but no solutions has been found and that's why I'm re-posting this. I'm using built-in CrystalReport that comes with VS.NET 2003 to create reports for use it ASP.NET. How do I configure a graph in the Report (*.rpt file) so that I can pass the SQL Query as an argument from ASP.NET Application? I know that I can define
1
2244
by: Ray | last post by:
Dear all, How to pass parameter from vb.net to Crystal Report? I'm now using ReportDocument and CrystalReportViewer. However, I don't know how to pass a parameter to the report and print the parameter in the report. Please help. Thanks a lot, Ray
17
7072
by: Rabbit | last post by:
Hi, On my 1st page, i have a function which gets a new ID value and need to transfer to another immediately. which I want to get in 2nd page using Request.form("txtID"), but doesn't work, the returned value is "" Anybody know how to set this value on 1st page properly, in order to let 2nd page catch it? I don't want to use querystring to pass this value!
0
1207
by: Kalpesh | last post by:
Hi All, I am devloping crystal report for my web application. I am using asp.net 2.0 and asp.net crystal report. I am struct in one situation I want to display column in crystal report on the basic of query. means my columns are not fixed. Example
2
14464
by: Skiran | last post by:
I have stored image address in the database (Ms-Access). I wanted to pass run time this image path to crystal report to display the image in report. I am using VB6, Ms-Access and Crystal report 8. How to do it?
0
2106
by: PriyaManasarovar | last post by:
Can someone help how to pass parameters to a crystal report using a Crystal report object? I am using a console application & hence crystal report viewer cannot be used. And i need to pass the parameter through a batch file at run time? I have included a code here to pass parameters, but its giving invalid index error when i try to pass parameters: report1 = app.OpenReport(sfilename) crxDatabase = report1.Database ...
0
1282
by: MarkusJ_NZ | last post by:
Hi, I have a Windows Form with a Report Viewer on it. At runtime I bind my crystal report to a Datatable and this works well. What I would like to be able to do is pass a value from the Windows Form and have it displayed on the Crystal Report in a Textobject Can anyone please give me an example of how I can do this?
0
8823
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8718
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9343
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9047
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7973
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5967
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4477
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3175
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2541
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.