No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
19 Posted Topics
Dear Friends Can any body help me .. i want to export my crystal report to a text file, here is my code. If its not good then please give any other perfect refrence thank you Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Imports System.Diagnostics Imports System.IO Public Class Form1 Dim myReportDocument As … | |
Re: Do it .. Click Start, click All Programs, click Microsoft Office, click Microsoft Office Tools, and then click Microsoft Office 2007 Language Settings. Click the Editing Languages tab. Select the language you want to enable in the Available editing languages list, and then click Add. Insallah will be working | |
Friends .. how my code working fine with two buttons (PDF and RTF) but the last portion for HTML converting its not working .. please help Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Imports System.Diagnostics Imports System.IO Public Class Form1 Dim myReportDocument As New ReportDocument Private Sub Form1_Load(ByVal sender As System.Object, ByVal e … | |
Dear Friends ... when in hotel or airport we access the wifi ... no password set to access wifi (WPA, WEP, WPA2).... but when we open our browser for using internet .... a page redirect us and ask for user name and password ... can any one give me just … | |
Dear Friends i made a applicatoin where i need a variable value which will enter by after 1st installation... Infact it is a uploading to ftp application with a single click. but the file name is not constant for all all locatins. So i want i will enter it in … | |
Dear Friends i want to add a progrress bar in this uploader please help me ... Imports System.IO Imports System.Net Public Class Form1 Private Sub btnUpload_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUpload.Click Dim request As System.Net.FtpWebRequest = DirectCast(System.Net.FtpWebRequest.Create("ftp://ftp.uibonline.com/uibsat/saleem.jpg"), System.Net.FtpWebRequest) request.Credentials = New System.Net.NetworkCredential("ksauib@uibonline.com", "123456") request.Method = System.Net.WebRequestMethods.Ftp.UploadFile … | |
Dear Friends i want to copy data from one table to another table i know we can do this task using following query INSERT INTO Destination (EnrollNo, CheckIn, CheckOut, DiffTime) SELECT EnrollNo, CheckIn, CheckOut, DiffTime FROM Source but here is problem ... i want to add a new colum with … | |
> Quoted Text Here Hello Guys ... HOw's are you .. kindly guide mein about format of DateTimePicker where user can select date from calnender as wel as time also .. Thanks in advacne waiting for your reply ... TC | |
Dear Freinds, can any one guide me for double entry accounts system. tables and fields of table .. or any sample.. . i know debit credit book keeping system but could not apply it.. like day book and party ladger.. thnks in advance | |
Re: you can connect through wizrad using data set and data source data navigation from Data sub options in tool panel . or through code .. ist import the namesapces . for sql import system.data.sqlclient DATA connection dim dt as new sqlConnection = ("data source=.; integrated security= true; database name= DATA … | |
Dear Freinds, can any one guide me for double entry accounts system. tables and fields of table .. or any sample.. . i know debit credit book keeping system but could not apply it.. like day book and party ladger.. thnks in advance | |
Re: dim obj as new datagridviewselectedcellcollection = datagridview1.selectedcellcollection textbox1.text=obj.item(0).cell(0).value | |
Dear friends kindly gudie me how can i make table design data grid?? ... sample pic i have attached ... | |
Re: DbCon = New SqlConnection("data source=.; integrated security=true; database=kehkashan;") DbCon.Open() Da = New SqlDataAdapter() Ds = New DataSet iRow = 0 Da = New SqlDataAdapter("select * from tblSupplier order by ID", DbCon) Da.Fill(Ds) While iRow <> Ds.Tables(0).Rows.Count cboSupplier.Items.Add(Ds.Tables(0).Rows(iRow).Item(2)) iRow = iRow + 1 End While it is a combo box filling … | |
Re: You can add this function in leave event of last text box. . txtmultipicaiton.text= val(productprize.text) * val(quntity.text) | |
dear friends following is the code for export data from data grid to excel .. problem which i m facing that .. i could not export the last coloum values.. kindly give sulotion.. `Inline Code Example Here` Private Sub btnExcel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExcel.Click Dim … | |
dear friends i want to filter data by date ... see the attach pictures, after using where clause i receicve 0 rows :( | |
Hello friends. that's gr88 that you people help out alot. My senerio is .. i made data grid form ..where i want ... when i double click on a Invoice no ... or Row in datagrid .. invoice open in new form where i can edit delete, or other opraitons … | |
Re: show the erd and code i will try to fix it |
The End.