20,897 Topics
![]() | |
I have a stored procedure and it is not saving the values in the table. How can I view that the stored procedure is saving the values. Private Sub DoSave() Dim ConnectionString As String = System.Configuration.ConfigurationSettings.AppSettings("FinSolMainDBConn") Dim connfinsol As New System.Data.SqlClient.SqlConnection(ConnectionString) Dim strsql As String Dim adapter As New SqlDataAdapter … | |
I am doing a course from the learning library on VB.NET but the section on sequential files seems to be in vb 6 . I also want to know if there is a funtion to retrieve files from the application path, ie the bin folder .:rolleyes: | |
:-) hi! can somebody help me, pls; i have an acces database, and a querry "Q1" that counts some records, depending on the value of one combo on the form. This is sql view of the querry: "SELECT Count(tblZARAZNABOLEST.idZarazna) AS CountOfidZarazna FROM tblGRADOPCINA INNER JOIN (tblNASELJE INNER JOIN tblZARAZNABOLEST ON … | |
ok so i open notepad and paste this code [code] ContactsXPortPath As String = "E:\Ipod\Contacts" Const CalendarXPortPath As String = "E:\Ipod\Calendars" Const NotesXPortPath As String = "E:\Ipod\Notes" Const EmailXPortPath As String = "E:\Ipod\Notes" Sub ExportAll() ExportToVCard ExportToiCalendar ExportToText ExportToEmail MsgBox ("Export to iPod Complete") End Sub Sub ExportToVCard() Dim ns … | |
I have the following structure defined in a given form called transoverride.vb Public Structure structTransoverride Public Account_Name As String End Structure at the top of my class (TransOverride) I have defined the following: Public TransOverrideStruct Public objTransoverride As structTransoverride I have a datagrid that when I select modify button on … | |
When I am in Debug mode, I want to set the value of the textbox on the dialog form. What happens the dialog form appears before , even when I am starting debug bug mode. The values of the textbox in show dialog sub routine they appear to be set … | |
I have the error coming when I call a dialog form passing a parameter. An unhandled exception of type 'System.Exception' occurred in microsoft.visualbasic.dll Additional information: Can't assign text to readonly, disabled or hidden C1Input control when its Text property is not detached. Public Sub DoModify() Dim dTable As DataTable = … | |
Whenever I try to place Msflexgrid component on the form,it show me the message,"You don't have the liscence to use this control. Please send me solution for that,or tell me the other method to show the grid,as I only want to show the information in the grid form. | |
Hi I saw someone asking for this same program but int he C++ thread. I need some help but using VB.net. Here it goes Develop a program that determines if a department store customer has exceeded the credit limit on a charge account. For each customer, the following facts are … | |
Hello, I just thought I would listen to the big yellow banner telling me to introduce myself. I'm Danny Cassidy, I'm a php/mysql programmer. I especially like programming for vBulletin. I'm also learning vb.net at the moment, and I see you have a forum dedicated to it, so I guess … | |
I am currently working to store passwords into my SQLDatabase table. I would like to hash the password columns to make it more secure. I know that i can use either SHA1 or MD5. Refering to this website, [url]www.codersource.net/csharp_sha_md5_encryption.html[/url], i try to write the VB.NET codes. Private Sub EncryptPassword() FormsAuthentication.HashPasswordForStoringInConfigFile(txtbox_password.Text, … | |
I have the following two functions. My goal is to highlight a row in a datagrid and delete a row. Problem arises when I click on the delete button. Below are two sub routines for DoDelete. Which route should I go with? I have created stored procedure for deleting the … | |
Can anyone tell me the limit of number of controls that can be used on the form | |
I do: paramField.ParameterFieldName = "P1" ' Set a value to the parameter. paramValue.Value = strTemp paramField.CurrentValues.Add(paramValue) paramField.DefaultValues.Add(paramValue) ' Add the parameter to the ParameterFields collection. paramFields.Add(paramField) CrystalReportViewer.ParameterFieldInfo = paramFields strReportSource = strReportSource & "Transaction For Specified Account.rpt" CrystalReportViewer.ReportSource = strReportSource Then I get "Load report failed" Any suggestions? Thanks.... | |
i have 9 pages that mostly follow on after each other and pages 4 and 5 both have to use information that has been added to textboxes on page three, both to show text in a label and also to use the added text to write to the registry. to … | |
hi all i have a problem setting me back i have a table "students" with fields (StudentIdPk , StudentName , Country) as an example im trying to lookup the field country and put all the distinct values from this field into the combobox's list.(not much records) what i would like … | |
[B]Hello, I have over 7+ years of experience in software development. I am software developer looking for freelance or Full Time work, do you have any work that need to done.. buzz me at sumeet.leo @ gmail.com my skill sets: .NET(ASP.NET / C# / VB.NET) VB, ASP (VBScript & Javascript), … | |
Hello all you VB.NET 'ers This being my first post would first of all like to say "Hallo!" :cheesy: My problem is with Microsoft's FTP class [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;832679[/url] When I use this class, I am calling the GetFileList Function to populate a listbox so that the user may be able to … | |
I got as far as being able to execute a dts package from vb.net. The dts package passes a global variable to a stored procedure. How can I capture the returnValue of the stored procedure in vb.net? I'm stuck and can't figure it out. Can anyone please help me? Thanks, … | |
Hi Everyone, ColumnName DataType Length AllowNulls sampleKey char 10 engDesc char 40 Yes frDesc char 40 Yes When I try to add a record,if the Textbox is empty then I am getting an errror. If it's not empty then it adds to the table. But in database, I checked those … | |
[B]Hi i have been ask to design a hangmen project for college but i broke my leg and missed quite alot of college and learning could someong please help me design my project as it has to be in by friday the 26th of August. thanks :cry: [/B] | |
HI! pls, can anybody help me, this is my problem: i have an application on two computers, it stores data in the access 2000 database. One database is design master, and another is its replica. Everything works fine, but i have to synchronise databases ( design master and replica) manually … | |
Hello all, I have ddlA that loads another ddlB on a postback. I AM Able to get ddlA to load in the page load event;however, i can not get the ddlB to load from the selected value from ddlA. Can someone please help me with this. * I am very … | |
Hi there, Does anyone knows ho to create an appointment in outlook from a PPC app. ? thanks | |
I created an application in .net that emails a person using mapi and outlook 2000. It works fine on pc that has outlook 2000 sp1, but doesn't work on pc that has outlook 2000 no sp. Outlook 2000 puts the recipaddress in quotes. Does anyone know how I stop Outlook … | |
Does anyone know how to stop Outlook 2000 from prompting about A program is trying to automatically send e-mail on your behalf. I created a vb .net application to send e-mails using mapi but I get this message from Outlook 2000. Is there anyway to stop Outlook 2000 from prompting … | |
How do I chnge the default printer inside VB.NET. Thanks. Jo. | |
Hi all. I imagine there is a key word like there is asm for asembly but I don't know what it is. Never tried it in visual basic 6. Using net now and learning c++ whould like to know. Any help greatly appreciated. TIA. :confused: | |
Here is where i am at: :eek: I am faced with a comon newbie problem and i have bet my brains in for 4 days over this and now i am seeling help. I have a dda that has static content, i have ddlB that loads depending on the selection … | |
Hello! I've been searching the web for nearly a week now trying to figure out how to read the information a user can enter into an interactive web excel spreadsheet. More precisely, I need for a user to enter an unlimited amount of numbers and I need to be able … | |
i have a very simple access DB and im tryin to update the records but the update never works. im using asp.net/vb.net and i've include the execute in a try/catch block and it always prints the sql string (the catch). here is my code, perhaps i have an error that … | |
now i am doing an email form...(aspx in vb.net) the coding looks something like this,,, Imports System.Web.Mail Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim mail As New MailMessage mail.To = "blablabla@hotmail.com" mail.From = "blablabalbla@yahoo.com" mail.Subject = "permission to site" mail.BodyFormat = MailFormat.Html mail.Body = … | |
now iam doing a photo gallery in my site...(aspx in vb.net) and i got some sample coding but mostly are in C#....recentuly i being redirected to a sample page and yupe// it looks good for me..~ but i am just wondering how can i do an upload function in my … | |
I have a project where I have to make a sales and inventory system. My purchase order form has a table which you can list the products that you want to order. My question is how do I store the products information associated with the purchase order? I thought of … | |
Hi folks, I have written client and server applications. The messages from client flow continuously but not periodically to the server. At the server side, an event fires and a procedure is called when a message arrives at the server. This procedure runs slowly. While it is running, it can … | |
:cry: hi all, is there any idea or solution how to create an application to make phone call on pocket pc????? or now i had a texbox and a button textbox is for user to type in telephone number and button "call" to make phone call is there any idea … | |
| |
Hi I want access to AutoNumber Fields in a Filled Dataset for Example : [code] For i= 0 To Dataset11.Tables(0).Columns.Count - 1 If Dataset11.Tables(0).Columns(i).AutoIncrement = True Then MsgBox("This Field Is AutoNumber") End If Next [/code] But This Code Not Work !!! | |
hi guys, iam just started with VB.NET and i really like to be a programmer please advice. it will be fine to learn about connecting with database i already had a good experience with VFoxPro(but not the sql connection). and i like to to make reports inside a web page … | |
I hope someone can help me. I have already done all the queries which I need it thanks to your forum. Can someone tell me how to make a listbox where I can use my SQL Query, but date to be puted by myself. Example: USE NAIM GO SELECT Nr_Amez, … | |
Hi , I am creating an app in which I the database is populated in a datagrid with one row for each user when I click a button ,it should generate a DLL file for the selected user and open a save file dialog for saving it. help me in … | |
wrdMailMerge.Destination = Word.WdMailMergeDestination.wdSendToPrinter This line of code gives an error saying requested object is not available Does anyone know why? If so can you point me in the right direction to fix it. | |
Can a tuple hold a URL that points to a particular file, so that when a SELECT is made on that tuple it will open up the file itself? What I'd like to do is within the db store the URL like "C:\MyDocuments...\Image1.jpg". When I use a SELECT statement on … | |
hi, please help me ... how to create dynamic menu using vb.net (webform)?? and my menu should be displayed base on data on the database. i'm recently using ms sql ... thanks for your helps | |
Using Visual Basic Express, Beta 2: I have successfully used the SmtpClient support with UseDefaultCredentials set to True. I'm trying to figure out how to make it work with UseDefaultCredentials = False ; How would I enter the username and password. The documentation (both local and online) for Express is … | |
hello all while looking on msdn i noticed there was a visual basic express edition that can be downloaded??? i currently just have the (working edition that came with a book so i cannot turn a programe into an exe ,just for home /personel use) its not that clear on … | |
i wanna know how to add a host header to the sirt already created in fact i created the site programmtically and i used that code to add host header on that site during creation : DirectoryEntry site = (DirectoryEntry)objIISRoot.Invoke("Create", "IIsWebServer", siteID); object[] hosts = {this.Server_IP + ":80:" + webSiteName, … | |
i want to create a toolbar just like the one appears in ms access for showing table , reports , queries etc using vb.net Please somebody help me Neeraj | |
I read that session variables in ASP were a security threat. Is this true for session variables in .Net? thanks, ed | |
Greets from Portugal (Nope, It's NOT Spain (Yet) or Africa (Guess we're closer to Africa then Spain, but ... it's like ... details :eek: ) I'm graduating in Computers & Programming, have some skills in the electronics and automation field, networking, programming (mostly in VB(.Net) C(#), Java, Pascal(Delphi)) SQL(my & … |
The End.