Posts
 
Reputation
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 #4K
~6K People Reached
Favorite Forums
Favorite Tags
Member Avatar for saleem.mukhtiar

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 …

Member Avatar for saleem.mukhtiar
0
746
Member Avatar for swathi sajja
Member Avatar for saleem.mukhtiar
-1
337
Member Avatar for saleem.mukhtiar

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 …

Member Avatar for saleem.mukhtiar
0
1K
Member Avatar for saleem.mukhtiar

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 …

Member Avatar for saleem.mukhtiar
0
161
Member Avatar for saleem.mukhtiar

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 …

Member Avatar for saleem.mukhtiar
0
192
Member Avatar for saleem.mukhtiar

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 …

Member Avatar for Reverend Jim
0
297
Member Avatar for saleem.mukhtiar

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 …

Member Avatar for tsmorris
0
110
Member Avatar for saleem.mukhtiar

> 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

Member Avatar for ShahanDev
0
115
Member Avatar for saleem.mukhtiar

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

Member Avatar for Begginnerdev
0
67
Member Avatar for sheelap

anyone tell me a detail of database connectivity in vb.net with sql server and oracle.i already tried it on my laptop.but it shows errors.1 year back i successfully did the connectivity.but now i forgotton how it do?even i could not able to coonect ms-access with vb.it always shows error.any one …

Member Avatar for poojavb
0
1K
Member Avatar for saleem.mukhtiar

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

0
67
Member Avatar for agilocha

hi... anybody want to help me to solved my problem i want to get value from gridview column into textbox. i have DGS4 as my gridview . and i want to use query like i used bellow. i uses some code from @luc001 but it stil not working. this is …

Member Avatar for poojavb
0
189
Member Avatar for saleem.mukhtiar

Dear friends kindly gudie me how can i make table design data grid?? ... sample pic i have attached ...

Member Avatar for saleem.mukhtiar
0
69
Member Avatar for kampao00

i have codes for adding data to listview from database but there's a problem .. Public Sub showmyrecords() Dim lvi As ListViewItem Dim dt As New DataTable Dim ds As New DataSet ' Dim intCount As Integer ds.Tables.Add(dt) Dim da As New OleDbDataAdapter("Select * from Schedulings where YearLevels = '" …

Member Avatar for kampao00
0
143
Member Avatar for dilse4sk

hi every one. I need some ideas for the calculation. I have a form where admin can add the product. field names are Product_id,Name,Description,Quantity,Unit_price now i have an other form which is used for buying products. What i want to do is when customer chooses the product, as soon as …

Member Avatar for P.manidas
0
935
Member Avatar for saleem.mukhtiar

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 …

Member Avatar for Begginnerdev
0
319
Member Avatar for saleem.mukhtiar

dear friends i want to filter data by date ... see the attach pictures, after using where clause i receicve 0 rows :(

Member Avatar for adam_k
0
94
Member Avatar for saleem.mukhtiar

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 …

Member Avatar for saleem.mukhtiar
0
203
Member Avatar for anasmi

hi, i'm an IT student working on a project(point of sale) but i'm unable to display the price of the item, weight and name into a textbox from an access database and to insert multiple barcode items in order to get the subtotal. please i really need your help

Member Avatar for saleem.mukhtiar
0
83