No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
18 Posted Topics
hi! i want to open a word document directly from a windows form application running on visual studio 2010! i tried a particular code but it wont work!!! this is the code! [CODE]this.Application.Documents.Open(@"C:\Test\NewDocument.doc");[/CODE] i also imported and used the following header: [CODE]using Microsoft.Office.Interop.Word;[/CODE] it says that the word application does … | |
Hi! I am designing a form which contains a datagridview which can display all customer orders. I also have a button inside the datagridview so that if a user clicks the button it will open another form which contains the items which the customer ordered in a datagridview. I am … | |
Hi, I am creating a Crystal Report application in c#. However when i run the form its asking me for a username and password. I am using Microsoft SQL Server 2008 and i am using Windows Authentication to connect to the server. Therefore there are no specified Usernames and Passwords … | |
why do you think commercial organizations should offer mobile internet content as well as regular PC-based content? thanks | |
hi! i want to include a pie chart in my report! i have a file called inquiries in sql server 2008. the file contains Inquiry Number,Name,Date,Telephone,Email and status. The status contains information from where the customer got to know about a particular product(i.e newspapers,Friends,T.v etc) i want to generate a … | |
Re: hey hope this helps [CODE]SqlConnection conn = new SqlConnection(); conn.ConnectionString = Properties.Settings.Default.(your database connection string);[/CODE] this will automatically get the connection string! | |
hi i am currently using visual studio 2010 i want to create a report in my application! this form contains a two textboxes, a button and a crystal report viewer the two text boxes must take the todate and fromdate and when you press the button the report must display … | |
hi! i have a form to enter data i want to put validations in the text boxes and prompt the user if he/she enters the wrong data i want to put validations for phone number Date of birth email i tried using regex but it says that i am missing … | |
Hi! i want to deselect a few menu items depending on the user! For example the administrator can have access to all the menu items in the form , Manager access to an additional few items and the data entry person to have access only the data entry menu item! … | |
Re: yes cause it is the windows help so it is installed when you install windows! the same thing happened to me too! | |
Re: you can put the list view values into the database and the retrieve it! if you want to present the data in a list box for example in a form you still can retrieve it from the database! | |
Hi, I am currently linking my Crystal Report to my form but the following syntax: [CODE]reportViewer1.ReportSource = cryRpt;[/CODE] which loads the crystal report contains an error saying that it no longer exists in visual studio 2010. i tried searching for a similar syntax which was suppose to work in 2010 … | |
Re: this link will help you [url]http://infolab.stanford.edu/~ullman/fcdb/oracle/or-plsql.html[/url] | |
Re: Automatic Report Generating,Calculations,SMS and E-mail generation and much more | |
I have two forms Login and Main Menu. I want to retrieve the username from the textbox1 from login and put it in the status strip in the main menu. However, when i change the modifier of textbox1 with this code [CODE]TextBox textBox1; public Login(TextBox txtBox);[/CODE] or any other code … | |
Re: Try Refreshing the connection from the server explorer | |
Hi i am currently creating a login screen for my project.The logical error with this code is that it does not display the message "invalid password" although i have written a code for it.Can anyone please tell me whats wrong with this code.Thanks in advance [CODE]using System; using System.Collections.Generic; using … |