home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Product / Product.zip / DB3BRW.ZIP / CBT.DOC next >
Text File  |  1991-08-28  |  1KB  |  51 lines

  1. Hi, everybody !
  2.  
  3. This is a first Test Programm for Codebase 4.2 and OS/2 PM.
  4. CBT's opens a specified database (default is FUNC.DBF) and
  5. builds a index-file on the first field of this DBASE III 
  6. compatible database.
  7.  
  8. You can change the Dbase-Filename through the File Open Dialog.
  9. This Dialog is jet very simple, but will be improved in later
  10. Versions of this Programm.
  11.  
  12. After opening and indexing a dialogbox ist create as follows :
  13.  
  14. first a the fixed part of the dialog is loaded :
  15.  
  16. - OK - PushButton
  17. - Top, Skip Back, Skip Forth and Bottom Pushbutton
  18.  
  19. second all Fields are created as StaticFields with there
  20. corresponding Entryfields.
  21.  
  22. Every information entered in the First Entryfield will be used
  23. as a searchstring with softseek enabled on the search.
  24.  
  25. The found Item is selected in the Listbox and displayed in
  26. the database mask.
  27.  
  28. The Dbase III File, which comes with this tool is filled
  29. with every OS/2 Function and its INCL_??? part.
  30. You are now able to stop using
  31.  
  32. INCL_DOS, INLC_GPI or INCL_WIN !
  33.  
  34. Because im just started the work there are some restrictions :
  35.  
  36. This program needs a 8514 Display or compatible (1024x768 Dots)
  37. This program rebuilds the indexfile every time you call the browse
  38. dialog.
  39.  
  40. Indexing and sorting of the listbox ist not the same : uppercase
  41. Letters are treated different in codebase and listboxes.
  42.  
  43. If you like to have the source, send a message to me !
  44.  
  45. Sorry for the worse english ...
  46.  
  47. Axel.
  48. Germany.
  49.  
  50.  
  51.