Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Forums
Member Avatar for vijaycare

I am herewith develop an application but I have created a class which calls button events(i.e. enable or visible). I am actually created the button events class(classfrmLoad) for the way which buttons should be enabled and visible when each & every form loading. There are 6 buttons in the forms …

Member Avatar for vijaycare
0
175
Member Avatar for vijaycare

Hi, I am using windows form. One of the form containing a combobox which populates data using datatable method. If the user found there is no particular data then they can add using an another form thru a button click to open and save the data. The saved data in …

Member Avatar for robert.knighton.79
0
193
Member Avatar for vijaycare

Hi All, I have 2 data table in my application and want to create a new table from those 2 tables. Dim sql As String = "Select ID, DESC, QTY from Purchases Where PDate >= @StartDt and PDate <=@EndDt order by ID" Dim da As New OleDb.OleDbDataAdapter(Sql, Con.conn) da.selectCommand.Parameters.AddwithValue ("@StartDt", …

Member Avatar for Reverend Jim
0
180
Member Avatar for vijaycare

Hi All, I am having a stock report in my application. It has 4 Datagridview each one for OpeningStock, Purchase, Sales and ClosingStock. I am using vs2005 and access 2003 database. The report is based on from and to date basis. (i.e: if the user selects 2 dates, The opeining …

Member Avatar for vijaycare
0
192
Member Avatar for vijaycare

Hi All, I have a Delivery report. In the report printing thru PrintReport function in vb.net I want to add a word at runtime (i.e: Original, Duplicate, Triplicate, etc.) I am using the following code to print the document. CrvDC.PrintReport() How can i achieve this. Please help me. Thanks in …

Member Avatar for john.knapp
0
132
Member Avatar for vijaycare

Hi All, I would like to thank this community for the enormous help to develop my skills. Thanks. I have 2 databases and a single report form and a crystal reportviewer. The User can select the database which he want to work (Each of them belongs to different warehouse) So …

Member Avatar for john.knapp
0
463
Member Avatar for vijaycare

Hi, I have a delivery challan and it should be printed 3copies which has setting in crystal report itself. What i want is it should be printed on each copy as "Original", "Duplicate", "Triplicate" etc. Since I have written a single line of code to print ther crystal report by …

0
56
Member Avatar for vijaycare

Hi All, I am working for a database solution using vs 2005, and it is in final stage for reporting. I have 3 access databases. One is for selecting godown. And the remaining is godownwise databases. The godownwise databases having same structure (Tables and relationship but the data may be …

Member Avatar for vijaycare
0
249
Member Avatar for vijaycare

Dear all, I have developed a small application to my users in my company. I have almost finished that. I have designed the crystal report for each delivery challan they have entered and saved the application will ask about printing the current record. But the user wants to take the …

Member Avatar for ShahanDev
0
149
Member Avatar for vijaycare

Hi, I am using vs2005 with access 2003. In my windows application there is one tabcontrol which contains 2 tabpages with 2 crystal report viewer for each one. I have loaded data in form load event. It works great. Unfortunately the 2nd tabpage is not displaying the crystal report toolbar. …

0
141
Member Avatar for vijaycare

Hi All, I am using vs2005 with access database. Developing a new application. I am the new one to the application development. This is what my situation which takes my time towards searching a reference but no where it is found: ***There is 2 tables named tblbill(contains VendorID & TruckID) …

Member Avatar for vijaycare
0
196
Member Avatar for vijaycare

Hi, I am a new one to vb 2005. I dont know how to filter the datagridview with the 2 datetimepicker control one for start date and another one for end date. I want to search the dates based on the datevalue of the data in one coloumn. Any one …

Member Avatar for M.Waqas Aslam
0
2K
Member Avatar for vijaycare

Hi, I am using vb2005 with access database and I have a crystal report which I want to preview and print only the last saved record. How can I do it? Can any one help me with sample code

Member Avatar for vijaycare
0
133
Member Avatar for vijaycare

Hi, I am having the same problem [I]<<mod edit: [URL="http://www.daniweb.com/forums/post228229.html#post228229"]as this[/URL] >>[/I] when i update my record in Access Database. It is successfully updated the record in the database. but the dataset in my project is still not updated. I am using vb 2005 to develop the application. Any one …

Member Avatar for vijaycare
0
94