20,899 Topics

Member Avatar for
Member Avatar for Naveed_786

Dear All, I am using this code for single perameter [CODE] Dim cryRpt As New ReportDocument cryRpt.Load("C:\PaymentSystem\PaymentSystem\Inst1.rpt") Dim crParameterFieldDefinitions As ParameterFieldDefinitions Dim crParameterFieldDefinition As ParameterFieldDefinition Dim crParameterValues As New ParameterValues Dim crParameterDiscreteValue As New ParameterDiscreteValue crParameterDiscreteValue.Value = TextBox1.Text crParameterFieldDefinitions = cryRpt.DataDefinition.ParameterFields() crParameterFieldDefinition = _ crParameterFieldDefinitions.Item("PlotNo") crParameterValues = crParameterFieldDefinition.CurrentValues crParameterValues.Clear() crParameterValues.Add(crParameterDiscreteValue) …

0
37
Member Avatar for judithSampathwa

Hey there, I have a interface which loads the data from the database. It loads the data to the datagridview, and text boxes. When I load the data to the datagrid view how can I make it uneditable so that the validations and other datagridview event scan not be occurred. …

Member Avatar for nick.crane
0
678
Member Avatar for ujjval dave

Hi there, i need help in this part to set a sock5 proxy in vb.net application. I know how to set http proxy but i don't know anything about sock5 proxy setting. I am new in sock5 proxy setting. [color="red"]please tell how to do this. [/color] thanks dave

0
58
Member Avatar for prussell

I have a simple vb.net webservice which accepts a string parameter. the function appends the passed value to a string, then returns it back. (See code below). My client uses ksoap2 on an android platform to invoke & consume the service. I can connect to the service fine, and while …

Member Avatar for balazs.kelemen
0
185
Member Avatar for judithSampathwa

Hi there, I am loading data to a datagridview from the database. How can I make the cells that were loaded from the database to only read only. I have a button in the interface so that I can add arrows to the same datagrid view. How can I make …

Member Avatar for judithSampathwa
1
104
Member Avatar for Naveed_786

Dear All, How can i auto generate number in vb.net Please help thanks in advance for your help

Member Avatar for Naveed_786
0
125
Member Avatar for smart_pc

hi. i am trying to make a project on visual basic dealing with interaction with hardware(basically serial ports) using MScomm api provided. does any one know how to use it to control the pins seperately. if anyone's of help. please do reply this thread with a solution. thank you geeks..... …

0
64
Member Avatar for oni
Member Avatar for sans4
0
53
Member Avatar for prasannapower
Member Avatar for PEFCa

I am learning VB and am working on a tutorial on databases. The recordset is a disconnected set. I am getting a concurrency exception. I might have 3 records. I delete all 3. Then I add a record, it adds it. Then I attempt to delete it and it fails. …

Member Avatar for deathrock
0
102
Member Avatar for pankaj.belanke

I have 2 datagrids. In first datagrid i am taking details of student which had done enquiry in classes.This data is used for the particular day followup in classes.In second datagrid i am taking details of details of students to whom followup is done that particular day.Inshort iam transfering the …

0
22
Member Avatar for mark0420
Member Avatar for darrylle
0
244
Member Avatar for johmolan

I use the code [CODE]Dim Selvk As New Selvkost2 Selvk.PassedText = TextBox29.Text Selvk.Show()[/CODE] in mainform and the code [CODE] Private _passedText As String Public Property [PassedText]() As String Get Return _passedText End Get Set(ByVal Value As String) _passedText = Value End Set End Property [/CODE] in my second form and …

Member Avatar for Teme64
0
89
Member Avatar for Maya Pawar

[url]http://www.google.co.in/search?hl=en&source=hp&q=friendship+quotes&meta=&aq=1&aqi=g6g-z1g3&aql=&oq=friendship&gs_rfai=[/url]

-2
67
Member Avatar for Maya Pawar

Hi friends, i want to supress textfield related to databasefield I have section .In that section, textFeild1 DatabaseField1 I set to databasefield1 as Supressifzero=True Also set formula IsNull{Tablename.DatabseField1}) I also set supress formula to textfield as IsNull{Tablename.DatabseField1}) and check the checkbox "Supress Embeded field Balnk lines". I also Set the …

0
66
Member Avatar for jonniebl

I am trying to write code to send a mail message with an attached file. my code works fine if I don't try to attach a file but crashes when I do. I have not been able to figure this out. My code looks like this. [ Dim mail As …

Member Avatar for jonniebl
0
180
Member Avatar for bizzpu

Hy there everyone! I try to make one application that will first show login form (with textbox for username and password) and when I press login client application send request to server side application that make SQL query (local) and return some values and that values listed in main form. …

0
52
Member Avatar for saionx2

Hi everyone, I am doing a project on Student Management System. I want to create pie/bar charts in Crystal Reports & then embed this report in a form which would show subject-wise analysis of any selected Student's exam performance. [B]The Crystal report needs to be embedded in a container within …

0
24
Member Avatar for jlego

im going to try to explain this the best i can the programs here are setup using adodb.connection and adodb.recordset they run threw an odbc connecter that is on each machine in the company (i dont know, i didn't do it). here is what i do with the adors [code] …

Member Avatar for jugosoft
0
1K
Member Avatar for Naveed_786

Dear All, I am calling a perameter crstal report which i have made in visual studio when i enter criteria in textbox it does not compare and prompt all the record how to resolve it please help. [CODE]Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, …

0
60
Member Avatar for sophie_kiu

what is the code to be put in your program such that your program could show its location?

Member Avatar for meffe
0
83
Member Avatar for Naveed_786

When i run the report there comes an error "Invalid data source i am using this code [CODE]Dim cryRpt As New ReportDocument cryRpt.Load("C:\PaymentSystem\PaymentSystem\Instalment.rpt") Dim crParameterFieldDefinitions As ParameterFieldDefinitions Dim crParameterFieldDefinition As ParameterFieldDefinition Dim crParameterValues As New ParameterValues Dim crParameterDiscreteValue As New ParameterDiscreteValue crParameterDiscreteValue.Value = TextBox1.Text crParameterFieldDefinitions = cryRpt.DataDefinition.ParameterFields() crParameterFieldDefinition = _ …

0
49
Member Avatar for Neji

Please help me converting numbers to words.. i don't have idea for this... Regards Neji

Member Avatar for pulpers
0
154
Member Avatar for yusuf.business

Hello friends ? I want to use mysql database in vb.net .. What is the full procudure for using mysql in vb.net.. thanks in advance......

Member Avatar for finito
0
236
Member Avatar for fourty

How Do I resize pictures in vb, When i try , only the picture box resizes but not the pictures Any help will be appreciated.

Member Avatar for Luc001
0
45
Member Avatar for falconer

Hi, I need an urgent fix for a desktop app built in VB. I sold a few of the apps, and now my customers are a bit upset it no longer works as it did. And of course I can't sell more until it's done. The original coder no longer …

0
32
Member Avatar for andrewktmeikle

Hey, I've got a datagrid which depending on fields that the user fills in will display some data, code is : [code] Try queryList = LSet(queryList, Len(queryList) - 4) 'TODO: This line of code loads data into the 'VbDataBaseDataSet.marketingDB' table. You can move, or remove it, as needed. Me.MarketingDBTableAdapter.Fill(Me.VbDataBaseDataSet.marketingDB) Dim …

0
88
Member Avatar for sganandhsg

Hi Friends, I will using Log4net in my application, Log file is created fine. Now i need to create folder based on the month and year I mean This month is July i need to create a folder name is Jul2010 then start next month automatlly create a folder for …

Member Avatar for sganandhsg
0
82
Member Avatar for yapaarachchi
0
40
Member Avatar for andrewktmeikle

Hey team, i'm having a problem with this query, [code] "SELECT * FROM marketingDB WHERE company_name LIKE 'allied' & '*'" [/code] the program ive written runs fine and it doesnt show any problem with the query infact the exact same query works fine on access but when i put it …

Member Avatar for andrewktmeikle
0
142
Member Avatar for sophie_kiu

NEED HELP~! Does anyone know how to import access data into sql server using vb.net? I want to create a openfiledialog and allow user to choose which access file to be imported into the server. Thank you so much~~ >.< PS. I am just a beginner of vb.net. So would …

Member Avatar for Oxiegen
0
3K
Member Avatar for cintojose

Hello Everybody, I want my text box only accepts numbers and colon like 00:00 .The length should be limited to 5.Plese help as I stucked up with this............Thank You. CintoJose

Member Avatar for Teme64
0
101
Member Avatar for dlrahul

Hi;; I have two pages; one is parent page and childpage(popup) in parent page i am passing three parameters to the child page..... in child page i have grid view to display the details according to the parameters passed;; till now it is fine;; now my problem is that... when …

0
33
Member Avatar for wesley.groves

I have a VB.net programming question i am loading values into a list box from the database in a form being used to edit a database record. the list populates fine using the following code. Protected Sub LoadCat() Dim myCommand As New SqlCommand Dim myReader As SqlDataReader = Nothing Dim …

Member Avatar for rohand
0
176
Member Avatar for sophie_kiu

How to check whether two tables in SQL are the same using vb.net? Would u mind giving me the code? Thank you so much!!!

Member Avatar for sophie_kiu
0
73
Member Avatar for Naveed_786

Dear all, Q.No.1 1. I want to make a crystal report 2. It should have two datatimepicker 3. User select two diiferent dates and report must be run Q.No.2 1. How can i run a report when i pass a perametor from textbox. Please give me some Code thanks in …

Member Avatar for finito
0
92
Member Avatar for Austinjs0102

I have a 150 page word file for work that i need to go through. What i would like to do is automate this since i rather not copy and paste all 150 pages. There are headings 1 2 and 3 in this file. Both Headings 2 and 3 may …

Member Avatar for Austinjs0102
0
194
Member Avatar for Naveed_786

Can i set margins if so then please tell me how? I am using this code but pagesetup dilog does not effect the print. [CODE]With PageSetupDialog1 .PageSettings = PrintDocument1.DefaultPageSettings End With If PageSetupDialog1.ShowDialog = DialogResult.OK Then PrintDocument1.DefaultPageSettings = PageSetupDialog1.PageSettings PrintForm1.Print()[/CODE]

Member Avatar for Oxiegen
0
129
Member Avatar for arelius

Hello friends, I know that on the Layout options of the DataGridView control that you can set the AutoSizeColumnsMode to "Fill". I noticed that the "Fill" setting is not available for the AutoSizeRowsMode. Does anybody know a workaround so that I can have all the rows automatically "fill" in the …

Member Avatar for arelius
0
938
Member Avatar for starlight849

Hi, I am filling a datagridview with multiple columns from my oracle database. It has become necessary that I add a column with a checkbox. I figured this out. [icode] Dim cbPart As New DataGridViewCheckBoxColumn DataGridView1.Columns.Insert(1, cbPart) With cbPart .HeaderText = "PART" .Name = "Part" .DisplayIndex = 0 .Frozen = …

Member Avatar for starlight849
0
191
Member Avatar for yogesh21

Hi friends, I want to create setup file of a desktop application using vb.net. How could i do it? Thanks in advance

Member Avatar for pkpbmt
1
133
Member Avatar for freemanirl

So, I've wrote a program awhile ago that prints barcode labels. The old version needed the font to be installed in the fonts folder, but that made it a pain for people using the program for the first time, as the program would print the barcode label with a default …

Member Avatar for Oxiegen
0
360
Member Avatar for trpsjt2008
Member Avatar for TrueVb.NetNoob

Hi Guys! Is it possible to change the color of a button when you move your mouse onto the button? Like say before it was red and it can be changed to yellow? Anyone can help me with the code? Thank you!

Member Avatar for vik2321
0
137
Member Avatar for Naveed_786

Hi All, I hope you all would be fine i want to print 1. Only text 2. No controls should be appear in the print like textboxes etc. Thanks in advance.

Member Avatar for Oxiegen
0
152
Member Avatar for pinakin33033

hi Friends , i need the code which can give the audio file lenght in secs. i want to store it in database.....

0
29
Member Avatar for danielair

Okay, I'm creating a webcam capture program that will take pictures and record video. The picture part works perfectly but I can't get the video part to work. No matter what I try it won't save the AVI file Heres my code [CODE] OOption Explicit On Imports System.Runtime.InteropServices Public Class …

Member Avatar for Oxiegen
0
761
Member Avatar for M.rahul

hi all, Thanx in advance. I'm new to vb.net and doing application on dialing mode. How to dial a modem through Gsm? i have done dialing part but i don't known how to write events for receiving. Please guide me how to do it........

0
55
Member Avatar for NH1

Im looking to Delete a row of information in my datagrid, but also from my database. im not even really sure where to start. I want to use a button to do this. so that when i highlight a row, then click the button it brings up a message box …

Member Avatar for ious
0
383
Member Avatar for Kingcoder210

I am trying to run my program to test it. Actually I am trying to run second form to see it that its working properly or not. But it shows me error. First time I got this error message "Exception of type 'System.OutOfMemoryException' was thrown" & second time I got …

Member Avatar for fourty
0
152

The End.