115 Posted Topics
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. | |
Re: 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 … | |
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 … | |
How can we auto complete a textbox in VB 6 please help | |
Re: Please view this link [url]http://www.codeproject.com/KB/vb/InsertUpdateDeleteSearch.aspx[/url] Mark the thread as solved if it helps you. | |
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 … | |
Re: Also have you added run time of crystal reports in your setup | |
Re: 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. | |
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. | |
Re: Please start new thread..... | |
Can any body tell me how can i check that record already exists? | |
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. | |
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 … | |
Re: 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. | |
Hi guys, I am new in web development how should i start developing web site in PHP??? | |
Re: 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] | |
Re: 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 … | |
Re: 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] | |
Re: 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. | |
Re: You can use setup factory to create installer for your application. | |
Re: Waht do you mean i didn't understand do you want to generate autonumber on your form and then want to store in database?????????? | |
Re: 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] | |
Re: 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 … | |
Re: Do you want to show value of column from database?? | |
Re: 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] | |
Re: 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 … | |
Re: Its not VB6 forum please post yuor query on VB6 foum. | |
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] … | |
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? | |
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. | |
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. | |
How to store and retrieve images from VB.NET and Sql Server 2008 | |
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 … | |
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 … | |
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. | |
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. | |
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. | |
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 … | |
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 … | |
Re: 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 | |
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. | |
Re: 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] | |
Re: 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] | |
Re: you must add this code on form load event of splach screen form [CODE]me.close() form1.show()[/CODE] | |
Re: 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. | |
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 … | |
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) … | |
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 … | |
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. | |
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. |
The End.