home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / WIN / Programa / PDXDEL16.ZIP / README.TXT < prev   
Encoding:
Text File  |  1996-07-08  |  2.7 KB  |  96 lines

  1. ; The Paradox form to Delphi Converter
  2. ; ------------------------------------
  3.  
  4. Beta 1.0
  5.  
  6. This is *not* a tool to convert Paradox applications to Delphi.!!
  7.  
  8. This tool is designed to convert the "form" not ObjectPAL code to a Delphi
  9. Form hence save on the grunt work.
  10.  
  11. This is primarily designed for 16 bit Delphi, as all my Clients are 
  12. Win95 less, I have no need to play with 32 bit Delphi.
  13.  
  14. This requires Paradox 5.0 to run and is written enitirly in ObjectPAL.
  15. I do plan - Schedule permitting to rewrite as much as possible in 
  16. Delphi. This will improve performance 
  17.  
  18. It has not been tested with paradox 4.5 forms
  19.  
  20. This is in the initial design phase, I have used it for one conversion 
  21. job and plan to enhance it to convert using Woll2Woll components as an 
  22. option at a later date.
  23.  
  24. Please forward any suggestions and bug information to me via E-mail.
  25.  
  26. Usage
  27. -----
  28. 1. Enter the directory the form resides in then the form name
  29.    The produced files, formname.txt and formname.pas will be placed 
  30.    in that directroy
  31.  
  32. 2. First enumerate the objects on the form
  33.  
  34. 3. Convert the form objects
  35.  
  36.  
  37. Bitmaps ,DDE, OLE
  38. -----------------
  39. It currently does not convert bitmap ,DDE and OLE objects
  40.  
  41.  
  42. Multi-Page Forms
  43. ----------------
  44. It will attempt to convert a Multi-page form, BUT if you have objects 
  45. named the same on different pages, such as a Helpbutton, it will cause an
  46. error when the Object text file is converted to a DFM file by delphi. 
  47. You will have to rename the objects. 
  48.  
  49. Data Model
  50. ----------
  51. It does rough job of converting the data model at this stage, so you will 
  52. need to tweek it. It will add all the tables in the data model but does 
  53. not correctly define the index relationships
  54.  
  55. DFM File
  56. --------
  57. The DFM file is a Binary file. One of the files produced during the conversion 
  58. process is a text file. e.g Formname.txt
  59.  
  60. This file needs to be converted to a Binary .DFM file and 
  61. Delphi is required to do that. ( in this release any how) 
  62.  
  63.  
  64. 1. Start  Delphi
  65.  
  66. 2. Select File/Open File
  67.     Select the text file
  68. 3. Then select File/Save as
  69.     Change the filename name from formname.txt to formname.DFM
  70.     Ensure the file type is DFM
  71. 4. Save the file
  72.  
  73. Delphi will compile the file.
  74.  
  75. After compiling to a DFM file.
  76.  
  77. To view the Form , open the PAS file.
  78. To run the form , you need a DPR file.
  79.  
  80. USE AT YOUR OWN RISK, NO WARRANTIES IMPLIED OR OTHERWISE
  81. etc you know the drill......
  82.  
  83. This will be further developed and will eventually be shareware. 
  84.  
  85. Thanks to Skip Rowland for the inspiration.
  86.  
  87.  Robert Scott
  88.  
  89.  Robert Scott Systems
  90.  1380 Foxboro way 
  91.  Sacramento CA 95833
  92.  Compuserve 71603,3530
  93.  Internet scottr@quiknet.com
  94.  FAX 916-929 7503
  95.  
  96.