Hi all
I have two Questions about CrystalReport
The First Question :
How can I make CrystalReport get Data source Location from the Code (on Form load)?
because if I used wiz...
I am trying to implement a "rowenter" event for my datagridview control. What I need to be able to do is click on a particular row within the grid and for the values that have been entered in...
In my code I am setting the txtTelephone.text textbox to nothing if the record does not contain a number, but it still shows "( ) - ".
HOW DO I get rid of it?
If Not (IsDBNull(DR("Client...
I need to figure out how to print checks for customers. I have two listviews, one with customer name and one with item number and price that is owed to the customer. I have attached the code....
Hi,
I'm using VB.Net/VS2005 w/ a Crystal Report and Access DB.
I have created an app that works fine on my pc. I have the full version of Visual Studio 2005.
The app prints data on a cryst...
Hi,
if you have a look at the picture, i am showing data by using repeater and objectdatasource1 ( i have attached the code )
but how can i show data by using while loop ( possible using obj...
My VB.net application is using the webbrowser control. The code works in DEBUG mode
but not when running the compiled version:
Webbrowser1.navigate("http://msn.com")
Does the BindingSource component or any data binding related components provide methods to refresh the control (datagridview, textBox) when the underlaying data has changed?
This question is in continuation from the following link:
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_.NET_2005/Q_23328835.html
I populate my datagridview with...
Hi
I just can't work this one out. I've got a treeview control on my page which has one expandable menu list.
What I'm trying to do it have a diferent colour background for the expanded ...
I have a dataset with Day, month, year as columns. I want to add a new column called DT that adds the three, here is what I have so far:
Dim col As DataColumn = Me.DataSet1.Tables(0).Colu...
HI, i am using Repeater control to sent query string from one page to another page, which is working fine. the code is following:
<asp:Repeater ID="Repeater1" runat="server" DataSourceID="O...
On a web page, I have two categories of datasources, each gathering data through SQLDataSource controls. One category is the static items that do not change. These are generally used to popu...
Hi all,
it might be easy but i dont find any hint elsewhere.
During setup of an application i would like to introduce new environment variables or modify the path variable permanently.
Is...
Greetings experts!
I have been using Visual Studio 2005, and I have installed the ajax 1.0 on the computer, and I have made a refrence for AjaxControlToolkit.dll in my project solution, and I...
We have an application that we migrated from Visual Basic 6.0 to Visual Studio.Net 2008 Professional using the migration wizard. The app contains 540 forms. We used Component One's True DBGr...
I have two windows Forms(Form1 and Form2) Form1 has a combo box with one tableA and Form2 has a combo box with the same table A. I want to get the Data from Form2 to populate Form 1 when a use...
Hi, I'm using hMailServer which is working really great for me. I'm writing a new VS 2005 or VS 2008 application to send bulk emails. I don't know how to send the emails via my Mail Server. Th...
I have a datagridview that users edit and when the Save button is pressed I want the data from the datagridview to be saved back to the database. Whenever I press the Save button my applicati...
Hello,
I want to create report (crystal reports for VS 2005) based on DataSet.
I already done this:
1. Created stored procedure in MS Sql 2005
2. Created dataSet and drag'n'Drop stored p...
User is in a role. I am using the DeleteUser method instead of the Users.Remove method because the DeleteUser method removes a user that is in a role.
Does Users.Remove("username") fail if...
Hello all:
I have an ASP.Net web page that is my login page to an application. It has a "Login" button that validates the user account details and then calls ClientScript.RegisterClientScr...
We have a txt file (size around 2 G) that loads very slowly > 8 hrs. So, we decided to use bulk copy to accelerate the process.
This txt file has some special headers (the second line conta...
Hi,
I am getting 'Index was outside the bounds of the array' in the following line
Select Case (args(iArgIndex))
Here is my code, it is VB.net Colsole application
Shared Function ...
I have a VS.NET 2005 C# Windows Application. The application can use one of a number of different DBMSs including SQL Server, MySQL, Access.
Is there a way of creating dynamic crystal repor...