Forum: VB.NET Sep 19th, 2007 |
| Replies: 0 Views: 569 Dear frens...
I designed a software.....It is Address management information system. I have linked the database with report. But i have certain problem in report.
I want tabs in my report such... |
Forum: VB.NET Sep 19th, 2007 |
| Replies: 7 Views: 5,754 You need to get reference of ado.net. then only that will work or support.
Just go to add reference in the menu bar and double click ado.net. you will get the problem solved..
Regards
... |
Forum: VB.NET Aug 30th, 2007 |
| Replies: 2 Views: 4,236 I want to display it according to my designof report in the reportview. So please tell me how can I dynamically frame the query at runtime??
thanks n anticipating...
regards
Kshiteesh |
Forum: VB.NET Aug 29th, 2007 |
| Replies: 2 Views: 4,236 Dear Frens,
I m beginner in VB.net.
I have developed an Address Management System where I want to add my searched grid into Crystal Report.
Unfortunately, I don't know code to make report... |
Forum: VB.NET Aug 26th, 2007 |
| Replies: 2 Views: 1,147 I did as you said...but I still have problem in choosing the files in the third step..There comes a dialog box asking to add files. Which files should I add to it. Should I add my exe file or all the... |
Forum: VB.NET Aug 23rd, 2007 |
| Replies: 2 Views: 4,125 Dear frens,
I have made an application in VB.net using Visual studio 8, with ms access as a backend.
I have crystal report installed in it. I have got a problem while connecting database to... |
Forum: VB.NET Aug 21st, 2007 |
| Replies: 7 Views: 5,754 Dear Blackknight,
Your problem is genuine for any beginner. you can use the following to add new record through add button.
Dim con As New ADODB.Connection
Dim tmp As New... |
Forum: VB.NET Aug 21st, 2007 |
| Replies: 3 Views: 8,344 Steven,
u can use this code to add record to a database
Private Sub B1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B1.Click
dim con As New ADODB.Connection
... |
Forum: VB.NET Aug 20th, 2007 |
| Replies: 0 Views: 1,204 Thanks frens ,
:?:
I have a problem while designing a report in VB.net. I have to put different text fields in a format however the values have variable lengths.
I found trouble in managing... |
Forum: VB.NET Aug 20th, 2007 |
| Replies: 2 Views: 1,147 Dear Frens,
I have made a simple project. I want to create an installation file so that I can install and use it as a Window Application. Please help me with the steps to create the installation... |
Forum: VB.NET Aug 20th, 2007 |
| Replies: 2 Views: 2,437 |
Forum: VB.NET Aug 17th, 2007 |
| Replies: 2 Views: 2,437 Dear Friends,
I have been working on a VB.net project on VB8 with ms access as backend.
While finding certain data by entering primary key in the form i.e. id i experienced a problem. While... |
Forum: VB.NET Aug 17th, 2007 |
| Replies: 4 Views: 4,838 Ya. thanks Pretham. saroja
I did as u said. But I have a problem while designing a report. I have to put different text fields in a format however the values have variable lengths.
I found... |
Forum: VB.NET Aug 14th, 2007 |
| Replies: 4 Views: 4,838 Dear frens,
from your help I succeeded in creating data grid . Thank you for it.
Now i need to generate report from data grid.
my data grid code is as follows;
Private Sub... |
Forum: VB.NET Aug 9th, 2007 |
| Replies: 2 Views: 2,059 I have inserted searching through passing parameter likewise. In search form there is only one textbox to pass the value. But there are three field names which are associated with that text box.
... |
Forum: VB.NET Aug 8th, 2007 |
| Replies: 11 Views: 4,904 Thank you Veena ......
I found wot the mistake was......I put the load event code in click event.....
At last my problem is solved.....
Thanks again...
Kshiteesh |
Forum: VB.NET Aug 8th, 2007 |
| Replies: 11 Views: 4,904 Dear frens and especially the ones who have helped me. Hi to all...
The code in form to show data in the data grid is as follows.
But when i tryto run it then it runs and when i click then it... |
Forum: VB.NET Aug 7th, 2007 |
| Replies: 11 Views: 4,904 Dear frens,
I m still facing the same problem, I m using VB.net 2007. when i use
Private Sub name_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
... |
Forum: VB.NET Aug 6th, 2007 |
| Replies: 11 Views: 4,904 Hi frens.
Thank you for the help
You gave the code for saving and displaying data in datagrid in SQL.
However, I have MS Access in backend so I faced certain difficulties in it. I also... |
Forum: VB.NET Aug 3rd, 2007 |
| Replies: 11 Views: 4,904 Thank you for the reply ......
I did as you said QVeen 72 but it asks oledbdataadapter to be defined and it doesnot recognises new dataset ds it posts an error when you post
DS = New... |
Forum: VB.NET Aug 2nd, 2007 |
| Replies: 11 Views: 4,904 HI all .....
I am beginner of VB. net. I m developing a vb.net application program to store, update and search contact information and address. I have completed the data. I have used ms access as... |
Forum: VB.NET Jul 23rd, 2007 |
| Replies: 3 Views: 1,095 Dear all,
I have been preparing an address management system using ms access as backend and vb.net as front end.
I have got a problem in using search button. How can I display searched datas... |
Forum: VB.NET Jun 28th, 2007 |
| Replies: 2 Views: 1,195 Dear all,
I am a Bachelor in Information Management Student(BIM) in Nepal. I have got an assignment to develop an Address management software in my internship. I am a begineer of VB.net. Please... |