home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / dbkit / RadioAssociation.README < prev    next >
Encoding:
Text File  |  1993-12-21  |  414 b   |  8 lines

  1. RadioAssociation
  2. Courtesy of  William Shipley and Jerry Goode
  3.  
  4. These 2 files allow you to make a matrix of radio buttons synchronize with the boolean data type of your database. 
  5. 1)  Connect the integer type attribute of your DBModule to the matrix of radio buttons.
  6. 2) When you select an item, its tag value will be written back to the database.
  7.  
  8. Just add these 2 files to your application, compile and link them.