25 Posted Topics
Re: Use a crystal report viewer on a form and use this code. [CODE] Imports System.Data.Oledb Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Publi Class Form2 Public Where as String Private Report1 as ReportDocument Private Sub CrystalReportViewer1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CrystalReportViewer1.Load Dim A As CrystalDecisions.CrystalReports.Engine.Table Dim B As CrystalDecisions.Shared.TableLogOnInfo … | |
Re: why dont you try using IsMDIContainer | |
Re: try to visit this page.... its using vb2005 maybe it will help you... vanzhyme.wordpress.com | |
Re: show us your code so that we can help you. | |
when i run my project in java. i keep getting this stuff. No Console ..... I dont know how to get console in eclipse. here is my code. [code] import java.io.*; public class WordGame { public WordGame() { } public static void main (String args[]) { String WordGuess; WordJudge gm … | |
Re: When you install the OS in the hardisk using another computer. It saves the data on the motherboard to the disk. So that's why the other PC wont read the OS that has been installed in the hard disk. Unless it has the same specs of the motherboard with the … | |
Re: Why don't you user inner join in querying your data in the report..... See if it helps.... | |
Im using Vb.Net 2005. In my Crystal Report I want to print the data from left to write. but i dont know how. The printer settings is on landscapre. Thanks in advance for the help. | |
Re: [CODE] Private Sub RadioButton1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RadioButton1.CheckedChanged Form2.Show() End Sub Private Sub RadioButton2_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RadioButton2.CheckedChanged Form3.Show() End Sub [/CODE] This would be the simplest one. Just Try this one. | |
Re: As what Unhnd Exception said. You'll have to deal again with another thread. Just try it. | |
Re: Try this one. This is so simple. [CODE] Private Sub Form_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.Label1.Text = Me.DateTimePicker1.Value.Year End Sub [/CODE] | |
Re: [CODE] & "[County] '" & txtCustomerCounty.Text & "'," _ & "[Postcode] = '" & txtCustomerPostcode.Text & "'," _ & "[E-mail] = '" & txtCustomerEmailAdd.Text & "' " _ & "[PhoneNumber] '" & txtCustomerTele.Text & "'," _ [/CODE] Your code here in County and Phonenumber. There is a missing equal sign. … | |
Re: [CODE] Private Sub Button1_Click(ByVal sender As System.Object,ByVal as System.EventArgs) Handles Button1.Click Progressbar1.value = 1 Timer1.enabled = true call Timer1_Tick(sender, e) End Sub Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick me.Progressbar1.value += 1 if me.Progressbar1.value = 5 then me.label1.visible = false End if End Sub [/CODE] | |
Re: [CODE] Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Form1.Textbox1.text = textbox1.text End Sub [/CODE] | |
Re: try to use this try to add a asterisk after the delete strSQL = "Delete * FROM Update_PaymentDetails " _ & "Where AccountNo = '" & AccountNo & "' " _ & "And TransactionDate = '" & tmpDate2 & "' " _ & "And TransactionTime = '" & tmpTime & … | |
Im using this code ! con.Open() cmd = New OleDbCommand("select * from RoomTypeA", con) conreader = cmd.ExecuteReader Do While conreader.Read If conreader.Item("TimeEnd") = Me.TextBox6.Text Then Me.RTypeListA.Items(0).Selected = True Me.RTypeListA.Select() End If Loop cmd.Dispose() con.Close() conreader.Close() i want to select the item in listview that has the same TimeEnd with textbox6.. … | |
Re: try to use an internet security software. it has a malware remover or try to download a malware remover software but be careful maybe that thing has a virus with it. for me i suggest you use avg internet security. | |
Please ! Could someone tell me where i can find pdf tutorial for C# in web based... i have a tutorial here but this is for console application... please help me ! ^__^ thanks in advance guys ! | |
Im using VB.NET 2005 i want to sum two records in database. So when i retreive them to display in my textbox they already sum. the numbers are in text. please help me ... im a newbie.. this is my code. con.Open() cmd = New OleDbCommand("select * from ChargedItems where … | |
im using crystal report in vb 2005. please help me on the code. how to import the data from the textbox or label on the form to the text on crystal report using a button. please badly needed.. | |
Re: or its more easier to go to [url]www.filehippo.com[/url] try to use ccleaner try to download it there. | |
ahmm, please help me. I want to update the items in listview when my form loads up. this is my code for the listview. It actually displays the data on the database but when i add another data it wont appear on the listview. please help me guys. I'll appreciate … | |
Re: try to create another user account with limited status. or try to restrict him from the security. | |
Re: ahmm.. guys could u please help me about tab control . I have a text input in textbox1 in tab page 1 and i want that text from textbox1 will be displayed in textbox2 in tab page 2. please help me .. | |
ahmm.. guys could u please help me about tab control . I have a text input in textbox1 in tab page 1 and i want that text from textbox1 will be displayed in textbox2 in tab page 2. please help me .. |
The End.