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 TouchToneTommy 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: danalynn
  • Content: Threads
  • Order by date
  1. danalynn

    runtime vb error

    I am receiving the following error Microsoft VBScript runtime error '800a0411' Name redefined 'adOpenForwardOnly' /adovbs.inc, line 14 does anyone know how to fix this? i only have 2 days left with my internship and don't know what to do. HELP!!!!!!!!!!!
  2. danalynn

    Microsoft VBScript runtime error '800a000d'

    hi guys me again i am just not getting why this stuff isn't working. i took all your guys' advice and put it together and i should have something that is actually working, but now i am getting this error: Microsoft VBScript runtime error '800a000d' Type mismatch:'[string:"CP-051499"]'...
  3. danalynn

    check boxes

    i am making a page where i need to have a box that people can check. i don't know how to do this. if anyone can helpme that would be wonderful and greatly appreciated. the box needs to have a true value if checked and a false value if unchecked. thanks again dana
  4. danalynn

    ADODB.Recordset error '800a0e7d'

    i am receiving the following error and have looked many places on how to fix this. i have found nothing. could any of you help me out here here is the code for my asp page:<% Option Explicit Dim strConnect %> <html> <head> <meta http-equiv=&quot;Content-Type&quot...
  5. danalynn

    asp won't work

    i have created some asp pages. when i go to look at them or run them i recieve a downloading screen. i don't want to download it just look at it. what do i have to do to stop receiving this window? thanks dana
  6. danalynn

    Adding a record, but null is giving me problems

    I am adding a record to my sql database, in one field, bit field, there is not an entry for it so it needs to be null, well it won't let me add it because bit can't go null, what do i need to do? i went into properties of the table and tried checking all null but it won't let me, how do i do...
  7. danalynn

    select

    i am using my select statement to find my prop number in my data base, it won't let me call it prop number in my select statement but that is the name of the column, how do i call it or how do i fix it so i can call it propnumber? thanks dana
  8. danalynn

    upsizing access to sql

    i am currently working in an access database, yesterday i imported my access to sql. i can not import my data but only my tables because there is a line error at 7751. i do not understand, can anyone help? thank dana
  9. danalynn

    upsizing access to sql

    okay i have imported 3 tables from access to sql. all my tables converted but the data from one of the tables that i am working from did not. it says that there is an error at desination for row number 7751. what does this mean and how do i fix it? thanks for all your help dana
  10. danalynn

    _onblur()

    Private Sub EmpName_onblur() If Trim(EmpName.Value) = &quot; &quot; Then ErrorMsg.innerText = &quot;Employee Name Required!&quot; Else ErrorMsg.innerText = &quot; &quot; End If End Sub I am creating a simple DHTML page. I keep getting a runtime error when i run the...
  11. danalynn

    _onblur()

    Private Sub EmpName_onblur() If Trim(EmpName.Value) = &quot; &quot; Then ErrorMsg.innerText = &quot;Employee Name Required!&quot; Else ErrorMsg.innerText = &quot; &quot; End If End Sub I am creating a simple DHTML page. I keep getting a runtime error when i run the...

Part and Inventory Search

Back
Top