Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: peebman2000
  • Content: Threads
  • Order by date
  1. peebman2000

    Dropdownlist error

    Okay guys, this is vb code, that i'm struggleing with. I have a dropdownlist called DropDownlist1 and I'm trying to insert what ever value the user selects from the dropdown list into my database. I"m getting errors, and I know I have the dropdownlist coded wrong somehow, but I don't know how to...
  2. peebman2000

    Getting An Error

    Hello below is the error I'm getting when I try running my page. The page just has some labels and text boxes with requiredfieldvalidators. I also have ajax imports, but I don't think the ajax is affecting the error. I don't know why i'm getting this error below, would anyone know why? Let me...
  3. peebman2000

    error message when creating e-mail instance

    Hello everyone, if you are familar with my username Peebman2000, i'm a beginner programmer with alot of questions. Anyway below is my code to send emails with an attachment. Where I declare "mailmsg as new mailmessage(textemail.text, toaddress)", i'm getting an error message of "type...
  4. peebman2000

    How to openfile an existing file in notepad

    Hey guys, i'm trying to create a button in my app to open a text file from the c: drive in notepad. I'm getting errors with the code I found below. Does anyone know how this code I found works? Protected Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles...
  5. peebman2000

    write out a string as a space if date is null or nothing

    Hey everyone, peebman2000 needs help again; still on the same project. This is my last issue though, well it should be. Anyway below is my code and look at the pay_period_end substring within the IsDate if statement. What I’m trying to do is when it reads the text file if the isdate is false I...
  6. peebman2000

    Conversion Error

    Hey guys it’s me I’m back, I’m a beginner programmer, so this is why I have some many questions. Anyway on my code below where It begins the IF statement “If Right(dept, 6) >= 1011100 and Right(dept, 6) <= 101380 and left (dept, 3) = “DAS” then Payroll = “000” Address1= payroll End if”…I’m...
  7. peebman2000

    Regular Expression Validator

    Hello everyone, I have using the regular expression validator for an app to only upload .txt files only. When I run the app and I choose file other than .txt file it shows my validation error, but when I choose a .txt file also it still shows my validation error. It basically shows the...
  8. peebman2000

    Reformat a phone number thats a string

    Okay I'm back, still the same project. I’m needing help on how to reformat a phone number which is being read in as a string. It’s being read from a text file in the format of 222/222-2222. I’m needing to write the phone number in the format of 2222222222 to another text file. I’ve tried the...
  9. peebman2000

    Converting a string into a date format

    Okay I’m back, again I’m a newbie still working on the same project. My project basically works now, its almost done; but I’m trying to convert a string into a date for each line it reads from the uploaded text file. Now in the text file its reading from the date is formatted at 2005-10-16...
  10. peebman2000

    How to write all text to server folder under new file name

    Hello again, again I’m a newbie and I’m still working on the same project and now I have a deadline to meet of December 18th. Below is my code, I’m trying select a text file from a directory and convert it into a different formatted text file and uploaded it to the server in a different text...
  11. peebman2000

    Put spaces in between characters

    Hello, I'm a newbie. I'm trying to read a text file and write out the text I only want written out from the text file. The text all smushed together and I don't know how to put spaces in between them. Does anyone know how? My code is below. Thanks. Imports System.IO Imports System Imports...
  12. peebman2000

    Convert a text file into another formated text file

    Hello I’m new to the forum and I’m a beginner programmer working as an intern programmer with the government. I’m researching to find code to be able to upload a text file and convert it into another formatted text file. Below is my code that I’ve coded from scratch. With limited assistance...
  13. peebman2000

    create a edit button in a vb form in ms access

    Hello I’m new to the forum and I’m a beginner programmer working as an intern programmer with the government. I’m researching to find code to create an edit button for a vb form that’s been created in ms access. I need the edit button to unlock the controls or fields in the form and allow the...

Part and Inventory Search

Back
Top