Posts
 
Reputation
Loading chart. Please wait.
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
Ranked #3K
~7K People Reached
Favorite Tags

18 Posted Topics

Member Avatar for Mirfath

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 …

Member Avatar for ChrisHunter
0
3K
Member Avatar for Mirfath

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 …

Member Avatar for pritesh2010
0
1K
Member Avatar for Mirfath

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 …

0
87
Member Avatar for Mirfath

why do you think commercial organizations should offer mobile internet content as well as regular PC-based content? thanks

Member Avatar for Jashandeep
0
275
Member Avatar for Mirfath

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 …

0
150
Member Avatar for merjune
Member Avatar for kavi4u

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!

Member Avatar for thines01
0
189
Member Avatar for Mirfath

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 …

0
101
Member Avatar for Mirfath

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 …

Member Avatar for Mirfath
0
138
Member Avatar for Mirfath

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! …

Member Avatar for Mirfath
0
216
Member Avatar for zachattack05

yes cause it is the windows help so it is installed when you install windows! the same thing happened to me too!

Member Avatar for Mirfath
0
126
Member Avatar for bilal_fazlani

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!

Member Avatar for bilal_fazlani
0
126
Member Avatar for Mirfath

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 …

0
70
Member Avatar for swerr

this link will help you [url]http://infolab.stanford.edu/~ullman/fcdb/oracle/or-plsql.html[/url]

Member Avatar for Mirfath
0
66
Member Avatar for powarrahul

Automatic Report Generating,Calculations,SMS and E-mail generation and much more

Member Avatar for Netcode
-2
72
Member Avatar for Mirfath

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 …

Member Avatar for Mirfath
0
147
Member Avatar for Arjun_Sarankulu
Member Avatar for Mirfath

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 …

Member Avatar for Mirfath
0
297