Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. i got problem during updation

i got problem during updation

Scheduled Pinned Locked Moved Visual Basic
databasesql-serversysadminhelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    furher
    wrote on last edited by
    #1

    i am using Visual basic application with MS SQL server as backend. i am facing a peculiar problem. in the application i got a form thru which records are entered ,i got few tables as master tables whose records(field values) are selected and displayed in the combo of the application form.when a new record is entered it properly displays and inserts the record to another table. the problem is when ever a textbox value is changed other than the combo in that particular form the value of combo automaticaly chages to the first value of the record from which it is extracted from the master table. this happens only after editing any value from the entry form update and quit. i am using sys.generated id to get the value for combo. All the combos used in the form will automatically goes to the first record of the particular tables from whcih it is absorbed ..coutles time i have chaged the codes as well as the update procedures called in the application ...can anybody try this cc

    D V 2 Replies Last reply
    0
    • F furher

      i am using Visual basic application with MS SQL server as backend. i am facing a peculiar problem. in the application i got a form thru which records are entered ,i got few tables as master tables whose records(field values) are selected and displayed in the combo of the application form.when a new record is entered it properly displays and inserts the record to another table. the problem is when ever a textbox value is changed other than the combo in that particular form the value of combo automaticaly chages to the first value of the record from which it is extracted from the master table. this happens only after editing any value from the entry form update and quit. i am using sys.generated id to get the value for combo. All the combos used in the form will automatically goes to the first record of the particular tables from whcih it is absorbed ..coutles time i have chaged the codes as well as the update procedures called in the application ...can anybody try this cc

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      I don't have any problems with bound ComboBoxes. Without seeing the code your using to fill the dataset and bind the ComboBox, it's pretty difficult to tell you whats going wrong. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      1 Reply Last reply
      0
      • F furher

        i am using Visual basic application with MS SQL server as backend. i am facing a peculiar problem. in the application i got a form thru which records are entered ,i got few tables as master tables whose records(field values) are selected and displayed in the combo of the application form.when a new record is entered it properly displays and inserts the record to another table. the problem is when ever a textbox value is changed other than the combo in that particular form the value of combo automaticaly chages to the first value of the record from which it is extracted from the master table. this happens only after editing any value from the entry form update and quit. i am using sys.generated id to get the value for combo. All the combos used in the form will automatically goes to the first record of the particular tables from whcih it is absorbed ..coutles time i have chaged the codes as well as the update procedures called in the application ...can anybody try this cc

        V Offline
        V Offline
        Vikrant Badhai
        wrote on last edited by
        #3

        Hi, Furher Plz specify the dataaccess control ur using. u need to go through ur code and verify that the recordset does not move to the first record of the table. Success is not a Destination, ... But a Journey !!

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups