home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 035 / knbc.zip / KNBC.TXT < prev    next >
Text File  |  1994-10-07  |  1KB  |  38 lines

  1. Date:    Description
  2.  
  3. 7/18    .SQC name change for greater uniqueness.
  4.         Previously,     <1st 4 letters of APP/DLO><_><1st 3 letters of database>
  5.         Now,            <1st 7 letters of APP/DLO><@>
  6.  
  7.         This ensures greater uniqueness for the .BND files and database
  8.         packages...
  9.  
  10. 7/25    Corrected WM_COMMAND command to WM_SYSCOMMAND for Panels, Notebooks,
  11.         and Containers for WM_SYSCOMMAND messages...
  12.  
  13. 8/26    Moved Notebook "BKN_PAGESELECTED" message action before KASE
  14.         generated code for checking required and validation logic
  15.  
  16. 8/31    WM_COMMAND generated twice when user browses on message within
  17.         Notebook Designer
  18.  
  19. 10/07   Added { } pair around UDC's to allow data declarations without
  20.         explicit {} by the user...
  21.  
  22.         Corrections to .RC and .IPF files Container help items
  23.  
  24.         Added kwStartThread to Invoke logic if "thread" enabled Process
  25.  
  26.         Removed #pragma generated twice (.H, .HH) from the .H
  27.  
  28.         Corrected control id of Client Area Object (.PNL, .NBK, .CNR)
  29.         within WM_SIZE of Window procedure (101 to 65535)
  30.  
  31.         Removed code from KW_CLOSE of Panel (DlgProc) and moved logic to
  32.         Window (WndProc) and Notebook (DlgProc) procedures.  Also, moved
  33.         logic within Notebook KW_CLOSE to WM_DESTROY...
  34.  
  35.         Added /# to "sqlprep" command in .MAK file to allow use of IPMD 
  36.         debugger
  37.  
  38.