Results 1 to 2 of 2

Thread: Data controls and bound controls...

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    13

    Unhappy

    I used the data form wizard to create a form which relates to my database entities. Since I wanted some of the controls to be pull-down lists, I deleted some text controls, added some combo box controls, tied them to the data control, then added another data control to provide the necessary pull-down list. The problem is that when I run the application, I get an error #383 - "Set not supported (read-only property)". The problem is that none of my controls is set for read-only. Has anybody else had this problem or know the solution?

    Thanks,

    Shawn

  2. #2

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    13

    Smile found problem...

    Well, I found the problem, I declared one of my combo boxes as a pull-down list and some of the items in the existing database were not selections in that list. That gave me the read-only error since it was trying to write a value into the combo box that was not in the selection list. Thanks to those who read the thread!

    Shawn

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