On Feb 24, 2007, at 12:01 PM, Ken Dibble wrote:

>          myPK = self.Form.keySpin.value
>
>          biz.setWhereClause("myAuthors.id = " + str(myPK))
>
>          # The textbox where I want to display the Author.
>          self.Form.thisAuthor.dataSource = "myAuthors"

        Python, and hence Dabo, is case-sensitive.

        You want the Value, not the value, of the spinner.

        You want to set the DataSource, not the dataSource, of the textbox.

        It's a pain to get used to, but unfortunately case does matter.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to