Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Crazy vb6.0 problem im clueless help!!!!

  1. #11
    Join Date
    Dec 2004
    Posts
    139
    Rep Power
    0

    Default

    Found an alternate method here is the coding

    List2.RemoveItem list2.list index

  2. #12
    Join Date
    Dec 2004
    Posts
    139
    Rep Power
    0

    Exclamation

    What can i do about this error?"Object variable or with block variable not set"???. When i press debug it points me to this

    Adobakery.Recordset.Fields("Product ID").Value = txtid.Text
    Adobakery.Recordset.Fields("Product Name").Value = txtname.Text
    Adobakery.Recordset.Fields("Current Date").Value = txtdate.Text
    Adobakery.Recordset.Fields("US Rate").Value = txtrate.Text
    Adobakery.Recordset.Fields("Scaled Weight").Value = txtweight.Text
    Adobakery.Recordset.Fields("Yield").Value = txtyeild.Text
    Adobakery.Recordset.Update
    Last edited by caesar2004; Aug 26, 2005 at 11:28 AM.

  3. #13
    Join Date
    Dec 2004
    Posts
    139
    Rep Power
    0

    Exclamation

    fixed it again

    apparantly i did not set the record source

    but guess what i have another problem
    when trying to add a record to the database using my little text control by just simply typing in the entry it erases it automatically somebody!!! anybody!!! HELP ME !!!!!!!!!!!!!!!!!!

  4. #14
    Join Date
    Apr 2003
    Posts
    13,269
    Rep Power
    34

    Default

    Listen, since it seems you are fixing your problems on your own, why not try figuring out your problem before making a post? After you have tried fixing it for a few hours and exhausted all options, then come back here and post.

    If you're not willing to wait a few hours for someone to respond, then you might as well try fixing it on your own.

    You seem to be pushing up your post count quite nicely in this thread.
    "The best software is the one that fits your needs." - A_A

    Virus free since: date unknown
    Anti-virus free since: August 2008

Posting Permissions

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