Results 1 to 4 of 4

Thread: object required

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member stingrae's Avatar
    Join Date
    Apr 2002
    Location
    Sydney
    Posts
    401

    object required

    please help this VB programmer get off the ground in web programming!

    all i'm trying to do is have a text box display the result of a box indicating quantity, and a drop down of products, with the price in the value fields. too simple compared to some of the code i've seen pasted here!

    anyway, here's what i had originally:
    Code:
    function AddTotal
    	txtTotalDue.value = txtOrderQty01.value * sltOrderProduct01.value
    end function
    when calling this function from "sltOrderProduct01_onchange", all that happens is I get an "Object Required" error message.

    I then decided to make it even simpler and made it:
    Code:
    txtTotalDue.value = 100 * 24
    but this gives me the same error message!
    i know that txtTotalDue has to exist, as it gives me autocomplete!

    please, anyone care to assist this one? (as he looks for his L plates)
    Last edited by stingrae; Jan 20th, 2003 at 06:11 AM.
    "The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.

    Windows & Web Developer
    Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
    Sutherland Shire, Sydney Australia
    www.stingrae.com.au
    Developer of Arnold - Gym & Martial Arts Database Management System
    www.gymdatabase.com.au

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width