20,284 Topics
| |
Hi, I've read a bit in this forum, and it looks like a great resource! Here's a question that someone asked before, but I think my answer may be different: My client uses only Access databases (I know, I know) and I'm getting this error. System.Data.OleDb.OleDbException: Too few parameters. Expected … | |
hi all, actually i want to pass String value in Farmula fields in crystal report X1 Release 2 .but only numeric value can be passed. in crystal report 8 it is possible that u can pass value of any type. any one can help this artical. thanks Irfan Ullah | |
I am using VB.Net 2005 and I have been working on trying to get this project to convert the numbers entered on form1 in TxtBxAmount to words on formcheck in TxtBxAmount3 but I can not figure it out. I have searched the web high and low and can not find … | |
Hey, im doing an assignment that requires to make a vending machine :eek: yeah, its all over here. However can anyone tell me whats wrong with this code? [code] purchase = [COLOR=#0000ff]if[/COLOR] price <= money [COLOR=#0000ff]Then[/COLOR] money = money - price [COLOR=#0000ff]Else[/COLOR] [COLOR=#0000ff]If[/COLOR] price >= money [COLOR=#0000ff]Then[/COLOR] TextBox1.Text = [COLOR=#800000]"Sorry! … | |
Hi I'm using Visual Studio 2005 to develope a piece of software. I have used the publish button to produce the files to install my application onto another pc but it does not automaticaly put a shour cut on the desktop for me. Is there a setting somewhere that I'm … | |
Hi! I am new to ASP.NET. I am using 2.0 and Visual Studio 2005 with Visual Basoc. While I have many years experience in MS Access, it appears to be of little value to me in ASP. My question is this. I've created a formview with several text boxes. I … | |
I can update as necessary if required for code and such. Basically I have a windows service that I created using VB.Net and created an installer for said service which runs just fine. Everything is grand until I try to push the MSI through GPO to all users. The client … | |
lets say i design a form on a [URL="http://www.daniweb.com/techtalkforums/post310919.html#"]windows[/URL] form where i can write down customer info, for example, now, how can i save that so that when opened, by double clicking, i can view that certain record and maybe even edit it on the spot? if anyone can answer … | |
[B]when i make a data set i get [COLOR=red][U][I]Fill[/I][/U][/COLOR] and [COLOR=red][U][I]Get Data[/I][/U][/COLOR] i like to know whats the difference ?????? any way i chose Fill[/B] | |
I need to set my asp.net application variable to today's date so it can check when a last database refresh was done. I have data coming from one view into a table used by my application so I need to insert or update based on if data exists or not. … | |
In VB.Net 2005 I am wanting to be able to add to a list with columns and rows but everytime I try to add something it only goes into first column and down. Can someone please help me. I am getting pretty agrivated. Public Class Form1 Private Sub BtnReset_Click(ByVal sender … | |
Hello, I get this error message when I try to do an update on my form. Can somebody help. Please see the my code below. Imports System Imports System.Data Imports System.Data.OleDb Imports System.Windows.Forms Public Class Incilistfrm Inherits System.Windows.Forms.Form Dim conn As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Administrator\Desktop\Project\MyDatabasev1.mdb") Dim cmd As OleDbCommand … | |
Hi all, Does Visual basic net support inline c or c++ code and if so what keyword method, etc. ,do I use to do this. Thanks in Advance. | |
hi.. i need help in displaying the search result onto the textboxes when i search for eg.a Disc. like when i type the description to search for a disc, the details of the discs which match the description will appear. how do i go about doing that? :?: | |
Can anyone tell me what is the command to get the *.dll file registered with the our O.S.!!!!! | |
Dear friend, do you know how to convert Right function (in VB .NET) to C# ? Tks, hendy ========== [code] Public Function Format_Hex2(ByVal NUM As Integer) As String 'Format Byte into two-digit Hex Format_Hex2 = Microsoft.VisualBasic.Right("00" & Hex(NUM), 2) End Function [/code] | |
Hai all, I am new to programming. I never been into multiuser system programming. In one of my interview, they asked me like......... There is a table with order details.......like order no (auto increment field),order detail. If there are multi users in the system. If one user is accessing orderno … | |
Hi I have the following code which generates an error 'Data Type mismatch in criteria expression' The purpose of the code is to write a value to a database at a specific row. [CODE] Dim IntSid As String Dim Sid As String Dim I As Integer IntSid = Me.TTIn.Text Sid … | |
hello guys, I have an access database table with ten columns and I want to be to load all the data from my table into a vb.net form. can somebody please guide me how to do this. thank you in advance. | |
Hello Guys, I am getting this error message and I can't figure out why. can somebody please help. below is the code. Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click Dim sql = "SELECT Username,Password FROM Password WHERE Username = "" & txtUsername.Text & "" AND … | |
I can't figure out how to clear the text boxes in this program when the Enter button is clicked. Here is what I have... [CODE]Public Class AccountInformationForm Private Sub enterButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles enterButton.Click balanceLabel.Text = Val(balanceLabel.Text) - Val(withdrawalTextBox.Text) _ + Val(depositTextBox.Text) End Sub End … | |
Hi i need to make a Search program that seek into a data base and retrive data from the database .. i need two forms one for search into the database and another that diplay the results into textbox s the database is from SQL . example --------------Search Form-------------- name: … | |
Hello Dani, I want Your help,How to Insert,Delete,Update,Edit using Vb.net(Windows Application) BackEnd(Sql Server 2005) Can U send Me Coding Example: 1.Login Form 2.Registration Form | |
I have program which I needs MySQL database installed on the mechine. I dont want the user to start looking for where the MySQL.exe is kept, I want immedialtely after VB.Net installation it will call the MySQL.exe. Plz how can I do that? | |
Could someone point me to a tutorial on how to write a vbscript that will auto install software when the user logs on? I will be applying this to a GPO. Also, will I need a (not sure if this is the right name for it) answer file/script to attach … | |
Hey all. I'm a noob so please be gentle... lol I'm trying to update my access database via VB.NET 2003 by registering new users into the site. I have an INSERT Command and an OleDb.OleDbConnection but can't get it to work... Any suggestions would be greatly appreciated Thanks… | |
Can anyone explain what "InvalidOperation Exception was unhandled" means - in plain English please. I'm trying to put together a small application that will store and then re-load xml files, but when i try to load an xml file that i've just created the program pops up this error message.Like … | |
Sorry this is so long, but I don't know what would be needed to help me. I also aplogize for my messy coding and lack of notes. I am doing a project for a friend, but am having an issue with modfying an MS Access database with a windows form. … | |
I Am A Student Of Bcaiii Year I Need To Make A Project This Year .i Want To Make An Database Oriented Project Using Vb.net And Oracle.help Me To Choose A Title For My Project.i Want To Make A Project Which Will Be Unique And Practically Possible For Me To … | |
| Ok in the application I have, I want to display a little msg "do you want to save" when the users presses 'x'. In other words the user cannot close the window without first choosing one of the two buttons in the msg box. How do I do this. Gimme … |
The End.