home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wat2vp.zip / wat2vp.hlp (.txt) < prev   
OS/2 Help File  |  1995-11-15  |  7KB  |  139 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. The VisPro Conversion Utility ΓòÉΓòÉΓòÉ
  3.  
  4. The VisPro Conversion Utility allows you too easily convert your VX-Rexx 
  5. projects to any one of the VisPro products that you select and are installed on 
  6. your machine. 
  7.  
  8. For more information, look in help index under Getting started. 
  9.  
  10.  
  11. ΓòÉΓòÉΓòÉ 2. Search Path ΓòÉΓòÉΓòÉ
  12.  
  13. The Search Path is the starting path for where you want to begin a search for 
  14. any VX-Rexx projects.  By default, the VisPro Conversion Utility reads the 
  15. setting in your CONFIG.SYS to determine where to start. 
  16.  
  17. If you want to specify another search path, you would delete anything within 
  18. the Search Path entryfield and replace it with, for example:  C:\OS2. Once you 
  19. have changed the Search Path, select the Search push button and the Project 
  20. Container will show the search results. 
  21.  
  22.  
  23. ΓòÉΓòÉΓòÉ 3. Project Container ΓòÉΓòÉΓòÉ
  24.  
  25. The Project Container displays a list of VX-Rexx project files (.VRP) that were 
  26. located during either the initialization or for a search. 
  27.  
  28. You can double click on a project name, to open the Converting VX-Rexx project 
  29. window 
  30.  
  31.  
  32. ΓòÉΓòÉΓòÉ 4. Accept push button ΓòÉΓòÉΓòÉ
  33.  
  34. The Accept push button, takes the currently selected project within the Project 
  35. Container, and opens the Converting VX-Rexx project window so that you may 
  36. begin your conversion. 
  37.  
  38.  
  39. ΓòÉΓòÉΓòÉ 5. Search push button ΓòÉΓòÉΓòÉ
  40.  
  41. The Search push button gets the contents of the Search Path and locates any 
  42. project file (*.VRP) that it can find.  Once the search routine has completed 
  43. it will display it's result in the Project Container. 
  44.  
  45.  
  46. ΓòÉΓòÉΓòÉ 6. Converting VX-Rexx project window ΓòÉΓòÉΓòÉ
  47.  
  48. The Converting VX-Rexx project window displays the following items: 
  49.  
  50.       -project name that you are converting 
  51.       -status of the conversion program (IDLE means that no action is being 
  52.       executed) 
  53.       -Convert push button which begins the conversion 
  54.       -Cancel push button closes the Converting VX-Rexx project window 
  55.  
  56.  
  57. ΓòÉΓòÉΓòÉ 7. Convert push button ΓòÉΓòÉΓòÉ
  58.  
  59. The Convert push button will convert the project that is listed within the 
  60. Project Name entry field. 
  61.  
  62.  
  63. ΓòÉΓòÉΓòÉ 8. Cancel push button ΓòÉΓòÉΓòÉ
  64.  
  65. The Cancel push button, closes the Converting VX-Rexx project window window, 
  66. with no action being taken upon the project that is displayed within the 
  67. Project name entry field. 
  68.  
  69.  
  70. ΓòÉΓòÉΓòÉ 9. Project Name entry field ΓòÉΓòÉΓòÉ
  71.  
  72. The Project Name entry field displays the project that will be converted when 
  73. the Convert push button is clicked. 
  74.  
  75.  
  76. ΓòÉΓòÉΓòÉ 10. Limitations ΓòÉΓòÉΓòÉ
  77.  
  78. The following are some known limitations that you may run into with the VisPro 
  79. Conversion Utility. 
  80.  
  81. -Add on objects.  The VisPro Conversion Utility will display a window which 
  82. informs you of controls that are not supported when they are encountered.  If 
  83. one of these controls are encountered, a push button will be displayed in their 
  84. place with the add on objects events.  Some of these controls are: charts, DDE 
  85. client, timer, image radio button, image pushbutton, query editor and 
  86. connection. 
  87.  
  88. -Control data.  Control data is data that contains, for example, the number of 
  89. cells in a value set or the maximum length of an entry field. 
  90.  
  91. -Form styles.  The form will always default to a plain window, with no modality 
  92. set or information line tips set.  To change these in the VisPro products, open 
  93. the form->settings and select the styles that you want from the Styles notebook 
  94. page. 
  95.  
  96. Note:  VX-Rexx sometimes will not write out all of the data for a .VRT file. 
  97. If you encounter a problem with the VisPro Conversion Utility, then go back to 
  98. your VX project and save the projects windows to .VRT files again 
  99.  
  100.  
  101. ΓòÉΓòÉΓòÉ 11. .VRT files ΓòÉΓòÉΓòÉ
  102.  
  103. A .VRT file, is a plain text file the VX-Rexx writes out to the filename that 
  104. you have selected.  This file contains all the code for a particular window 
  105. which includes objects, menus and sub-procedures.  The VisPro Conversion 
  106. Utility uses these .VRT files to construct your VisPro project. 
  107.  
  108. Here is how you would create a .VRT file from the project view: 
  109.  
  110.       Select the Windows menu item 
  111.       Select File List 
  112.       Select the window that you want to save as a .VRT file 
  113.       From the Files -- Project window, select the File menu 
  114.       Select Save as Text... (any name is fine, as long as it has the .VRT 
  115.       extension) 
  116.  
  117.  One of the files that should be converted, is the Main file window.  In order 
  118.  to determine which is the Main file window from the project view: 
  119.  
  120.       Select the Run menu item 
  121.       Select Run options 
  122.  
  123.  Note:  By pressing the F5 key, you will bypass the first two steps in creating 
  124.  the .VRT file. 
  125.  
  126.  Note:  VX-Rexx sometimes will not write out all of the data for a .VRT file. 
  127.  If you encounter a problem with the VisPro Conversion Utility, then go back to 
  128.  your VX project and save the projects windows to .VRT files again 
  129.  
  130.  
  131. ΓòÉΓòÉΓòÉ 12. Getting started ΓòÉΓòÉΓòÉ
  132.  
  133. The VisPro Conversion Utility is very easy to use.  If your projects are 
  134. located within the VX-Rexx projects directory, then you press the Accept push 
  135. button which opens the Converting VX-Rexx project window.  Select the Convert 
  136. push button and the VisPro Conversion Utility takes the .VRP filename and 
  137. creates a VisPro project with the same name.  The converted project, will be 
  138. located within the VisPro projects directory depending upon which products you 
  139. have selected for conversion.