115 Posted Topics

Member Avatar for Naveed_786

Hi all, 1. I want to know how to add a data grid in vb 6 form? 2. And how to fetch all records in data grid please help Thanks in advance for help.

Member Avatar for AndreRet
0
147
Member Avatar for dreamer_lek91

If it is just for login form then why you are using .update and .edit your code is confusing but you can use simply this code for login [CODE]On Error GoTo errHandler Set rs = db.OpenRecordset("SELECT COUNT(*) As Numrows FROM users WHERE LCASE(username) = '" & LCase(txtusername.Text) & "' AND …

Member Avatar for AndreRet
0
212
Member Avatar for Naveed_786

Hi guys, 1.Can anyone help me how should i design my first web page in asp.net using C# 2.which should have 4textboxes and 2buttons 3.how can i connect the asp.net with sql server 2008 4.how can i insert my first record in sql server db please please help then i …

Member Avatar for shine_jose
0
92
Member Avatar for Naveed_786
Member Avatar for Rajeev R Nair

Please view this link [url]http://www.codeproject.com/KB/vb/InsertUpdateDeleteSearch.aspx[/url] Mark the thread as solved if it helps you.

Member Avatar for Rajeev R Nair
0
180
Member Avatar for Naveed_786

I am using this method to take print of data peresent in textboxes but it prints on top left corner i want to take print in a sequence and distance as it apears on form also want to increase font size waht should i do please help me. [CODE]Printer.Print txtstudentid.Text …

Member Avatar for AndreRet
0
283
Member Avatar for Kingcoder210
Member Avatar for jiangjiang

Please follow the link below hope it would help [url]http://www.daniweb.com/forums/thread306639.html[/url] Please mark the thread as solved if it helped you.

Member Avatar for luoluo
0
84
Member Avatar for Naveed_786

Can any one tell me how can i make privileges for user to restrict them and only administrator have all rights. Please help me Thanks in advance.

Member Avatar for AndreRet
0
124
Member Avatar for Ruch
Member Avatar for Naveed_786
Member Avatar for AndreRet
0
260
Member Avatar for Naveed_786

When i mahe setup using setup and deployment wizard it make the setup perfectly but when i try to install it gives me error what is the best way to make a setup and run it perfectlly please help.

Member Avatar for AndreRet
0
104
Member Avatar for Naveed_786

Hi guys, Can any help me i had a peoblem please just give me idea. I want to calculate the share of a teacher let me explain how 1.if a teacher teaching three subjects in 10th class and three subjects in 9th 2.i have to calculate 50% of the fee …

Member Avatar for AndreRet
0
131
Member Avatar for prayag.419
Re: Help

You should choose such kind of project which include administration,Accounts,Customers,Staff these modules should be included in your project like in hospital or in Point of sale.

Member Avatar for Naveed_786
0
73
Member Avatar for Naveed_786

Hi guys, I am new in web development how should i start developing web site in PHP???

Member Avatar for chrishea
0
112
Member Avatar for harsh143

Please use this link it is step by step guide line for crystal report [url]http://vb.net-informations.com/crystal-report/vb.net_crystal_reports_tutorials.htm[/url]

Member Avatar for prvnkmr194
0
147
Member Avatar for kehar

Please use this code to add new record and establish connection with access. [CODE]Imports System.Data.OleDb Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox1.Text = "" Or TextBox2.Text = "" Or TextBox3.Text = "" Or TextBox4.Text = "" Or TextBox5.Text = "" Then MessageBox.Show("Please enter …

Member Avatar for lolafuertes
0
124
Member Avatar for kashy!

Please click on this link i hope it would help this site would provide you step by step guaidline please mark thread solved if it helps [url]http://vb.net-informations.com/crystal-report/vb.net_crystal_reports_tutorials.htm[/url]

Member Avatar for Naveed_786
0
924
Member Avatar for Noorul Ariff

Dear Noorul Arrif You can follow this link to make a crystal report step by step just click on link [url]http://vb.net-informations.com/crystal-report/vb.net_crystal_reports_tutorials.htm[/url] Please mark thread as solved if it helped you.

Member Avatar for Naveed_786
0
131
Member Avatar for markdean.expres
Member Avatar for markdean.expres
0
73
Member Avatar for Noorul Ariff

Waht do you mean i didn't understand do you want to generate autonumber on your form and then want to store in database??????????

Member Avatar for Noorul Ariff
0
163
Member Avatar for Kingcoder210

You can download .Net framwork 3.5 it would resolve your problem otherwise you can also get it from your visual studio CD or DVD explore it please mark thread as solved if it helps. [url]http://www.microsoft.com/downloads/en/details.aspx?FamilyId=333325fd-ae52-4e35-b531-508d977d32a6&displaylang=en[/url]

Member Avatar for Naveed_786
0
252
Member Avatar for marniel647

First of all open Visual syudio>Then click file>add new project>choose other projects>here you can chose setup wizard>type your project name instead of setup1>specify location where you want to save your setup>Then click next>click on add button from here choose the project location>go to debug folder>choose your projrct exe file and …

Member Avatar for Naveed_786
0
151
Member Avatar for zarifin99ska
Member Avatar for valipour

Here is you can find step by step guide line for your peramter report. [url]http://vb.net-informations.com/crystal-report/vb.net_crystal_reports_tutorials.htm[/url]

Member Avatar for Naveed_786
0
106
Member Avatar for hemal1972

First of all for your kind information access db is not for client server application you must choose sql server or mysql or oracle as database. Ok to insert a new record in access databse first of all you ahould declare this library [CODE]Imports System.Data.OleDb[/CODE] Then here the code to …

Member Avatar for Naveed_786
0
143
Member Avatar for malipia
Member Avatar for Naveed_786

Hi guys, Please help me when i install my application on clients it only connect with one user like Naveed/Password on domain but when i login on domain by using other user it gives me connection error what should i modify in my connecting string. [CODE]"PMS.My.MySettings.ConnectionString" connectionString="Provider=SQLOLEDB;Data Source=ITS;Integrated Security=SSPI;Initial Catalog=Payment"[/CODE] …

Member Avatar for kb.net
0
181
Member Avatar for Naveed_786

How to make clients on sql server i mean when i will install my application on clients how i will connect it with sql server?

Member Avatar for kvprajapati
0
153
Member Avatar for Naveed_786

Dear All, How can i get Crystal report between two dates from SQL SERVER Database. We will enter the dates from One column. Any help will be apriciated.

Member Avatar for bhagawatshinde
0
104
Member Avatar for Naveed_786

Hi guys, I want to retrieve a report between two dates i want to sort out report by passing the values for one column i.e PaymentDate. Please please help.

Member Avatar for Naveed_786
0
52
Member Avatar for Naveed_786
Member Avatar for Naveed_786
0
477
Member Avatar for Naveed_786

Here is my code it gives me error "IsAdminuser is not member of PMS" what should i do now to resolve this problem. [CODE]Module GlobalStuff Public Function IsLoggedIn(ByVal PassUserName As String, ByVal PassPassword As String) As Boolean Dim ReturnBool As Boolean = True Dim cnString As String = "Data Source=ITS;Initial …

Member Avatar for GeekByChoiCe
0
111
Member Avatar for Naveed_786

I am using date and time picker to get current date but when i get date from date and time picker first time it gives me current date and time i save the record and when i try to get date and time second time without unloading the form it …

Member Avatar for pritesh2010
0
89
Member Avatar for Naveed_786

I want to display date and time on top of the form where normlly written form1 forms name i want to display date in formate of for example 23 August 2010 and time in this formate 12:33:20AM Please please help.

Member Avatar for krunal1089
0
126
Member Avatar for Naveed_786

Hi guys, I want to search a customer when i press an alphabet 'a' it should search and show drop down list of all customer those name start with 'a'. Please please help thanks in advance.

Member Avatar for Naveed_786
0
127
Member Avatar for Naveed_786

Can i make privilages to make two modes 1. Admin Mode 2. Ristricted User Mode. Please give me some sample code. I am using vb.net with sql server 2008.

0
49
Member Avatar for Naveed_786

I am using the following code to delete record it did not delete record but just only populate message record deleted successfully what should i do now please please help me. [CODE]If TextBox1.Text = "" Then MessageBox.Show("Please Select record to delete......", "ALI ENTERPRISES", MessageBoxButtons.OK, MessageBoxIcon.Information) Exit Sub End If If …

Member Avatar for PsychoCoder
0
164
Member Avatar for Naveed_786

Hi guys, I am using this code to update a record after searching but it gives me error here is my code please please help [CODE] Dim con As New SqlClient.SqlConnection Dim strCon As String = "Data Source=ITS;Initial Catalog=Payment;Integrated Security=True" Dim strCommand As String = "SELECT * FROM CustomerInformation WHERE …

Member Avatar for pabloh007
0
137
Member Avatar for Marc.Gauthier9

you can do this open your project then click on first tab then click on view from menu bar then click on tab oder here you can set the tab oder of all controles placed on form

Member Avatar for codeorder
0
470
Member Avatar for Naveed_786

Hi guys, Can anyone help me how can i search,delete,undo edit record in vb.net using sql server2008 as database please please give me some sample code thanks in advance.

Member Avatar for Naveed_786
0
38
Member Avatar for RajendraR

Problem is in your code at Dim dialog As New Dialog1 and you are calling dialoge.show() this wrong you should call [CODE]dialog.Show()[/CODE]

Member Avatar for crapulency
0
146
Member Avatar for lanitooot

Dear, i have already provided you link for my post i am again sending you link for my thread please please help me to resolve it. [url]http://www.daniweb.com/forums/thread303147.html[/url]

Member Avatar for Naveed_786
0
312
Member Avatar for nv136

you must add this code on form load event of splach screen form [CODE]me.close() form1.show()[/CODE]

Member Avatar for Alexpap
0
229
Member Avatar for zulhimi89

You should make all textboxes as required by you then select that textbox whose color you want to chenge then in properties change its color. I hope it would help.

Member Avatar for zulhimi89
0
76
Member Avatar for Naveed_786

Hi all, I am trying to check a record in database before inerting a new record here is my code but problem is when i enter a names first alphabet it imediatly populate massage please help me i want to check it after entering whole name thanks in advance. [CODE]Private …

Member Avatar for Naveed_786
0
108
Member Avatar for Naveed_786

Hi dear, I want to pass two dates from crystal report and want to get result between these two dates but it returns result only from one date here is my code any suggestion: [CODE]If TextBox1.Text = "" Or TextBox2.Text = "" Then MessageBox.Show("Please enter Date!", "ALI ENTERPRISES", MessageBoxButtons.OK, MessageBoxIcon.Information) …

0
353
Member Avatar for Naveed_786

Dear All, I am designing a crystal report in VB.NET I have designed a crystal report i want to pass parameter from a textbox but when i pass parameter or without passing parameter run the report it pulls all the records from the database please help my code is as …

Member Avatar for Oxiegen
0
206
Member Avatar for Naveed_786

Hi all, Can some one tell me why my crystal reports asks for user name and password at run time when i install then from setup please please help me. Thnaks in advance.

0
48
Member Avatar for Naveed_786

Dear All, When i make Setup of my project then my crystal reports keeps old database path how can i resolve it please help me.

Member Avatar for Naveed_786
0
76

The End.