home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / suglst.zip / SUGLST.TXT < prev   
Text File  |  1994-09-01  |  1MB  |  16,449 lines

  1.                        Clarion Database Developer Suggestion List
  2.                                        Ascii Report
  3.                                       as of  9/01/94
  4.  
  5. COPYRIGHT 1985, 1986, 1988, 1990, 1992, 1993 by Clarion Software Corporation
  6. All Rights reserved.
  7.  
  8.   Status     -                Meaning
  9.  --------------------------------------------------------
  10.  Suggestion  -  Suggestion for future release.
  11.  
  12. ┌───────────────────────────────────────────────────────────────────────┐
  13. │                          ProblemNumber : 2986                         │
  14. │    Product      : CDD                     Duplicate No.:      0       │
  15. │    Reported By  : CS                      DateReported : 11/09/93     │
  16. │    Reported In  : 3006                    RevisedDate  :  4/26/94     │
  17. │       Fixed In  :                         Status       : Suggestion   │
  18. │       Origin    :                                                     │
  19. │    Severity     : Unassigned Severity                                 │
  20. │                               Synopsis                                │
  21. │0                                                                      │
  22. │                                Section                                │
  23. │                                API Library                            │
  24. ├───────────────────────────────────────────────────────────────────────┤
  25. │                                                                       │
  26. │                           Problem Description                         │
  27. │                                                                       │
  28. │      Fm: Ralph Johnston 71033,135 MSG#:41630                          │
  29. │      I'd like to put that in as a suggestion. "Please add a way       │
  30. │      (even if it's in the API Toolkit) to retrieve the currently      │
  31. │      aliased keys (and what they are aliased to)." Thanks.            │
  32. │                      ..Ralph                                          │
  33. └───────────────────────────────────────────────────────────────────────┘
  34. ┌───────────────────────────────────────────────────────────────────────┐
  35. │                          ProblemNumber : 4159                         │
  36. │    Product      : CDD                     Duplicate No.:      0       │
  37. │    Reported By  : PB                      DateReported :  3/21/94     │
  38. │    Reported In  : 30072                   RevisedDate  :  3/21/94     │
  39. │       Fixed In  :                         Status       : Suggestion   │
  40. │       Origin    :                                                     │
  41. │    Severity     : Unassigned Severity                                 │
  42. │                               Synopsis                                │
  43. │0                                                                      │
  44. │                                Section                                │
  45. │                                API Library                            │
  46. ├───────────────────────────────────────────────────────────────────────┤
  47. │                                                                       │
  48. │                           Problem Description                         │
  49. │                                                                       │
  50. │      documentation for findfirst/findnext should include a            │
  51. │      statement that "all filenames" in directory will be              │
  52. │      returnedincluding any that match the attribute passed to         │
  53. │      findfirst. User is expecting only entries to be returned         │
  54. │      that match    the attribute.                                     │
  55. │                    ex.  using the FA_DIREC attribute, user            │
  56. │      expected to only    see directory entries, but was seeing        │
  57. │      all files including   directory entries.                         │
  58. └───────────────────────────────────────────────────────────────────────┘
  59. ┌───────────────────────────────────────────────────────────────────────┐
  60. │                          ProblemNumber : 0338                         │
  61. │    Product      : CDD                     Duplicate No.:      0       │
  62. │    Reported By  : CS                      DateReported :  2/12/93     │
  63. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  64. │       Fixed In  :                         Status       : Suggestion   │
  65. │       Origin    :                                                     │
  66. │    Severity     : Unassigned Severity                                 │
  67. │                               Synopsis                                │
  68. │0                                                                      │
  69. │                                Section                                │
  70. │                              Browse Template                          │
  71. ├───────────────────────────────────────────────────────────────────────┤
  72. │                                                                       │
  73. │                           Problem Description                         │
  74. │                                                                       │
  75. │      BROWSE.CLA  and CLARION3.TPX MODIFIED.                           │
  76. │      Spent quite a while last night looking at the BROWSE             │
  77. │      functionality. I was trying to determine the changes             │
  78. │      necessary to place a functional SCOPED HOT LIST (ie. list        │
  79. │      of recs from a secondary file scoped to the current hilited      │
  80. │      record in the main queue) on the same screen.                    │
  81. │      I looks to me like the only good way to implement such a         │
  82. │      capability right is to have BrowseAction() return a              │
  83. │      specified value (6?) indicating that the record under the        │
  84. │      hilite bar has just been read (due to FirstHot/LastHot           │
  85. │      being in use). Maybe something like "OF NewHilite" with          │
  86. │      template set for #EMBED('Hilite Bar Moved') under it to          │
  87. │      provide for the code insertion.                                  │
  88. │      This basic ability to recognize when hilite bar movement         │
  89. │      has occurred (w/o having caused any scrolling) was missing       │
  90. │      from 2.x also, and prompted many of us to develop our own        │
  91. │      arcane code/models to provide this functionality. From           │
  92. │      reading msgs left by others, I know that I am not the only       │
  93. │      one interested in this capability. Although I as well as         │
  94. │      other developers will probably be able to build                  │
  95. │      "workarounds" with 3.0 just as we did with 2.x, the gurus        │
  96. │      there at Clarion could surely provide a much cleaner, and        │
  97. │      faster implementation. The desire for support of this one        │
  98. │      feature has been (under 2.x), and will continue to be            │
  99. │      (under 3.0) a very important issue. The "HOT" field              │
  100. │      implementation is a great step in the right direction, but       │
  101. │      my feeling is that a more complete implementation (similar       │
  102. │      to that described above) would be more a lot closer to what      │
  103. │      most users are looking for.                                      │
  104. │      Hope this doesn't ruffle any feathers, but I (and many           │
  105. │      others) think its VERY important. It might be interesting        │
  106. │      to take a poll on this and make Mr. Barrington aware of the      │
  107. │      outcome. What do ya think?                                       │
  108. │      Larry Teames AZ CUG Pres CREATIVE PC SOLUTIONS 602 963-3506      │
  109. └───────────────────────────────────────────────────────────────────────┘
  110. ┌───────────────────────────────────────────────────────────────────────┐
  111. │                          ProblemNumber : 0365                         │
  112. │    Product      : CDD                     Duplicate No.:      0       │
  113. │    Reported By  : TB                      DateReported :  4/09/93     │
  114. │    Reported In  : 3002                    RevisedDate  :  4/26/94     │
  115. │       Fixed In  :                         Status       : Suggestion   │
  116. │       Origin    :                                                     │
  117. │    Severity     : Unassigned Severity                                 │
  118. │                               Synopsis                                │
  119. │0                                                                      │
  120. │                                Section                                │
  121. │                              Browse Template                          │
  122. ├───────────────────────────────────────────────────────────────────────┤
  123. │                                                                       │
  124. │                           Problem Description                         │
  125. │                                                                       │
  126. │      Record selectors are just like 2.1 where it is case              │
  127. │      sensitive,  is there a way we can aviod this if the choose       │
  128. │      there key to be non-case sensitive.                              │
  129. │      -----------------------------------------------------------      │
  130. │      Suggestion: Detect if Case insensitive key and UPPER each        │
  131. │                  component for the compare if it is a string          │
  132. │                  key.  (This will be driver dependent)                │
  133. └───────────────────────────────────────────────────────────────────────┘
  134. ┌───────────────────────────────────────────────────────────────────────┐
  135. │                          ProblemNumber : 1457                         │
  136. │    Product      : CDD                     Duplicate No.:      0       │
  137. │    Reported By  : TB                      DateReported :  6/08/93     │
  138. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  139. │       Fixed In  :                         Status       : Suggestion   │
  140. │       Origin    :                                                     │
  141. │    Severity     : Unassigned Severity                                 │
  142. │                               Synopsis                                │
  143. │0                                                                      │
  144. │                                Section                                │
  145. │                              Browse Template                          │
  146. ├───────────────────────────────────────────────────────────────────────┤
  147. │                                                                       │
  148. │                           Problem Description                         │
  149. │                                                                       │
  150. │      Cannot use a radio button as a locator.  ?maybe we               │
  151. │      shouldn't be able to?                                            │
  152. │      R&D: 3.1                                                         │
  153. └───────────────────────────────────────────────────────────────────────┘
  154. ┌───────────────────────────────────────────────────────────────────────┐
  155. │                          ProblemNumber : 1588                         │
  156. │    Product      : CDD                     Duplicate No.:      0       │
  157. │    Reported By  : CS                      DateReported :  6/18/93     │
  158. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  159. │       Fixed In  :                         Status       : Suggestion   │
  160. │       Origin    :                                                     │
  161. │    Severity     : Unassigned Severity                                 │
  162. │                               Synopsis                                │
  163. │0                                                                      │
  164. │                                Section                                │
  165. │                              Browse Template                          │
  166. ├───────────────────────────────────────────────────────────────────────┤
  167. │                                                                       │
  168. │                           Problem Description                         │
  169. │                                                                       │
  170. │      Fm: Barry McClure 75170,1100                                     │
  171. │      >>Process selected will only get embedded when enable HOT        │
  172. │      Records is checked                                               │
  173. │          Ok, but when "Process Selected" is enabled, then the         │
  174. │      "HOT Records" should be automatically checked or beeped or       │
  175. │      generate a compile error, or something. Because as it            │
  176. │      stands now, it's very easy to stick code into "Process           │
  177. │      Selected" and it never gets embedded into the source. The        │
  178. │      developer will wonder what's going on or he may not realize      │
  179. │      the code isn't being executed. This type of assumption that      │
  180. │      "Hot Records" must be checked when using "Process Selected"      │
  181. │      will lead to programming bugs.                                   │
  182. │      Could we at least put something in the HELP or generate a        │
  183. │      warning if this EMBED is Used and HOT Records is NOT             │
  184. │      checked?                                                         │
  185. └───────────────────────────────────────────────────────────────────────┘
  186. ┌───────────────────────────────────────────────────────────────────────┐
  187. │                          ProblemNumber : 1983                         │
  188. │    Product      : CDD                     Duplicate No.:      0       │
  189. │    Reported By  : CS                      DateReported :  7/26/93     │
  190. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  191. │       Fixed In  :                         Status       : Suggestion   │
  192. │       Origin    :                                                     │
  193. │    Severity     : Unassigned Severity                                 │
  194. │                               Synopsis                                │
  195. │0                                                                      │
  196. │                                Section                                │
  197. │                              Browse Template                          │
  198. ├───────────────────────────────────────────────────────────────────────┤
  199. │                                                                       │
  200. │                           Problem Description                         │
  201. │                                                                       │
  202. │      Fm: Patrick Donnelly 73730,1215                                  │
  203. │      When adding records to a file that has a list box th at is       │
  204. │      not full (Browse template) ie.  15 row list box with 5           │
  205. │      records.   When you add a record that goes at the beginning      │
  206. │      or the end of the list, the entire list is displayed             │
  207. │      (Good), but if a record is added that would go in the            │
  208. │      middleof the list, that record is dispalyed at the top of        │
  209. │      the listbox and all records that preceed the new record          │
  210. │      scroll off  (Bad).  Let me run a (very) simple example:          │
  211. │                  List Box: A B C D Z                                  │
  212. │                  Add record 'F' New list box: F Z                     │
  213. │                  Personally, I feel that if the file being            │
  214. │      dislayed is       smaller than the List box, the entire file     │
  215. │       should always be displayed.                                     │
  216. │                            Q & A : Browse Change, Enhancement         │
  217. └───────────────────────────────────────────────────────────────────────┘
  218. ┌───────────────────────────────────────────────────────────────────────┐
  219. │                          ProblemNumber : 2213                         │
  220. │    Product      : CDD                     Duplicate No.:      0       │
  221. │    Reported By  : RB                      DateReported :  8/25/93     │
  222. │    Reported In  : 3005                    RevisedDate  :  4/28/94     │
  223. │       Fixed In  :                         Status       : Suggestion   │
  224. │       Origin    :                                                     │
  225. │    Severity     : Unassigned Severity                                 │
  226. │                               Synopsis                                │
  227. │0                                                                      │
  228. │                                Section                                │
  229. │                              Browse Template                          │
  230. ├───────────────────────────────────────────────────────────────────────┤
  231. │                                                                       │
  232. │                           Problem Description                         │
  233. │                                                                       │
  234. │      How about a checkbox for "no automatic update if no records      │
  235. │      or selector/filter fails"?                                       │
  236. └───────────────────────────────────────────────────────────────────────┘
  237. ┌───────────────────────────────────────────────────────────────────────┐
  238. │                          ProblemNumber : 3056                         │
  239. │    Product      : CDD                     Duplicate No.:      0       │
  240. │    Reported By  : CS                      DateReported : 11/15/93     │
  241. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  242. │       Fixed In  :                         Status       : Suggestion   │
  243. │       Origin    :                                                     │
  244. │    Severity     : Unassigned Severity                                 │
  245. │                               Synopsis                                │
  246. │0                                                                      │
  247. │                                Section                                │
  248. │                              Browse Template                          │
  249. ├───────────────────────────────────────────────────────────────────────┤
  250. │                                                                       │
  251. │                           Problem Description                         │
  252. │                                                                       │
  253. │      Fm: Douglas Johnson 75310,2035 MSG#:42386                        │
  254. │      In case any of the template folks are interested, the            │
  255. │      present implementation of Browse (actually TPX and the CLA)      │
  256. │      is such that one has to go thru a lot of hoops in order to       │
  257. │      redisplay the Browse List items when the Range Value has         │
  258. │      been changed thru something other than a ?Field < ?List.         │
  259. │      For instance, if one has a Pulldown item which                   │
  260. │      selects various Range Values, Browse.Cla will not see            │
  261. │      changes and thus redisplay the first page because of the         │
  262. │      following:                       OF ProcessField                 │
  263. │                              IF FIELD() <> Locator                    │
  264. │                                IF Increment                           │
  265. │                                  DO ClearLocator                      │
  266. │                                END                                    │
  267. │                                IF INRANGE(FIELD(),1,List-1)           │
  268. │      <<< Assumes a screen field < List       FirstPage = 1            │
  269. │                                   END                                 │
  270. │                                 END                                   │
  271. │                               Of course, simply looking for           │
  272. │      pulldown values will redisplay the first page everytime.         │
  273. │      Anyway, a good solution might be one for someone to              │
  274. │      consider.                                Douglas                 │
  275. │      R&D:  Possibly will make ROUTINE that will re-initialize         │
  276. │      the BROWSE.                                                      │
  277. └───────────────────────────────────────────────────────────────────────┘
  278. ┌───────────────────────────────────────────────────────────────────────┐
  279. │                          ProblemNumber : 3328                         │
  280. │    Product      : CDD                     Duplicate No.:      0       │
  281. │    Reported By  : CS                      DateReported : 12/15/93     │
  282. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  283. │       Fixed In  :                         Status       : Suggestion   │
  284. │       Origin    :                                                     │
  285. │    Severity     : Unassigned Severity                                 │
  286. │                               Synopsis                                │
  287. │0                                                                      │
  288. │                                Section                                │
  289. │                              Browse Template                          │
  290. ├───────────────────────────────────────────────────────────────────────┤
  291. │                                                                       │
  292. │                           Problem Description                         │
  293. │                                                                       │
  294. │      Multi-ordered Browse suggestions collected from CIS.......       │
  295. │      1. Descending or Ascending order (driver independent). 2.        │
  296. │      View/Locate on several different listbox key fields. Switch      │
  297. │      to different views/locators on hotkey/mouse click. 3.            │
  298. │      Grey+/- reordering of listbox items.  4.  Vertical               │
  299. │      scrollbarshowing relative record position/number of records.     │
  300. │        The    ability to use a vertical scrollbar.  5.  Faster        │
  301. │      accessing  of records.  6.  Ability to view entire file as a     │
  302. │       Browse    option, instead of just a "viewer".  7.               │
  303. │      Standalone speed   increases vs. shared access (using global     │
  304. │       #PROMPT).                                                       │
  305. └───────────────────────────────────────────────────────────────────────┘
  306. ┌───────────────────────────────────────────────────────────────────────┐
  307. │                          ProblemNumber : 3604                         │
  308. │    Product      : CDD                     Duplicate No.:      0       │
  309. │    Reported By  : BN                      DateReported :  1/26/94     │
  310. │    Reported In  : 3007                    RevisedDate  :   /  /       │
  311. │       Fixed In  :                         Status       : Suggestion   │
  312. │       Origin    :                                                     │
  313. │    Severity     : Unassigned Severity                                 │
  314. │                               Synopsis                                │
  315. │0                                                                      │
  316. │                                Section                                │
  317. │                              Browse Template                          │
  318. ├───────────────────────────────────────────────────────────────────────┤
  319. │                                                                       │
  320. │                           Problem Description                         │
  321. │                                                                       │
  322. │      User suggests in order to make the BROWSE truly universal,       │
  323. │      it should include an option to change the DISPLAY order of       │
  324. │      the browse when it is used for either a lookup or validate,      │
  325. │      instead of only having an access key for the queue.              │
  326. └───────────────────────────────────────────────────────────────────────┘
  327. ┌───────────────────────────────────────────────────────────────────────┐
  328. │                          ProblemNumber : 3699                         │
  329. │    Product      : CDD                     Duplicate No.:      0       │
  330. │    Reported By  : TB                      DateReported :  2/04/94     │
  331. │    Reported In  : 3007                    RevisedDate  :   /  /       │
  332. │       Fixed In  :                         Status       : Suggestion   │
  333. │       Origin    :                                                     │
  334. │    Severity     : Unassigned Severity                                 │
  335. │                               Synopsis                                │
  336. │0                                                                      │
  337. │                                Section                                │
  338. │                              Browse Template                          │
  339. ├───────────────────────────────────────────────────────────────────────┤
  340. │                                                                       │
  341. │                           Problem Description                         │
  342. │                                                                       │
  343. │      reported by user -- when no records match the range limit        │
  344. │      itgoes to the entry field on the screen vs to the update         │
  345. │        proc..... it appears that the embeded source code point        │
  346. │      for of no records is actually no records in file vs no           │
  347. │      records  in queue.  If this is the case is it posible to         │
  348. │      make the of no records really mean of no records in queue??      │
  349. └───────────────────────────────────────────────────────────────────────┘
  350. ┌───────────────────────────────────────────────────────────────────────┐
  351. │                          ProblemNumber : 3788                         │
  352. │    Product      : CDD                     Duplicate No.:      0       │
  353. │    Reported By  : CS                      DateReported :  2/11/94     │
  354. │    Reported In  : 30071                   RevisedDate  :  2/14/94     │
  355. │       Fixed In  :                         Status       : Suggestion   │
  356. │       Origin    :                                                     │
  357. │    Severity     : Unassigned Severity                                 │
  358. │                               Synopsis                                │
  359. │0                                                                      │
  360. │                                Section                                │
  361. │                              Browse Template                          │
  362. ├───────────────────────────────────────────────────────────────────────┤
  363. │                                                                       │
  364. │                           Problem Description                         │
  365. │                                                                       │
  366. │      #: 54418 S8/3.0 Support                                          │
  367. │          09-Feb-94  03:57:28                                          │
  368. │      Sb: #54322-Locator field alert keys                              │
  369. │      Fm: Juergen Bartsch 100020,1044                                  │
  370. │      To: Debby Herman 72662,475                                       │
  371. │      Debby,                                                           │
  372. │      if Tom is already working on the locatorthing it would be        │
  373. │      nice if he could look                                            │
  374. │      at the problem that I can't type german characters (o,u, a       │
  375. │      with dots) at the                                                │
  376. │      first position of the locator field. Workaround: type first      │
  377. │      a "legal"                                                        │
  378. │      character, press backspace - then you can type any special       │
  379. │      character you want.                                              │
  380. │      rgds Juergen Bartsch                                             │
  381. └───────────────────────────────────────────────────────────────────────┘
  382. ┌───────────────────────────────────────────────────────────────────────┐
  383. │                          ProblemNumber : 3869                         │
  384. │    Product      : CDD                     Duplicate No.:      0       │
  385. │    Reported By  : TB                      DateReported :  2/16/94     │
  386. │    Reported In  : 3007                    RevisedDate  :   /  /       │
  387. │       Fixed In  :                         Status       : Suggestion   │
  388. │       Origin    :                                                     │
  389. │    Severity     : Unassigned Severity                                 │
  390. │                               Synopsis                                │
  391. │0                                                                      │
  392. │                                Section                                │
  393. │                              Browse Template                          │
  394. ├───────────────────────────────────────────────────────────────────────┤
  395. │                                                                       │
  396. │                           Problem Description                         │
  397. │                                                                       │
  398. │      a user wants to have browse as a validate allow blank but        │
  399. │      ifthey type something in to validate that                        │
  400. │        This was a suggestion that was made previously since it is     │
  401. │        fairly common.                                                 │
  402. └───────────────────────────────────────────────────────────────────────┘
  403. ┌───────────────────────────────────────────────────────────────────────┐
  404. │                          ProblemNumber : 3916                         │
  405. │    Product      : CDD                     Duplicate No.:      0       │
  406. │    Reported By  : TB                      DateReported :  2/18/94     │
  407. │    Reported In  : 30071                   RevisedDate  :  2/24/94     │
  408. │       Fixed In  :                         Status       : Suggestion   │
  409. │       Origin    :                                                     │
  410. │    Severity     : Unassigned Severity                                 │
  411. │                               Synopsis                                │
  412. │0                                                                      │
  413. │                                Section                                │
  414. │                              Browse Template                          │
  415. ├───────────────────────────────────────────────────────────────────────┤
  416. │                                                                       │
  417. │                           Problem Description                         │
  418. │                                                                       │
  419. │      reported by user -- ÅÄÖ these characters to not make             │
  420. │      anything happen in a locator since they are ascii                │
  421. │      characters greater than 127.                                     │
  422. └───────────────────────────────────────────────────────────────────────┘
  423. ┌───────────────────────────────────────────────────────────────────────┐
  424. │                          ProblemNumber : 3922                         │
  425. │    Product      : CDD                     Duplicate No.:      0       │
  426. │    Reported By  : CS                      DateReported :  2/21/94     │
  427. │    Reported In  : 30071                   RevisedDate  :  2/21/94     │
  428. │       Fixed In  :                         Status       : Suggestion   │
  429. │       Origin    :                                                     │
  430. │    Severity     : Unassigned Severity                                 │
  431. │                               Synopsis                                │
  432. │0                                                                      │
  433. │                                Section                                │
  434. │                              Browse Template                          │
  435. ├───────────────────────────────────────────────────────────────────────┤
  436. │                                                                       │
  437. │                           Problem Description                         │
  438. │                                                                       │
  439. │      Fm: Jerry L. Petri 72633,3345 MSG#:56444                         │
  440. │      Following are 3 examples which the Universal Browse does         │
  441. │      nothandle but the Validate does.                                 │
  442. │         Example 1:                                                    │
  443. │         You have a Property (parent) 1:many Appraisal (child),        │
  444. │      the  task is to place the appraisal file on the screen and       │
  445. │      let   the user select property at run time from an input         │
  446. │      field on the universal browse. The Property_ID is on both        │
  447. │      files and  is the relationship field in appraisal as a "Must     │
  448. │       be In     File".                                                │
  449. │                 The browse is range limited by                        │
  450. │      appraisal:property_id        (property_ID is internally          │
  451. │      generated long(@n_5), the user   cannot touch). Place the        │
  452. │      appraisal:property_id in the screenbefore the ?List, in the      │
  453. │      when completed code BR_property    which is a universal          │
  454. │      browse to validate the propery_ID (to  the user this is          │
  455. │      property number that I control). The                             │
  456. │      Appraisal:property is defined as "must be in file" as a          │
  457. │      many:1.  The BR_PROPERTY is a striped down universal browse      │
  458. │      with the Change, Insert & debutton removed and all other         │
  459. │      files removed from the normal browse that has many related       │
  460. │      hotfield displays. After all the purpose is to simply            │
  461. │      selecta property.                                                │
  462. │               Since I am not in a form, keycode() never gets set      │
  463. │      to    SHFTENTER, the browse displays the list table with         │
  464. │      select   disabled, pressing enter does select the button         │
  465. │      (real       problem), but nothing is returned. If I hand         │
  466. │      code           setkeycode(SHFTENTER) before the BR_PROPERTY,     │
  467. │       the browse    displays the list table with select enabled &     │
  468. │       either enter  or mouse/key press on select will select the      │
  469. │      record,        remember I am not in a form, nothing is in        │
  470. │      the              appraisal:property_id. I I hand code            │
  471. │      SETKEYCODE(SHFTENTER), BR_PROPERTY, APPRAISAL:PROPERTY_ID =      │
  472. │      PROPERTY_ID,           display(?appraisal:property_id) it        │
  473. │      will work. If I simply   put VA_property (to a validate          │
  474. │      template) in the when        completed, all the actions will     │
  475. │       be completed. In either caseI need to add a select(?list)       │
  476. │      for the filter to work or     mouse press on the list table.     │
  477. │                                    Example 2:                         │
  478. │                                    Each user has a default            │
  479. │      printer assigned, but on the        redirectreport I provide     │
  480. │       the abilty to allow to temporarily override using a local       │
  481. │      variable, the user can either type   in a new printer name       │
  482. │      or just overtype one character so     that validate doesn't      │
  483. │      match and provides a list of printers to choose from. (In        │
  484. │      reality I put a down-arrow button in    front of the field       │
  485. │      so the user can click this clears the    printer name            │
  486. └───────────────────────────────────────────────────────────────────────┘
  487. ┌───────────────────────────────────────────────────────────────────────┐
  488. │                          ProblemNumber : 4075                         │
  489. │    Product      : CDD                     Duplicate No.:      0       │
  490. │    Reported By  : CS                      DateReported :  3/08/94     │
  491. │    Reported In  : 30071                   RevisedDate  :  3/08/94     │
  492. │       Fixed In  :                         Status       : Suggestion   │
  493. │       Origin    :                                                     │
  494. │    Severity     : Unassigned Severity                                 │
  495. │                               Synopsis                                │
  496. │0                                                                      │
  497. │                                Section                                │
  498. │                              Browse Template                          │
  499. ├───────────────────────────────────────────────────────────────────────┤
  500. │                                                                       │
  501. │                           Problem Description                         │
  502. │                                                                       │
  503. │      From Greg_W: After explaining why the Browse doesn't             │
  504. │      support a vertical scroll bar I recieved the following           │
  505. │      "suggestion".                                                    │
  506. │      Greg, I've seen this explanation offered at least twice          │
  507. │      before by you guys. The problem is, our clients are going to     │
  508. │       complain to us and we'll complain to you until this is          │
  509. │      madeto work differently, no matter WHAT the explanation is.      │
  510. │           Whenever there's a table of records displayed and the       │
  511. │          operator knows *(*&% well there are more records above       │
  512. │      and  below the display, if he has a vertical scroll bar          │
  513. │      ANYWHERE in the application, he is going to expect one           │
  514. │      EVERYWHERE in that situation, and will expect to be able to      │
  515. │      drag it up or down to scroll the data.  Period. Especially       │
  516. │      if he's a      client who doesn't know beans nor care about      │
  517. │      queues,        listboxes, or whatever.                           │
  518. │                       If it's a basic, core system characteristic     │
  519. │       that's is a   super big deal to fix, it's still a problem.      │
  520. │                       It seems to me something is going to have       │
  521. │      to be done      about performance of queues and list boxes,      │
  522. │      anyway. The      current convention of loading the queue         │
  523. │                      with a list-box-worth of records is causing      │
  524. │      horrible        performance problems when one more record is     │
  525. │       scrolled into  the list box (up or down). I don't know what     │
  526. │       you guys are   doing differently from the rest of the           │
  527. │      industry -- a        scrolling data table with quick,            │
  528. │      responsive movement up and down the table seems to be sort       │
  529. │      of a basic capability one   has come to expect. CDD can't do     │
  530. │       that yet. It's going to     have to, somehow.                   │
  531. └───────────────────────────────────────────────────────────────────────┘
  532. ┌───────────────────────────────────────────────────────────────────────┐
  533. │                          ProblemNumber : 4087                         │
  534. │    Product      : CDD                     Duplicate No.:      0       │
  535. │    Reported By  : CS                      DateReported :  3/09/94     │
  536. │    Reported In  : 30071                   RevisedDate  :  3/09/94     │
  537. │       Fixed In  :                         Status       : Suggestion   │
  538. │       Origin    :                                                     │
  539. │    Severity     : Unassigned Severity                                 │
  540. │                               Synopsis                                │
  541. │0                                                                      │
  542. │                                Section                                │
  543. │                              Browse Template                          │
  544. ├───────────────────────────────────────────────────────────────────────┤
  545. │                                                                       │
  546. │                           Problem Description                         │
  547. │                                                                       │
  548. │      Fm: Jerry L. Petri 72633,3345 MSG#:59162                         │
  549. │      3007.1 Browse template with range limit.  If the File has        │
  550. │      no records, the update form is presented, if the fille has       │
  551. │      records, but none that match the range limit, the browse         │
  552. │      retains focus with the Insert button highlighted (no             │
  553. │            records in list box).                                      │
  554. │            The browse template should always remain displayed,        │
  555. │      regardless of whether records exist in the file.                 │
  556. │              Example, fileb is range limited to filea, the range      │
  557. │      value is not used and the range limit is an input field on       │
  558. │      the browse allowing user selection to filea. The input form      │
  559. │      is presented when no records exist, the range limit field        │
  560. │      has        not been completed and is zero.  The range limit      │
  561. │      field is NOT an input field on the form, it is supplied          │
  562. │      from the browse (which is zero at this time).                    │
  563. │                     Jerry L. Petri                                    │
  564. │                     Practical Computing Group                         │
  565. └───────────────────────────────────────────────────────────────────────┘
  566. ┌───────────────────────────────────────────────────────────────────────┐
  567. │                          ProblemNumber : 4091                         │
  568. │    Product      : CDD                     Duplicate No.:      0       │
  569. │    Reported By  : CS                      DateReported :  3/10/94     │
  570. │    Reported In  : 30071                   RevisedDate  :  3/10/94     │
  571. │       Fixed In  :                         Status       : Suggestion   │
  572. │       Origin    :                                                     │
  573. │    Severity     : Unassigned Severity                                 │
  574. │                               Synopsis                                │
  575. │0                                                                      │
  576. │                                Section                                │
  577. │                              Browse Template                          │
  578. ├───────────────────────────────────────────────────────────────────────┤
  579. │                                                                       │
  580. │                           Problem Description                         │
  581. │                                                                       │
  582. │      Fm: Princen 100276,2655 MSG#:59198                               │
  583. │      My last message probebly scrolled. I responded to your           │
  584. │      answer on NEWPTR. This is what I find a bit unacceptable:        │
  585. │           I have a browse with a file with a non unique key.          │
  586. │           When I add a record with a key value that already           │
  587. │      let's say 20 times exists then my selector bar stands on         │
  588. │      the first one in the list and not on the one I just added.       │
  589. │      Did I add the record or .......... This is what I call           │
  590. │      confusing.                                                       │
  591. │                                 Majodi Ploegmakers                    │
  592. └───────────────────────────────────────────────────────────────────────┘
  593. ┌───────────────────────────────────────────────────────────────────────┐
  594. │                          ProblemNumber : 4292                         │
  595. │    Product      : CDD                     Duplicate No.:      0       │
  596. │    Reported By  : CS                      DateReported :  4/05/94     │
  597. │    Reported In  : 30072                   RevisedDate  :  4/05/94     │
  598. │       Fixed In  :                         Status       : Suggestion   │
  599. │       Origin    :                                                     │
  600. │    Severity     : Unassigned Severity                                 │
  601. │                               Synopsis                                │
  602. │0                                                                      │
  603. │                                Section                                │
  604. │                              Browse Template                          │
  605. ├───────────────────────────────────────────────────────────────────────┤
  606. │                                                                       │
  607. │                           Problem Description                         │
  608. │                                                                       │
  609. │      Fm: Larry Teames 73150,104 MSG#:63536                            │
  610. │        1.  Regarding NoMemo: The BROWSE.CLA looks for a '2' to        │
  611. │      designate whether the memo should be read at particular          │
  612. │      times, even if NoMemo is selected in the template prompts.       │
  613. │       The template, however, never sets the BeginBrowse               │
  614. │      parameterto a '2', but _always_ sets it to a '1' (NoMemo         │
  615. │      except for  HotFields).  In my testing, I found that if a        │
  616. │      memo is NOT inuse at all, the '2' causes SIGNIFICANT speed       │
  617. │      increase. I     suggest that, barring the addition of            │
  618. │      template code to     conditionally set the '2' (ie. is a         │
  619. │      memo in the HotFields?),alwaysit to a '2' is NoMemo is           │
  620. │      checked.                                                         │
  621. │                                        ****** This bug is a           │
  622. │      duplicate of 3997:                  2 .Based on my               │
  623. │      testing, it appears that if a browse is being used as a          │
  624. │      lookup and the lookup code does a GET()     which causes an      │
  625. │      access which is BEYOND THE HIGHEST RECORD   IN THE KEY, the      │
  626. │      browse begins building the QUEUE FROM THAT  POINT, which         │
  627. │      causes the LIST TO BE EMPTY. I'm not sure      what the          │
  628. │      answer is, but I would think that in the lookup    code, if      │
  629. │      the get() turns up an errorcode(), maybe then test for 33        │
  630. │      and if it is 33, do a previous(). Hope some of the   above       │
  631. │      makes sense. I've seen several messages recently                 │
  632. │      regarding topics which I suspect have had to do with both        │
  633. │      of these issues. Later, Larry Teames -- Creative PC              │
  634. │      Solutions -- AZ CUG There is 1                 Reply.            │
  635. └───────────────────────────────────────────────────────────────────────┘
  636. ┌───────────────────────────────────────────────────────────────────────┐
  637. │                          ProblemNumber : 4361                         │
  638. │    Product      : CDD                     Duplicate No.:      0       │
  639. │    Reported By  : TM                      DateReported :  4/12/94     │
  640. │    Reported In  : 3009                    RevisedDate  :  4/12/94     │
  641. │       Fixed In  :                         Status       : Suggestion   │
  642. │       Origin    :                                                     │
  643. │    Severity     : Unassigned Severity                                 │
  644. │                               Synopsis                                │
  645. │0                                                                      │
  646. │                                Section                                │
  647. │                              Browse Template                          │
  648. ├───────────────────────────────────────────────────────────────────────┤
  649. │                                                                       │
  650. │                           Problem Description                         │
  651. │                                                                       │
  652. │      The Incremental locator should be dimmed if no locator was       │
  653. │      entered.  Of course this means additional APPGEn &               │
  654. │      Tem[plate changes could be a 3.1 or above issue                  │
  655. └───────────────────────────────────────────────────────────────────────┘
  656. ┌───────────────────────────────────────────────────────────────────────┐
  657. │                          ProblemNumber : 4849                         │
  658. │    Product      : CDD                     Duplicate No.:      0       │
  659. │    Reported By  : PB                      DateReported :  6/17/94     │
  660. │    Reported In  : 3008                    RevisedDate  :  6/17/94     │
  661. │       Fixed In  :                         Status       : Suggestion   │
  662. │       Origin    :                                                     │
  663. │    Severity     : Unassigned Severity                                 │
  664. │                               Synopsis                                │
  665. │0                                                                      │
  666. │                                Section                                │
  667. │                              Browse Template                          │
  668. ├───────────────────────────────────────────────────────────────────────┤
  669. │                                                                       │
  670. │                           Problem Description                         │
  671. │                                                                       │
  672. │      user would like the ability to get hold of the locator           │
  673. │      field before anything is done with the locate action.            │
  674. │      currently some things happen before the code within the          │
  675. │      editproc gets issued.                                            │
  676. └───────────────────────────────────────────────────────────────────────┘
  677. ┌───────────────────────────────────────────────────────────────────────┐
  678. │                          ProblemNumber : 4936                         │
  679. │    Product      : CDD                     Duplicate No.:      0       │
  680. │    Reported By  : PB                      DateReported :  7/12/94     │
  681. │    Reported In  : 3009                    RevisedDate  :  7/12/94     │
  682. │       Fixed In  :                         Status       : Suggestion   │
  683. │       Origin    :                                                     │
  684. │    Severity     : Unassigned Severity                                 │
  685. │                               Synopsis                                │
  686. │0                                                                      │
  687. │                                Section                                │
  688. │                              Browse Template                          │
  689. ├───────────────────────────────────────────────────────────────────────┤
  690. │                                                                       │
  691. │                           Problem Description                         │
  692. │                                                                       │
  693. │      end user suggestion dealing with numeric incremental             │
  694. │      locators.  see 4936.zip                                          │
  695. └───────────────────────────────────────────────────────────────────────┘
  696. ┌───────────────────────────────────────────────────────────────────────┐
  697. │                          ProblemNumber : 4946                         │
  698. │    Product      : CDD                     Duplicate No.:      0       │
  699. │    Reported By  : CS                      DateReported :  7/15/94     │
  700. │    Reported In  : 3009                    RevisedDate  :  7/15/94     │
  701. │       Fixed In  :                         Status       : Suggestion   │
  702. │       Origin    :                                                     │
  703. │    Severity     : Unassigned Severity                                 │
  704. │                               Synopsis                                │
  705. │0                                                                      │
  706. │                                Section                                │
  707. │                              Browse Template                          │
  708. ├───────────────────────────────────────────────────────────────────────┤
  709. │                                                                       │
  710. │                           Problem Description                         │
  711. │                                                                       │
  712. │      Attached file has a suggested change for browse incremental      │
  713. │      locator.                                                         │
  714. │      4946.zip                                                         │
  715. └───────────────────────────────────────────────────────────────────────┘
  716. ┌───────────────────────────────────────────────────────────────────────┐
  717. │                          ProblemNumber : 2203                         │
  718. │    Product      : CDD                     Duplicate No.:      0       │
  719. │    Reported By  : RB                      DateReported :  8/24/93     │
  720. │    Reported In  :                         RevisedDate  :  2/04/94     │
  721. │       Fixed In  :                         Status       : Suggestion   │
  722. │       Origin    :                                                     │
  723. │    Severity     : Unassigned Severity                                 │
  724. │                               Synopsis                                │
  725. │0                                                                      │
  726. │                                Section                                │
  727. │                              Btrieve Driver                           │
  728. ├───────────────────────────────────────────────────────────────────────┤
  729. │                                                                       │
  730. │                           Problem Description                         │
  731. │                                                                       │
  732. │      How about some sort of menu driven utility to view a             │
  733. │      Btrieve file's statistics <ala BTFILER/BTVIEWER> to help         │
  734. │      with file/key definition in the dictionary?                      │
  735. └───────────────────────────────────────────────────────────────────────┘
  736. ┌───────────────────────────────────────────────────────────────────────┐
  737. │                          ProblemNumber : 2939                         │
  738. │    Product      : CDD                     Duplicate No.:      0       │
  739. │    Reported By  : CS                      DateReported : 11/05/93     │
  740. │    Reported In  : 3006                    RevisedDate  :  2/04/94     │
  741. │       Fixed In  :                         Status       : Suggestion   │
  742. │       Origin    :                                                     │
  743. │    Severity     : Unassigned Severity                                 │
  744. │                               Synopsis                                │
  745. │0                                                                      │
  746. │                                Section                                │
  747. │                              Btrieve Driver                           │
  748. ├───────────────────────────────────────────────────────────────────────┤
  749. │                                                                       │
  750. │                           Problem Description                         │
  751. │                                                                       │
  752. │      With NLM 5.x you non-case sensitive sorting is controlled        │
  753. │      via the alternate collating sequence.  The Clarion system        │
  754. │      allows you to use the CLACOLSEQ variable to specify an           │
  755. │      alternate collating sequence.  However, this does not give       │
  756. │      true case insensitive sorting like Btrieve.  Instead you         │
  757. │      have a<A<b<B...                                                  │
  758. │      How about a method of specifying that a Btrieve ACS file is      │
  759. │      used when creating the file.                                     │
  760. └───────────────────────────────────────────────────────────────────────┘
  761. ┌───────────────────────────────────────────────────────────────────────┐
  762. │                          ProblemNumber : 3318                         │
  763. │    Product      : CDD                     Duplicate No.:      0       │
  764. │    Reported By  : DH                      DateReported : 12/15/93     │
  765. │    Reported In  : 3006                    RevisedDate  :  2/04/94     │
  766. │       Fixed In  :                         Status       : Suggestion   │
  767. │       Origin    :                                                     │
  768. │    Severity     : Unassigned Severity                                 │
  769. │                               Synopsis                                │
  770. │0                                                                      │
  771. │                                Section                                │
  772. │                              Btrieve Driver                           │
  773. ├───────────────────────────────────────────────────────────────────────┤
  774. │                                                                       │
  775. │                           Problem Description                         │
  776. │                                                                       │
  777. │      Btrieve currently does not support a 'manual' key. This is       │
  778. │      a key that if any component of the key is null an entry is       │
  779. │      not put in the key.  Hopefully we can add this in a future       │
  780. │      release.                                                         │
  781. └───────────────────────────────────────────────────────────────────────┘
  782. ┌───────────────────────────────────────────────────────────────────────┐
  783. │                          ProblemNumber : 3993                         │
  784. │    Product      : CDD                     Duplicate No.:      0       │
  785. │    Reported By  : CS                      DateReported :  3/01/94     │
  786. │    Reported In  : 30071                   RevisedDate  :  3/01/94     │
  787. │       Fixed In  :                         Status       : Suggestion   │
  788. │       Origin    :                                                     │
  789. │    Severity     : Unassigned Severity                                 │
  790. │                               Synopsis                                │
  791. │0                                                                      │
  792. │                                Section                                │
  793. │                              Btrieve Driver                           │
  794. ├───────────────────────────────────────────────────────────────────────┤
  795. │                                                                       │
  796. │                           Problem Description                         │
  797. │                                                                       │
  798. │      Fm: John Leschak (CompuSyste 71461,471 MSG#:56502                │
  799. │      i would like to know if there is some way that i can             │
  800. │      process all fields in a record and get a record layout at        │
  801. │      runtime.                                                         │
  802. │               i was thinking this might be done via some SEND         │
  803. │      commands, possible something like this:                          │
  804. │                  !*** get the number of fields in a file              │
  805. │                  lFields# = SEND('FILE=MYFILE.DAT,FIELDCOUNT)         │
  806. │                  for i#=1 to lFields#                                 │
  807. │                          !*** get the name of the i#'th field         │
  808. │                          sFldName" =                                  │
  809. │      SEND('FILE=MYFILE,GETFIELDNAME,i#)                               │
  810. │                                                      !*** search      │
  811. │      for a record                                    lErr# =          │
  812. │      SEND('FILE=MYFILE,KEY=MYKEY,'&sFldName&"'='jones')               │
  813. │                                                          !***         │
  814. │      get the field value                                              │
  815. │      sFldValue = SEND('FILE=MYFILE,GETFIELD='&sFldName") next i#      │
  816. │                                                          then i       │
  817. │      could do some limited (or unlimited) user defined functions      │
  818. │      and queries with this capability.  boy, the things we could      │
  819. │      do with this kind of functionality would be incredible!          │
  820. │      jsl                                                              │
  821. └───────────────────────────────────────────────────────────────────────┘
  822. ┌───────────────────────────────────────────────────────────────────────┐
  823. │                          ProblemNumber : 4107                         │
  824. │    Product      : CDD                     Duplicate No.:      0       │
  825. │    Reported By  : CS                      DateReported :  3/14/94     │
  826. │    Reported In  :                         RevisedDate  :  3/14/94     │
  827. │       Fixed In  :                         Status       : Suggestion   │
  828. │       Origin    :                                                     │
  829. │    Severity     : Unassigned Severity                                 │
  830. │                               Synopsis                                │
  831. │0                                                                      │
  832. │                                Section                                │
  833. │                              Btrieve Driver                           │
  834. ├───────────────────────────────────────────────────────────────────────┤
  835. │                                                                       │
  836. │                           Problem Description                         │
  837. │                                                                       │
  838. │      Allow Truncated files to be created by the Btrieve driver.       │
  839. │      R&D Note:  Can do via /TRUNCATE=[ON|OFF] switch                  │
  840. └───────────────────────────────────────────────────────────────────────┘
  841. ┌───────────────────────────────────────────────────────────────────────┐
  842. │                          ProblemNumber : 1647                         │
  843. │    Product      : CDD                     Duplicate No.:      0       │
  844. │    Reported By  : PB                      DateReported :  6/25/93     │
  845. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  846. │       Fixed In  :                         Status       : Suggestion   │
  847. │       Origin    :                                                     │
  848. │    Severity     : Unassigned Severity                                 │
  849. │                               Synopsis                                │
  850. │0                                                                      │
  851. │                                Section                                │
  852. │                              Child Template                           │
  853. ├───────────────────────────────────────────────────────────────────────┤
  854. │                                                                       │
  855. │                           Problem Description                         │
  856. │                                                                       │
  857. │      a line needs to be added to the template help as to              │
  858. │      whether any of the pushbuttons may be deleted.                   │
  859. └───────────────────────────────────────────────────────────────────────┘
  860. ┌───────────────────────────────────────────────────────────────────────┐
  861. │                          ProblemNumber : 1985                         │
  862. │    Product      : CDD                     Duplicate No.:      0       │
  863. │    Reported By  : CS                      DateReported :  7/26/93     │
  864. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  865. │       Fixed In  :                         Status       : Suggestion   │
  866. │       Origin    :                                                     │
  867. │    Severity     : Unassigned Severity                                 │
  868. │                               Synopsis                                │
  869. │0                                                                      │
  870. │                                Section                                │
  871. │                              Child Template                           │
  872. ├───────────────────────────────────────────────────────────────────────┤
  873. │                                                                       │
  874. │                           Problem Description                         │
  875. │                                                                       │
  876. │      Fm: Dave Carlton 75620,617                                       │
  877. │      With the child template, is it possible to prevent duplicate     │
  878. │       records while the user is adding the child records to the       │
  879. │      que?  Ccurrently it just warns them after they have entered      │
  880. │      several child records.                                           │
  881. │       R & D: Enhancement issue.                                       │
  882. └───────────────────────────────────────────────────────────────────────┘
  883. ┌───────────────────────────────────────────────────────────────────────┐
  884. │                          ProblemNumber : 2904                         │
  885. │    Product      : CDD                     Duplicate No.:      0       │
  886. │    Reported By  : RB                      DateReported : 11/04/93     │
  887. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  888. │       Fixed In  :                         Status       : Suggestion   │
  889. │       Origin    :                                                     │
  890. │    Severity     : Unassigned Severity                                 │
  891. │                               Synopsis                                │
  892. │0                                                                      │
  893. │                                Section                                │
  894. │                              Child Template                           │
  895. ├───────────────────────────────────────────────────────────────────────┤
  896. │                                                                       │
  897. │                           Problem Description                         │
  898. │                                                                       │
  899. │      Need to be able to use sum, avg and count formulas in the        │
  900. │      child template.                                                  │
  901. └───────────────────────────────────────────────────────────────────────┘
  902. ┌───────────────────────────────────────────────────────────────────────┐
  903. │                          ProblemNumber : 3701                         │
  904. │    Product      : CDD                     Duplicate No.:      0       │
  905. │    Reported By  : DH                      DateReported :  2/04/94     │
  906. │    Reported In  : 3007                    RevisedDate  :  2/24/94     │
  907. │       Fixed In  :                         Status       : Suggestion   │
  908. │       Origin    :                                                     │
  909. │    Severity     : Unassigned Severity                                 │
  910. │                               Synopsis                                │
  911. │0                                                                      │
  912. │                                Section                                │
  913. │                              Child Template                           │
  914. ├───────────────────────────────────────────────────────────────────────┤
  915. │                                                                       │
  916. │                           Problem Description                         │
  917. │                                                                       │
  918. │      You might want to relog as suggestion rather that problem,       │
  919. │      but the child template does not support autonumbering.           │
  920. └───────────────────────────────────────────────────────────────────────┘
  921. ┌───────────────────────────────────────────────────────────────────────┐
  922. │                          ProblemNumber : 3903                         │
  923. │    Product      : CDD                     Duplicate No.:      0       │
  924. │    Reported By  : PB                      DateReported :  2/18/94     │
  925. │    Reported In  : 30071                   RevisedDate  :  2/24/94     │
  926. │       Fixed In  :                         Status       : Suggestion   │
  927. │       Origin    :                                                     │
  928. │    Severity     : Unassigned Severity                                 │
  929. │                               Synopsis                                │
  930. │0                                                                      │
  931. │                                Section                                │
  932. │                              Child Template                           │
  933. ├───────────────────────────────────────────────────────────────────────┤
  934. │                                                                       │
  935. │                           Problem Description                         │
  936. │                                                                       │
  937. │      Release 3007.104                                                 │
  938. │      Is it valid to get rid of the delete button?  Template help      │
  939. │      needs to be updated to tell which fields/buttons are             │
  940. │      required and which ones can be deleted.                          │
  941. │      Suggestion: User would like to be able to get rid of the         │
  942. │      delete button?                                                   │
  943. └───────────────────────────────────────────────────────────────────────┘
  944. ┌───────────────────────────────────────────────────────────────────────┐
  945. │                          ProblemNumber : 0187                         │
  946. │    Product      : CDD                     Duplicate No.:      0       │
  947. │    Reported By  : DH                      DateReported :  2/01/93     │
  948. │    Reported In  : 3001                    RevisedDate  :  1/21/94     │
  949. │       Fixed In  :                         Status       : Suggestion   │
  950. │       Origin    :                                                     │
  951. │    Severity     : Unassigned Severity                                 │
  952. │                               Synopsis                                │
  953. │0                                                                      │
  954. │                                Section                                │
  955. │                                  ClaCnv                               │
  956. ├───────────────────────────────────────────────────────────────────────┤
  957. │                                                                       │
  958. │                           Problem Description                         │
  959. │                                                                       │
  960. │      Take away the "immediate" attribute from the case                │
  961. │      conversion field prior to conversion. Maybe add a "PRESS         │
  962. │      ENTER TO BEGIN CONVERSION" message.                              │
  963. └───────────────────────────────────────────────────────────────────────┘
  964. ┌───────────────────────────────────────────────────────────────────────┐
  965. │                          ProblemNumber : 0848                         │
  966. │    Product      : CDD                     Duplicate No.:      0       │
  967. │    Reported By  : DB                      DateReported :  8/10/93     │
  968. │    Reported In  : 3000                    RevisedDate  :  4/26/94     │
  969. │       Fixed In  :                         Status       : Suggestion   │
  970. │       Origin    :                                                     │
  971. │    Severity     : Unassigned Severity                                 │
  972. │                               Synopsis                                │
  973. │0                                                                      │
  974. │                                Section                                │
  975. │                                  ClaCnv                               │
  976. ├───────────────────────────────────────────────────────────────────────┤
  977. │                                                                       │
  978. │                           Problem Description                         │
  979. │                                                                       │
  980. │      This was legal in 2.1...                                         │
  981. │      file  file,pre(fil)                                              │
  982. │      record   record                                                  │
  983. │      field1   long                                                    │
  984. │      field2   long,over(fil:field1)                                   │
  985. │          .  .                                                         │
  986. │      The 3.0 compiler does not like the prefix in the over()          │
  987. │      statement.  Could that be fixed by clacnv???                     │
  988. │      This will need to be fixed by the developer.                     │
  989. └───────────────────────────────────────────────────────────────────────┘
  990. ┌───────────────────────────────────────────────────────────────────────┐
  991. │                          ProblemNumber : 0740                         │
  992. │    Product      : CDD                     Duplicate No.:      0       │
  993. │    Reported By  : DH                      DateReported :  4/02/93     │
  994. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  995. │       Fixed In  :                         Status       : Suggestion   │
  996. │       Origin    :                                                     │
  997. │    Severity     : Unassigned Severity                                 │
  998. │                               Synopsis                                │
  999. │0                                                                      │
  1000. │                                Section                                │
  1001. │                              Clarion Driver                           │
  1002. ├───────────────────────────────────────────────────────────────────────┤
  1003. │                                                                       │
  1004. │                           Problem Description                         │
  1005. │                                                                       │
  1006. │      Clarion file driver seems to support string greater than         │
  1007. │      255. You can't declare this in the dictionary but you can        │
  1008. │      in the code. You are then able to read and write a               │
  1009. │      string(1200) to the data file and read it back. In               │
  1010. │      discussion with Chuck, he said this would be changed to          │
  1011. │      return "Invalid Record Declaration" if a file Clarion file       │
  1012. │      is declared this way.                                            │
  1013. │      Q & A : This will be a 3.1 issue.                                │
  1014. │              This is a feature in hand code.                          │
  1015. └───────────────────────────────────────────────────────────────────────┘
  1016. ┌───────────────────────────────────────────────────────────────────────┐
  1017. │                          ProblemNumber : 2326                         │
  1018. │    Product      : CDD                     Duplicate No.:      0       │
  1019. │    Reported By  : CS                      DateReported :  9/15/93     │
  1020. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  1021. │       Fixed In  :                         Status       : Suggestion   │
  1022. │       Origin    :                                                     │
  1023. │    Severity     : Unassigned Severity                                 │
  1024. │                               Synopsis                                │
  1025. │0                                                                      │
  1026. │                                Section                                │
  1027. │                              Clarion Driver                           │
  1028. ├───────────────────────────────────────────────────────────────────────┤
  1029. │                                                                       │
  1030. │                           Problem Description                         │
  1031. │                                                                       │
  1032. │      Fm: Rob Mousley 100075,772                                       │
  1033. │      Hi Guys                                                          │
  1034. │      We have a developer who designed an access-control system        │
  1035. │      using version 2.1. The system adds & deletes approx 20000        │
  1036. │      records per day.                                                 │
  1037. │          Until 2109 the key files had to be re-built every two        │
  1038. │      weeks (at one site) because the key entries were not             │
  1039. │      reclaimed - the key files would grow to fill the hard disk       │
  1040. │      and if the BUILD was not executed, the system would crash.       │
  1041. │                    The developer claims that the situation is         │
  1042. │      better in 2110 but that the key files do still grow - at         │
  1043. │      the same user site they have to re-BUILD every 3 months now      │
  1044. │      instead of every 2 weeks.                                        │
  1045. │                          This has implications for the version 3      │
  1046. │      CLARION driver if it is true...                                  │
  1047. │                          I would strongly recommend including a       │
  1048. │      test for this situation in the driver test suite.                │
  1049. └───────────────────────────────────────────────────────────────────────┘
  1050. ┌───────────────────────────────────────────────────────────────────────┐
  1051. │                          ProblemNumber : 2940                         │
  1052. │    Product      : CDD                     Duplicate No.:      0       │
  1053. │    Reported By  : DH                      DateReported : 11/05/93     │
  1054. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  1055. │       Fixed In  :                         Status       : Suggestion   │
  1056. │       Origin    :                                                     │
  1057. │    Severity     : Unassigned Severity                                 │
  1058. │                               Synopsis                                │
  1059. │0                                                                      │
  1060. │                                Section                                │
  1061. │                              Clarion Driver                           │
  1062. ├───────────────────────────────────────────────────────────────────────┤
  1063. │                                                                       │
  1064. │                           Problem Description                         │
  1065. │                                                                       │
  1066. │      The tech bulletins current have our data file and key file       │
  1067. │      layouts. It is my understanding that these layouts have          │
  1068. │      changed after the release of 2109 any may be different           │
  1069. │      still in 3.0.  A couple of users have requested this new         │
  1070. │      information.                                                     │
  1071. │      Also the tech bulletins indicate that you may read Clarion       │
  1072. │      files but that to update them you must be licensed. Is this      │
  1073. │      still the case. Maybe the new tech bulliten could state the      │
  1074. │      current policy                                                   │
  1075. │      Suggestion: Please update this information in the tech           │
  1076. │      bulletin.                                                        │
  1077. └───────────────────────────────────────────────────────────────────────┘
  1078. ┌───────────────────────────────────────────────────────────────────────┐
  1079. │                          ProblemNumber : 3005                         │
  1080. │    Product      : CDD                     Duplicate No.:      0       │
  1081. │    Reported By  : CS                      DateReported : 11/10/93     │
  1082. │    Reported In  : 3006                    RevisedDate  :  1/21/94     │
  1083. │       Fixed In  :                         Status       : Suggestion   │
  1084. │       Origin    :                                                     │
  1085. │    Severity     : Unassigned Severity                                 │
  1086. │                               Synopsis                                │
  1087. │0                                                                      │
  1088. │                                Section                                │
  1089. │                              Clarion Driver                           │
  1090. ├───────────────────────────────────────────────────────────────────────┤
  1091. │                                                                       │
  1092. │                           Problem Description                         │
  1093. │                                                                       │
  1094. │      Fm: Paul Sink 71161,2354 MSG#:41741                              │
  1095. │      Transaction files from logout are created in the directory       │
  1096. │      where the EXE is located.  Instead of defaulting to the          │
  1097. │      application's original directory, can you guys change it to      │
  1098. │      read the CLATMP variable?                                        │
  1099. │                     Thanks, Paul                                      │
  1100. └───────────────────────────────────────────────────────────────────────┘
  1101. ┌───────────────────────────────────────────────────────────────────────┐
  1102. │                          ProblemNumber : 4046                         │
  1103. │    Product      : CDD                     Duplicate No.:      0       │
  1104. │    Reported By  : JB                      DateReported :  3/07/94     │
  1105. │    Reported In  : 3007                    RevisedDate  :   /  /       │
  1106. │       Fixed In  :                         Status       : Suggestion   │
  1107. │       Origin    :                                                     │
  1108. │    Severity     : Unassigned Severity                                 │
  1109. │                               Synopsis                                │
  1110. │0                                                                      │
  1111. │                                Section                                │
  1112. │                              Clarion Driver                           │
  1113. ├───────────────────────────────────────────────────────────────────────┤
  1114. │                                                                       │
  1115. │                           Problem Description                         │
  1116. │                                                                       │
  1117. │      There should be a method to encrypt key files; when DATA         │
  1118. │      files are encrypted, important data may be left visible in       │
  1119. │      the KEY files since keys are not encrypted.                      │
  1120. └───────────────────────────────────────────────────────────────────────┘
  1121. ┌───────────────────────────────────────────────────────────────────────┐
  1122. │                          ProblemNumber : 4909                         │
  1123. │    Product      : CDD                     Duplicate No.:      0       │
  1124. │    Reported By  : GW                      DateReported :  7/05/94     │
  1125. │    Reported In  : 3009                    RevisedDate  :  7/05/94     │
  1126. │       Fixed In  :                         Status       : Suggestion   │
  1127. │       Origin    :                                                     │
  1128. │    Severity     : Unassigned Severity                                 │
  1129. │                               Synopsis                                │
  1130. │0                                                                      │
  1131. │                                Section                                │
  1132. │                              Clarion Driver                           │
  1133. ├───────────────────────────────────────────────────────────────────────┤
  1134. │                                                                       │
  1135. │                           Problem Description                         │
  1136. │                                                                       │
  1137. │      Driver.doc needs to include the fact that we recommend 2110      │
  1138. │      versions of 2.1 data files for compatiblity reasons.             │
  1139. │      And if we don't then what are the pitfalls of using              │
  1140. │      2108, 218a or 2109.                                              │
  1141. └───────────────────────────────────────────────────────────────────────┘
  1142. ┌───────────────────────────────────────────────────────────────────────┐
  1143. │                          ProblemNumber : 3866                         │
  1144. │    Product      : CDD                     Duplicate No.:      0       │
  1145. │    Reported By  : PB                      DateReported :  2/16/94     │
  1146. │    Reported In  : 30071                   RevisedDate  :  6/03/94     │
  1147. │       Fixed In  :                         Status       : Suggestion   │
  1148. │       Origin    :                                                     │
  1149. │    Severity     : Unassigned Severity                                 │
  1150. │                               Synopsis                                │
  1151. │0                                                                      │
  1152. │                                Section                                │
  1153. │                              Clipper Driver                           │
  1154. ├───────────────────────────────────────────────────────────────────────┤
  1155. │                                                                       │
  1156. │                           Problem Description                         │
  1157. │                                                                       │
  1158. │      suggestion for extra functions to be added for clipper key       │
  1159. │      expressions: TRIM, ALLTRIM, LTRIM, RTRIM, UPPER                  │
  1160. │      R&D:  UPPER has been implemented for 009.                        │
  1161. └───────────────────────────────────────────────────────────────────────┘
  1162. ┌───────────────────────────────────────────────────────────────────────┐
  1163. │                          ProblemNumber : 0229                         │
  1164. │    Product      : CDD                     Duplicate No.:      0       │
  1165. │    Reported By  : CS                      DateReported :  4/08/93     │
  1166. │    Reported In  : 3002                    RevisedDate  :  4/26/94     │
  1167. │       Fixed In  :                         Status       : Suggestion   │
  1168. │       Origin    :                                                     │
  1169. │    Severity     : Unassigned Severity                                 │
  1170. │                               Synopsis                                │
  1171. │0                                                                      │
  1172. │                                Section                                │
  1173. │                                 Compiler                              │
  1174. ├───────────────────────────────────────────────────────────────────────┤
  1175. │                                                                       │
  1176. │                           Problem Description                         │
  1177. │                                                                       │
  1178. │      The 3.0 compiler gives a "variable expected" error when          │
  1179. │      trying to do a CLEAR on a report label. i.e.                     │
  1180. │      CLEAR(RPT:DETAIL). 2.1 allowed this and it is very handy         │
  1181. │      when needed. Obviously, you can clear each individual field      │
  1182. │      in the section, but is it possible that this could be            │
  1183. │      allowed in 3.0?                                                  │
  1184. │      I originaly reported this anomaly in the first testings of       │
  1185. │      the Compiler!  You allow a CLEAR() of a Group, Record and        │
  1186. │      everything else, why not a Detail structure?                     │
  1187. │      Q & A : This  report is a compiler bug.  This problem will       │
  1188. │              be addressed in a later release.                         │
  1189. └───────────────────────────────────────────────────────────────────────┘
  1190. ┌───────────────────────────────────────────────────────────────────────┐
  1191. │                          ProblemNumber : 2133                         │
  1192. │    Product      : CDD                     Duplicate No.:      0       │
  1193. │    Reported By  : CS                      DateReported :  8/16/93     │
  1194. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  1195. │       Fixed In  :                         Status       : Suggestion   │
  1196. │       Origin    :                                                     │
  1197. │    Severity     : Unassigned Severity                                 │
  1198. │                               Synopsis                                │
  1199. │0                                                                      │
  1200. │                                Section                                │
  1201. │                                 Compiler                              │
  1202. ├───────────────────────────────────────────────────────────────────────┤
  1203. │                                                                       │
  1204. │                           Problem Description                         │
  1205. │                                                                       │
  1206. │      Fm: Thomas D. Stevens 71726,367                                  │
  1207. │      >> Seperating a large report into 2 smaller reports may be       │
  1208. │      necessary even in 3005.                                          │
  1209. │      I find it entirely unacceptable that a screen or report          │
  1210. │      structure that worked in 2.x would be too complicated for        │
  1211. │      CDD.                                                             │
  1212. │            I can accept a certain amount of re-coding to make 2.x     │
  1213. │       code more palatable to the CDD compiler.  But to suggest        │
  1214. │      that a  report be split into two reports, or that a complex      │
  1215. │      screen  be  split into two screens, is an arbitrary              │
  1216. │      limitation and agi ant step backwards. Please log this as a      │
  1217. │      bug/suggestion -CDD should compile any file, screen, or          │
  1218. │      report structure    that is within the documented limits of      │
  1219. │      CDD. Tom                                                         │
  1220. └───────────────────────────────────────────────────────────────────────┘
  1221. ┌───────────────────────────────────────────────────────────────────────┐
  1222. │                          ProblemNumber : 2196                         │
  1223. │    Product      : CDD                     Duplicate No.:      0       │
  1224. │    Reported By  : CS                      DateReported :  8/23/93     │
  1225. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  1226. │       Fixed In  :                         Status       : Suggestion   │
  1227. │       Origin    :                                                     │
  1228. │    Severity     : Unassigned Severity                                 │
  1229. │                               Synopsis                                │
  1230. │0                                                                      │
  1231. │                                Section                                │
  1232. │                                 Compiler                              │
  1233. ├───────────────────────────────────────────────────────────────────────┤
  1234. │                                                                       │
  1235. │                           Problem Description                         │
  1236. │                                                                       │
  1237. │      Fm: Richard Speiss 76036,17                                      │
  1238. │      I would like to make a suggestion for the 3.x compiler.          │
  1239. │      I can't convert simple Clarion 2.x programs (menus, reports)     │
  1240. │       without getting 'dynamic pool limit exceed isl.args' during     │
  1241. │       the compile.  I have replaced all ROUTINES with PROCEDURES      │
  1242. │      and moved screens to where they are local instead of             │
  1243. │      global but If I am having to do this much manual conversion      │
  1244. │      of the code for simple programs I am really worried about        │
  1245. │      some of my more complicated programs.                            │
  1246. │        I can see a couple of potential options that could be          │
  1247. │      done:                                                            │
  1248. │            1.  Increase the size of the pools.  I realize that        │
  1249. │      you are     restricting them to 64K due to the chip's            │
  1250. │      architecture but I think     you need to take a look at          │
  1251. │      working around the 64K limit.  This     could be an option       │
  1252. │      in the project file so if people not are having     this         │
  1253. │      problem they won't have to pay any speed penalty during          │
  1254. │      compilation.                                                     │
  1255. │                            2.  Add a new option to CLACNV to          │
  1256. │      convert all ROUTINES to PROCEDURES     and insert the            │
  1257. │      prototypes into the MAP.  I wrote my own program to     do       │
  1258. │      this since it looks like I will have to do this to all of my     │
  1259. │           programs (300+) but it would be nice to be part of the      │
  1260. │      regular     conversion.                                          │
  1261. │                                       Thanks Richard Speiss           │
  1262. └───────────────────────────────────────────────────────────────────────┘
  1263. ┌───────────────────────────────────────────────────────────────────────┐
  1264. │                          ProblemNumber : 3556                         │
  1265. │    Product      : CDD                     Duplicate No.:      0       │
  1266. │    Reported By  : PB                      DateReported :  1/20/94     │
  1267. │    Reported In  : 3007                    RevisedDate  :  1/21/94     │
  1268. │       Fixed In  :                         Status       : Suggestion   │
  1269. │       Origin    :                                                     │
  1270. │    Severity     : Unassigned Severity                                 │
  1271. │                               Synopsis                                │
  1272. │0                                                                      │
  1273. │                                Section                                │
  1274. │                                 Compiler                              │
  1275. ├───────────────────────────────────────────────────────────────────────┤
  1276. │                                                                       │
  1277. │                           Problem Description                         │
  1278. │                                                                       │
  1279. │      suggestion from user - ability to hide a field - HIDE()          │
  1280. └───────────────────────────────────────────────────────────────────────┘
  1281. ┌───────────────────────────────────────────────────────────────────────┐
  1282. │                          ProblemNumber : 3650                         │
  1283. │    Product      : CDD                     Duplicate No.:      0       │
  1284. │    Reported By  : J                       DateReported :  1/31/94     │
  1285. │    Reported In  : 3007                    RevisedDate  :   /  /       │
  1286. │       Fixed In  :                         Status       : Suggestion   │
  1287. │       Origin    :                                                     │
  1288. │    Severity     : Unassigned Severity                                 │
  1289. │                               Synopsis                                │
  1290. │0                                                                      │
  1291. │                                Section                                │
  1292. │                                 Compiler                              │
  1293. ├───────────────────────────────────────────────────────────────────────┤
  1294. │                                                                       │
  1295. │                           Problem Description                         │
  1296. │                                                                       │
  1297. │      User wants ability to access EMS with third party OBJ's          │
  1298. └───────────────────────────────────────────────────────────────────────┘
  1299. ┌───────────────────────────────────────────────────────────────────────┐
  1300. │                          ProblemNumber : 5297                         │
  1301. │    Product      : CDD                     Duplicate No.:      0       │
  1302. │    Reported By  : PB                      DateReported :  8/22/94     │
  1303. │    Reported In  : 3009                    RevisedDate  :  8/22/94     │
  1304. │       Fixed In  :                         Status       : Suggestion   │
  1305. │       Origin    : External                                            │
  1306. │    Severity     : Unassigned Severity                                 │
  1307. │                               Synopsis                                │
  1308. │                        Windows compatible dlls                        │
  1309. │                                Section                                │
  1310. │                                 Compiler                              │
  1311. ├───────────────────────────────────────────────────────────────────────┤
  1312. │                                                                       │
  1313. │                           Problem Description                         │
  1314. │                                                                       │
  1315. │      It would be nice to be able to compile straight Clarion          │
  1316. │      code (no interface stuff) into DLL's that could be used          │
  1317. │      bothin CDD and CW (like library routines/procedures). Kind       │
  1318. │      of    like Borland's new DOS pack can. I guess it would mean     │
  1319. │           making the TS DOS DLL's Windows/CW compatible.              │
  1320. └───────────────────────────────────────────────────────────────────────┘
  1321. ┌───────────────────────────────────────────────────────────────────────┐
  1322. │                          ProblemNumber : 1802                         │
  1323. │    Product      : CDD                     Duplicate No.:      0       │
  1324. │    Reported By  : PS                      DateReported :  7/13/93     │
  1325. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  1326. │       Fixed In  :                         Status       : Suggestion   │
  1327. │       Origin    :                                                     │
  1328. │    Severity     : Unassigned Severity                                 │
  1329. │                               Synopsis                                │
  1330. │0                                                                      │
  1331. │                                Section                                │
  1332. │                              CPD21 Template                           │
  1333. ├───────────────────────────────────────────────────────────────────────┤
  1334. │                                                                       │
  1335. │                           Problem Description                         │
  1336. │                                                                       │
  1337. │      Uses sent in 2.1 code for how he thinks a scrolling data         │
  1338. │      entry should be implemented.                                     │
  1339. │      R&D: 3.1.                                                        │
  1340. └───────────────────────────────────────────────────────────────────────┘
  1341. ┌───────────────────────────────────────────────────────────────────────┐
  1342. │                          ProblemNumber : 3208                         │
  1343. │    Product      : CDD                     Duplicate No.:      0       │
  1344. │    Reported By  : CS                      DateReported : 12/03/93     │
  1345. │    Reported In  :  3006                   RevisedDate  :  4/28/94     │
  1346. │       Fixed In  :                         Status       : Suggestion   │
  1347. │       Origin    :                                                     │
  1348. │    Severity     : Unassigned Severity                                 │
  1349. │                               Synopsis                                │
  1350. │0                                                                      │
  1351. │                                Section                                │
  1352. │                              CPD21 Template                           │
  1353. ├───────────────────────────────────────────────────────────────────────┤
  1354. │                                                                       │
  1355. │                           Problem Description                         │
  1356. │                                                                       │
  1357. │      I have a 2.1 Table Template using hot fields. The load time      │
  1358. │       for this table is excessively slow, appears to be video         │
  1359. │      writes to write the repeat area    and the fixed area for        │
  1360. │      EACH and EVERY record in the repeat.  Could a                    │
  1361. │        suggestion be put in to modify the REPEAT code, so that        │
  1362. │      when a full screen    page (First_Page and New_Page) is          │
  1363. │      being displayed, the fixed fields    are NOT updated?            │
  1364. │                         Thanks for your help!                         │
  1365. │                         Dianne Anstien 73524,107                      │
  1366. └───────────────────────────────────────────────────────────────────────┘
  1367. ┌───────────────────────────────────────────────────────────────────────┐
  1368. │                          ProblemNumber : 0184                         │
  1369. │    Product      : CDD                     Duplicate No.:      0       │
  1370. │    Reported By  : DH                      DateReported :  2/01/93     │
  1371. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  1372. │       Fixed In  :                         Status       : Suggestion   │
  1373. │       Origin    :                                                     │
  1374. │    Severity     : Unassigned Severity                                 │
  1375. │                               Synopsis                                │
  1376. │0                                                                      │
  1377. │                                Section                                │
  1378. │                                  Cshell                               │
  1379. ├───────────────────────────────────────────────────────────────────────┤
  1380. │                                                                       │
  1381. │                           Problem Description                         │
  1382. │                                                                       │
  1383. │      Include .BTM extensions in the "Programs Only" option of         │
  1384. │      CSHELL. NDOS and 4DOS use these "Batch to Memory" files.         │
  1385. └───────────────────────────────────────────────────────────────────────┘
  1386. ┌───────────────────────────────────────────────────────────────────────┐
  1387. │                          ProblemNumber : 0716                         │
  1388. │    Product      : CDD                     Duplicate No.:      0       │
  1389. │    Reported By  : DB                      DateReported :  4/08/93     │
  1390. │    Reported In  : 3002                    RevisedDate  :  4/26/94     │
  1391. │       Fixed In  :                         Status       : Suggestion   │
  1392. │       Origin    :                                                     │
  1393. │    Severity     : Unassigned Severity                                 │
  1394. │                               Synopsis                                │
  1395. │0                                                                      │
  1396. │                                Section                                │
  1397. │                                  Cshell                               │
  1398. ├───────────────────────────────────────────────────────────────────────┤
  1399. │                                                                       │
  1400. │                           Problem Description                         │
  1401. │                                                                       │
  1402. │      Rename (Ctrl - R) of a 2nd or 3rd level directory does not       │
  1403. │      work.                                                            │
  1404. │      Q & A: Maybe 3.1                                                 │
  1405. └───────────────────────────────────────────────────────────────────────┘
  1406. ┌───────────────────────────────────────────────────────────────────────┐
  1407. │                          ProblemNumber : 1225                         │
  1408. │    Product      : CDD                     Duplicate No.:      0       │
  1409. │    Reported By  : GF                      DateReported :  5/14/93     │
  1410. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  1411. │       Fixed In  :                         Status       : Suggestion   │
  1412. │       Origin    :                                                     │
  1413. │    Severity     : Unassigned Severity                                 │
  1414. │                               Synopsis                                │
  1415. │0                                                                      │
  1416. │                                Section                                │
  1417. │                                  Cshell                               │
  1418. ├───────────────────────────────────────────────────────────────────────┤
  1419. │                                                                       │
  1420. │                           Problem Description                         │
  1421. │                                                                       │
  1422. │      Suggestion from user:                                            │
  1423. │         Can the tree in Cshell be automatically rebuilt               │
  1424. │         as needed?  Like the Windows file manager.                    │
  1425. │      GF: I don't know how windows can detect if the directories       │
  1426. │          have been changed outside of windows, but this user          │
  1427. │          says it can detect and 'dynamically rebuild as needed'       │
  1428. │          it may be a Micky$oft trick.                                 │
  1429. └───────────────────────────────────────────────────────────────────────┘
  1430. ┌───────────────────────────────────────────────────────────────────────┐
  1431. │                          ProblemNumber : 1229                         │
  1432. │    Product      : CDD                     Duplicate No.:      0       │
  1433. │    Reported By  : GF                      DateReported :  5/14/93     │
  1434. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  1435. │       Fixed In  :                         Status       : Suggestion   │
  1436. │       Origin    :                                                     │
  1437. │    Severity     : Unassigned Severity                                 │
  1438. │                               Synopsis                                │
  1439. │0                                                                      │
  1440. │                                Section                                │
  1441. │                                  Cshell                               │
  1442. ├───────────────────────────────────────────────────────────────────────┤
  1443. │                                                                       │
  1444. │                           Problem Description                         │
  1445. │                                                                       │
  1446. │      User Suggestion:                                                 │
  1447. │         Add a 'TOUCH' type of facility to allow the user to tag       │
  1448. │         a block of files and change the Time and Date stamp.          │
  1449. │      GF:  Would be really handy for those who do not have             │
  1450. │      Borland's TOUCH.COM or do not have SDK.                          │
  1451. └───────────────────────────────────────────────────────────────────────┘
  1452. ┌───────────────────────────────────────────────────────────────────────┐
  1453. │                          ProblemNumber : 1487                         │
  1454. │    Product      : CDD                     Duplicate No.:      0       │
  1455. │    Reported By  : CS                      DateReported :  6/14/93     │
  1456. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  1457. │       Fixed In  :                         Status       : Suggestion   │
  1458. │       Origin    :                                                     │
  1459. │    Severity     : Unassigned Severity                                 │
  1460. │                               Synopsis                                │
  1461. │0                                                                      │
  1462. │                                Section                                │
  1463. │                                  Cshell                               │
  1464. ├───────────────────────────────────────────────────────────────────────┤
  1465. │                                                                       │
  1466. │                           Problem Description                         │
  1467. │                                                                       │
  1468. │      Fm: Helmut J. Schwarzin 73140,2732                               │
  1469. │         CSHELL doesn't ask if you want to overwrite an existing       │
  1470. │      file when copying a file to a file that already exists.          │
  1471. │        1) Press Ctrl-C on a highlighted File.                         │
  1472. │        2) Enter the name of a File that already Exists                │
  1473. │        3) Press Enter                                                 │
  1474. │        4) It overwrites the existing file without asking if it        │
  1475. │      is OK.                                                           │
  1476. └───────────────────────────────────────────────────────────────────────┘
  1477. ┌───────────────────────────────────────────────────────────────────────┐
  1478. │                          ProblemNumber : 2041                         │
  1479. │    Product      : CDD                     Duplicate No.:      0       │
  1480. │    Reported By  : BN                      DateReported :  8/04/93     │
  1481. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  1482. │       Fixed In  :                         Status       : Suggestion   │
  1483. │       Origin    :                                                     │
  1484. │    Severity     : Unassigned Severity                                 │
  1485. │                               Synopsis                                │
  1486. │0                                                                      │
  1487. │                                Section                                │
  1488. │                                  Cshell                               │
  1489. ├───────────────────────────────────────────────────────────────────────┤
  1490. │                                                                       │
  1491. │                           Problem Description                         │
  1492. │                                                                       │
  1493. │      In CSHELL, if you tried to access a disk drive that is not       │
  1494. │      ready or try to print to a printer that isn't ready,             │
  1495. │      insteadof having ABORT come up as the default, since this        │
  1496. │      will kickyou out to DOS, FAIL  seems to be the better            │
  1497. │      choice for the   default, it doesn't  seem to kick you out       │
  1498. │      to DOS.                                                          │
  1499. └───────────────────────────────────────────────────────────────────────┘
  1500. ┌───────────────────────────────────────────────────────────────────────┐
  1501. │                          ProblemNumber : 2582                         │
  1502. │    Product      : CDD                     Duplicate No.:      0       │
  1503. │    Reported By  : TB                      DateReported : 10/06/93     │
  1504. │    Reported In  : 3005D                   RevisedDate  :  4/26/94     │
  1505. │       Fixed In  :                         Status       : Suggestion   │
  1506. │       Origin    :                                                     │
  1507. │    Severity     : Unassigned Severity                                 │
  1508. │                               Synopsis                                │
  1509. │0                                                                      │
  1510. │                                Section                                │
  1511. │                                  Cshell                               │
  1512. ├───────────────────────────────────────────────────────────────────────┤
  1513. │                                                                       │
  1514. │                           Problem Description                         │
  1515. │                                                                       │
  1516. │      Could we create a way of controling what tier of the tree        │
  1517. │      we are on?  If I have a directory where the name repeats         │
  1518. │      itself then I can only get to the first occuranc when the        │
  1519. │      second occurance might be three pages away.                      │
  1520. └───────────────────────────────────────────────────────────────────────┘
  1521. ┌───────────────────────────────────────────────────────────────────────┐
  1522. │                          ProblemNumber : 2823                         │
  1523. │    Product      : CDD                     Duplicate No.:      0       │
  1524. │    Reported By  : CS                      DateReported : 10/29/93     │
  1525. │    Reported In  : 3006                    RevisedDate  :  4/26/94     │
  1526. │       Fixed In  :                         Status       : Suggestion   │
  1527. │       Origin    :                                                     │
  1528. │    Severity     : Unassigned Severity                                 │
  1529. │                               Synopsis                                │
  1530. │0                                                                      │
  1531. │                                Section                                │
  1532. │                                  Cshell                               │
  1533. ├───────────────────────────────────────────────────────────────────────┤
  1534. │                                                                       │
  1535. │                           Problem Description                         │
  1536. │                                                                       │
  1537. │      Fm: Joseph A. Bouterse 70541,305 MSG#:39562                      │
  1538. │      CSHELL will not accept a DOS command line longer than the        │
  1539. │      displayed entry    field length. I think it should accept        │
  1540. │      input to the DOS limit, rather than    the 50 or 60              │
  1541. │      characters that it does now.                                     │
  1542. │      Joe Bouterse Creative Solutions, Inc. Indianapolis, IN           │
  1543. └───────────────────────────────────────────────────────────────────────┘
  1544. ┌───────────────────────────────────────────────────────────────────────┐
  1545. │                          ProblemNumber : 3448                         │
  1546. │    Product      : CDD                     Duplicate No.:      0       │
  1547. │    Reported By  : JD                      DateReported :  1/03/94     │
  1548. │    Reported In  : 3007                    RevisedDate  :  4/26/94     │
  1549. │       Fixed In  :                         Status       : Suggestion   │
  1550. │       Origin    :                                                     │
  1551. │    Severity     : Unassigned Severity                                 │
  1552. │                               Synopsis                                │
  1553. │0                                                                      │
  1554. │                                Section                                │
  1555. │                                  Cshell                               │
  1556. ├───────────────────────────────────────────────────────────────────────┤
  1557. │                                                                       │
  1558. │                           Problem Description                         │
  1559. │                                                                       │
  1560. │      There is no printer redirection available for Print File or      │
  1561. │      List Directory in CSHELL.                                        │
  1562. │      For users without an LPT1, this can be a show-stopper --         │
  1563. │      returning a hardware error window.                               │
  1564. └───────────────────────────────────────────────────────────────────────┘
  1565. ┌───────────────────────────────────────────────────────────────────────┐
  1566. │                          ProblemNumber : 3534                         │
  1567. │    Product      : CDD                     Duplicate No.:      0       │
  1568. │    Reported By  : BF                      DateReported :  1/17/94     │
  1569. │    Reported In  : 3007                    RevisedDate  :  4/26/94     │
  1570. │       Fixed In  :                         Status       : Suggestion   │
  1571. │       Origin    :                                                     │
  1572. │    Severity     : Unassigned Severity                                 │
  1573. │                               Synopsis                                │
  1574. │0                                                                      │
  1575. │                                Section                                │
  1576. │                                  Cshell                               │
  1577. ├───────────────────────────────────────────────────────────────────────┤
  1578. │                                                                       │
  1579. │                           Problem Description                         │
  1580. │                                                                       │
  1581. │      Can we have a message line that shows the status of file         │
  1582. │      mask displayed, especially "Programs Only". This will avoid      │
  1583. │      confusion and eliminate the user having to access the            │
  1584. │      Options Menu to view what files should be displayed.             │
  1585. └───────────────────────────────────────────────────────────────────────┘
  1586. ┌───────────────────────────────────────────────────────────────────────┐
  1587. │                          ProblemNumber : 3668                         │
  1588. │    Product      : CDD                     Duplicate No.:      0       │
  1589. │    Reported By  : CS                      DateReported :  2/02/94     │
  1590. │    Reported In  : 3007                    RevisedDate  :  2/02/94     │
  1591. │       Fixed In  :                         Status       : Suggestion   │
  1592. │       Origin    :                                                     │
  1593. │    Severity     : Unassigned Severity                                 │
  1594. │                               Synopsis                                │
  1595. │0                                                                      │
  1596. │                                Section                                │
  1597. │                                  Cshell                               │
  1598. ├───────────────────────────────────────────────────────────────────────┤
  1599. │                                                                       │
  1600. │                           Problem Description                         │
  1601. │                                                                       │
  1602. │      Fm: Tim Murray 73174,3645 MSG#:52416                             │
  1603. │      How about adding a feature to Cshell which lets you point        │
  1604. │      toa file like STUFF.CLA then do a CTRL-C to copy the file        │
  1605. │      and give it the name *.OLD. Same goes for RENAME.                │
  1606. └───────────────────────────────────────────────────────────────────────┘
  1607. ┌───────────────────────────────────────────────────────────────────────┐
  1608. │                          ProblemNumber : 3886                         │
  1609. │    Product      : CDD                     Duplicate No.:      0       │
  1610. │    Reported By  : CS                      DateReported :  2/17/94     │
  1611. │    Reported In  : 30071                   RevisedDate  :  2/17/94     │
  1612. │       Fixed In  :                         Status       : Suggestion   │
  1613. │       Origin    :                                                     │
  1614. │    Severity     : Unassigned Severity                                 │
  1615. │                               Synopsis                                │
  1616. │0                                                                      │
  1617. │                                Section                                │
  1618. │                                  Cshell                               │
  1619. ├───────────────────────────────────────────────────────────────────────┤
  1620. │                                                                       │
  1621. │                           Problem Description                         │
  1622. │                                                                       │
  1623. │      Fm: Helmut J. Schwarzin 73140,2732 MSG#:55605                    │
  1624. │        In CDIR if you press the Grey + it would put the filename      │
  1625. │      of the currently  highlighted file on the command line           │
  1626. │      unless you had files marked, then it  would put %N.%E on         │
  1627. │      the command line.  This behavior has not carried over to         │
  1628. │               CSHELL.  At least on my computer <g>.                   │
  1629. └───────────────────────────────────────────────────────────────────────┘
  1630. ┌───────────────────────────────────────────────────────────────────────┐
  1631. │                          ProblemNumber : 3887                         │
  1632. │    Product      : CDD                     Duplicate No.:      0       │
  1633. │    Reported By  : NA                      DateReported :  2/17/94     │
  1634. │    Reported In  : 30071                   RevisedDate  :  2/17/94     │
  1635. │       Fixed In  :                         Status       : Suggestion   │
  1636. │       Origin    :                                                     │
  1637. │    Severity     : Unassigned Severity                                 │
  1638. │                               Synopsis                                │
  1639. │0                                                                      │
  1640. │                                Section                                │
  1641. │                                  Cshell                               │
  1642. ├───────────────────────────────────────────────────────────────────────┤
  1643. │                                                                       │
  1644. │                           Problem Description                         │
  1645. │                                                                       │
  1646. │      It is not indicated anywhere in the help that CTRL-T             │
  1647. │      activates tag in the CSHELL.                                     │
  1648. │      **Note:  2.1 users are used to CTRL-M.                           │
  1649. └───────────────────────────────────────────────────────────────────────┘
  1650. ┌───────────────────────────────────────────────────────────────────────┐
  1651. │                          ProblemNumber : 4190                         │
  1652. │    Product      : CDD                     Duplicate No.:      0       │
  1653. │    Reported By  : CS                      DateReported :  3/23/94     │
  1654. │    Reported In  : 30072                   RevisedDate  :  3/23/94     │
  1655. │       Fixed In  :                         Status       : Suggestion   │
  1656. │       Origin    :                                                     │
  1657. │    Severity     : Unassigned Severity                                 │
  1658. │                               Synopsis                                │
  1659. │0                                                                      │
  1660. │                                Section                                │
  1661. │                                  Cshell                               │
  1662. ├───────────────────────────────────────────────────────────────────────┤
  1663. │                                                                       │
  1664. │                           Problem Description                         │
  1665. │                                                                       │
  1666. │      Fm: Rick D. Williams 72262,2720 MSG#:61815                       │
  1667. │      When on a network the Build Tree option causes problems          │
  1668. │      whenyou use the CShell. It locks the user in building the        │
  1669. │      tree  and takes forever, if you are not totally locked up        │
  1670. │      first.  Why not disable the tree function if the user is on      │
  1671. │      a       network drive or only build the tree for the current     │
  1672. │       branch,not for the total network.                               │
  1673. └───────────────────────────────────────────────────────────────────────┘
  1674. ┌───────────────────────────────────────────────────────────────────────┐
  1675. │                          ProblemNumber : 4349                         │
  1676. │    Product      : CDD                     Duplicate No.:      0       │
  1677. │    Reported By  : CS                      DateReported :  4/11/94     │
  1678. │    Reported In  : 3008                    RevisedDate  :  4/11/94     │
  1679. │       Fixed In  :                         Status       : Suggestion   │
  1680. │       Origin    :                                                     │
  1681. │    Severity     : Unassigned Severity                                 │
  1682. │                               Synopsis                                │
  1683. │0                                                                      │
  1684. │                                Section                                │
  1685. │                                  Cshell                               │
  1686. ├───────────────────────────────────────────────────────────────────────┤
  1687. │                                                                       │
  1688. │                           Problem Description                         │
  1689. │                                                                       │
  1690. │      Fm: Martin Wehlou (Cactus) 72047,2444 MSG#:63950                 │
  1691. │      The "old" rename in 2.1 was *very* nifty; i.e. marking a         │
  1692. │      number of files, then ctrl-R, then simply a new directory        │
  1693. │      name or extension using wildcards. One can't do that in          │
  1694. │      3.x,or can one? -- Martin [Cactus Computing bvba - Belgium]      │
  1695. └───────────────────────────────────────────────────────────────────────┘
  1696. ┌───────────────────────────────────────────────────────────────────────┐
  1697. │                          ProblemNumber : 5135                         │
  1698. │    Product      : CDD                     Duplicate No.:      0       │
  1699. │    Reported By  : CS                      DateReported :  7/20/94     │
  1700. │    Reported In  :                         RevisedDate  :  7/20/94     │
  1701. │       Fixed In  :                         Status       : Suggestion   │
  1702. │       Origin    : Internal                                            │
  1703. │    Severity     : Suggestion or documentation error                   │
  1704. │                               Synopsis                                │
  1705. │         Cshell won't except standard dos syntax in ctrlC copy         │
  1706. │                                Section                                │
  1707. │                                  Cshell                               │
  1708. ├───────────────────────────────────────────────────────────────────────┤
  1709. │                                                                       │
  1710. │                           Problem Description                         │
  1711. │                                                                       │
  1712. │      #: 83809 S8/3.0 Support                                          │
  1713. │          18-Jul-94  18:33:48                                          │
  1714. │      Sb: CSHELL: brain damaged                                        │
  1715. │      Fm: Marjolein Katsma 100276,2414                                 │
  1716. │      To: Sysop (X)                                                    │
  1717. │      I was changing an application, when I discovered - too late      │
  1718. │      - that I had wanted                                              │
  1719. │      to save the previously generated source for comparison but       │
  1720. │      forgotten to do so.                                              │
  1721. │      I had made only some minor changes (screen lay-out and a         │
  1722. │      few embed lines) in                                              │
  1723. │      three procedures (two modules out of five).                      │
  1724. │      So I went to CSHELL (which I don't like anyway) to copy the      │
  1725. │      original source                                                  │
  1726. │      files.  After poking around in the menus to try to remember      │
  1727. │      how to mark the                                                  │
  1728. │      files I wanted to copy (spacebar didn't work), and               │
  1729. │      'remembering' to use Ctrl-T                                      │
  1730. │      (it's nowhere on the menus but it does mention 'tagging'),       │
  1731. │      I found the program                                              │
  1732. │      to be even more brain-damaged than I already thought: After      │
  1733. │      marking the files,                                               │
  1734. │      I typed Ctrl-C to copy them and entered '*.SA2' (without         │
  1735. │      the quotation marks).                                            │
  1736. │      The program gave me an error (and left the files marked). I      │
  1737. │      cleared the tags                                                 │
  1738. │      (that _is_ on the menu) and tried with a single file:            │
  1739. │      highlighted it, then                                             │
  1740. │      Ctrl-C, then typed '*.SA2'.  Again an error message!             │
  1741. │      Come on, this is normal, legal DOS syntax!  When I finally       │
  1742. │      typed out the                                                    │
  1743. │      command in the space for the DOS command line, it went           │
  1744. │      without a hitch: 'COPY                                           │
  1745. │      OZADDR*.CLA *.SA2'                                               │
  1746. │      BTW, Director from CPD can do this - why not CSHELL???           │
  1747. └───────────────────────────────────────────────────────────────────────┘
  1748. ┌───────────────────────────────────────────────────────────────────────┐
  1749. │                          ProblemNumber : 0333                         │
  1750. │    Product      : CDD                     Duplicate No.:      0       │
  1751. │    Reported By  : TB                      DateReported :  2/12/93     │
  1752. │    Reported In  : 3001                    RevisedDate  :  4/26/94     │
  1753. │       Fixed In  :                         Status       : Suggestion   │
  1754. │       Origin    :                                                     │
  1755. │    Severity     : Unassigned Severity                                 │
  1756. │                               Synopsis                                │
  1757. │0                                                                      │
  1758. │                                Section                                │
  1759. │                             Database Browser                          │
  1760. ├───────────────────────────────────────────────────────────────────────┤
  1761. │                                                                       │
  1762. │                           Problem Description                         │
  1763. │                                                                       │
  1764. │      In DataBase Manager there is a drop down menu for                │
  1765. │      "Locate..." when this option is selected the locate record       │
  1766. │      window come up.... there is no place to type the name of         │
  1767. │      the record that I wanted, as soon as I press a letter on         │
  1768. │      the key board an entry field appears at the bottom left of       │
  1769. │      the screen. This entry field should be in the locate record      │
  1770. │      box and be there when the window comes up.                       │
  1771. └───────────────────────────────────────────────────────────────────────┘
  1772. ┌───────────────────────────────────────────────────────────────────────┐
  1773. │                          ProblemNumber : 1247                         │
  1774. │    Product      : CDD                     Duplicate No.:      0       │
  1775. │    Reported By  : PB                      DateReported :  5/14/93     │
  1776. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  1777. │       Fixed In  :                         Status       : Suggestion   │
  1778. │       Origin    :                                                     │
  1779. │    Severity     : Unassigned Severity                                 │
  1780. │                               Synopsis                                │
  1781. │0                                                                      │
  1782. │                                Section                                │
  1783. │                             Database Browser                          │
  1784. ├───────────────────────────────────────────────────────────────────────┤
  1785. │                                                                       │
  1786. │                           Problem Description                         │
  1787. │                                                                       │
  1788. │      using database manager with an ascii or basic file does not      │
  1789. │      seem to work correctly. if i am creatng a new file and add       │
  1790. │      data to a field, the data repeats all the way down the           │
  1791. │      screen, similar to  editing an existing file.                    │
  1792. │      user also reported an xtrace when trying to view a large         │
  1793. │      ascii file                                                       │
  1794. │      Q & A : Cannot Browse Ascii or Basic                             │
  1795. └───────────────────────────────────────────────────────────────────────┘
  1796. ┌───────────────────────────────────────────────────────────────────────┐
  1797. │                          ProblemNumber : 1255                         │
  1798. │    Product      : CDD                     Duplicate No.:      0       │
  1799. │    Reported By  : GF                      DateReported :  5/17/93     │
  1800. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  1801. │       Fixed In  :                         Status       : Suggestion   │
  1802. │       Origin    :                                                     │
  1803. │    Severity     : Unassigned Severity                                 │
  1804. │                               Synopsis                                │
  1805. │0                                                                      │
  1806. │                                Section                                │
  1807. │                             Database Browser                          │
  1808. ├───────────────────────────────────────────────────────────────────────┤
  1809. │                                                                       │
  1810. │                           Problem Description                         │
  1811. │                                                                       │
  1812. │      User Suggestion:  Identification of file to browse.              │
  1813. │      Can there be a way to allow the user to select the .DCT          │
  1814. │      file first then, default the file name to what is in the         │
  1815. │      .DCT file when you choose the file label?                        │
  1816. │      GDF - Now the user selects the Data file first. If this is       │
  1817. │      the first time viewing the .DAT file (ie no .DBM file            │
  1818. │      found) the user will be asked for the .DCT file, and then        │
  1819. │      will be asked to select the file label and order.  Any way       │
  1820. │      to cut out a step by asking for the .DCT first and using         │
  1821. │      the file name found in the .DCT file?  If this will cut out      │
  1822. │      some flexibility then it might need to stay as is unless         │
  1823. │      you have any other ideas.                                        │
  1824. └───────────────────────────────────────────────────────────────────────┘
  1825. ┌───────────────────────────────────────────────────────────────────────┐
  1826. │                          ProblemNumber : 1315                         │
  1827. │    Product      : CDD                     Duplicate No.:      0       │
  1828. │    Reported By  : BF                      DateReported :  5/20/93     │
  1829. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  1830. │       Fixed In  :                         Status       : Suggestion   │
  1831. │       Origin    :                                                     │
  1832. │    Severity     : Unassigned Severity                                 │
  1833. │                               Synopsis                                │
  1834. │0                                                                      │
  1835. │                                Section                                │
  1836. │                             Database Browser                          │
  1837. ├───────────────────────────────────────────────────────────────────────┤
  1838. │                                                                       │
  1839. │                           Problem Description                         │
  1840. │                                                                       │
  1841. │      WE NEED A WAY TO VIEW THE STATUS OF A RECORD....IS IT            │
  1842. │      ACTIVE, DELETED, OR HELD???? I HAVE TO USE 2.1 SCANNER AS A      │
  1843. │      TEMPORARY WORKAROUND                                             │
  1844. │      Version 3.1                                                      │
  1845. └───────────────────────────────────────────────────────────────────────┘
  1846. ┌───────────────────────────────────────────────────────────────────────┐
  1847. │                          ProblemNumber : 1358                         │
  1848. │    Product      : CDD                     Duplicate No.:      0       │
  1849. │    Reported By  : CS                      DateReported :  5/26/93     │
  1850. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  1851. │       Fixed In  :                         Status       : Suggestion   │
  1852. │       Origin    :                                                     │
  1853. │    Severity     : Unassigned Severity                                 │
  1854. │                               Synopsis                                │
  1855. │0                                                                      │
  1856. │                                Section                                │
  1857. │                             Database Browser                          │
  1858. ├───────────────────────────────────────────────────────────────────────┤
  1859. │                                                                       │
  1860. │                           Problem Description                         │
  1861. │                                                                       │
  1862. │      Fm: Danny L. Joe 75010,2427                                      │
  1863. │      By the way, you guys should consider doing this to your          │
  1864. │      version, since it only involves one line of code--just           │
  1865. │      prior to the set(key,key) you just iniitialize the               │
  1866. │      *KeyField to the passed value).                                  │
  1867. │      What I think Danny is asking for is the ability to give a        │
  1868. │      value to the Key Field(s) and then issue the Set(key,key)        │
  1869. │      so that you can jump to the record w/ the closest match.         │
  1870. └───────────────────────────────────────────────────────────────────────┘
  1871. ┌───────────────────────────────────────────────────────────────────────┐
  1872. │                          ProblemNumber : 1386                         │
  1873. │    Product      : CDD                     Duplicate No.:      0       │
  1874. │    Reported By  : TB                      DateReported :  5/31/93     │
  1875. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  1876. │       Fixed In  :                         Status       : Suggestion   │
  1877. │       Origin    :                                                     │
  1878. │    Severity     : Unassigned Severity                                 │
  1879. │                               Synopsis                                │
  1880. │0                                                                      │
  1881. │                                Section                                │
  1882. │                             Database Browser                          │
  1883. ├───────────────────────────────────────────────────────────────────────┤
  1884. │                                                                       │
  1885. │                           Problem Description                         │
  1886. │                                                                       │
  1887. │      How about a way to look at your file with the columns not        │
  1888. │      having any justification.  (left right center) This              │
  1889. │      prevents me from seeing what my fields really look like!!!       │
  1890. └───────────────────────────────────────────────────────────────────────┘
  1891. ┌───────────────────────────────────────────────────────────────────────┐
  1892. │                          ProblemNumber : 1660                         │
  1893. │    Product      : CDD                     Duplicate No.:      0       │
  1894. │    Reported By  : CS                      DateReported :  6/28/93     │
  1895. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  1896. │       Fixed In  :                         Status       : Suggestion   │
  1897. │       Origin    :                                                     │
  1898. │    Severity     : Unassigned Severity                                 │
  1899. │                               Synopsis                                │
  1900. │0                                                                      │
  1901. │                                Section                                │
  1902. │                             Database Browser                          │
  1903. ├───────────────────────────────────────────────────────────────────────┤
  1904. │                                                                       │
  1905. │                           Problem Description                         │
  1906. │                                                                       │
  1907. │      Fm: Joseph A. Bouterse 70541,305                                 │
  1908. │         In working with the Database Manager, I noticed that          │
  1909. │      there is no display of the number of records in the              │
  1910. │      database, the record number or the amount of space a record      │
  1911. │      and the file occupy. I would like to suggest that these be       │
  1912. │      added (like 2.1), as they are very useful when confirming a      │
  1913. │      conversion or addition to the database has been done             │
  1914. │      correctly.                                                       │
  1915. │      Thanks, Joe                                                      │
  1916. └───────────────────────────────────────────────────────────────────────┘
  1917. ┌───────────────────────────────────────────────────────────────────────┐
  1918. │                          ProblemNumber : 1662                         │
  1919. │    Product      : CDD                     Duplicate No.:      0       │
  1920. │    Reported By  : CS                      DateReported :  6/28/93     │
  1921. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  1922. │       Fixed In  :                         Status       : Suggestion   │
  1923. │       Origin    :                                                     │
  1924. │    Severity     : Unassigned Severity                                 │
  1925. │                               Synopsis                                │
  1926. │0                                                                      │
  1927. │                                Section                                │
  1928. │                             Database Browser                          │
  1929. ├───────────────────────────────────────────────────────────────────────┤
  1930. │                                                                       │
  1931. │                           Problem Description                         │
  1932. │                                                                       │
  1933. │      Fm: Joseph A. Bouterse 70541,305                                 │
  1934. │         How about adding an 'Empty' item to the Edit Menu in the      │
  1935. │      Database Manager? I can find no way to create a new or           │
  1936. │      empty database file other than shelling to DOS and deleting      │
  1937. │      the .DAT file and then going back to the DB Mgr and              │
  1938. │      creating a new one. Another option would be to add a             │
  1939. │      confirm prompt to the Create item if the file already            │
  1940. │      existed (as opposed to the current error window that does        │
  1941. │      not allow the overwrite).                                        │
  1942. └───────────────────────────────────────────────────────────────────────┘
  1943. ┌───────────────────────────────────────────────────────────────────────┐
  1944. │                          ProblemNumber : 1730                         │
  1945. │    Product      : CDD                     Duplicate No.:      0       │
  1946. │    Reported By  : RT                      DateReported :  7/07/93     │
  1947. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  1948. │       Fixed In  :                         Status       : Suggestion   │
  1949. │       Origin    :                                                     │
  1950. │    Severity     : Unassigned Severity                                 │
  1951. │                               Synopsis                                │
  1952. │0                                                                      │
  1953. │                                Section                                │
  1954. │                             Database Browser                          │
  1955. ├───────────────────────────────────────────────────────────────────────┤
  1956. │                                                                       │
  1957. │                           Problem Description                         │
  1958. │                                                                       │
  1959. │      When changing data in a field in Database Manager, when the      │
  1960. │      user presses Enter, the data is put into the field and the       │
  1961. │      cursor goes to the next field in the file.  The cursor           │
  1962. │      should stay in the same field when data is changed,              │
  1963. │      otherwise it is confusing as to whether the data was             │
  1964. │      changed ot the highlight just changed fields                     │
  1965. └───────────────────────────────────────────────────────────────────────┘
  1966. ┌───────────────────────────────────────────────────────────────────────┐
  1967. │                          ProblemNumber : 2053                         │
  1968. │    Product      : CDD                     Duplicate No.:      0       │
  1969. │    Reported By  : CS                      DateReported :  8/06/93     │
  1970. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  1971. │       Fixed In  :                         Status       : Suggestion   │
  1972. │       Origin    :                                                     │
  1973. │    Severity     : Unassigned Severity                                 │
  1974. │                               Synopsis                                │
  1975. │0                                                                      │
  1976. │                                Section                                │
  1977. │                             Database Browser                          │
  1978. ├───────────────────────────────────────────────────────────────────────┤
  1979. │                                                                       │
  1980. │                           Problem Description                         │
  1981. │                                                                       │
  1982. │      Fm: Rob Mousley 100075,772                                       │
  1983. │      Create an ASCII file layout in a dictionary. Make just one       │
  1984. │      field, a string of any length.  Save, make a new file using      │
  1985. │      the file layout just created via the database manager.           │
  1986. │      Insert a new record - type aaaa & click on Ok.  The whole        │
  1987. │      screen will fill with repeats of the record.                     │
  1988. │        Bug in the driver?                                             │
  1989. │      R&D:  Use the Editor or Cshell or something other that           │
  1990. │      Database Mgr to look at Ascii, Basic or DOS files.  This         │
  1991. │      may get addressed in a future release.                           │
  1992. └───────────────────────────────────────────────────────────────────────┘
  1993. ┌───────────────────────────────────────────────────────────────────────┐
  1994. │                          ProblemNumber : 2117                         │
  1995. │    Product      : CDD                     Duplicate No.:      0       │
  1996. │    Reported By  : DH                      DateReported :  8/12/93     │
  1997. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  1998. │       Fixed In  :                         Status       : Suggestion   │
  1999. │       Origin    :                                                     │
  2000. │    Severity     : Unassigned Severity                                 │
  2001. │                               Synopsis                                │
  2002. │0                                                                      │
  2003. │                                Section                                │
  2004. │                             Database Browser                          │
  2005. ├───────────────────────────────────────────────────────────────────────┤
  2006. │                                                                       │
  2007. │                           Problem Description                         │
  2008. │                                                                       │
  2009. │      record number is not displayed in the database. This is          │
  2010. │      very helpful and 2.1 users have relied on it.                    │
  2011. └───────────────────────────────────────────────────────────────────────┘
  2012. ┌───────────────────────────────────────────────────────────────────────┐
  2013. │                          ProblemNumber : 2345                         │
  2014. │    Product      : CDD                     Duplicate No.:      0       │
  2015. │    Reported By  : DB                      DateReported :  9/17/93     │
  2016. │    Reported In  : 3005                    RevisedDate  :  4/26/94     │
  2017. │       Fixed In  :                         Status       : Suggestion   │
  2018. │       Origin    :                                                     │
  2019. │    Severity     : Unassigned Severity                                 │
  2020. │                               Synopsis                                │
  2021. │0                                                                      │
  2022. │                                Section                                │
  2023. │                             Database Browser                          │
  2024. ├───────────────────────────────────────────────────────────────────────┤
  2025. │                                                                       │
  2026. │                           Problem Description                         │
  2027. │                                                                       │
  2028. │      Database Manager : In the "File", "Print" pulldown option,       │
  2029. │      "Print" should be "Print..." since another dialog pops up        │
  2030. │      after you choose it.                                             │
  2031. └───────────────────────────────────────────────────────────────────────┘
  2032. ┌───────────────────────────────────────────────────────────────────────┐
  2033. │                          ProblemNumber : 3850                         │
  2034. │    Product      : CDD                     Duplicate No.:      0       │
  2035. │    Reported By  : TB                      DateReported :  2/15/94     │
  2036. │    Reported In  : 30071                   RevisedDate  :  2/15/94     │
  2037. │       Fixed In  :                         Status       : Suggestion   │
  2038. │       Origin    :                                                     │
  2039. │    Severity     : Unassigned Severity                                 │
  2040. │                               Synopsis                                │
  2041. │0                                                                      │
  2042. │                                Section                                │
  2043. │                             Database Browser                          │
  2044. ├───────────────────────────────────────────────────────────────────────┤
  2045. │                                                                       │
  2046. │                           Problem Description                         │
  2047. │                                                                       │
  2048. │      Is there a posibility of getting word wrap to happen when        │
  2049. │      you are editting a memo here in the editor.                      │
  2050. └───────────────────────────────────────────────────────────────────────┘
  2051. ┌───────────────────────────────────────────────────────────────────────┐
  2052. │                          ProblemNumber : 2477                         │
  2053. │    Product      : CDD                     Duplicate No.:      0       │
  2054. │    Reported By  : TB                      DateReported :  9/27/93     │
  2055. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  2056. │       Fixed In  :                         Status       : Suggestion   │
  2057. │       Origin    :                                                     │
  2058. │    Severity     : Unassigned Severity                                 │
  2059. │                               Synopsis                                │
  2060. │0                                                                      │
  2061. │                                Section                                │
  2062. │                              Dbase IV Driver                          │
  2063. ├───────────────────────────────────────────────────────────────────────┤
  2064. │                                                                       │
  2065. │                           Problem Description                         │
  2066. │                                                                       │
  2067. │      user reports --  dbase4 driver -- he says that dbase             │
  2068. │      actually stores a CR and he cannot store the CR in the same      │
  2069. │      manner in clarion -=- This gets stored by pressing the           │
  2070. │      enter key in dbase ...                                           │
  2071. │      he claims that if he adds a memo to the dbase4 file in           │
  2072. │      clarion ...then goes to dbase and edits then saves that          │
  2073. │      memo, clarion can no longer read that memo.                      │
  2074. │      R&D:  This will require a change to the screen structure,        │
  2075. │            addition of new driver functions and a rewrite of          │
  2076. │            parts of the screen library.  So this will not be          │
  2077. │            done until 3.1                                             │
  2078. └───────────────────────────────────────────────────────────────────────┘
  2079. ┌───────────────────────────────────────────────────────────────────────┐
  2080. │                          ProblemNumber : 0154                         │
  2081. │    Product      : CDD                     Duplicate No.:      0       │
  2082. │    Reported By  : ??                      DateReported :  1/28/93     │
  2083. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  2084. │       Fixed In  :                         Status       : Suggestion   │
  2085. │       Origin    :                                                     │
  2086. │    Severity     : Suggestion or documentation error                   │
  2087. │                               Synopsis                                │
  2088. │0                                                                      │
  2089. │                                Section                                │
  2090. │                                Dictionary                             │
  2091. ├───────────────────────────────────────────────────────────────────────┤
  2092. │                                                                       │
  2093. │                           Problem Description                         │
  2094. │                                                                       │
  2095. │      in the field worksheet for a file that has groups defined        │
  2096. │      you cannot move the groups. in 2.1 you could use the +/-         │
  2097. │      keys to move the groups.  in 3.0 you have to move each           │
  2098. │      field into the group instead of the the group field once.        │
  2099. └───────────────────────────────────────────────────────────────────────┘
  2100. ┌───────────────────────────────────────────────────────────────────────┐
  2101. │                          ProblemNumber : 0425                         │
  2102. │    Product      : CDD                     Duplicate No.:      0       │
  2103. │    Reported By  : TB                      DateReported :  2/19/93     │
  2104. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  2105. │       Fixed In  :                         Status       : Suggestion   │
  2106. │       Origin    :                                                     │
  2107. │    Severity     : Suggestion or documentation error                   │
  2108. │                               Synopsis                                │
  2109. │0                                                                      │
  2110. │                                Section                                │
  2111. │                                Dictionary                             │
  2112. ├───────────────────────────────────────────────────────────────────────┤
  2113. │                                                                       │
  2114. │                           Problem Description                         │
  2115. │                                                                       │
  2116. │      all of the up arrows and down arrows on the verticle scroll      │
  2117. │      bar only work one at a time.  The same thing happens in          │
  2118. │      Cshell.                                                          │
  2119. └───────────────────────────────────────────────────────────────────────┘
  2120. ┌───────────────────────────────────────────────────────────────────────┐
  2121. │                          ProblemNumber : 0504                         │
  2122. │    Product      : CDD                     Duplicate No.:      0       │
  2123. │    Reported By  : ??                      DateReported :  3/04/93     │
  2124. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  2125. │       Fixed In  :                         Status       : Suggestion   │
  2126. │       Origin    :                                                     │
  2127. │    Severity     : Suggestion or documentation error                   │
  2128. │                               Synopsis                                │
  2129. │0                                                                      │
  2130. │                                Section                                │
  2131. │                                Dictionary                             │
  2132. ├───────────────────────────────────────────────────────────────────────┤
  2133. │                                                                       │
  2134. │                           Problem Description                         │
  2135. │                                                                       │
  2136. │      On the relationship properties screen - the line being           │
  2137. │      expanded for 43/50 line mode also expands the  botton of         │
  2138. │      the ref. integ box.  either need to move box up or choose        │
  2139. │      next line to expand                                              │
  2140. │      Q & A : 3.1                                                      │
  2141. └───────────────────────────────────────────────────────────────────────┘
  2142. ┌───────────────────────────────────────────────────────────────────────┐
  2143. │                          ProblemNumber : 0506                         │
  2144. │    Product      : CDD                     Duplicate No.:      0       │
  2145. │    Reported By  : PS                      DateReported :  3/04/93     │
  2146. │    Reported In  : 3002                    RevisedDate  :  4/26/94     │
  2147. │       Fixed In  :                         Status       : Suggestion   │
  2148. │       Origin    :                                                     │
  2149. │    Severity     : Unassigned Severity                                 │
  2150. │                               Synopsis                                │
  2151. │0                                                                      │
  2152. │                                Section                                │
  2153. │                                Dictionary                             │
  2154. ├───────────────────────────────────────────────────────────────────────┤
  2155. │                                                                       │
  2156. │                           Problem Description                         │
  2157. │                                                                       │
  2158. │      Go into 43/50 Mode, Select Relations, Change or add a new        │
  2159. │      one.  Look at that stack of Ref. Integs.                         │
  2160. │      Q & A : 3.1                                                      │
  2161. └───────────────────────────────────────────────────────────────────────┘
  2162. ┌───────────────────────────────────────────────────────────────────────┐
  2163. │                          ProblemNumber : 0509                         │
  2164. │    Product      : CDD                     Duplicate No.:      0       │
  2165. │    Reported By  : CS                      DateReported :  3/05/93     │
  2166. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  2167. │       Fixed In  :                         Status       : Suggestion   │
  2168. │       Origin    :                                                     │
  2169. │    Severity     : Unassigned Severity                                 │
  2170. │                               Synopsis                                │
  2171. │0                                                                      │
  2172. │                                Section                                │
  2173. │                                Dictionary                             │
  2174. ├───────────────────────────────────────────────────────────────────────┤
  2175. │                                                                       │
  2176. │                           Problem Description                         │
  2177. │                                                                       │
  2178. │      Some time ago in this forum there was talk of a Field            │
  2179. │      Dictionary for CDD3. This would let a developer keep a           │
  2180. │      catalog of common fields, (Name, Address, Social Security        │
  2181. │      Number, Phones, Zips, etc.) so that their basic definitions      │
  2182. │      did not need to be entered every time a new file using them      │
  2183. │      was built.                                                       │
  2184. │      If it is, you might also consider allowing edit logic to be      │
  2185. │      attached to stored fields.  That way a date field might          │
  2186. │      also carry with it the logic to pop up a calendar for            │
  2187. │      reference or a name field carry with it logic for editing        │
  2188. │      and/or capitalization.                                           │
  2189. │      What we're evolving here is a pragmatic approach to object       │
  2190. │      orientation (Bruce's analysis of the other kind is right on      │
  2191. │      the mark). The only problem is that the buzzword generators      │
  2192. │      are likely to refer to our pragmatic object orientation as       │
  2193. │      "POO".   Oh well!                                                │
  2194. └───────────────────────────────────────────────────────────────────────┘
  2195. ┌───────────────────────────────────────────────────────────────────────┐
  2196. │                          ProblemNumber : 0510                         │
  2197. │    Product      : CDD                     Duplicate No.:      0       │
  2198. │    Reported By  : CS                      DateReported :  3/05/93     │
  2199. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  2200. │       Fixed In  :                         Status       : Suggestion   │
  2201. │       Origin    :                                                     │
  2202. │    Severity     : Unassigned Severity                                 │
  2203. │                               Synopsis                                │
  2204. │0                                                                      │
  2205. │                                Section                                │
  2206. │                                Dictionary                             │
  2207. ├───────────────────────────────────────────────────────────────────────┤
  2208. │                                                                       │
  2209. │                           Problem Description                         │
  2210. │                                                                       │
  2211. │      The idea of including standard edit logic to fields              │
  2212. │      in the database should be included to include setup logic        │
  2213. │      as well. Since all forms allow both setup and edit code for      │
  2214. │      entry fields, it makes sense to allow these items to be          │
  2215. │      defined in the data dictionary.                                  │
  2216. │      There should also be a DESCRIPTION field (string 80?) for        │
  2217. │      each field. This would be used for the DESC attribute,           │
  2218. │      which now must be defined at the form level. It makes a lot      │
  2219. │      of sense to allow this to be defined in the dictionary as        │
  2220. │      well.                                                            │
  2221. └───────────────────────────────────────────────────────────────────────┘
  2222. ┌───────────────────────────────────────────────────────────────────────┐
  2223. │                          ProblemNumber : 0523                         │
  2224. │    Product      : CDD                     Duplicate No.:      0       │
  2225. │    Reported By  : CS                      DateReported :  3/07/93     │
  2226. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  2227. │       Fixed In  :                         Status       : Suggestion   │
  2228. │       Origin    :                                                     │
  2229. │    Severity     : Unassigned Severity                                 │
  2230. │                               Synopsis                                │
  2231. │0                                                                      │
  2232. │                                Section                                │
  2233. │                                Dictionary                             │
  2234. ├───────────────────────────────────────────────────────────────────────┤
  2235. │                                                                       │
  2236. │                           Problem Description                         │
  2237. │                                                                       │
  2238. │      Put these on the list for the SECOND commercial release!         │
  2239. │      <g>                                                              │
  2240. │      1) The file display area for the Data Dictionary should          │
  2241. │      display in a tree based on the defined relationships, sort       │
  2242. │      of like the procedure map, as an option. If there are            │
  2243. │      multiple roots in the tree, arrange them alphabetically. As      │
  2244. │      it is now, I can only look at relationships a maximum of         │
  2245. │      three files at a time. (GrandParent, Parent, Child from the      │
  2246. │      Parent viewpoint) I end up sketching this out on paper!          │
  2247. │      2) This is more of a question:  Why doesn't the Clarion          │
  2248. │      compiler look in the data dictionary instead of the .CLA         │
  2249. │      files for file definitions when a data dictionary is being       │
  2250. │      used? That way, I could make a minor change in the data          │
  2251. │      dictionary and simply recompile, instead of regenning.           │
  2252. │      Adding fields that are not used in existing applications         │
  2253. │      would not require a regen of those existing apps, just a         │
  2254. │      recompile.                                                       │
  2255. └───────────────────────────────────────────────────────────────────────┘
  2256. ┌───────────────────────────────────────────────────────────────────────┐
  2257. │                          ProblemNumber : 0548                         │
  2258. │    Product      : CDD                     Duplicate No.:      0       │
  2259. │    Reported By  : CS                      DateReported :  3/09/93     │
  2260. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  2261. │       Fixed In  :                         Status       : Suggestion   │
  2262. │       Origin    :                                                     │
  2263. │    Severity     : Unassigned Severity                                 │
  2264. │                               Synopsis                                │
  2265. │0                                                                      │
  2266. │                                Section                                │
  2267. │                                Dictionary                             │
  2268. ├───────────────────────────────────────────────────────────────────────┤
  2269. │                                                                       │
  2270. │                           Problem Description                         │
  2271. │                                                                       │
  2272. │       Dictionary Editor:                                              │
  2273. │      a) Add multiple views,                                           │
  2274. │         ex: files: file_label,prefix,driver,file-spec,....            │
  2275. │      description b) Reduce the number of sub-screens (via             │
  2276. │      pushbuttons), there is plenty of screen room USE IT. I know      │
  2277. │      this removes your ability to write a single generic screen       │
  2278. │      for sections of fields (ex: attributes), but so what.            │
  2279. │      c) when selecting a key (in relationships [and generator])       │
  2280. │      show all   information.  At least show the field                 │
  2281. │      components.d) Add DEFAULT control for new fields. Ex: I          │
  2282. │      prefer IMM on for all fields it is a pain to have to change      │
  2283. │      every fielde) Add macro support, kind of like editor.            │
  2284. │         (ex:so I can change all fields to IMM)                        │
  2285. │         Either that, or since the data dictionary is held in a        │
  2286. │      data file, then  maybe we could run a LOOP over the data.        │
  2287. │      Global changes support --hmmm. f) Support the LIKE field         │
  2288. │      typeg) I like the idea of a field list, especially for           │
  2289. │      where relationships are involved. Most of the time the           │
  2290. │      related fields are Identical in each file they appear in.        │
  2291. │      h) You should be able to ^Tag-^Copy fields from on file to       │
  2292. │      another. i) Allow two/multiple dictionary windows to be up       │
  2293. │      at once.  -- sort of editor like --                              │
  2294. │         should be able to copy (block-copy?) between windows.         │
  2295. │      j) Add default mode support as in open(label,mode)               │
  2296. │         for reference files that are usually read-only.               │
  2297. │      k) ADD SUPPORT FOR FILTERED KEYS                                 │
  2298. │         this is really a lanaguage or driver level issue.             │
  2299. │      l) add support for files that ONLY exist as keys                 │
  2300. │         -- whaaaat ? --                                               │
  2301. │         how many times have you created a file where most (if         │
  2302. │      not all) of the fields are duplicated in a key.                  │
  2303. │      m) at the key level, when a GROUP is listed as a key             │
  2304. │      component. then show it as a group, with its sub-fields.         │
  2305. │         In C21 I have wound up defining two keys, on with as the      │
  2306. │      group and one    with the sub-fields so that both                │
  2307. │      situations could be used in designer (I know there is no         │
  2308. │      need for the second key at the language level) n) Allow          │
  2309. │      field definitions to be editted from the key component           │
  2310. │      listings. o) Allow EXPRESSIONS to be given for initial           │
  2311. │      values ex: today()                                               │
  2312. │      p) Add support for a CENTER attribute to fields                  │
  2313. │      q) Add computed fields (non-stored) that appear as if they       │
  2314. │      exist in the   record.  -- ?Avail as key fiels? --               │
  2315. │         1) Add support for foriegn fields (internalized as            │
  2316. │      computed) in keys !!! This would allow sort orders that we       │
  2317. │      can't get right now      (without reading through the whole      │
  2318. │      file, putting info into a queue and then sorting the queue,      │
  2319. │      to create our own dynamic index) --argh r) Add support for       │
  2320. └───────────────────────────────────────────────────────────────────────┘
  2321. ┌───────────────────────────────────────────────────────────────────────┐
  2322. │                          ProblemNumber : 0700                         │
  2323. │    Product      : CDD                     Duplicate No.:      0       │
  2324. │    Reported By  : CS                      DateReported :  3/31/93     │
  2325. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  2326. │       Fixed In  :                         Status       : Suggestion   │
  2327. │       Origin    :                                                     │
  2328. │    Severity     : Unassigned Severity                                 │
  2329. │                               Synopsis                                │
  2330. │0                                                                      │
  2331. │                                Section                                │
  2332. │                                Dictionary                             │
  2333. ├───────────────────────────────────────────────────────────────────────┤
  2334. │                                                                       │
  2335. │                           Problem Description                         │
  2336. │                                                                       │
  2337. │      Fm: Goldberg  Mark 75250,2551                                    │
  2338. │      Hello Everyone,                                                  │
  2339. │      I would like to make some C3.1 suggstions for the                │
  2340. │      dictionary.                                                      │
  2341. │      1) Support the LIKE command.                                     │
  2342. │         should be for fields and for entire files                     │
  2343. │         (except for the file driver and file spec. [see ASCII         │
  2344. │      thread])                                                         │
  2345. │      2) Allow QUEUEs to be defined in the dictionary                  │
  2346. │      3) Add a global memory section to the dictionary, not just       │
  2347. │      in APPs                                                          │
  2348. │      4) Add support for computed fields,                              │
  2349. │         by this I mean non-stored fields, that appear as if they      │
  2350. │      are stored.    It would be resonable to limit the                │
  2351. │      expression for the computation if that is required to give       │
  2352. │      us the feature. Start with four function math if you must.       │
  2353. │      5) Add support for filtered keys.                                │
  2354. │         It is embarassing to not be able to match the power of        │
  2355. │      Alpha-4.  I understand that this will likely be file driver      │
  2356. │      dependent.                                                       │
  2357. │      6) Show key components when given a key selection list box       │
  2358. │      !!!!!                                                            │
  2359. │      7) Show file relationships that point _to_ the current file      │
  2360. │      8) Support expressions for the initial value.                    │
  2361. │         ex: today()                                                   │
  2362. │         ?? add default pre & post edit sources ??                     │
  2363. │         ?? add default screen pre & post edit sources ??              │
  2364. │      9) Allow a null prompt (as in no prompt)                         │
  2365. │      -- Mark Goldberg                                                 │
  2366. └───────────────────────────────────────────────────────────────────────┘
  2367. ┌───────────────────────────────────────────────────────────────────────┐
  2368. │                          ProblemNumber : 0723                         │
  2369. │    Product      : CDD                     Duplicate No.:      0       │
  2370. │    Reported By  : DB                      DateReported :  4/01/93     │
  2371. │    Reported In  : 3002                    RevisedDate  :  1/26/94     │
  2372. │       Fixed In  :                         Status       : Suggestion   │
  2373. │       Origin    :                                                     │
  2374. │    Severity     : Unassigned Severity                                 │
  2375. │                               Synopsis                                │
  2376. │0                                                                      │
  2377. │                                Section                                │
  2378. │                                Dictionary                             │
  2379. ├───────────────────────────────────────────────────────────────────────┤
  2380. │                                                                       │
  2381. │                           Problem Description                         │
  2382. │                                                                       │
  2383. │      I have defined a Clarion file in my dictionary with fields,      │
  2384. │      keys, memos, etc.  I then decide that I want this to be an       │
  2385. │      ASCII file.  The keys, memos, and relations are dimmed out,      │
  2386. │      and a message appears at the bottom of the listboxes that        │
  2387. │      say "Not Supported"... HOWEVER, if I use the "Generate           │
  2388. │      Source" option, the keys and memos are generated in that         │
  2389. │      source!  The same goes for generating source in the app          │
  2390. │      generator.                                                       │
  2391. │      R & D : This will be addressed in a future release.              │
  2392. └───────────────────────────────────────────────────────────────────────┘
  2393. ┌───────────────────────────────────────────────────────────────────────┐
  2394. │                          ProblemNumber : 0779                         │
  2395. │    Product      : CDD                     Duplicate No.:      0       │
  2396. │    Reported By  : DH                      DateReported :  4/06/93     │
  2397. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  2398. │       Fixed In  :                         Status       : Suggestion   │
  2399. │       Origin    :                                                     │
  2400. │    Severity     : Unassigned Severity                                 │
  2401. │                               Synopsis                                │
  2402. │0                                                                      │
  2403. │                                Section                                │
  2404. │                                Dictionary                             │
  2405. ├───────────────────────────────────────────────────────────────────────┤
  2406. │                                                                       │
  2407. │                           Problem Description                         │
  2408. │                                                                       │
  2409. │      bruce:                                                           │
  2410. │      wants to be able to copy a field between files or use like       │
  2411. │      in dictionary or have a default pool of fields to pull           │
  2412. │      from.  If a field changes, he would want to change it in         │
  2413. │      one place, not in all his files.                                 │
  2414. │      Q & A : 3.1                                                      │
  2415. └───────────────────────────────────────────────────────────────────────┘
  2416. ┌───────────────────────────────────────────────────────────────────────┐
  2417. │                          ProblemNumber : 1122                         │
  2418. │    Product      : CDD                     Duplicate No.:      0       │
  2419. │    Reported By  : DH                      DateReported :  4/30/93     │
  2420. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  2421. │       Fixed In  :                         Status       : Suggestion   │
  2422. │       Origin    :                                                     │
  2423. │    Severity     : Suggestion or documentation error                   │
  2424. │                               Synopsis                                │
  2425. │0                                                                      │
  2426. │                                Section                                │
  2427. │                                Dictionary                             │
  2428. ├───────────────────────────────────────────────────────────────────────┤
  2429. │                                                                       │
  2430. │                           Problem Description                         │
  2431. │                                                                       │
  2432. │      When creating a fields and specifing the entry options; the      │
  2433. │      fields defaults to the last entry option selected. So once       │
  2434. │      I select immediate then all my fields from then on are           │
  2435. │      immediate.  Is this by design or mistake?                        │
  2436. │      If by design, lets take a vote ????                              │
  2437. │      Q & A : This creating field entry option is by design.           │
  2438. │      Bring this up in the tech support meeting for a vote and         │
  2439. │      see it get shot down.                                            │
  2440. └───────────────────────────────────────────────────────────────────────┘
  2441. ┌───────────────────────────────────────────────────────────────────────┐
  2442. │                          ProblemNumber : 1215                         │
  2443. │    Product      : CDD                     Duplicate No.:      0       │
  2444. │    Reported By  : CS                      DateReported :  5/13/93     │
  2445. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  2446. │       Fixed In  :                         Status       : Suggestion   │
  2447. │       Origin    :                                                     │
  2448. │    Severity     : Cosmetic or user interface problem                  │
  2449. │                               Synopsis                                │
  2450. │0                                                                      │
  2451. │                                Section                                │
  2452. │                                Dictionary                             │
  2453. ├───────────────────────────────────────────────────────────────────────┤
  2454. │                                                                       │
  2455. │                           Problem Description                         │
  2456. │                                                                       │
  2457. │      Fm: Tony Kirk (AKA) 71222,2520                                   │
  2458. │      Paul,                                                            │
  2459. │      - In Dictionary, how about having the data-type picklist         │
  2460. │      point to the data-type already selected for an already           │
  2461. │      defined field? If the field is defined as a SHORT, for           │
  2462. │      example, tabbing to that pick-list will still have STRING        │
  2463. │      highlighted. (It would also be hellacious if pick-lists          │
  2464. │      would at least bounce to the desired entry by pressing the       │
  2465. │      first letter.)                                                   │
  2466. │      - Off the wall suggestion (or food for thought, if you           │
  2467. │      will): Consider, in a future version or release, the             │
  2468. │      ability of creating virtual screens which have fixable           │
  2469. │      portions and don't have to fill the physical screen. For         │
  2470. │      instance, if I wanted to have 40 lines worth of screen           │
  2471. │      (window?) which started on row 2 and ended (physically) on       │
  2472. │      line 24, but I also wanted the top 3 lines of this "window"      │
  2473. │      to stay put while the rest of it moved around as needed.         │
  2474. │      This would allow information specific to the record being        │
  2475. │      edited, for example, to remain visible throughout the            │
  2476. │         virtual screen scrolling.                                     │
  2477. │         Just in case I didn't explain well enough (distinct           │
  2478. │      possibility), consider a spreadsheet. This spreadsheet will      │
  2479. │      only display on lines 3   thru 24, with menu and status          │
  2480. │      lines taking the others at top and bottom. Along with these      │
  2481. │      lines not used by the actual spreadsheet, you can mark           │
  2482. │         fixed "titles" which stay put even during scrolling.          │
  2483. │         Now, I know this is far-fetched and programmatically          │
  2484. │      far-reaching... but I could have asked for fixed portions        │
  2485. │      for horizontal scrolling, too <g>!                               │
  2486. │      See ya...                                                        │
  2487. │      Tony                                                             │
  2488. │      Q & A : Maybe in 3.1                                             │
  2489. └───────────────────────────────────────────────────────────────────────┘
  2490. ┌───────────────────────────────────────────────────────────────────────┐
  2491. │                          ProblemNumber : 1216                         │
  2492. │    Product      : CDD                     Duplicate No.:      0       │
  2493. │    Reported By  : CS                      DateReported :  5/13/93     │
  2494. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  2495. │       Fixed In  :                         Status       : Suggestion   │
  2496. │       Origin    :                                                     │
  2497. │    Severity     : Suggestion or documentation error                   │
  2498. │                               Synopsis                                │
  2499. │0                                                                      │
  2500. │                                Section                                │
  2501. │                                Dictionary                             │
  2502. ├───────────────────────────────────────────────────────────────────────┤
  2503. │                                                                       │
  2504. │                           Problem Description                         │
  2505. │                                                                       │
  2506. │      Fm: DOUG ANDREWS 73740,2622                                      │
  2507. │      Found a couple of minor bugs in the 3002 dictionary editor.      │
  2508. │      1.  I was importing a Clarion file created using 3001 so         │
  2509. │      that I could clone it to Btrieve. When the dictionary            │
  2510. │      imports the file, field labels over 12 characters are            │
  2511. │      truncated.                                                       │
  2512. │      2.  The clarion file I imported contained some decimal           │
  2513. │      fields (11,2). When I went to the field editor to change         │
  2514. │      the field type and scrolled down to PDECIMAL, the editor         │
  2515. │      keeps changing the field size to (2,2). No biggie, but           │
  2516. │      annoying.                                                        │
  2517. │      Thanks                                                           │
  2518. │      Doug Andrews                                                     │
  2519. │      1. That is because the file was created with 3.0 and that        │
  2520. │      is when the field label gets truncated.                          │
  2521. │      2. We will look at in the future.                                │
  2522. └───────────────────────────────────────────────────────────────────────┘
  2523. ┌───────────────────────────────────────────────────────────────────────┐
  2524. │                          ProblemNumber : 1241                         │
  2525. │    Product      : CDD                     Duplicate No.:      0       │
  2526. │    Reported By  : GF                      DateReported :  5/14/93     │
  2527. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  2528. │       Fixed In  :                         Status       : Suggestion   │
  2529. │       Origin    :                                                     │
  2530. │    Severity     : Suggestion or documentation error                   │
  2531. │                               Synopsis                                │
  2532. │0                                                                      │
  2533. │                                Section                                │
  2534. │                                Dictionary                             │
  2535. ├───────────────────────────────────────────────────────────────────────┤
  2536. │                                                                       │
  2537. │                           Problem Description                         │
  2538. │                                                                       │
  2539. │      User Suggestion:                                                 │
  2540. │          Allow a field's MSG attribute to be entered in the           │
  2541. │          dictionary editor.  Then carry this over as the default      │
  2542. │          for the screen formatter.                                    │
  2543. │      GDF: If implemented, a new template token may be needed          │
  2544. │           called %FieldMsg.                                           │
  2545. └───────────────────────────────────────────────────────────────────────┘
  2546. ┌───────────────────────────────────────────────────────────────────────┐
  2547. │                          ProblemNumber : 1254                         │
  2548. │    Product      : CDD                     Duplicate No.:      0       │
  2549. │    Reported By  : GF                      DateReported :  5/17/93     │
  2550. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  2551. │       Fixed In  :                         Status       : Suggestion   │
  2552. │       Origin    :                                                     │
  2553. │    Severity     : Suggestion or documentation error                   │
  2554. │                               Synopsis                                │
  2555. │0                                                                      │
  2556. │                                Section                                │
  2557. │                                Dictionary                             │
  2558. ├───────────────────────────────────────────────────────────────────────┤
  2559. │                                                                       │
  2560. │                           Problem Description                         │
  2561. │                                                                       │
  2562. │      User Suggestion:   Import ability for 2.1 APP files.             │
  2563. │      Would like to be able to import all files with picture and       │
  2564. │      field attributes from a 2.1  APP file.                           │
  2565. │      GDF - Good Idea...but, may be in the upcomming APP file          │
  2566. │      converter and might not want to duplicate the work.              │
  2567. └───────────────────────────────────────────────────────────────────────┘
  2568. ┌───────────────────────────────────────────────────────────────────────┐
  2569. │                          ProblemNumber : 1257                         │
  2570. │    Product      : CDD                     Duplicate No.:      0       │
  2571. │    Reported By  : GF                      DateReported :  5/17/93     │
  2572. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  2573. │       Fixed In  :                         Status       : Suggestion   │
  2574. │       Origin    :                                                     │
  2575. │    Severity     : Suggestion or documentation error                   │
  2576. │                               Synopsis                                │
  2577. │0                                                                      │
  2578. │                                Section                                │
  2579. │                                Dictionary                             │
  2580. ├───────────────────────────────────────────────────────────────────────┤
  2581. │                                                                       │
  2582. │                           Problem Description                         │
  2583. │                                                                       │
  2584. │      User Suggestion:  Change a Picture token in the Dictionary       │
  2585. │      editor and have a window pop-up to ask if the user wants         │
  2586. │      this to change the picture throughout the .APP also.             │
  2587. │      GDF:  This is part of the whole propagation issue.  Seems        │
  2588. │      like this would be a REAL tough one to implement because:        │
  2589. │         1 - Multiple .APPs may use the same .DCT so the user          │
  2590. │             may or may not want to change ALL .APP files which        │
  2591. │             use this .DCT file.                                       │
  2592. │         2 - What if the picture is lengthened!?  Then on a            │
  2593. │             SCREEN or REPORT structure you may either stomp on        │
  2594. │             another field, go out of the screen boundry, mess         │
  2595. │             up the report width, etc...                               │
  2596. │      However, some sort of selective propagation from .DCT to         │
  2597. │      .APP should be implemented and maybe this can be considered      │
  2598. │      during the design.                                               │
  2599. └───────────────────────────────────────────────────────────────────────┘
  2600. ┌───────────────────────────────────────────────────────────────────────┐
  2601. │                          ProblemNumber : 1276                         │
  2602. │    Product      : CDD                     Duplicate No.:      0       │
  2603. │    Reported By  : CS                      DateReported :  5/18/93     │
  2604. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  2605. │       Fixed In  :                         Status       : Suggestion   │
  2606. │       Origin    :                                                     │
  2607. │    Severity     : Unassigned Severity                                 │
  2608. │                               Synopsis                                │
  2609. │0                                                                      │
  2610. │                                Section                                │
  2611. │                                Dictionary                             │
  2612. ├───────────────────────────────────────────────────────────────────────┤
  2613. │                                                                       │
  2614. │                           Problem Description                         │
  2615. │                                                                       │
  2616. │      Fm: Barry McClure 75170,1100                                     │
  2617. │      1) The Gray +/- keys should move the fields in the               │
  2618. │      Dictionary Editor. Othwerwise I'd have to delete and insert      │
  2619. │      the field all over again at the correct location.                │
  2620. │      2) Dictionary Editor/Field Properties/Type: Should be able       │
  2621. │      to press the first letter of the type, "L" for "Long", and       │
  2622. │      the cursor should jump to that field type. Moving the down       │
  2623. │      arrow to select field type slows things down considerably.       │
  2624. │      But by pressing the first letter, the user doesn't even          │
  2625. │      have to look at the list.                                        │
  2626. │      3) Dictionary Editor/Field Properties: Why not allow             │
  2627. │      PgDn/PgUp to page through the various fields? The user can       │
  2628. │      check each field property much quicker.                          │
  2629. └───────────────────────────────────────────────────────────────────────┘
  2630. ┌───────────────────────────────────────────────────────────────────────┐
  2631. │                          ProblemNumber : 1295                         │
  2632. │    Product      : CDD                     Duplicate No.:      0       │
  2633. │    Reported By  : CS                      DateReported :  5/19/93     │
  2634. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  2635. │       Fixed In  :                         Status       : Suggestion   │
  2636. │       Origin    :                                                     │
  2637. │    Severity     : Unassigned Severity                                 │
  2638. │                               Synopsis                                │
  2639. │0                                                                      │
  2640. │                                Section                                │
  2641. │                                Dictionary                             │
  2642. ├───────────────────────────────────────────────────────────────────────┤
  2643. │                                                                       │
  2644. │                           Problem Description                         │
  2645. │                                                                       │
  2646. │      Fm: David Plaut 74170,2263                                       │
  2647. │      Must be in list option.                                          │
  2648. │      Suggestion: In the dictionary there should be a                  │
  2649. │      flag to initialize the first choice into the field.              │
  2650. └───────────────────────────────────────────────────────────────────────┘
  2651. ┌───────────────────────────────────────────────────────────────────────┐
  2652. │                          ProblemNumber : 1341                         │
  2653. │    Product      : CDD                     Duplicate No.:      0       │
  2654. │    Reported By  : CS                      DateReported :  5/25/93     │
  2655. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  2656. │       Fixed In  :                         Status       : Suggestion   │
  2657. │       Origin    :                                                     │
  2658. │    Severity     : Unassigned Severity                                 │
  2659. │                               Synopsis                                │
  2660. │0                                                                      │
  2661. │                                Section                                │
  2662. │                                Dictionary                             │
  2663. ├───────────────────────────────────────────────────────────────────────┤
  2664. │                                                                       │
  2665. │                           Problem Description                         │
  2666. │                                                                       │
  2667. │      Fm: Timothy Wade 71163,1461                                      │
  2668. │      1) When I add a field to a screen, I would like to be able       │
  2669. │      to choose the field type with just the first letter. A           │
  2670. │      button could be B, not alt-B.                                    │
  2671. │      2) In field properties windows, it would be easier to be         │
  2672. │      able to select the data type with the first letter, rather       │
  2673. │      than hitting down arrow down arrow down arrow down arrow         │
  2674. │      down arrow....                                                   │
  2675. │      3) I hit F5 to save my app and bring up the data dictionary      │
  2676. │      just to remind myself what I named some variable.  I'd love      │
  2677. │      to have a hot key to peek into Data Dictionary information       │
  2678. │      from the application screens. Then, of course, it                │
  2679. │      would be wonderful to be able to point-and-select those          │
  2680. │      field names onto screens and reports.                            │
  2681. │      4) I would really like to have ctrl-enter or some other key      │
  2682. │      combination _consistently_ finish what I'm doing.  One of        │
  2683. │      the places it doesn't work is on the local-procedure field       │
  2684. │      worksheet.                                                       │
  2685. │      5) Activate the insert key on the Procedure Calls list box.      │
  2686. │      6) Alerting the escape key on the ShowWarning procedure          │
  2687. │      would increase its usefulness to those of us who use it in       │
  2688. │      our app's. (As in, "Warning, you are about to do something!      │
  2689. │      Press Escape to prevent this catastrophe")                       │
  2690. │      7) I really like the browse--it's efficient and its easy to      │
  2691. │      code.  there are times when I really miss 2.1 tables.  I         │
  2692. │      realize mult-line tables would require major work, but           │
  2693. │      there are times when they'd really be great to have.             │
  2694. │      8) I (and others I've spoken to) often would like to have        │
  2695. │      locators that work they way they did in 2.1, as an               │
  2696. │      alternative to the current 3.0 locators.                         │
  2697. └───────────────────────────────────────────────────────────────────────┘
  2698. ┌───────────────────────────────────────────────────────────────────────┐
  2699. │                          ProblemNumber : 1349                         │
  2700. │    Product      : CDD                     Duplicate No.:      0       │
  2701. │    Reported By  : CS                      DateReported :  5/26/93     │
  2702. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  2703. │       Fixed In  :                         Status       : Suggestion   │
  2704. │       Origin    :                                                     │
  2705. │    Severity     : Unassigned Severity                                 │
  2706. │                               Synopsis                                │
  2707. │0                                                                      │
  2708. │                                Section                                │
  2709. │                                Dictionary                             │
  2710. ├───────────────────────────────────────────────────────────────────────┤
  2711. │                                                                       │
  2712. │                           Problem Description                         │
  2713. │                                                                       │
  2714. │      Fm: Douglas Johnson 75310,2035                                   │
  2715. │      In the Data Dictionary, it would be nice to be able to also      │
  2716. │      specify a relationship as 1:1 rather than just 1:Many or         │
  2717. │      Many:1.                                                          │
  2718. │      As presently implemented, specifying a 1:Many when in fact       │
  2719. │      a 1:1 exists, means that GET(File,Key) is not generated for      │
  2720. │      looking up related data when building a Queue for a list         │
  2721. │      box. The alternative is to turn this around and specify a        │
  2722. │      Many:1. This generates the GET(File,Key) but renders the         │
  2723. │      Update/Delete Constraints inappropriate.                         │
  2724. │      Being able to check for a 1:1 value in %RelationType would       │
  2725. │      allow the appropriate Template changes to be made for            │
  2726. │      generating the proper code.                                      │
  2727. └───────────────────────────────────────────────────────────────────────┘
  2728. ┌───────────────────────────────────────────────────────────────────────┐
  2729. │                          ProblemNumber : 1389                         │
  2730. │    Product      : CDD                     Duplicate No.:      0       │
  2731. │    Reported By  : TB                      DateReported :  5/31/93     │
  2732. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  2733. │       Fixed In  :                         Status       : Suggestion   │
  2734. │       Origin    :                                                     │
  2735. │    Severity     : Suggestion or documentation error                   │
  2736. │                               Synopsis                                │
  2737. │0                                                                      │
  2738. │                                Section                                │
  2739. │                                Dictionary                             │
  2740. ├───────────────────────────────────────────────────────────────────────┤
  2741. │                                                                       │
  2742. │                           Problem Description                         │
  2743. │                                                                       │
  2744. │      Why not allow me to change the order the files appear in??       │
  2745. │      Move is dimmed.                                                  │
  2746. └───────────────────────────────────────────────────────────────────────┘
  2747. ┌───────────────────────────────────────────────────────────────────────┐
  2748. │                          ProblemNumber : 1420                         │
  2749. │    Product      : CDD                     Duplicate No.:      0       │
  2750. │    Reported By  : CS                      DateReported :  6/02/93     │
  2751. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  2752. │       Fixed In  :                         Status       : Suggestion   │
  2753. │       Origin    :                                                     │
  2754. │    Severity     : Unassigned Severity                                 │
  2755. │                               Synopsis                                │
  2756. │0                                                                      │
  2757. │                                Section                                │
  2758. │                                Dictionary                             │
  2759. ├───────────────────────────────────────────────────────────────────────┤
  2760. │                                                                       │
  2761. │                           Problem Description                         │
  2762. │                                                                       │
  2763. │      Fm: Barry McClure 75170,1100                                     │
  2764. │      When defining the Referential Integrity fields in the            │
  2765. │      dictionary, it can't link to the child field using a             │
  2766. │      constant or a variable. For example. If I have 2 files,          │
  2767. │      Student & Notes.                                                 │
  2768. │                  (One To Many Relationship)                           │
  2769. │        ===STUDENT FILE====       ======NOTES FILE=====                │
  2770. │        (No Link???)               NOT:Note_Type  X(3)                 │
  2771. │                                   (Key not set correctly)             │
  2772. │        Student_Id X(10)   ---->   NOT:Note_Id X(10)                   │
  2773. │      I would like to define the Parent to Child link as:              │
  2774. │            'ST'           ---->   NOT:Note_Type                       │
  2775. │                                  ('ST' denotes Student Notes)         │
  2776. │            STU:Student_Id  ---->  NOT:Note_Id                         │
  2777. │                (Finds note for this student)                          │
  2778. │                             or                                        │
  2779. │            GBL:varname     ---->  NOT:Note_Type                       │
  2780. │                                  (Local/global variable)              │
  2781. │            STU:Student_Id  ---->  NOT:Note_Id                         │
  2782. │      This would give the referential integrity much more              │
  2783. │      flexibility. True, the developer would have to assign the        │
  2784. │      variable the correct value during the form setup, but it's       │
  2785. │      much easier this way than forcing the developer to write         │
  2786. │      his or her own referential integrity code. And if the            │
  2787. │      variable does not exist in the dictionary, a compiler error      │
  2788. │      will flag it as a bad link, which is the correct thing to        │
  2789. │      do.                                                              │
  2790. │      You may also want to add a filter to help select the child       │
  2791. │      records. It's not always possible or practical to have a         │
  2792. │      key in the child file that will uniquely find the records        │
  2793. │      to delete/change. (The child key may select too many             │
  2794. │      records for its key or the proper key field may not exist.)      │
  2795. │      Example: If a lookup field value changes in the States file      │
  2796. │      from "AX" (originally mistyped) to "AK" (for Alaska), does       │
  2797. │      it mean I have to add a State key to my Address file? In         │
  2798. │      3002, if I want ref. integ. to work, I do! Even though I'll      │
  2799. │      never use this ADR:State_Key for anything else. A filter         │
  2800. │      would solve this problem and will eliminate the key. Sure        │
  2801. │      this filter may not be fast, but since this "link" isn't         │
  2802. │      used that often, speed isn't that important. A ref. integ.       │
  2803. │      filter will ELIMINATE a lot of unecessary key and disk           │
  2804. │      space.                                                           │
  2805. │      P.S. If this can't be implemented, I will have to dust off       │
  2806. └───────────────────────────────────────────────────────────────────────┘
  2807. ┌───────────────────────────────────────────────────────────────────────┐
  2808. │                          ProblemNumber : 1424                         │
  2809. │    Product      : CDD                     Duplicate No.:      0       │
  2810. │    Reported By  : CS                      DateReported :  6/02/93     │
  2811. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  2812. │       Fixed In  :                         Status       : Suggestion   │
  2813. │       Origin    :                                                     │
  2814. │    Severity     : Unassigned Severity                                 │
  2815. │                               Synopsis                                │
  2816. │0                                                                      │
  2817. │                                Section                                │
  2818. │                                Dictionary                             │
  2819. ├───────────────────────────────────────────────────────────────────────┤
  2820. │                                                                       │
  2821. │                           Problem Description                         │
  2822. │                                                                       │
  2823. │      Fm: Douglas Johnson 75310,2035                                   │
  2824. │      A nice enhancement to the Dictionary for future versions         │
  2825. │      would be something that is essentially a "code point" which      │
  2826. │      gets implemented as an "Edit Embed" such that one's              │
  2827. │      Business Rules of Integrity for any given field could be         │
  2828. │      entered ONCE rather than on each form in every App using         │
  2829. │      that field.                                                      │
  2830. │      In addition, such an implementation might eventually be          │
  2831. │      able to be hooked into the "triggers" of the newer file          │
  2832. │      formats - v6 Btrieve, SQL Server etc.                            │
  2833. └───────────────────────────────────────────────────────────────────────┘
  2834. ┌───────────────────────────────────────────────────────────────────────┐
  2835. │                          ProblemNumber : 1432                         │
  2836. │    Product      : CDD                     Duplicate No.:      0       │
  2837. │    Reported By  : CS                      DateReported :  6/03/93     │
  2838. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  2839. │       Fixed In  :                         Status       : Suggestion   │
  2840. │       Origin    :                                                     │
  2841. │    Severity     : Unassigned Severity                                 │
  2842. │                               Synopsis                                │
  2843. │0                                                                      │
  2844. │                                Section                                │
  2845. │                                Dictionary                             │
  2846. ├───────────────────────────────────────────────────────────────────────┤
  2847. │                                                                       │
  2848. │                           Problem Description                         │
  2849. │                                                                       │
  2850. │      Fm: Helmut J. Schwarzin 73140,2732                               │
  2851. │        I know that I can work around the mutiple lookups to one       │
  2852. │      file from many fields in one record with hand written code       │
  2853. │      and this is fine but since the 3.0 Report Writer will use        │
  2854. │      the .DCT file to establish relationships between the             │
  2855. │      files how will I get the lookups to work beyond the first        │
  2856. │      one. This is kind of crucial since end users will want to        │
  2857. │      use the Report Writer to make reports utilizing the fields       │
  2858. │      in the Lookup file. If you report writer will not handle         │
  2859. │      the multiple fields from one record accesing mutliple            │
  2860. │      records in a the same Lookup file then the purchasing of         │
  2861. │      report writers for end users is kind of useless.                 │
  2862. │        Again I would hope the capability that was present in 2.1      │
  2863. │      Report Writer would not be lost in 3.0 Report Writer.            │
  2864. │      Please pass this on to R&D.                                      │
  2865. └───────────────────────────────────────────────────────────────────────┘
  2866. ┌───────────────────────────────────────────────────────────────────────┐
  2867. │                          ProblemNumber : 1575                         │
  2868. │    Product      : CDD                     Duplicate No.:      0       │
  2869. │    Reported By  : CS                      DateReported :  6/17/93     │
  2870. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  2871. │       Fixed In  :                         Status       : Suggestion   │
  2872. │       Origin    :                                                     │
  2873. │    Severity     : Unassigned Severity                                 │
  2874. │                               Synopsis                                │
  2875. │0                                                                      │
  2876. │                                Section                                │
  2877. │                                Dictionary                             │
  2878. ├───────────────────────────────────────────────────────────────────────┤
  2879. │                                                                       │
  2880. │                           Problem Description                         │
  2881. │                                                                       │
  2882. │      Fm: Fred Schmitthammer 76436,3511                                │
  2883. │      It would be nice to have the LIKE field type in the data         │
  2884. │      dictionary. This field type would then prompt the user for       │
  2885. │      another field in the dictionary to be LIKE.                      │
  2886. └───────────────────────────────────────────────────────────────────────┘
  2887. ┌───────────────────────────────────────────────────────────────────────┐
  2888. │                          ProblemNumber : 1655                         │
  2889. │    Product      : CDD                     Duplicate No.:      0       │
  2890. │    Reported By  : CS                      DateReported :  6/28/93     │
  2891. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  2892. │       Fixed In  :                         Status       : Suggestion   │
  2893. │       Origin    :                                                     │
  2894. │    Severity     : Unassigned Severity                                 │
  2895. │                               Synopsis                                │
  2896. │0                                                                      │
  2897. │                                Section                                │
  2898. │                                Dictionary                             │
  2899. ├───────────────────────────────────────────────────────────────────────┤
  2900. │                                                                       │
  2901. │                           Problem Description                         │
  2902. │                                                                       │
  2903. │      Fm: Tony Kirk (AKA) 71222,2520                                   │
  2904. │          Just a question/suggestion for 3.0's Dictionary...           │
  2905. │      What's the chance of getting the FILES' prefixes to be           │
  2906. │      displayed with the files, either prior to or immediately         │
  2907. │      following the file label? I know the dictionary will tell        │
  2908. │      you when you have duplicated a prefix, but...                    │
  2909. │      Just a thought...                                                │
  2910. │      Thanks, Tony                                                     │
  2911. └───────────────────────────────────────────────────────────────────────┘
  2912. ┌───────────────────────────────────────────────────────────────────────┐
  2913. │                          ProblemNumber : 1719                         │
  2914. │    Product      : CDD                     Duplicate No.:      0       │
  2915. │    Reported By  : CS                      DateReported :  7/05/93     │
  2916. │    Reported In  :                         RevisedDate  :  4/28/94     │
  2917. │       Fixed In  :                         Status       : Suggestion   │
  2918. │       Origin    :                                                     │
  2919. │    Severity     : Unassigned Severity                                 │
  2920. │                               Synopsis                                │
  2921. │0                                                                      │
  2922. │                                Section                                │
  2923. │                                Dictionary                             │
  2924. ├───────────────────────────────────────────────────────────────────────┤
  2925. │                                                                       │
  2926. │                           Problem Description                         │
  2927. │                                                                       │
  2928. │      Fm: Arthur  Svensson 71554,3162                                  │
  2929. │      When R&D is working out a method of listing datafile             │
  2930. │      definitions I suggest they modify the Cla2.1 approach as         │
  2931. │      follows:                                                         │
  2932. │                  When Ctrl-L is pressed, have a dialog box that       │
  2933. │      asks for         * All Files/Current File Only                   │
  2934. │                       * Brief/Complete Listing                        │
  2935. │                 The Brief listing would contain only the              │
  2936. │      FieldName, DataType, DisplayFormat, and Description; The         │
  2937. │      Complete listing would contain _all_ info ala Cla2.1             │
  2938. └───────────────────────────────────────────────────────────────────────┘
  2939. ┌───────────────────────────────────────────────────────────────────────┐
  2940. │                          ProblemNumber : 1767                         │
  2941. │    Product      : CDD                     Duplicate No.:      0       │
  2942. │    Reported By  : CS                      DateReported :  7/09/93     │
  2943. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  2944. │       Fixed In  :                         Status       : Suggestion   │
  2945. │       Origin    :                                                     │
  2946. │    Severity     : Suggestion or documentation error                   │
  2947. │                               Synopsis                                │
  2948. │0                                                                      │
  2949. │                                Section                                │
  2950. │                                Dictionary                             │
  2951. ├───────────────────────────────────────────────────────────────────────┤
  2952. │                                                                       │
  2953. │                           Problem Description                         │
  2954. │                                                                       │
  2955. │      Fm: Barry McClure 75170,1100                                     │
  2956. │       When I delete relationships in the Dictionary, the file         │
  2957. │      schematic is not updated correctly. It will leave a blank        │
  2958. │      line in the schematic where the secondary file was located,      │
  2959. │      so when it's compiled, I'll get a compiler error.                │
  2960. │       (The syntax for the GET(file,) is missing a parameter). To      │
  2961. │      fix it, I have to go into each procedure that has this           │
  2962. │      blankline in the schematic and delete it manually. This          │
  2963. │      should befixed.                                                  │
  2964. │               R&D:  This will be addressed at a later release.        │
  2965. └───────────────────────────────────────────────────────────────────────┘
  2966. ┌───────────────────────────────────────────────────────────────────────┐
  2967. │                          ProblemNumber : 1809                         │
  2968. │    Product      : CDD                     Duplicate No.:      0       │
  2969. │    Reported By  : TB                      DateReported :  7/14/93     │
  2970. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  2971. │       Fixed In  :                         Status       : Suggestion   │
  2972. │       Origin    :                                                     │
  2973. │    Severity     : Suggestion or documentation error                   │
  2974. │                               Synopsis                                │
  2975. │0                                                                      │
  2976. │                                Section                                │
  2977. │                                Dictionary                             │
  2978. ├───────────────────────────────────────────────────────────────────────┤
  2979. │                                                                       │
  2980. │                           Problem Description                         │
  2981. │                                                                       │
  2982. │      For importing files the relationships do not come with the       │
  2983. │      files that you import for good reason.  But If by chance         │
  2984. │      somebody is doing a group project they will each have to do      │
  2985. │      there own dictionary then pull them together for one app if      │
  2986. │      they wished to have just one exe.  THE SUGGestion was made       │
  2987. │      that maybe the tagging of files to copy over or importing        │
  2988. │      an entire dictionary.  Both of these options would be so         │
  2989. │      that importing the relationships would also happen.              │
  2990. └───────────────────────────────────────────────────────────────────────┘
  2991. ┌───────────────────────────────────────────────────────────────────────┐
  2992. │                          ProblemNumber : 1939                         │
  2993. │    Product      : CDD                     Duplicate No.:      0       │
  2994. │    Reported By  : CS                      DateReported :  7/21/93     │
  2995. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  2996. │       Fixed In  :                         Status       : Suggestion   │
  2997. │       Origin    :                                                     │
  2998. │    Severity     : Unassigned Severity                                 │
  2999. │                               Synopsis                                │
  3000. │0                                                                      │
  3001. │                                Section                                │
  3002. │                                Dictionary                             │
  3003. ├───────────────────────────────────────────────────────────────────────┤
  3004. │                                                                       │
  3005. │                           Problem Description                         │
  3006. │                                                                       │
  3007. │      Fm: Helmut J. Schwarzin 73140,2732                               │
  3008. │      This type of Relationship was no problem in 2.1 and won't        │
  3009. │      bein 3.0 if I don't care about having the relationships def      │
  3010. │        ined in the dictionary, but if the EVENTUAL end user           │
  3011. │      Report Writer is going to used the Data Dictionary I may run     │
  3012. │             in to some problems. In the 2.1 RW I could establish      │
  3013. │      these relationships with little problem, (i.e. no second         │
  3014. │      Lookup file or joining file was needed) so I would hope that     │
  3015. │       3.0 would eventually support this type of relationship.         │
  3016. │                  This is very Important to me and to you              │
  3017. │      (Clarion) because I currently ship report writers with every     │
  3018. │       program(100 - 200 / year). And some of the bigger               │
  3019. │      businesses (GM, FORD, NASA, Martin Marietta, etc..) that use     │
  3020. │       the current report        writer get some exposure to           │
  3021. │      Clarion that they wouldn't otherwise. If 3.0 can't support       │
  3022. │      these types of relationships in the report writer (and           │
  3023. │      therefore the Data Dictionary) then I will have to stop          │
  3024. │      buying Report Writers and consider        moving to another      │
  3025. │      developement platform, which I don't want to do.   Please        │
  3026. │      see if R&D can look into allowing these types of                 │
  3027. │      relationships because I not only use them in the example I       │
  3028. │      listed but I also use them in 2.1 to allow                       │
  3029. │      consolidated Lookup Files(i.e. I turned what was 38              │
  3030. │      differnet lookup files into what is now 3 Lookup Files). I       │
  3031. │      would hate to think of going back to the amount of overhead      │
  3032. │      and maintainence involved in all those files. I'm pretty         │
  3033. │      sure John   Herron used a similar technique, he gave me the      │
  3034. │      method for defining the relationships in the 2.1 RW, so my       │
  3035. │      methodology can't be that far out in Right/Left field, and       │
  3036. │      even if it is I don't think you should force me (and             │
  3037. │      possibly Barry, he   uses consolidated lookups) to create        │
  3038. │      all those extra files.                                           │
  3039. │                               Thanks for listening, and I hope        │
  3040. │      R&D &/or Bruce may be accomodating on this one.                  │
  3041. └───────────────────────────────────────────────────────────────────────┘
  3042. ┌───────────────────────────────────────────────────────────────────────┐
  3043. │                          ProblemNumber : 1949                         │
  3044. │    Product      : CDD                     Duplicate No.:      0       │
  3045. │    Reported By  : CS                      DateReported :  7/21/93     │
  3046. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  3047. │       Fixed In  :                         Status       : Suggestion   │
  3048. │       Origin    :                                                     │
  3049. │    Severity     : Unassigned Severity                                 │
  3050. │                               Synopsis                                │
  3051. │0                                                                      │
  3052. │                                Section                                │
  3053. │                                Dictionary                             │
  3054. ├───────────────────────────────────────────────────────────────────────┤
  3055. │                                                                       │
  3056. │                           Problem Description                         │
  3057. │                                                                       │
  3058. │      Fm: Tim Mirande 76011,3112                                       │
  3059. │       I think that the idea of the centralized data dictionary        │
  3060. │      iswonderful.  It will allow us to define data once and once      │
  3061. │      only.  We simulate this now (2.1) with liberal uses of           │
  3062. │      INCLUDE statements.  However, here's the rub.  The data          │
  3063. │             dictionary only permits one line of description.          │
  3064. │      This is sufficient space to descriptively name the field,        │
  3065. │      but doesn't give sufficient space to 'self document' the         │
  3066. │      field.                                                           │
  3067. │                     Example:  Field Description = 'Status Code'.      │
  3068. │       Currently, we indent two spaces and describe the status         │
  3069. │      codes on as many subsequent lines as appropriate.  Just as       │
  3070. │      an aside, we currently average about 3.5 lines of additional     │
  3071. │       lines of          explanation for each field entry.             │
  3072. │                         What I am suggesting is that we be given      │
  3073. │      a MEMO for each field -- in addition to the description          │
  3074. │      field.  Without this, we will still have to document this        │
  3075. │      information somewhere supplementary, which always has the        │
  3076. │      potential (and in my       opinion, tendency) to become out      │
  3077. │      of date.  This kind of information should really be in the       │
  3078. │      data dictionary.  If you think about it, how effective would     │
  3079. │       Webster's dictionary be with only one line of explanation       │
  3080. │      per word?                    As always, thanks muchly <g>        │
  3081. │      for your efforts.                                                │
  3082. │                                     Tim Mirande                       │
  3083. └───────────────────────────────────────────────────────────────────────┘
  3084. ┌───────────────────────────────────────────────────────────────────────┐
  3085. │                          ProblemNumber : 2096                         │
  3086. │    Product      : CDD                     Duplicate No.:      0       │
  3087. │    Reported By  : DH                      DateReported :  8/10/93     │
  3088. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  3089. │       Fixed In  :                         Status       : Suggestion   │
  3090. │       Origin    :                                                     │
  3091. │    Severity     : Suggestion or documentation error                   │
  3092. │                               Synopsis                                │
  3093. │0                                                                      │
  3094. │                                Section                                │
  3095. │                                Dictionary                             │
  3096. ├───────────────────────────────────────────────────────────────────────┤
  3097. │                                                                       │
  3098. │                           Problem Description                         │
  3099. │                                                                       │
  3100. │      User requests that Column heading and Default Prompts,           │
  3101. │      use the same case as the field name.                             │
  3102. │      Invoice_Number   should be Invoice Number no Invoice number      │
  3103. └───────────────────────────────────────────────────────────────────────┘
  3104. ┌───────────────────────────────────────────────────────────────────────┐
  3105. │                          ProblemNumber : 2246                         │
  3106. │    Product      : CDD                     Duplicate No.:      0       │
  3107. │    Reported By  : CS                      DateReported :  8/27/93     │
  3108. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  3109. │       Fixed In  :                         Status       : Suggestion   │
  3110. │       Origin    :                                                     │
  3111. │    Severity     : Suggestion or documentation error                   │
  3112. │                               Synopsis                                │
  3113. │0                                                                      │
  3114. │                                Section                                │
  3115. │                                Dictionary                             │
  3116. ├───────────────────────────────────────────────────────────────────────┤
  3117. │                                                                       │
  3118. │                           Problem Description                         │
  3119. │                                                                       │
  3120. │      Fm: Paul M. Blais 72103,111                                      │
  3121. │      In an app I'm working, on I choose to store the NAME() file      │
  3122. │      attribute in a control file.  This file is called                │
  3123. │      'Control1'.  When I generate and compile my app, I get  two      │
  3124. │      undefined variables, one called Ct1:BasesPath (this is the       │
  3125. │                NAME() attribute for the 'Bases' file) and I get       │
  3126. │      an undefined var. called Ct1:ConfigPath (this is the NAME()      │
  3127. │      attr. for the 'Config' file).  The problem is that when          │
  3128. │      generate places the file structures in the source code, the      │
  3129. │      file           structure definitions are put in the source       │
  3130. │      in Data Dictionary alphabetical order.  The two undefined        │
  3131. │      variables are from the NAME() attribute variables defined in     │
  3132. │       the two file structures that preceed the file structure for     │
  3133. │       the              control file.  This is where the               │
  3134. │      alphabetical order comes into play.                              │
  3135. │                                 I can work around the error by        │
  3136. │      going into the generated code and use the text editor to         │
  3137. │      move my Control1 file structure to the very first file           │
  3138. │      structure. When I do this the variable is then properly          │
  3139. │      defined BEFORE the compiler              encounters the          │
  3140. │      variable name. This seems to be a bug since there are a          │
  3141. │      total of eleven files that have variables for NAME()             │
  3142. │      attributes and only these two cause me any problem.              │
  3143. │                                                              The      │
  3144. │      question is, since the dictionary only permits alphabetical      │
  3145. │      order.  Should I change the name of my control file to make      │
  3146. │      sure it is alphabetacally before all the others OR is this a     │
  3147. │       bug in the compiler?  Is there another method I                 │
  3148. │      could use to avoid this problem without having to modify the     │
  3149. │       generated code before each compile?                             │
  3150. │      -Paul                                                            │
  3151. │      From Greg_w:  I'm logging this as a suggestion.  The             │
  3152. │      suggestion is to be able to rearrange the order in which         │
  3153. │      the data files are located.  Thereby moving there order in       │
  3154. │      the generated code.  The above problem is just one reason        │
  3155. │      to have this feature.   Also, 2.1 let you do it<g>.              │
  3156. └───────────────────────────────────────────────────────────────────────┘
  3157. ┌───────────────────────────────────────────────────────────────────────┐
  3158. │                          ProblemNumber : 2247                         │
  3159. │    Product      : CDD                     Duplicate No.:      0       │
  3160. │    Reported By  : CS                      DateReported :  8/29/93     │
  3161. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  3162. │       Fixed In  :                         Status       : Suggestion   │
  3163. │       Origin    :                                                     │
  3164. │    Severity     : Suggestion or documentation error                   │
  3165. │                               Synopsis                                │
  3166. │0                                                                      │
  3167. │                                Section                                │
  3168. │                                Dictionary                             │
  3169. ├───────────────────────────────────────────────────────────────────────┤
  3170. │                                                                       │
  3171. │                           Problem Description                         │
  3172. │                                                                       │
  3173. │      User suggests that we check for the occurence of a number        │
  3174. │      as the first character of a file name and alert the user.        │
  3175. │      Currently you can create file names with numbers as the          │
  3176. │      first character and you don't find out that its invalid          │
  3177. │      until after you've defined your appication and try to            │
  3178. │      compile it.                                                      │
  3179. └───────────────────────────────────────────────────────────────────────┘
  3180. ┌───────────────────────────────────────────────────────────────────────┐
  3181. │                          ProblemNumber : 2257                         │
  3182. │    Product      : CDD                     Duplicate No.:      0       │
  3183. │    Reported By  : PB                      DateReported :  8/30/93     │
  3184. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  3185. │       Fixed In  :                         Status       : Suggestion   │
  3186. │       Origin    :                                                     │
  3187. │    Severity     : Suggestion or documentation error                   │
  3188. │                               Synopsis                                │
  3189. │0                                                                      │
  3190. │                                Section                                │
  3191. │                                Dictionary                             │
  3192. ├───────────────────────────────────────────────────────────────────────┤
  3193. │                                                                       │
  3194. │                           Problem Description                         │
  3195. │                                                                       │
  3196. │      suggestion from user to be able to enter a filespec like         │
  3197. │      the following:                                                   │
  3198. │         File Spec:  glo:filepath & 'contacts.dbf'                     │
  3199. └───────────────────────────────────────────────────────────────────────┘
  3200. ┌───────────────────────────────────────────────────────────────────────┐
  3201. │                          ProblemNumber : 2274                         │
  3202. │    Product      : CDD                     Duplicate No.:      0       │
  3203. │    Reported By  : CS                      DateReported :  8/31/93     │
  3204. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  3205. │       Fixed In  :                         Status       : Suggestion   │
  3206. │       Origin    :                                                     │
  3207. │    Severity     : Suggestion or documentation error                   │
  3208. │                               Synopsis                                │
  3209. │0                                                                      │
  3210. │                                Section                                │
  3211. │                                Dictionary                             │
  3212. ├───────────────────────────────────────────────────────────────────────┤
  3213. │                                                                       │
  3214. │                           Problem Description                         │
  3215. │                                                                       │
  3216. │      Fm: Fred Schmitthammer 76436,3511                                │
  3217. │      I am having many problems with the field lengths in the          │
  3218. │      application generator. My problem is if the maximum key name     │
  3219. │       is 255 characters then every entry field that takes a key       │
  3220. │      name should be 255 characters in length. Most are 10 or 20       │
  3221. │            characters in length and this can be really limiting.      │
  3222. │           Fred Schmitthammer                                          │
  3223. │           Professional Practice Systems, INC.                         │
  3224. │           (310)804-7674                                               │
  3225. └───────────────────────────────────────────────────────────────────────┘
  3226. ┌───────────────────────────────────────────────────────────────────────┐
  3227. │                          ProblemNumber : 2475                         │
  3228. │    Product      : CDD                     Duplicate No.:      0       │
  3229. │    Reported By  : CS                      DateReported :  9/27/93     │
  3230. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  3231. │       Fixed In  :                         Status       : Suggestion   │
  3232. │       Origin    :                                                     │
  3233. │    Severity     : Suggestion or documentation error                   │
  3234. │                               Synopsis                                │
  3235. │0                                                                      │
  3236. │                                Section                                │
  3237. │                                Dictionary                             │
  3238. ├───────────────────────────────────────────────────────────────────────┤
  3239. │                                                                       │
  3240. │                           Problem Description                         │
  3241. │                                                                       │
  3242. │      Fm: George Williams 70436,1643                                   │
  3243. │      I agree...CFIL is definately needed in cdd.                      │
  3244. │      If you have several versions of a program scattered              │
  3245. │      throughout many users, it is easy to loose track of which        │
  3246. │      version they are running.  Doing an upgrade using CDD's          │
  3247. │      method requires that a copy of the description of each old       │
  3248. │      file be kept and used when doing the convert.  with CFIL,        │
  3249. │      the only file defination that is needed is the most              │
  3250. │      current.A MUCH better method.  Also a 2.1 style CSRT would       │
  3251. │      be       nice....                                                │
  3252. │               From Greg_W: Many users have made this suggestion       │
  3253. │      in the    past and I don't see any "official" suggestion so      │
  3254. │      I'm       adding this one.                                       │
  3255. └───────────────────────────────────────────────────────────────────────┘
  3256. ┌───────────────────────────────────────────────────────────────────────┐
  3257. │                          ProblemNumber : 2993                         │
  3258. │    Product      : CDD                     Duplicate No.:      0       │
  3259. │    Reported By  : CS                      DateReported : 11/09/93     │
  3260. │    Reported In  : 3006                    RevisedDate  :  4/26/94     │
  3261. │       Fixed In  :                         Status       : Suggestion   │
  3262. │       Origin    :                                                     │
  3263. │    Severity     : Unassigned Severity                                 │
  3264. │                               Synopsis                                │
  3265. │0                                                                      │
  3266. │                                Section                                │
  3267. │                                Dictionary                             │
  3268. ├───────────────────────────────────────────────────────────────────────┤
  3269. │                                                                       │
  3270. │                           Problem Description                         │
  3271. │                                                                       │
  3272. │      Fm: Jon B. Bushey 71521,2267 MSG#:41534                          │
  3273. │      We REALLY need a way to share the .dic file.  In the old         │
  3274. │      Clarion users with reporter could share the 'dictionary'.        │
  3275. │      Now we have taken a step back.  If a programmer has the          │
  3276. │      generator up - nobody else can access the dictionary. This       │
  3277. │              problem is a killer AND there is no reason.  The         │
  3278. │      dictionary does not need to be modified from generator -         │
  3279. │      why is it locked? Thanks, Jon B. Bushey                          │
  3280. │      QA: The DCT is not "Locked" it is OPENed therefore it is         │
  3281. │      not shareable!  This is not a multi-user development             │
  3282. │      environment!                                                     │
  3283. └───────────────────────────────────────────────────────────────────────┘
  3284. ┌───────────────────────────────────────────────────────────────────────┐
  3285. │                          ProblemNumber : 3014                         │
  3286. │    Product      : CDD                     Duplicate No.:      0       │
  3287. │    Reported By  : QA                      DateReported : 11/10/93     │
  3288. │    Reported In  : 3007                    RevisedDate  :  4/27/94     │
  3289. │       Fixed In  :                         Status       : Suggestion   │
  3290. │       Origin    :                                                     │
  3291. │    Severity     : Suggestion or documentation error                   │
  3292. │                               Synopsis                                │
  3293. │0                                                                      │
  3294. │                                Section                                │
  3295. │                                Dictionary                             │
  3296. ├───────────────────────────────────────────────────────────────────────┤
  3297. │                                                                       │
  3298. │                           Problem Description                         │
  3299. │                                                                       │
  3300. │      Currently when editing a DCT, if I have multiple copies of       │
  3301. │      a datafile, that MUST stay in sync, there is no methdo to        │
  3302. │      copy over (ie. REPLACE) that file's definition with another      │
  3303. │      via a Copy.  IOW, I have no method for replacing a datafile      │
  3304. │      definition w/ deleting the current and importing or copying      │
  3305. │      it.                                                              │
  3306. │      Case: Main DCT resides on Network, programmers use a local       │
  3307. │      DCT while programming.  Project Mgr Updates DCT.  The            │
  3308. │      programmer must either:                                          │
  3309. │            a) Overwite his DCT. If he does this thru DOS Prompt       │
  3310. │      he is HOSED when he return to the APP and has to access the      │
  3311. │      DCT                                                              │
  3312. │            b) Open the DCT and delete the Files he needs to           │
  3313. │      re-import and then Import them                                   │
  3314. │            c) not get the changes until a later time.                 │
  3315. │      This could be a big winner wh all of our users.                  │
  3316. └───────────────────────────────────────────────────────────────────────┘
  3317. ┌───────────────────────────────────────────────────────────────────────┐
  3318. │                          ProblemNumber : 3022                         │
  3319. │    Product      : CDD                     Duplicate No.:      0       │
  3320. │    Reported By  : PB                      DateReported : 11/11/93     │
  3321. │    Reported In  : 3006                    RevisedDate  :  1/21/94     │
  3322. │       Fixed In  :                         Status       : Suggestion   │
  3323. │       Origin    :                                                     │
  3324. │    Severity     : Unassigned Severity                                 │
  3325. │                               Synopsis                                │
  3326. │0                                                                      │
  3327. │                                Section                                │
  3328. │                                Dictionary                             │
  3329. ├───────────────────────────────────────────────────────────────────────┤
  3330. │                                                                       │
  3331. │                           Problem Description                         │
  3332. │                                                                       │
  3333. │      suggestion from end user - wants to be able to use the LIKE      │
  3334. │      definition on a field from the dictionary editor                 │
  3335. └───────────────────────────────────────────────────────────────────────┘
  3336. ┌───────────────────────────────────────────────────────────────────────┐
  3337. │                          ProblemNumber : 3268                         │
  3338. │    Product      : CDD                     Duplicate No.:      0       │
  3339. │    Reported By  : CS                      DateReported : 12/09/93     │
  3340. │    Reported In  : 3007                    RevisedDate  :  4/26/94     │
  3341. │       Fixed In  :                         Status       : Suggestion   │
  3342. │       Origin    :                                                     │
  3343. │    Severity     : Unassigned Severity                                 │
  3344. │                               Synopsis                                │
  3345. │0                                                                      │
  3346. │                                Section                                │
  3347. │                                Dictionary                             │
  3348. ├───────────────────────────────────────────────────────────────────────┤
  3349. │                                                                       │
  3350. │                           Problem Description                         │
  3351. │                                                                       │
  3352. │      Import from 3.0 DCT file only allows you to select ONE FILE      │
  3353. │      this means you can't get related files with their                │
  3354. │      Relationships intact ???!  Come on.                              │
  3355. └───────────────────────────────────────────────────────────────────────┘
  3356. ┌───────────────────────────────────────────────────────────────────────┐
  3357. │                          ProblemNumber : 3599                         │
  3358. │    Product      : CDD                     Duplicate No.:      0       │
  3359. │    Reported By  : TB                      DateReported :  1/25/94     │
  3360. │    Reported In  : 3007                    RevisedDate  :   /  /       │
  3361. │       Fixed In  :                         Status       : Suggestion   │
  3362. │       Origin    :                                                     │
  3363. │    Severity     : Unassigned Severity                                 │
  3364. │                               Synopsis                                │
  3365. │0                                                                      │
  3366. │                                Section                                │
  3367. │                                Dictionary                             │
  3368. ├───────────────────────────────────────────────────────────────────────┤
  3369. │                                                                       │
  3370. │                           Problem Description                         │
  3371. │                                                                       │
  3372. │      It would be nice to be able to reorder the files in the          │
  3373. │      dictionary so that they are not in alphabetical order.  If       │
  3374. │      I were to have a datafile with the paths of my files, (file      │
  3375. │      specification) it needs to go first in the list of files.        │
  3376. └───────────────────────────────────────────────────────────────────────┘
  3377. ┌───────────────────────────────────────────────────────────────────────┐
  3378. │                          ProblemNumber : 4100                         │
  3379. │    Product      : CDD                     Duplicate No.:      0       │
  3380. │    Reported By  : CS                      DateReported :  3/11/94     │
  3381. │    Reported In  : 30071                   RevisedDate  :  3/11/94     │
  3382. │       Fixed In  :                         Status       : Suggestion   │
  3383. │       Origin    :                                                     │
  3384. │    Severity     : Unassigned Severity                                 │
  3385. │                               Synopsis                                │
  3386. │0                                                                      │
  3387. │                                Section                                │
  3388. │                                Dictionary                             │
  3389. ├───────────────────────────────────────────────────────────────────────┤
  3390. │                                                                       │
  3391. │                           Problem Description                         │
  3392. │                                                                       │
  3393. │      Fm: Gregory C. Bailey 76615,1350 MSG#:59700                      │
  3394. │      Since the BUILD feature is useless for btrieve files.  Why       │
  3395. │      not change the Convert file option to look for the output        │
  3396. │      file being a btrieve file and not including the BUILD            │
  3397. │      command in the generated program.                                │
  3398. │      From Greg_W: Maybe we could have the code generate a prompt      │
  3399. │      for whether to BUILD the file after the conversion is            │
  3400. │      performed (just an idea).                                        │
  3401. └───────────────────────────────────────────────────────────────────────┘
  3402. ┌───────────────────────────────────────────────────────────────────────┐
  3403. │                          ProblemNumber : 4145                         │
  3404. │    Product      : CDD                     Duplicate No.:      0       │
  3405. │    Reported By  : CS                      DateReported :  3/18/94     │
  3406. │    Reported In  : 30071                   RevisedDate  :  3/18/94     │
  3407. │       Fixed In  :                         Status       : Suggestion   │
  3408. │       Origin    :                                                     │
  3409. │    Severity     : Unassigned Severity                                 │
  3410. │                               Synopsis                                │
  3411. │0                                                                      │
  3412. │                                Section                                │
  3413. │                                Dictionary                             │
  3414. ├───────────────────────────────────────────────────────────────────────┤
  3415. │                                                                       │
  3416. │                           Problem Description                         │
  3417. │                                                                       │
  3418. │      Fm: Robert E. Hoag 73201,2607 MSG#:60552                         │
  3419. │      I have a field declared as byte that has a 'must be in           │
  3420. │      list'validity check.  Radio buttions are created on a            │
  3421. │      screen     field, along with other variables that are            │
  3422. │      declared as      strings (with 'must be in list').  I have       │
  3423. │      added a button    that sets these fields to a default            │
  3424. │      value, by making        assignments the variable, then           │
  3425. │      using DISPLAY.  All of the   radio buttons show the default      │
  3426. │      selection except for the one that is declared as a byte (2       │
  3427. │      integer byte).   Is this a    bug?  What's going on?             │
  3428. │      Suggestion from Greg_W: Disable "Must be in List" for any        │
  3429. │      field type other than STRING, since the option structure         │
  3430. │      created for it's implementation only works with STRINGs.         │
  3431. │      Either that or add something to the on-line help                 │
  3432. │      explaining the fact that "Must be in List" creates an            │
  3433. │      Option structure that only works for STRINGs.                    │
  3434. └───────────────────────────────────────────────────────────────────────┘
  3435. ┌───────────────────────────────────────────────────────────────────────┐
  3436. │                          ProblemNumber : 4189                         │
  3437. │    Product      : CDD                     Duplicate No.:      0       │
  3438. │    Reported By  : CS                      DateReported :  3/23/94     │
  3439. │    Reported In  : 30072                   RevisedDate  :  3/23/94     │
  3440. │       Fixed In  :                         Status       : Suggestion   │
  3441. │       Origin    :                                                     │
  3442. │    Severity     : Unassigned Severity                                 │
  3443. │                               Synopsis                                │
  3444. │0                                                                      │
  3445. │                                Section                                │
  3446. │                                Dictionary                             │
  3447. ├───────────────────────────────────────────────────────────────────────┤
  3448. │                                                                       │
  3449. │                           Problem Description                         │
  3450. │                                                                       │
  3451. │      Fm: Rick D. Williams 72262,2720 MSG#:61815                       │
  3452. │      1)When Importing from another Dictionary the user can only       │
  3453. │      import one file at a time. Why are you not able to mark          │
  3454. │      several files to be copied, the same as you can when             │
  3455. │      importing files from a 2.1 APP file?                             │
  3456. │      2) When working in the Dictionary Editor on the Main Menu,       │
  3457. │      it would be nice to have a locator field for each topic. If      │
  3458. │       the user has a lot of files in the dictionary, it can be        │
  3459. │      anunwanted hassle to move up and down the list to try            │
  3460. │        and find the file/field/key wanted.                            │
  3461. │        3)A locator field on the import from another Dictionary or     │
  3462. │       aClarion 2.1 APP file. This would also save valuable time       │
  3463. │      andsave on headaches looking for the file(s) that the user       │
  3464. │         wants to import.  Especially if the list is extremely         │
  3465. │      long.                                                            │
  3466. └───────────────────────────────────────────────────────────────────────┘
  3467. ┌───────────────────────────────────────────────────────────────────────┐
  3468. │                          ProblemNumber : 4278                         │
  3469. │    Product      : CDD                     Duplicate No.:      0       │
  3470. │    Reported By  : CS                      DateReported :  4/01/94     │
  3471. │    Reported In  : 30072                   RevisedDate  :  4/12/94     │
  3472. │       Fixed In  :                         Status       : Suggestion   │
  3473. │       Origin    :                                                     │
  3474. │    Severity     : Unassigned Severity                                 │
  3475. │                               Synopsis                                │
  3476. │0                                                                      │
  3477. │                                Section                                │
  3478. │                                Dictionary                             │
  3479. ├───────────────────────────────────────────────────────────────────────┤
  3480. │                                                                       │
  3481. │                           Problem Description                         │
  3482. │                                                                       │
  3483. │      Fm: Will Fastie 76655,1566 MSG#:63346                            │
  3484. │      I'd like to be able to import the entire contents of a           │
  3485. │      dictionary in one fell swoop, not a file at a time. In           │
  3486. │      otherwords, a merge of two dictionaries into one. Perhaps        │
  3487. │      this   capability already exists and I just haven't found        │
  3488. │      it. I've been doing it one at a time. Will                       │
  3489. │      From Greg_W: How about something like importing 2.1              │
  3490. │      procedures where you can import all or tag the ones you          │
  3491. │      want.                                                            │
  3492. └───────────────────────────────────────────────────────────────────────┘
  3493. ┌───────────────────────────────────────────────────────────────────────┐
  3494. │                          ProblemNumber : 4554                         │
  3495. │    Product      : CDD                     Duplicate No.:      0       │
  3496. │    Reported By  : CS                      DateReported :  4/26/94     │
  3497. │    Reported In  : 3008                    RevisedDate  :  4/26/94     │
  3498. │       Fixed In  :                         Status       : Suggestion   │
  3499. │       Origin    :                                                     │
  3500. │    Severity     : Unassigned Severity                                 │
  3501. │                               Synopsis                                │
  3502. │0                                                                      │
  3503. │                                Section                                │
  3504. │                                Dictionary                             │
  3505. ├───────────────────────────────────────────────────────────────────────┤
  3506. │                                                                       │
  3507. │                           Problem Description                         │
  3508. │                                                                       │
  3509. │      Date:  22-Apr-94 10:50 EDT                                       │
  3510. │      From:  Will Fastie [76655,1566]                                  │
  3511. │      Subj:  #67852-Multi-user Comments?                               │
  3512. │      I always thought that method of opening file should be in        │
  3513. │      the dictionary as a > choice...                                  │
  3514. │      This is a very good idea!  The dictionary should have the        │
  3515. │      default open mode to be used if one is not specified in an       │
  3516. │      open statement.                                                  │
  3517. └───────────────────────────────────────────────────────────────────────┘
  3518. ┌───────────────────────────────────────────────────────────────────────┐
  3519. │                          ProblemNumber : 4636                         │
  3520. │    Product      : CDD                     Duplicate No.:      0       │
  3521. │    Reported By  : CS                      DateReported :  5/10/94     │
  3522. │    Reported In  : 3008                    RevisedDate  :  5/10/94     │
  3523. │       Fixed In  :                         Status       : Suggestion   │
  3524. │       Origin    :                                                     │
  3525. │    Severity     : Unassigned Severity                                 │
  3526. │                               Synopsis                                │
  3527. │0                                                                      │
  3528. │                                Section                                │
  3529. │                                Dictionary                             │
  3530. ├───────────────────────────────────────────────────────────────────────┤
  3531. │                                                                       │
  3532. │                           Problem Description                         │
  3533. │                                                                       │
  3534. │      1.  Show the file prefix at the top of the screen whenever       │
  3535. │      displaying the filename and description.                         │
  3536. │      2.  Provide a summary screen which shows prefixes,               │
  3537. │      filenames, descriptions, driver name, and record lengths of      │
  3538. │      all files defined in the dictionary. This                        │
  3539. │      function could also show total fixed file overhead and the       │
  3540. │      total amount of storage required for each record (including      │
  3541. │      all keys, etc.). It might be interesting to have a what-if       │
  3542. │      worksheet here where the developer could key in                  │
  3543. │      estimated records counts (which you would save) and have         │
  3544. │      the dictionary editor estimate total capacity required to        │
  3545. │      store that many records.                                         │
  3546. │      3.  Show the total record length whenever the cursor is in       │
  3547. │      the Fields list box.                                             │
  3548. │      4. I suggest that the dictionary editor be equipped with a       │
  3549. │      broad range of defaults, primarily for file definitions. The     │
  3550. │       most important default is the driver type. If no driver         │
  3551. │       type was declared for a specific file, the file                 │
  3552. │      declaration would use the default type.                          │
  3553. │      This enhancement would allow bulk changes to a dictionary        │
  3554. │      if a developer decided to use a different driver or just         │
  3555. │      wanted to experiment.                                            │
  3556. └───────────────────────────────────────────────────────────────────────┘
  3557. ┌───────────────────────────────────────────────────────────────────────┐
  3558. │                          ProblemNumber : 4802                         │
  3559. │    Product      : CDD                     Duplicate No.:      0       │
  3560. │    Reported By  : BF                      DateReported :  6/10/94     │
  3561. │    Reported In  : 3009B                   RevisedDate  :  6/10/94     │
  3562. │       Fixed In  :                         Status       : Suggestion   │
  3563. │       Origin    :                                                     │
  3564. │    Severity     : Unassigned Severity                                 │
  3565. │                               Synopsis                                │
  3566. │0                                                                      │
  3567. │                                Section                                │
  3568. │                                Dictionary                             │
  3569. ├───────────────────────────────────────────────────────────────────────┤
  3570. │                                                                       │
  3571. │                           Problem Description                         │
  3572. │                                                                       │
  3573. │      Eliminate double-error on dictionary line. Make the popup        │
  3574. │      button required, and only error check when button is             │
  3575. │      completed.                                                       │
  3576. └───────────────────────────────────────────────────────────────────────┘
  3577. ┌───────────────────────────────────────────────────────────────────────┐
  3578. │                          ProblemNumber : 4887                         │
  3579. │    Product      : CDD                     Duplicate No.:      0       │
  3580. │    Reported By  : NA                      DateReported :  6/29/94     │
  3581. │    Reported In  : 3008                    RevisedDate  :   /  /       │
  3582. │       Fixed In  :                         Status       : Suggestion   │
  3583. │       Origin    :                                                     │
  3584. │    Severity     : Unassigned Severity                                 │
  3585. │                               Synopsis                                │
  3586. │0                                                                      │
  3587. │                                Section                                │
  3588. │                                Dictionary                             │
  3589. ├───────────────────────────────────────────────────────────────────────┤
  3590. │                                                                       │
  3591. │                           Problem Description                         │
  3592. │                                                                       │
  3593. │      User suggestion: When copyuing a field in the dictionary,        │
  3594. │      the column heading reverts back to reflect the label.  The       │
  3595. │      user would like it to reflect what it was when it was            │
  3596. │      copied.  For instance, if you change the column title from       │
  3597. │      phone to phone number, this should be reflected when you         │
  3598. │      copy.                                                            │
  3599. └───────────────────────────────────────────────────────────────────────┘
  3600. ┌───────────────────────────────────────────────────────────────────────┐
  3601. │                          ProblemNumber : 4893                         │
  3602. │    Product      : CDD                     Duplicate No.:      0       │
  3603. │    Reported By  : CS                      DateReported :  6/30/94     │
  3604. │    Reported In  : 3009                    RevisedDate  :  7/05/94     │
  3605. │       Fixed In  :                         Status       : Suggestion   │
  3606. │       Origin    :                                                     │
  3607. │    Severity     : Unassigned Severity                                 │
  3608. │                               Synopsis                                │
  3609. │0                                                                      │
  3610. │                                Section                                │
  3611. │                                Dictionary                             │
  3612. ├───────────────────────────────────────────────────────────────────────┤
  3613. │                                                                       │
  3614. │                           Problem Description                         │
  3615. │                                                                       │
  3616. │      The field and file descriptions do not get put into the          │
  3617. │      generated code. This is                                          │
  3618. │      a big problem even though it seems like no big deal.  The        │
  3619. │      dictionary editor                                                │
  3620. │      becomes a kind of black hole - you can type all the              │
  3621. │      description you want and it                                      │
  3622. │      goes no where.  A number of Clarion programmers have             │
  3623. │      mentioned it at DevCons                                          │
  3624. │      and at user groups.  I need it for CLADOC3. Jon B. Bushey        │
  3625. └───────────────────────────────────────────────────────────────────────┘
  3626. ┌───────────────────────────────────────────────────────────────────────┐
  3627. │                          ProblemNumber : 0852                         │
  3628. │    Product      : CDD                     Duplicate No.:      0       │
  3629. │    Reported By  : ??                      DateReported :  4/08/93     │
  3630. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  3631. │       Fixed In  :                         Status       : Suggestion   │
  3632. │       Origin    :                                                     │
  3633. │    Severity     : Unassigned Severity                                 │
  3634. │                               Synopsis                                │
  3635. │0                                                                      │
  3636. │                                Section                                │
  3637. │                               Documentation                           │
  3638. ├───────────────────────────────────────────────────────────────────────┤
  3639. │                                                                       │
  3640. │                           Problem Description                         │
  3641. │                                                                       │
  3642. │      Would like to see some help in the environment which lists       │
  3643. │      the available hot-keys.  Without having to go to the             │
  3644. │      pulldown menu to find out what they are.  Also would like        │
  3645. │      the hot-keys listed in the utilities.                            │
  3646. │      For example:  in the screen formatter would like to have         │
  3647. │      help which lists Ctrl-F, Ctrl-L, etc...                          │
  3648. └───────────────────────────────────────────────────────────────────────┘
  3649. ┌───────────────────────────────────────────────────────────────────────┐
  3650. │                          ProblemNumber : 1115                         │
  3651. │    Product      : CDD                     Duplicate No.:      0       │
  3652. │    Reported By  : GW                      DateReported :  4/29/93     │
  3653. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  3654. │       Fixed In  :                         Status       : Suggestion   │
  3655. │       Origin    :                                                     │
  3656. │    Severity     : Suggestion or documentation error                   │
  3657. │                               Synopsis                                │
  3658. │0                                                                      │
  3659. │                                Section                                │
  3660. │                               Documentation                           │
  3661. ├───────────────────────────────────────────────────────────────────────┤
  3662. │                                                                       │
  3663. │                           Problem Description                         │
  3664. │                                                                       │
  3665. │      It would be nice if MEMORY.DOC contain information on            │
  3666. │      example settings under DRDOS6.0.                                 │
  3667. └───────────────────────────────────────────────────────────────────────┘
  3668. ┌───────────────────────────────────────────────────────────────────────┐
  3669. │                          ProblemNumber : 1154                         │
  3670. │    Product      : CDD                     Duplicate No.:      0       │
  3671. │    Reported By  : PS                      DateReported :  5/07/93     │
  3672. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  3673. │       Fixed In  :                         Status       : Suggestion   │
  3674. │       Origin    :                                                     │
  3675. │    Severity     : Unassigned Severity                                 │
  3676. │                               Synopsis                                │
  3677. │0                                                                      │
  3678. │                                Section                                │
  3679. │                               Documentation                           │
  3680. ├───────────────────────────────────────────────────────────────────────┤
  3681. │                                                                       │
  3682. │                           Problem Description                         │
  3683. │                                                                       │
  3684. │      When the tutorial manual get updated it would be nice if         │
  3685. │      there was an example of converting a dbase file (AnyFile)        │
  3686. │      toa Clarion file format.                                         │
  3687. └───────────────────────────────────────────────────────────────────────┘
  3688. ┌───────────────────────────────────────────────────────────────────────┐
  3689. │                          ProblemNumber : 1228                         │
  3690. │    Product      : CDD                     Duplicate No.:      0       │
  3691. │    Reported By  : ??                      DateReported :  5/14/93     │
  3692. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  3693. │       Fixed In  :                         Status       : Suggestion   │
  3694. │       Origin    :                                                     │
  3695. │    Severity     : Suggestion or documentation error                   │
  3696. │                               Synopsis                                │
  3697. │0                                                                      │
  3698. │                                Section                                │
  3699. │                               Documentation                           │
  3700. ├───────────────────────────────────────────────────────────────────────┤
  3701. │                                                                       │
  3702. │                           Problem Description                         │
  3703. │                                                                       │
  3704. │      It was suggested by a user that the tutorial manual be           │
  3705. │      expanded to include example and use of all the templates as      │
  3706. │      well as giving example of more advance topics, such as,          │
  3707. │      column report, an idle procedure to display time, etc. It        │
  3708. │      was also requested by this user for more detail expanation       │
  3709. │      on why thing are done in this manner not just how.               │
  3710. └───────────────────────────────────────────────────────────────────────┘
  3711. ┌───────────────────────────────────────────────────────────────────────┐
  3712. │                          ProblemNumber : 1443                         │
  3713. │    Product      : CDD                     Duplicate No.:      0       │
  3714. │    Reported By  : ??                      DateReported :  6/04/93     │
  3715. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  3716. │       Fixed In  :                         Status       : Suggestion   │
  3717. │       Origin    :                                                     │
  3718. │    Severity     : Suggestion or documentation error                   │
  3719. │                               Synopsis                                │
  3720. │0                                                                      │
  3721. │                                Section                                │
  3722. │                               Documentation                           │
  3723. ├───────────────────────────────────────────────────────────────────────┤
  3724. │                                                                       │
  3725. │                           Problem Description                         │
  3726. │                                                                       │
  3727. │      It would be nice if the tutorial manual had an index. I          │
  3728. │      would of like the tutorial manual to walk cover all the          │
  3729. │      template and what thay are use for in CDD. I would like to       │
  3730. │      have seen an exsample on how to dislay a logo screen.  I         │
  3731. │      would of like have an example on placing and using a             │
  3732. │      locatorfield on a browse procedure. I would of like the          │
  3733. │      tutorial   to cover how to use thin borader.                     │
  3734. └───────────────────────────────────────────────────────────────────────┘
  3735. ┌───────────────────────────────────────────────────────────────────────┐
  3736. │                          ProblemNumber : 1698                         │
  3737. │    Product      : CDD                     Duplicate No.:      0       │
  3738. │    Reported By  : ??                      DateReported :  6/30/93     │
  3739. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  3740. │       Fixed In  :                         Status       : Suggestion   │
  3741. │       Origin    :                                                     │
  3742. │    Severity     : Suggestion or documentation error                   │
  3743. │                               Synopsis                                │
  3744. │0                                                                      │
  3745. │                                Section                                │
  3746. │                               Documentation                           │
  3747. ├───────────────────────────────────────────────────────────────────────┤
  3748. │                                                                       │
  3749. │                           Problem Description                         │
  3750. │                                                                       │
  3751. │      In clarion version 2.1 the various command keystroke ( for       │
  3752. │      such things as toggling the case of character, centering,        │
  3753. │      and many other feature) were well documented in the printed      │
  3754. │      material ( page 5-75+ in the utulity manual) and in the          │
  3755. │      on-line help. This information is not documented in 3003.        │
  3756. └───────────────────────────────────────────────────────────────────────┘
  3757. ┌───────────────────────────────────────────────────────────────────────┐
  3758. │                          ProblemNumber : 1708                         │
  3759. │    Product      : CDD                     Duplicate No.:      0       │
  3760. │    Reported By  : ??                      DateReported :  7/01/93     │
  3761. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  3762. │       Fixed In  :                         Status       : Suggestion   │
  3763. │       Origin    :                                                     │
  3764. │    Severity     : Suggestion or documentation error                   │
  3765. │                               Synopsis                                │
  3766. │0                                                                      │
  3767. │                                Section                                │
  3768. │                               Documentation                           │
  3769. ├───────────────────────────────────────────────────────────────────────┤
  3770. │                                                                       │
  3771. │                           Problem Description                         │
  3772. │                                                                       │
  3773. │      Add the following example to the Clarion Gui Kit                 │
  3774. │      Documentation: This example handles all the differant type       │
  3775. │      of graphic mode:                                                 │
  3776. │      Global - Data Section                                            │
  3777. │      EGA Equate(121)     ! EGA Equate Value                           │
  3778. │      VGA Equate(89)      ! VGA Equate Value                           │
  3779. │      SVGA Equate(87)     ! SVAG Equate Value                          │
  3780. │      Global - Setup Program                                           │
  3781. │      Case Graphic(0)     ! Find graphic mode for GUI Kit of EGA       │
  3782. │          of EGA                                                       │
  3783. │             SetGraphic(121) ! Force EGA mode of VGA                   │
  3784. │          of VGA                                                       │
  3785. │             SetGraphic(89)  ! Force VGA mode of SVGA                  │
  3786. │          of SVGA                                                      │
  3787. │             SetGraphic(89)  ! Force VGA mode for fast executio        │
  3788. │          else                                                         │
  3789. │             SetGraphic(90)  ! Force Text mode END LoadGUI             │
  3790. │      END                                                              │
  3791. │      Load GUI               ! Set Graphic mode, using GUI             │
  3792. │                             ! library                                 │
  3793. └───────────────────────────────────────────────────────────────────────┘
  3794. ┌───────────────────────────────────────────────────────────────────────┐
  3795. │                          ProblemNumber : 1904                         │
  3796. │    Product      : CDD                     Duplicate No.:      0       │
  3797. │    Reported By  : GW                      DateReported :  7/19/93     │
  3798. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  3799. │       Fixed In  :                         Status       : Suggestion   │
  3800. │       Origin    :                                                     │
  3801. │    Severity     : Unassigned Severity                                 │
  3802. │                               Synopsis                                │
  3803. │0                                                                      │
  3804. │                                Section                                │
  3805. │                               Documentation                           │
  3806. ├───────────────────────────────────────────────────────────────────────┤
  3807. │                                                                       │
  3808. │                           Problem Description                         │
  3809. │                                                                       │
  3810. │      I think we should put a recommendation in MEMORY.DOC about       │
  3811. │      using consistent versions of HIMEM, SMARTDRV, and EMM386.        │
  3812. │      It is a know fact that using various versions will cause         │
  3813. │      sporatic reboots/ xtraces.  ie,                                  │
  3814. └───────────────────────────────────────────────────────────────────────┘
  3815. ┌───────────────────────────────────────────────────────────────────────┐
  3816. │                          ProblemNumber : 1941                         │
  3817. │    Product      : CDD                     Duplicate No.:      0       │
  3818. │    Reported By  : CS                      DateReported :  7/21/93     │
  3819. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  3820. │       Fixed In  :                         Status       : Suggestion   │
  3821. │       Origin    :                                                     │
  3822. │    Severity     : Unassigned Severity                                 │
  3823. │                               Synopsis                                │
  3824. │0                                                                      │
  3825. │                                Section                                │
  3826. │                               Documentation                           │
  3827. ├───────────────────────────────────────────────────────────────────────┤
  3828. │                                                                       │
  3829. │                           Problem Description                         │
  3830. │                                                                       │
  3831. │      Fm: Euan Hill 100143,1660                                        │
  3832. │      I started by working right through the tutorial. I loved         │
  3833. │      theproduct but found one or two ove rsights that should be       │
  3834. │         corrected when you have a chance, for the benefit of          │
  3835. │      other  new users: 1. p.24 fig 1-21 The buttons have changed      │
  3836. │      on the Global Sett ings Window Not important. You are            │
  3837. │      probably     already aware of this. Next printing. 2.            │
  3838. │      p.53/54 The         ShowPhones procedure . This is               │
  3839. │      important. Following the    present instructions in t he         │
  3840. │      text, the procedure will not   display any    values from        │
  3841. │      the IntlPhone field and there is no way for a new user to        │
  3842. │      solve this problem. A List box         worksheet won't let       │
  3843. │      yo u superimpose one field on top of     another the way you     │
  3844. │       c an with the FORM worksheet used       with the                │
  3845. │      UpdatePhones p rocedure (p.55/56). This is    liable to          │
  3846. │         irritate an impatient new user and leave   her/him            │
  3847. │      feeling uneasy about template programming. I haven't  worked     │
  3848. │       out the answer yet and if you have a moment I'd be              │
  3849. │      interested in seeing your solution. Incidentally it would        │
  3850. │       probably be a good idea to add a reminder on p.56 to            │
  3851. │              re-order the fields after completing the                 │
  3852. │      UpdatePhones window worksheet. If you dont you can find          │
  3853. │          that IntlPhone numb ers cant be input. This is because       │
  3854. │           the idea of physically superimposing prompts and            │
  3855. │        numbers can be a bit confusing the first time round.           │
  3856. │      3. p.67 Same problem with the PrintAllCards procedure. The       │
  3857. │      Body band field entries make no provision for IntlPhone.         │
  3858. │       4. p.70 It would be a good idea to add an explanation to        │
  3859. │      the discussion    of the SelectContact procedure as to how       │
  3860. │      you change the size of a List    box as you are likely to be     │
  3861. │       presented with a too small box at this      point and it        │
  3862. │          can take some time to figure it out.                         │
  3863. │          5. p.74 Unimportant. For next printing. You now press        │
  3864. │      the Ok button and not the Exit button.                           │
  3865. │            6. p.79 Again for next printing. Code example. Empty       │
  3866. │      parentheses dont seem to form part of the procedure calling      │
  3867. │      syntax as suggested by the example.                              │
  3868. │             I had made all the changes to the 0393 printing of        │
  3869. │      the Tutorial book which were advised in CHANGES.DOC,             │
  3870. │      CORRECTS.DOC and README.DOC prior to working through the         │
  3871. │      tutorial.  The tutorial is a good one and enjoyable to use.      │
  3872. │       The only          addition I would like to see would be a       │
  3873. │      REPEAT field example to work through. I feel this memo is        │
  3874. │      really a bit of a gilding the lily exercise - trying to help     │
  3875. │       you make a great product better!                                │
  3876. │                            To finish, as Secretary of the British     │
  3877. │       Computer Society's Modular Languages Special Interest           │
  3878. │      Group, I would like to extend my compliments to Bruce            │
  3879. │      Barington for his marvellous essay on the Origins of the         │
  3880. └───────────────────────────────────────────────────────────────────────┘
  3881. ┌───────────────────────────────────────────────────────────────────────┐
  3882. │                          ProblemNumber : 2016                         │
  3883. │    Product      : CDD                     Duplicate No.:      0       │
  3884. │    Reported By  : CS                      DateReported :  7/30/93     │
  3885. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  3886. │       Fixed In  :                         Status       : Suggestion   │
  3887. │       Origin    :                                                     │
  3888. │    Severity     : Unassigned Severity                                 │
  3889. │                               Synopsis                                │
  3890. │0                                                                      │
  3891. │                                Section                                │
  3892. │                               Documentation                           │
  3893. ├───────────────────────────────────────────────────────────────────────┤
  3894. │                                                                       │
  3895. │                           Problem Description                         │
  3896. │                                                                       │
  3897. │      Fm: Paul M. Blais 72103,111                                      │
  3898. │      I'ld like to add a suggestion to the documentation.  In 2.1      │
  3899. │      there were I believe five annotated source code examples.  I     │
  3900. │       found them to be some of the best things for learning the       │
  3901. │      Clarion language.  I would like to see some of these for         │
  3902. │      each of the templates.  It sure would help understanding all     │
  3903. │       thedetails of the new structures and how the source entry       │
  3904. │      points can be used..                                             │
  3905. │           The new tutorial was a big help.  It might be nice to       │
  3906. │      add to it with other variations.  I can appreciate the time      │
  3907. │      it takes to write the tutorials and the work required to         │
  3908. │      publish them.  Perhaps a less formal approach could result       │
  3909. │      in        some additional tutorials at less cost.  After you     │
  3910. │       go through the first tutorial you might not need such a         │
  3911. │      keystroke by keystroke approach.                                 │
  3912. │                   Paul                                                │
  3913. └───────────────────────────────────────────────────────────────────────┘
  3914. ┌───────────────────────────────────────────────────────────────────────┐
  3915. │                          ProblemNumber : 2783                         │
  3916. │    Product      : CDD                     Duplicate No.:      0       │
  3917. │    Reported By  : CS                      DateReported : 10/26/93     │
  3918. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  3919. │       Fixed In  :                         Status       : Suggestion   │
  3920. │       Origin    :                                                     │
  3921. │    Severity     : Suggestion or documentation error                   │
  3922. │                               Synopsis                                │
  3923. │0                                                                      │
  3924. │                                Section                                │
  3925. │                               Documentation                           │
  3926. ├───────────────────────────────────────────────────────────────────────┤
  3927. │                                                                       │
  3928. │                           Problem Description                         │
  3929. │                                                                       │
  3930. │      Fm: David Brooks 71234,1534 MSG#:38608                           │
  3931. │      I get the following error in the Halt Window ..Filename:33       │
  3932. │      Please recommend that Clarion print some documentation on        │
  3933. │      the operation and interpretation of the Program Halt window.     │
  3934. │            There was enought information in the window to allow       │
  3935. │       me to solve the problem, but no documentation to tell me        │
  3936. │      how to read it. thanks again.                                    │
  3937. └───────────────────────────────────────────────────────────────────────┘
  3938. ┌───────────────────────────────────────────────────────────────────────┐
  3939. │                          ProblemNumber : 3020                         │
  3940. │    Product      : CDD                     Duplicate No.:      0       │
  3941. │    Reported By  : PB                      DateReported : 11/11/93     │
  3942. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  3943. │       Fixed In  :                         Status       : Suggestion   │
  3944. │       Origin    :                                                     │
  3945. │    Severity     : Suggestion or documentation error                   │
  3946. │                               Synopsis                                │
  3947. │0                                                                      │
  3948. │                                Section                                │
  3949. │                               Documentation                           │
  3950. ├───────────────────────────────────────────────────────────────────────┤
  3951. │                                                                       │
  3952. │                           Problem Description                         │
  3953. │                                                                       │
  3954. │      in the template documentation it would be nice to have some      │
  3955. │      indication as to which built-in symbols are multi-lined          │
  3956. │      symbols.                                                         │
  3957. │      users are trying to use template code to assign a user           │
  3958. │      defined template symbol to a multi-lined template symbol         │
  3959. │      which is not allowed - but there is no notation as to which      │
  3960. │      are multi-lined                                                  │
  3961. └───────────────────────────────────────────────────────────────────────┘
  3962. ┌───────────────────────────────────────────────────────────────────────┐
  3963. │                          ProblemNumber : 3184                         │
  3964. │    Product      : CDD                     Duplicate No.:      0       │
  3965. │    Reported By  : CS                      DateReported : 12/01/93     │
  3966. │    Reported In  :  3006                   RevisedDate  :  4/27/94     │
  3967. │       Fixed In  :                         Status       : Suggestion   │
  3968. │       Origin    :                                                     │
  3969. │    Severity     : Suggestion or documentation error                   │
  3970. │                               Synopsis                                │
  3971. │0                                                                      │
  3972. │                                Section                                │
  3973. │                               Documentation                           │
  3974. ├───────────────────────────────────────────────────────────────────────┤
  3975. │                                                                       │
  3976. │                           Problem Description                         │
  3977. │                                                                       │
  3978. │      Fm: Asa Dean 75600,3421 MSG#:44603                               │
  3979. │      Per the "User's Guide" page 4-30 is a Go ReStart command,        │
  3980. │      but the program doesn't support it. I've seen nothing in         │
  3981. │      the README and DOC files. Am I doing something wrong?            │
  3982. │           Asa...                                                      │
  3983. │      Go Restart in no longer an option in VID - should be             │
  3984. │      included in corrects or somewhere.                               │
  3985. └───────────────────────────────────────────────────────────────────────┘
  3986. ┌───────────────────────────────────────────────────────────────────────┐
  3987. │                          ProblemNumber : 3367                         │
  3988. │    Product      : CDD                     Duplicate No.:      0       │
  3989. │    Reported By  : TB                      DateReported : 12/21/93     │
  3990. │    Reported In  : 3007b                   RevisedDate  :  4/27/94     │
  3991. │       Fixed In  :                         Status       : Suggestion   │
  3992. │       Origin    :                                                     │
  3993. │    Severity     : Suggestion or documentation error                   │
  3994. │                               Synopsis                                │
  3995. │0                                                                      │
  3996. │                                Section                                │
  3997. │                               Documentation                           │
  3998. ├───────────────────────────────────────────────────────────────────────┤
  3999. │                                                                       │
  4000. │                           Problem Description                         │
  4001. │                                                                       │
  4002. │      statements that must have the file open should be indicated      │
  4003. │      in the manual under each statement as 2.1 manuals indicated      │
  4004. │      that they would be opoened automatically                         │
  4005. └───────────────────────────────────────────────────────────────────────┘
  4006. ┌───────────────────────────────────────────────────────────────────────┐
  4007. │                          ProblemNumber : 3674                         │
  4008. │    Product      : CDD                     Duplicate No.:      0       │
  4009. │    Reported By  : CS                      DateReported :  2/02/94     │
  4010. │    Reported In  : 3007                    RevisedDate  :  2/02/94     │
  4011. │       Fixed In  :                         Status       : Suggestion   │
  4012. │       Origin    :                                                     │
  4013. │    Severity     : Unassigned Severity                                 │
  4014. │                               Synopsis                                │
  4015. │0                                                                      │
  4016. │                                Section                                │
  4017. │                               Documentation                           │
  4018. ├───────────────────────────────────────────────────────────────────────┤
  4019. │                                                                       │
  4020. │                           Problem Description                         │
  4021. │                                                                       │
  4022. │      Fm: George Hale 72567,2653 MSG#:52247                            │
  4023. │      Is there ANY possibility of making a file available for          │
  4024. │      download while we wait for new manuals?  The tutorial is         │
  4025. │      especially a problem.  I started trying to make all the          │
  4026. │      updates in the manuals and realized what a mess I was            │
  4027. │      making;        then I tried cutting and pasting -- even          │
  4028. │      bigger mess, then I tried just noting which paragraphs           │
  4029. │      changed, in order to be able to reference back and forth --      │
  4030. │      THAT's a pain in the rear, too.   I'd surely appreciate a        │
  4031. │      chance to print out a clean set of documentation and put in      │
  4032. │      a loose-leaf folder, for now...  There is so little bound        │
  4033. │      documentation that came with the product that re-printing        │
  4034. │      it ourselves, in this case, wonot be a lot of trouble.           │
  4035. └───────────────────────────────────────────────────────────────────────┘
  4036. ┌───────────────────────────────────────────────────────────────────────┐
  4037. │                          ProblemNumber : 3725                         │
  4038. │    Product      : CDD                     Duplicate No.:      0       │
  4039. │    Reported By  : GW                      DateReported :  2/08/94     │
  4040. │    Reported In  : 30071                   RevisedDate  :  2/08/94     │
  4041. │       Fixed In  :                         Status       : Suggestion   │
  4042. │       Origin    :                                                     │
  4043. │    Severity     : Unassigned Severity                                 │
  4044. │                               Synopsis                                │
  4045. │0                                                                      │
  4046. │                                Section                                │
  4047. │                               Documentation                           │
  4048. ├───────────────────────────────────────────────────────────────────────┤
  4049. │                                                                       │
  4050. │                           Problem Description                         │
  4051. │                                                                       │
  4052. │      Change POOLLMT.DOC in reqards to ROUTINEs and how they are       │
  4053. │      NOW (as of 3007) treated by the compiler.  Since ROUTINE's       │
  4054. │      which were the main cause of POOL limit problems are now a       │
  4055. │      thing of the past.                                               │
  4056. └───────────────────────────────────────────────────────────────────────┘
  4057. ┌───────────────────────────────────────────────────────────────────────┐
  4058. │                          ProblemNumber : 4014                         │
  4059. │    Product      : CDD                     Duplicate No.:      0       │
  4060. │    Reported By  : CS                      DateReported :  3/02/94     │
  4061. │    Reported In  : 30071                   RevisedDate  :  3/02/94     │
  4062. │       Fixed In  :                         Status       : Suggestion   │
  4063. │       Origin    :                                                     │
  4064. │    Severity     : Unassigned Severity                                 │
  4065. │                               Synopsis                                │
  4066. │0                                                                      │
  4067. │                                Section                                │
  4068. │                               Documentation                           │
  4069. ├───────────────────────────────────────────────────────────────────────┤
  4070. │                                                                       │
  4071. │                           Problem Description                         │
  4072. │                                                                       │
  4073. │      Fm: Joseph A. Bouterse 70541,305 MSG#:57656                      │
  4074. │         I have a suggestion/request for 3008 or sooner. How           │
  4075. │      about a chart (grid)    with the available file drivers on       │
  4076. │      one axis and the features on the other.    This would show       │
  4077. │      at a glance which drivers support which features. For            │
  4078. │                example,                                               │
  4079. │                              Clarion    BTrieve    dBase III+         │
  4080. │      dBase IV   Paradox                                               │
  4081. │                  ADD             x           x            x           │
  4082. │          x         x    POINTER         x                             │
  4083. │      ?           POSITION        x           x            x           │
  4084. │          x         x                                                  │
  4085. │                  You could also use a number instead of an x if       │
  4086. │      there is a need for a special    note for that                   │
  4087. │      feature/driver combination. This would sure make conversion      │
  4088. │         between file formats a lot easier than it is now.             │
  4089. │                             Thanks,                                   │
  4090. │                             Joe Bouterse Creative Solutions,          │
  4091. │      Inc. Indianapolis, IN                                            │
  4092. └───────────────────────────────────────────────────────────────────────┘
  4093. ┌───────────────────────────────────────────────────────────────────────┐
  4094. │                          ProblemNumber : 4347                         │
  4095. │    Product      : CDD                     Duplicate No.:      0       │
  4096. │    Reported By  : CS                      DateReported :  4/11/94     │
  4097. │    Reported In  : 3008                    RevisedDate  :  4/11/94     │
  4098. │       Fixed In  :                         Status       : Suggestion   │
  4099. │       Origin    :                                                     │
  4100. │    Severity     : Unassigned Severity                                 │
  4101. │                               Synopsis                                │
  4102. │0                                                                      │
  4103. │                                Section                                │
  4104. │                               Documentation                           │
  4105. ├───────────────────────────────────────────────────────────────────────┤
  4106. │                                                                       │
  4107. │                           Problem Description                         │
  4108. │                                                                       │
  4109. │      Fm: Martin Wehlou (Cactus) 72047,2444 MSG#:63948                 │
  4110. │      While on the subject of docs & help <g>: can't seem to find      │
  4111. │      a language quick reference in the cdd 3 online help;             │
  4112. │      something akin to the language quick ref in 2.1 online           │
  4113. │      help, I mean. I found that one *extremely* useful, since         │
  4114. │      I'm totally    incapable of remembering the order of the         │
  4115. │      parameters in stuff like "SUB()", "FORMAT()", "INSTRING()"       │
  4116. │      and similar nifty extravaganzas.                                 │
  4117. │                         Would it be too much to ask...? It's not      │
  4118. │      high-priority in any way, but it sure would be nice to           │
  4119. │      have.                                                            │
  4120. │                              Hmmm... actually I can add that to       │
  4121. │      the help text myself, can't I? (Haven't tried.) Except it        │
  4122. │      gets clobbered with the next update, of course.                  │
  4123. │                                  -- Martin [Cactus Computing          │
  4124. │      bvba - Belgium]                                                  │
  4125. └───────────────────────────────────────────────────────────────────────┘
  4126. ┌───────────────────────────────────────────────────────────────────────┐
  4127. │                          ProblemNumber : 4657                         │
  4128. │    Product      : CDD                     Duplicate No.:      0       │
  4129. │    Reported By  : DP                      DateReported :  5/12/94     │
  4130. │    Reported In  : 3009                    RevisedDate  :  5/13/94     │
  4131. │       Fixed In  :                         Status       : Suggestion   │
  4132. │       Origin    :                                                     │
  4133. │    Severity     : Unassigned Severity                                 │
  4134. │                               Synopsis                                │
  4135. │0                                                                      │
  4136. │                                Section                                │
  4137. │                               Documentation                           │
  4138. ├───────────────────────────────────────────────────────────────────────┤
  4139. │                                                                       │
  4140. │                           Problem Description                         │
  4141. │                                                                       │
  4142. │      You can only zoom in on a Topic in Column 1 only.                │
  4143. └───────────────────────────────────────────────────────────────────────┘
  4144. ┌───────────────────────────────────────────────────────────────────────┐
  4145. │                          ProblemNumber : 5094                         │
  4146. │    Product      : RW                      Duplicate No.:      0       │
  4147. │    Reported By  : J                       DateReported :  6/08/94     │
  4148. │    Reported In  :                         RevisedDate  :  6/08/94     │
  4149. │       Fixed In  :                         Status       : Suggestion   │
  4150. │       Origin    : Internal                                            │
  4151. │    Severity     : Unassigned Severity                                 │
  4152. │                               Synopsis                                │
  4153. │0                                                                      │
  4154. │                                Section                                │
  4155. │                               Documentation                           │
  4156. ├───────────────────────────────────────────────────────────────────────┤
  4157. │                                                                       │
  4158. │                           Problem Description                         │
  4159. │                                                                       │
  4160. │      Tutorial Two example demonstrating two body bands with           │
  4161. │      print filters has insufficient data, may be confusing to         │
  4162. │      customers since only one of the body bands prints. i.e.          │
  4163. │      data file needs some Customer records which are NOT from         │
  4164. │      Florida.                                                         │
  4165. └───────────────────────────────────────────────────────────────────────┘
  4166. ┌───────────────────────────────────────────────────────────────────────┐
  4167. │                          ProblemNumber : 5182                         │
  4168. │    Product      : CDD                     Duplicate No.:      0       │
  4169. │    Reported By  : GW                      DateReported :  8/01/94     │
  4170. │    Reported In  : 3009                    RevisedDate  :  8/01/94     │
  4171. │       Fixed In  :                         Status       : Suggestion   │
  4172. │       Origin    : External                                            │
  4173. │    Severity     : Suggestion or documentation error                   │
  4174. │                               Synopsis                                │
  4175. │           Suggestion for documentation on Display Statement           │
  4176. │                                Section                                │
  4177. │                               Documentation                           │
  4178. ├───────────────────────────────────────────────────────────────────────┤
  4179. │                                                                       │
  4180. │                           Problem Description                         │
  4181. │                                                                       │
  4182. │      As I recall from reading other messages, I wasn't the only       │
  4183. │      one having missed the documentation on 'Smart displays'...       │
  4184. │      >>I'm not sure, possibly in one of the DOC files that            │
  4185. │      shipped with 3007.2. I'm pretty sure that 3007.2 was the         │
  4186. │      release that this "smart" displaying of fields                   │
  4187. │      was introduced.<<                                                │
  4188. │      I just looked, and searched for 'smart' and for 'display'        │
  4189. │      in all the likely .DOC files (README, CHANGES, CORRECTS,         │
  4190. │      even DRIVER...) - case INsensitive, of course. Can't find        │
  4191. │      it (the strings do show up here and there, not the               │
  4192. │      combination). If it's there, it's bedtime <g>.                   │
  4193. │      Can we have that documentation for the next (interim)            │
  4194. │      release, please?                                                 │
  4195. └───────────────────────────────────────────────────────────────────────┘
  4196. ┌───────────────────────────────────────────────────────────────────────┐
  4197. │                          ProblemNumber : 5272                         │
  4198. │    Product      : GUI                     Duplicate No.:      0       │
  4199. │    Reported By  : BN                      DateReported :  8/17/94     │
  4200. │    Reported In  : 3009                    RevisedDate  :  8/17/94     │
  4201. │       Fixed In  :                         Status       : Suggestion   │
  4202. │       Origin    : Internal                                            │
  4203. │    Severity     : Unassigned Severity                                 │
  4204. │                               Synopsis                                │
  4205. │                   Suggestion for the documentation                    │
  4206. │                                Section                                │
  4207. │                               Documentation                           │
  4208. ├───────────────────────────────────────────────────────────────────────┤
  4209. │                                                                       │
  4210. │                           Problem Description                         │
  4211. │                                                                       │
  4212. │      It appears that GUI disables certain screen attributes, for      │
  4213. │      example, the FALL, WIPE, ect attributes for the screen           │
  4214. │      do not seem to have any effect at runtime.                       │
  4215. └───────────────────────────────────────────────────────────────────────┘
  4216. ┌───────────────────────────────────────────────────────────────────────┐
  4217. │                          ProblemNumber : 5294                         │
  4218. │    Product      : CDD                     Duplicate No.:      0       │
  4219. │    Reported By  : GW                      DateReported :  8/22/94     │
  4220. │    Reported In  : 3009                    RevisedDate  :  8/22/94     │
  4221. │       Fixed In  :                         Status       : Suggestion   │
  4222. │       Origin    : Internal                                            │
  4223. │    Severity     : Suggestion or documentation error                   │
  4224. │                               Synopsis                                │
  4225. │               Missing files/extensions in Documentation               │
  4226. │                                Section                                │
  4227. │                               Documentation                           │
  4228. ├───────────────────────────────────────────────────────────────────────┤
  4229. │                                                                       │
  4230. │                           Problem Description                         │
  4231. │                                                                       │
  4232. │      Following is a list of File names/extensions that could be       │
  4233. │      added to the User's Guide for 3.1.                               │
  4234. │      1)Code.$$$ -file generated when xtrace during code               │
  4235. │      generation                                                       │
  4236. │      2).$$$ -created by overlay loader/protected mode                 │
  4237. │      3)Errorinf.$$$ -                                                 │
  4238. │      4).ERR - Compiler errors                                         │
  4239. │      5).INC - Include file used in Templates                          │
  4240. │      6).INI - Configuration file mentioned on B-1                     │
  4241. │      7).MEM - Clarion memo file                                       │
  4242. │      8).TPX - Template file                                           │
  4243. │      9).SWP -                                                         │
  4244. │      10).LOG - Logout file                                            │
  4245. │      11).TR$ - Logout file                                            │
  4246. │      12).RUN - Created by RUN statement                               │
  4247. │      13).OVL -                                                        │
  4248. │      14).DBT - dbaseIII memo                                          │
  4249. │      15).SES - Editor.ses                                             │
  4250. │      16).DBF                                                          │
  4251. │      17).D$$ - temporary dictionary file                              │
  4252. │      18).R$$ - temporary report writer file                           │
  4253. └───────────────────────────────────────────────────────────────────────┘
  4254. ┌───────────────────────────────────────────────────────────────────────┐
  4255. │                          ProblemNumber : 4280                         │
  4256. │    Product      : CDD                     Duplicate No.:      0       │
  4257. │    Reported By  : J                       DateReported :  4/01/94     │
  4258. │    Reported In  : 3007                    RevisedDate  :  4/01/94     │
  4259. │       Fixed In  :                         Status       : Suggestion   │
  4260. │       Origin    :                                                     │
  4261. │    Severity     : Unassigned Severity                                 │
  4262. │                               Synopsis                                │
  4263. │0                                                                      │
  4264. │                                Section                                │
  4265. │                                DOS Driver                             │
  4266. ├───────────────────────────────────────────────────────────────────────┤
  4267. │                                                                       │
  4268. │                           Problem Description                         │
  4269. │                                                                       │
  4270. │      User suggests an error be generated when unsupported             │
  4271. │      functions are used, i.e. HOLD                                    │
  4272. └───────────────────────────────────────────────────────────────────────┘
  4273. ┌───────────────────────────────────────────────────────────────────────┐
  4274. │                          ProblemNumber : 0210                         │
  4275. │    Product      : CDD                     Duplicate No.:      0       │
  4276. │    Reported By  : ??                      DateReported :  2/02/93     │
  4277. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  4278. │       Fixed In  :                         Status       : Suggestion   │
  4279. │       Origin    :                                                     │
  4280. │    Severity     : Suggestion or documentation error                   │
  4281. │                               Synopsis                                │
  4282. │0                                                                      │
  4283. │                                Section                                │
  4284. │                                  Editor                               │
  4285. ├───────────────────────────────────────────────────────────────────────┤
  4286. │                                                                       │
  4287. │                           Problem Description                         │
  4288. │                                                                       │
  4289. │      Suggestion By End User:                                          │
  4290. │           When exporting to a file the file name should default       │
  4291. │      to the last one used.                                            │
  4292. └───────────────────────────────────────────────────────────────────────┘
  4293. ┌───────────────────────────────────────────────────────────────────────┐
  4294. │                          ProblemNumber : 0211                         │
  4295. │    Product      : CDD                     Duplicate No.:      0       │
  4296. │    Reported By  : ??                      DateReported :  2/02/93     │
  4297. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  4298. │       Fixed In  :                         Status       : Suggestion   │
  4299. │       Origin    :                                                     │
  4300. │    Severity     : Suggestion or documentation error                   │
  4301. │                               Synopsis                                │
  4302. │0                                                                      │
  4303. │                                Section                                │
  4304. │                                  Editor                               │
  4305. ├───────────────────────────────────────────────────────────────────────┤
  4306. │                                                                       │
  4307. │                           Problem Description                         │
  4308. │                                                                       │
  4309. │      Suggestion By End User:                                          │
  4310. │          Under options there should be the option for ruler bars      │
  4311. │      as in 2.1                                                        │
  4312. │      Answer: This suggestion will not be placed in the 3.0            │
  4313. │              editor.  This may be addressed in a later release.       │
  4314. └───────────────────────────────────────────────────────────────────────┘
  4315. ┌───────────────────────────────────────────────────────────────────────┐
  4316. │                          ProblemNumber : 0974                         │
  4317. │    Product      : CDD                     Duplicate No.:      0       │
  4318. │    Reported By  : DB                      DateReported :  4/10/93     │
  4319. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  4320. │       Fixed In  :                         Status       : Suggestion   │
  4321. │       Origin    :                                                     │
  4322. │    Severity     : Suggestion or documentation error                   │
  4323. │                               Synopsis                                │
  4324. │0                                                                      │
  4325. │                                Section                                │
  4326. │                                  Editor                               │
  4327. ├───────────────────────────────────────────────────────────────────────┤
  4328. │                                                                       │
  4329. │                           Problem Description                         │
  4330. │                                                                       │
  4331. │      Shouldn't "Undo" be called "Undelete" since all that it          │
  4332. │      could do is undelete a previous CTRL-D?  I assumed that an       │
  4333. │      "Undo" would delete backspaced text and CTRL-END'ed text.        │
  4334. │      Q & A : No change yet at this time.                              │
  4335. └───────────────────────────────────────────────────────────────────────┘
  4336. ┌───────────────────────────────────────────────────────────────────────┐
  4337. │                          ProblemNumber : 1131                         │
  4338. │    Product      : CDD                     Duplicate No.:      0       │
  4339. │    Reported By  : CS                      DateReported :  5/03/93     │
  4340. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  4341. │       Fixed In  :                         Status       : Suggestion   │
  4342. │       Origin    :                                                     │
  4343. │    Severity     : Unassigned Severity                                 │
  4344. │                               Synopsis                                │
  4345. │0                                                                      │
  4346. │                                Section                                │
  4347. │                                  Editor                               │
  4348. ├───────────────────────────────────────────────────────────────────────┤
  4349. │                                                                       │
  4350. │                           Problem Description                         │
  4351. │                                                                       │
  4352. │      Fm: Thomas D. Stevens 71726,367                                  │
  4353. │        Am I missing something here?  To run a macro, I have to        │
  4354. │      summon the Macro Play function, and then select the macro?       │
  4355. │      Whatever happened to the CEDT macro facility, which worked       │
  4356. │      well, or even the TS macros? Wazzup?                             │
  4357. └───────────────────────────────────────────────────────────────────────┘
  4358. ┌───────────────────────────────────────────────────────────────────────┐
  4359. │                          ProblemNumber : 1218                         │
  4360. │    Product      : CDD                     Duplicate No.:      0       │
  4361. │    Reported By  : CS                      DateReported :  5/13/93     │
  4362. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  4363. │       Fixed In  :                         Status       : Suggestion   │
  4364. │       Origin    :                                                     │
  4365. │    Severity     : Suggestion or documentation error                   │
  4366. │                               Synopsis                                │
  4367. │0                                                                      │
  4368. │                                Section                                │
  4369. │                                  Editor                               │
  4370. ├───────────────────────────────────────────────────────────────────────┤
  4371. │                                                                       │
  4372. │                           Problem Description                         │
  4373. │                                                                       │
  4374. │      Fm: DOUG ANDREWS 73740,2622                                      │
  4375. │      Two minor editor bugs.                                           │
  4376. │      1.  If you mark a portion of several lines of text in block      │
  4377. │      mode, and press the END key, the block does not move to the      │
  4378. │      right of the longest line in the marked block.  It used to       │
  4379. │      2.1.                                                             │
  4380. │      2.  If you put the cursor on a line that only contains a         │
  4381. │      period, say period is in col 5 and cursor in col 50, then        │
  4382. │      try to use the plus or minus keys to shift the period, most      │
  4383. │      of the time it won't move. Sometimes it will move, but only      │
  4384. │      one way.                                                         │
  4385. │      3.  I have seen other notes, so add me to the list of            │
  4386. │      people that would like something done about that macro play      │
  4387. │      function. It's cumbersome to the point of being useless.         │
  4388. │      Thanks                                                           │
  4389. │      Doug Andrews                                                     │
  4390. │      1 & 2 are Fixed                                                  │
  4391. │      3. Version 3.1                                                   │
  4392. └───────────────────────────────────────────────────────────────────────┘
  4393. ┌───────────────────────────────────────────────────────────────────────┐
  4394. │                          ProblemNumber : 1576                         │
  4395. │    Product      : CDD                     Duplicate No.:      0       │
  4396. │    Reported By  : CS                      DateReported :  6/17/93     │
  4397. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  4398. │       Fixed In  :                         Status       : Suggestion   │
  4399. │       Origin    :                                                     │
  4400. │    Severity     : Suggestion or documentation error                   │
  4401. │                               Synopsis                                │
  4402. │0                                                                      │
  4403. │                                Section                                │
  4404. │                                  Editor                               │
  4405. ├───────────────────────────────────────────────────────────────────────┤
  4406. │                                                                       │
  4407. │                           Problem Description                         │
  4408. │                                                                       │
  4409. │      Fm: Advantage Software 100116,3350                               │
  4410. │      L.S.                                                             │
  4411. │        one of our clients would like to be able to load any           │
  4412. │        sourcefile that was recently compiled with errors, and         │
  4413. │      being able to jump with Ctrl-E to the errors in this             │
  4414. │      sourcefile first, as opposed to another sourcefile which         │
  4415. │      happened to be compiled earlier. This means: being able to       │
  4416. │      'jump into' the errorlist for a specific sourcefile,             │
  4417. │      continue the errorlist from there (into following                │
  4418. │      sourcefiles with errors), and at the end of the errorlist        │
  4419. │      jump to the first sourcefile.                                    │
  4420. │        This was the way Ctrl-E behaved in the CPD 2.1 editor,         │
  4421. │      and he liked it. We tend to agree with him.                      │
  4422. └───────────────────────────────────────────────────────────────────────┘
  4423. ┌───────────────────────────────────────────────────────────────────────┐
  4424. │                          ProblemNumber : 1756                         │
  4425. │    Product      : CDD                     Duplicate No.:      0       │
  4426. │    Reported By  : CS                      DateReported :  7/09/93     │
  4427. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  4428. │       Fixed In  :                         Status       : Suggestion   │
  4429. │       Origin    :                                                     │
  4430. │    Severity     : Suggestion or documentation error                   │
  4431. │                               Synopsis                                │
  4432. │0                                                                      │
  4433. │                                Section                                │
  4434. │                                  Editor                               │
  4435. ├───────────────────────────────────────────────────────────────────────┤
  4436. │                                                                       │
  4437. │                           Problem Description                         │
  4438. │                                                                       │
  4439. │      Fm: Thomas D. Stevens 71726,367                                  │
  4440. │      >>> Also, I like to pop in and out of "Zone Insert" mode. H      │
  4441. │      ow about     adding a hot key so I don't need to wade            │
  4442. │      through menus to achieve     this?                               │
  4443. │          >>> I use CtrlL for this and it is very effective.           │
  4444. │        I think you missed my point on this one ... Ctrl-L             │
  4445. │      togglesbetween block and line modes.                             │
  4446. │             What I want is a toggle for Zone Insert (used to be       │
  4447. │      Ctrl-Z  in 2.x).  This option is currently toggled from some     │
  4448. │       obscureeditor menu, and has no hot key.                         │
  4449. │              Q&A:  Currently I don't think there is a hot key         │
  4450. │      available  for Zone Toggle.                                      │
  4451. └───────────────────────────────────────────────────────────────────────┘
  4452. ┌───────────────────────────────────────────────────────────────────────┐
  4453. │                          ProblemNumber : 2049                         │
  4454. │    Product      : CDD                     Duplicate No.:      0       │
  4455. │    Reported By  : DH                      DateReported :  8/05/93     │
  4456. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  4457. │       Fixed In  :                         Status       : Suggestion   │
  4458. │       Origin    :                                                     │
  4459. │    Severity     : Unassigned Severity                                 │
  4460. │                               Synopsis                                │
  4461. │0                                                                      │
  4462. │                                Section                                │
  4463. │                                  Editor                               │
  4464. ├───────────────────────────────────────────────────────────────────────┤
  4465. │                                                                       │
  4466. │                           Problem Description                         │
  4467. │                                                                       │
  4468. │      User says....                                                    │
  4469. │      Every other text editor and wordprocessor on the planet          │
  4470. │      uses Ctrl_home to go to the first line in the file. Clarion      │
  4471. │      uses it to erase the current line.  He would like this           │
  4472. │      changed.                                                         │
  4473. └───────────────────────────────────────────────────────────────────────┘
  4474. ┌───────────────────────────────────────────────────────────────────────┐
  4475. │                          ProblemNumber : 2333                         │
  4476. │    Product      : CDD                     Duplicate No.:      0       │
  4477. │    Reported By  : TB                      DateReported :  9/16/93     │
  4478. │    Reported In  : 3005B                   RevisedDate  :  4/27/94     │
  4479. │       Fixed In  :                         Status       : Suggestion   │
  4480. │       Origin    :                                                     │
  4481. │    Severity     : Unassigned Severity                                 │
  4482. │                               Synopsis                                │
  4483. │0                                                                      │
  4484. │                                Section                                │
  4485. │                                  Editor                               │
  4486. ├───────────────────────────────────────────────────────────────────────┤
  4487. │                                                                       │
  4488. │                           Problem Description                         │
  4489. │                                                                       │
  4490. │      when creating a macro -=- ctrl k is pressed                      │
  4491. │      it then asks for the keystroke that you want for this macro      │
  4492. │      after you type that key it brings up a screen for                │
  4493. │      description.....   If you are going to bring up a screen         │
  4494. │      for the description anyways why not bring it up for the          │
  4495. │      entry of the letter that will play the macro?????                │
  4496. │      The Suggestion here is to bring up that screen for both          │
  4497. │      fields.                                                          │
  4498. └───────────────────────────────────────────────────────────────────────┘
  4499. ┌───────────────────────────────────────────────────────────────────────┐
  4500. │                          ProblemNumber : 2559                         │
  4501. │    Product      : CDD                     Duplicate No.:      0       │
  4502. │    Reported By  : DH                      DateReported : 10/05/93     │
  4503. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  4504. │       Fixed In  :                         Status       : Suggestion   │
  4505. │       Origin    :                                                     │
  4506. │    Severity     : Unassigned Severity                                 │
  4507. │                               Synopsis                                │
  4508. │0                                                                      │
  4509. │                                Section                                │
  4510. │                                  Editor                               │
  4511. ├───────────────────────────────────────────────────────────────────────┤
  4512. │                                                                       │
  4513. │                           Problem Description                         │
  4514. │                                                                       │
  4515. │      User wants the gray * to be an asterick instead of a space       │
  4516. │      in the editor. This is a left over from 2.1. I'm not sure        │
  4517. │      of its usefulness.                                               │
  4518. └───────────────────────────────────────────────────────────────────────┘
  4519. ┌───────────────────────────────────────────────────────────────────────┐
  4520. │                          ProblemNumber : 2678                         │
  4521. │    Product      : CDD                     Duplicate No.:      0       │
  4522. │    Reported By  : CS                      DateReported : 10/18/93     │
  4523. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  4524. │       Fixed In  :                         Status       : Suggestion   │
  4525. │       Origin    :                                                     │
  4526. │    Severity     : Suggestion or documentation error                   │
  4527. │                               Synopsis                                │
  4528. │0                                                                      │
  4529. │                                Section                                │
  4530. │                                  Editor                               │
  4531. ├───────────────────────────────────────────────────────────────────────┤
  4532. │                                                                       │
  4533. │                           Problem Description                         │
  4534. │                                                                       │
  4535. │      Fm: Wayne Eggleston 73777,607 MSG#:36528                         │
  4536. │      Is there any way to set the Insert/Overwrite mode default        │
  4537. │      in the editor?  It always defaults to Overwrite which is         │
  4538. │      getting VERY frustrating!                                        │
  4539. │      From Greg_W:I duplicated this problem and it is a duplicate      │
  4540. │      of bug#327.                                                      │
  4541. └───────────────────────────────────────────────────────────────────────┘
  4542. ┌───────────────────────────────────────────────────────────────────────┐
  4543. │                          ProblemNumber : 2893                         │
  4544. │    Product      : CDD                     Duplicate No.:      0       │
  4545. │    Reported By  : CS                      DateReported : 11/03/93     │
  4546. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  4547. │       Fixed In  :                         Status       : Suggestion   │
  4548. │       Origin    :                                                     │
  4549. │    Severity     : Suggestion or documentation error                   │
  4550. │                               Synopsis                                │
  4551. │0                                                                      │
  4552. │                                Section                                │
  4553. │                                  Editor                               │
  4554. ├───────────────────────────────────────────────────────────────────────┤
  4555. │                                                                       │
  4556. │                           Problem Description                         │
  4557. │                                                                       │
  4558. │      Fm: Paul Smulders 72114,3357 MSG#:40100                          │
  4559. │      Loading editor costs a lot of time.                              │
  4560. │      I am impatient and start typing Ctrl-S (for search) and          │
  4561. │      some text. It is annoying to find out that, once editor is       │
  4562. │      loaded, part of my text is typed into my document.               │
  4563. │      I know, I know, it is my fault and I am to impatient. But        │
  4564. │      ifpossible and not to much trouble, please don't clear the       │
  4565. │        keyboardbuffer when Editor is ready. It would enable me        │
  4566. │      and many others to start typing during the loading time of       │
  4567. │          Editor.                                                      │
  4568. └───────────────────────────────────────────────────────────────────────┘
  4569. ┌───────────────────────────────────────────────────────────────────────┐
  4570. │                          ProblemNumber : 3343                         │
  4571. │    Product      : CDD                     Duplicate No.:      0       │
  4572. │    Reported By  : JB                      DateReported : 12/17/93     │
  4573. │    Reported In  : 3007                    RevisedDate  :  4/27/94     │
  4574. │       Fixed In  :                         Status       : Suggestion   │
  4575. │       Origin    :                                                     │
  4576. │    Severity     : Suggestion or documentation error                   │
  4577. │                               Synopsis                                │
  4578. │0                                                                      │
  4579. │                                Section                                │
  4580. │                                  Editor                               │
  4581. ├───────────────────────────────────────────────────────────────────────┤
  4582. │                                                                       │
  4583. │                           Problem Description                         │
  4584. │                                                                       │
  4585. │      Chromacoding (the use of color to highlight syntax) is           │
  4586. │      becoming more common in commercial editors.  I think that        │
  4587. │      for v3.1, we should consider on-the-fly syntax                   │
  4588. │      highlighting,showing comments and OMITs (perhaps in red),        │
  4589. │      language       statements (perhaps in green), text or            │
  4590. │      constants (perhaps   in red, also), sectional separators         │
  4591. │      (e.g. CODE, in blue),   etc.  This would be very helpful in      │
  4592. │      locating code as well   as highlighting (no pun intended)        │
  4593. │      the simplicity of the     Clarion language.                      │
  4594. └───────────────────────────────────────────────────────────────────────┘
  4595. ┌───────────────────────────────────────────────────────────────────────┐
  4596. │                          ProblemNumber : 3743                         │
  4597. │    Product      : CDD                     Duplicate No.:      0       │
  4598. │    Reported By  : CS                      DateReported :  2/09/94     │
  4599. │    Reported In  : 30071                   RevisedDate  :  2/09/94     │
  4600. │       Fixed In  :                         Status       : Suggestion   │
  4601. │       Origin    :                                                     │
  4602. │    Severity     : Unassigned Severity                                 │
  4603. │                               Synopsis                                │
  4604. │0                                                                      │
  4605. │                                Section                                │
  4606. │                                  Editor                               │
  4607. ├───────────────────────────────────────────────────────────────────────┤
  4608. │                                                                       │
  4609. │                           Problem Description                         │
  4610. │                                                                       │
  4611. │      Fm: Mike Hanson, BoxSoft 73234,1447 MSG#:53565                   │
  4612. │      Hi!  Just a wish that I've mentioned a couple of times, and      │
  4613. │      it shouldn't be too tough to implement.  With the advent of      │
  4614. │      3.0, the interface designers at Clarion decided that some        │
  4615. │      people working with the Editor would like to mark blocks         │
  4616. │      for  operations before actually deciding which operation to      │
  4617. │      perform (ie: the "Mark Block First" option).  This is not a      │
  4618. │      problem, as it is an option. The problem is that the Ctrl-B      │
  4619. │      key was stolen for this pursuit, and Ctrl-B's functionality      │
  4620. │           was moved to Ctrl-L.                                        │
  4621. │           I am requesting that you treat Ctrl-B as Ctrl-L if the      │
  4622. │      "Mark Block First" option is disabled.  The main reason I        │
  4623. │      want this is that I normally let my fingers hover over           │
  4624. │      Ctrl-C and Ctrl-B, while maneuvering with the cursor keys.       │
  4625. │                  By forcing me to use Ctrl-L, I must repeatedly       │
  4626. │      return my hand to the home row because I continue to forgot      │
  4627. │      to hit Ctrl-L before heading off to the cursor keypad.           │
  4628. │                   This would make me very happy.  I thought I         │
  4629. │      had gotten over it, but after using CDD3 for over a year         │
  4630. │      I've decided that there is a better way.  Please put some        │
  4631. │      consideration into this.  It shouldn't be too tough to do.       │
  4632. │      Thanks in advance!   Catch you later!                            │
  4633. │                           -=> Mike Hanson, BoxSoft <=-                │
  4634. │                           There is 1 Reply.                           │
  4635. └───────────────────────────────────────────────────────────────────────┘
  4636. ┌───────────────────────────────────────────────────────────────────────┐
  4637. │                          ProblemNumber : 3772                         │
  4638. │    Product      : CDD                     Duplicate No.:      0       │
  4639. │    Reported By  : CS                      DateReported :  2/10/94     │
  4640. │    Reported In  : 30071                   RevisedDate  :  2/10/94     │
  4641. │       Fixed In  :                         Status       : Suggestion   │
  4642. │       Origin    :                                                     │
  4643. │    Severity     : Unassigned Severity                                 │
  4644. │                               Synopsis                                │
  4645. │0                                                                      │
  4646. │                                Section                                │
  4647. │                                  Editor                               │
  4648. ├───────────────────────────────────────────────────────────────────────┤
  4649. │                                                                       │
  4650. │                           Problem Description                         │
  4651. │                                                                       │
  4652. │      Regarding editor hot keys....why not provide, in a setup         │
  4653. │      type environment, the capability to assign user (us the          │
  4654. │      programmers) defined control keys for all the                    │
  4655. │      functions.  Then if you liked Ctrl-B better than Ctrl-L          │
  4656. │      then you could assign                                            │
  4657. │      it in your environment setup.                                    │
  4658. └───────────────────────────────────────────────────────────────────────┘
  4659. ┌───────────────────────────────────────────────────────────────────────┐
  4660. │                          ProblemNumber : 3897                         │
  4661. │    Product      : CDD                     Duplicate No.:      0       │
  4662. │    Reported By  : CS                      DateReported :  2/17/94     │
  4663. │    Reported In  : 30071                   RevisedDate  :  2/17/94     │
  4664. │       Fixed In  :                         Status       : Suggestion   │
  4665. │       Origin    :                                                     │
  4666. │    Severity     : Unassigned Severity                                 │
  4667. │                               Synopsis                                │
  4668. │0                                                                      │
  4669. │                                Section                                │
  4670. │                                  Editor                               │
  4671. ├───────────────────────────────────────────────────────────────────────┤
  4672. │                                                                       │
  4673. │                           Problem Description                         │
  4674. │                                                                       │
  4675. │      Fm: GLENN HARDIN 72611,1410 MSG#:55640                           │
  4676. │      Give us the capability to assign our chosen keystroke            │
  4677. │      combinations for the various actions throughout EDITOR and       │
  4678. │      the rest of the Clarion environment. ..............Happpy        │
  4679. │      Programming...Glenn                                              │
  4680. └───────────────────────────────────────────────────────────────────────┘
  4681. ┌───────────────────────────────────────────────────────────────────────┐
  4682. │                          ProblemNumber : 3920                         │
  4683. │    Product      : CDD                     Duplicate No.:      0       │
  4684. │    Reported By  : DB                      DateReported :  2/21/94     │
  4685. │    Reported In  : 3007                    RevisedDate  :  7/12/94     │
  4686. │       Fixed In  :                         Status       : Suggestion   │
  4687. │       Origin    :                                                     │
  4688. │    Severity     : Unassigned Severity                                 │
  4689. │                               Synopsis                                │
  4690. │0                                                                      │
  4691. │                                Section                                │
  4692. │                                  Editor                               │
  4693. ├───────────────────────────────────────────────────────────────────────┤
  4694. │                                                                       │
  4695. │                           Problem Description                         │
  4696. │                                                                       │
  4697. │      Editor will not take you to an error if it is in an              │
  4698. │      Embed that was generated by the app generator.  It WILL          │
  4699. │      work if you are in the app generator.                            │
  4700. │      Dave:                                                            │
  4701. │         This is due to the fact that from the editor I am still       │
  4702. │      getting embedded source names instead of CLA file names. If      │
  4703. │      I were given a switch for the compiler to tell it to             │
  4704. │      renumber the errors for editor vs generator this could be        │
  4705. │      handled.                                                         │
  4706. │         Thanks - Lisa ( R&D at Clarion )                              │
  4707. └───────────────────────────────────────────────────────────────────────┘
  4708. ┌───────────────────────────────────────────────────────────────────────┐
  4709. │                          ProblemNumber : 3963                         │
  4710. │    Product      : CDD                     Duplicate No.:      0       │
  4711. │    Reported By  : CS                      DateReported :  2/25/94     │
  4712. │    Reported In  : 30071                   RevisedDate  :  2/25/94     │
  4713. │       Fixed In  :                         Status       : Suggestion   │
  4714. │       Origin    :                                                     │
  4715. │    Severity     : Unassigned Severity                                 │
  4716. │                               Synopsis                                │
  4717. │0                                                                      │
  4718. │                                Section                                │
  4719. │                                  Editor                               │
  4720. ├───────────────────────────────────────────────────────────────────────┤
  4721. │                                                                       │
  4722. │                           Problem Description                         │
  4723. │                                                                       │
  4724. │      Fm: Arthur  Svensson 71554,3162 MSG#:57137                       │
  4725. │      The movement of text seems inconsistent. In 'good ole' 2.1       │
  4726. │      pressing ^M hi-lited the text to be moved. After pressing        │
  4727. │      ENTER   the hi-lited text moved and 'displaced' the              │
  4728. │      unselected text.  In true WYSIWYG fashion you could see          │
  4729. │      where the text would be placed before you pressed the final      │
  4730. │      ENTER key.                                                       │
  4731. │               In 3.0 the 'displacement' doesn't occur ... the         │
  4732. │      elegant WSIWIG if 2.1 is   gone.   If moving text 'down',        │
  4733. │      the selected block is moved one line   _below_  the visual       │
  4734. │      'release' point (As I recall the same happens when   moving      │
  4735. │      text 'up').  This causes my feeble mind to churn & churn.        │
  4736. │      It's not        a big deal _but_ it would make life easier       │
  4737. │      for those of us who use both   2.1 & 3.0 to have a               │
  4738. │      consistent Editor interface.                                     │
  4739. │                                Please mention it to the IDE           │
  4740. │      designers.    TIA.                                               │
  4741. │      -----------------------------------------------------------      │
  4742. └───────────────────────────────────────────────────────────────────────┘
  4743. ┌───────────────────────────────────────────────────────────────────────┐
  4744. │                          ProblemNumber : 4074                         │
  4745. │    Product      : CDD                     Duplicate No.:      0       │
  4746. │    Reported By  : CS                      DateReported :  3/08/94     │
  4747. │    Reported In  : 30071                   RevisedDate  :  3/08/94     │
  4748. │       Fixed In  :                         Status       : Suggestion   │
  4749. │       Origin    :                                                     │
  4750. │    Severity     : Unassigned Severity                                 │
  4751. │                               Synopsis                                │
  4752. │0                                                                      │
  4753. │                                Section                                │
  4754. │                                  Editor                               │
  4755. ├───────────────────────────────────────────────────────────────────────┤
  4756. │                                                                       │
  4757. │                           Problem Description                         │
  4758. │                                                                       │
  4759. │      How can I get insert mode to become the default for the          │
  4760. │      text editor,app                                                  │
  4761. │      generator and to remain in effect?  I'm screaming sick and       │
  4762. │      tired of the various                                             │
  4763. │      IDE tools flipping insert mode off when I have it enabled        │
  4764. │      (by pressing the INS                                             │
  4765. │      key).                                                            │
  4766. └───────────────────────────────────────────────────────────────────────┘
  4767. ┌───────────────────────────────────────────────────────────────────────┐
  4768. │                          ProblemNumber : 4380                         │
  4769. │    Product      : CDD                     Duplicate No.:      0       │
  4770. │    Reported By  : PB                      DateReported :  4/14/94     │
  4771. │    Reported In  : 3008                    RevisedDate  :  4/14/94     │
  4772. │       Fixed In  :                         Status       : Suggestion   │
  4773. │       Origin    :                                                     │
  4774. │    Severity     : Unassigned Severity                                 │
  4775. │                               Synopsis                                │
  4776. │0                                                                      │
  4777. │                                Section                                │
  4778. │                                  Editor                               │
  4779. ├───────────────────────────────────────────────────────────────────────┤
  4780. │                                                                       │
  4781. │                           Problem Description                         │
  4782. │                                                                       │
  4783. │      user would like to see how many replaces were done after a       │
  4784. │      search and replace operation.                                    │
  4785. └───────────────────────────────────────────────────────────────────────┘
  4786. ┌───────────────────────────────────────────────────────────────────────┐
  4787. │                          ProblemNumber : 4381                         │
  4788. │    Product      : CDD                     Duplicate No.:      0       │
  4789. │    Reported By  : PB                      DateReported :  4/14/94     │
  4790. │    Reported In  : 3008                    RevisedDate  :  4/14/94     │
  4791. │       Fixed In  :                         Status       : Suggestion   │
  4792. │       Origin    :                                                     │
  4793. │    Severity     : Unassigned Severity                                 │
  4794. │                               Synopsis                                │
  4795. │0                                                                      │
  4796. │                                Section                                │
  4797. │                                  Editor                               │
  4798. ├───────────────────────────────────────────────────────────────────────┤
  4799. │                                                                       │
  4800. │                           Problem Description                         │
  4801. │                                                                       │
  4802. │      suggested by user - when editing a read-only file at save        │
  4803. │      time you are told you cannot save a read only file.  User        │
  4804. │      would like to be able to change the file attribute at the        │
  4805. │      time he is told he cannot save the file, instead of going        │
  4806. │      back to the dos shell and changing the attribute and then        │
  4807. │      going back to edit the file.                                     │
  4808. └───────────────────────────────────────────────────────────────────────┘
  4809. ┌───────────────────────────────────────────────────────────────────────┐
  4810. │                          ProblemNumber : 4402                         │
  4811. │    Product      : CDD                     Duplicate No.:      0       │
  4812. │    Reported By  : UK                      DateReported :  4/15/94     │
  4813. │    Reported In  : 3009                    RevisedDate  :  4/15/94     │
  4814. │       Fixed In  :                         Status       : Suggestion   │
  4815. │       Origin    :                                                     │
  4816. │    Severity     : Unassigned Severity                                 │
  4817. │                               Synopsis                                │
  4818. │0                                                                      │
  4819. │                                Section                                │
  4820. │                                  Editor                               │
  4821. ├───────────────────────────────────────────────────────────────────────┤
  4822. │                                                                       │
  4823. │                           Problem Description                         │
  4824. │                                                                       │
  4825. │      There seems to be a need of improvement with the Macro           │
  4826. │      playback in the editor.  It is no where near as effective        │
  4827. │      as the 2.1 macro playback.                                       │
  4828. │      For example in 2.1 one could have the Tracking selection         │
  4829. │      come up and select a track character and draw it, or I can       │
  4830. │      import from a file, and there are other items.                   │
  4831. └───────────────────────────────────────────────────────────────────────┘
  4832. ┌───────────────────────────────────────────────────────────────────────┐
  4833. │                          ProblemNumber : 4958                         │
  4834. │    Product      : CDD                     Duplicate No.:      0       │
  4835. │    Reported By  : GW                      DateReported :  7/19/94     │
  4836. │    Reported In  : 3009                    RevisedDate  :  7/19/94     │
  4837. │       Fixed In  :                         Status       : Suggestion   │
  4838. │       Origin    : External                                            │
  4839. │    Severity     : Suggestion or documentation error                   │
  4840. │                               Synopsis                                │
  4841. │             Make CTRL-F work anywhere within a Structure              │
  4842. │                                Section                                │
  4843. │                                  Editor                               │
  4844. ├───────────────────────────────────────────────────────────────────────┤
  4845. │                                                                       │
  4846. │                           Problem Description                         │
  4847. │                                                                       │
  4848. │      Are there any intentions of correcting the Ctrl-F function       │
  4849. │      in the CDD editor to allow access to the screen formatter        │
  4850. │      WITH OUT having to be on the "SCREEN" line in source code.       │
  4851. │      This is really bothersome!!!!                                    │
  4852. └───────────────────────────────────────────────────────────────────────┘
  4853. ┌───────────────────────────────────────────────────────────────────────┐
  4854. │                          ProblemNumber : 4417                         │
  4855. │    Product      : CDD                     Duplicate No.:      0       │
  4856. │    Reported By  : CS                      DateReported :  4/18/94     │
  4857. │    Reported In  : 3008                    RevisedDate  :  4/18/94     │
  4858. │       Fixed In  :                         Status       : Suggestion   │
  4859. │       Origin    :                                                     │
  4860. │    Severity     : Unassigned Severity                                 │
  4861. │                               Synopsis                                │
  4862. │0                                                                      │
  4863. │                                Section                                │
  4864. │                           Example Applications                        │
  4865. ├───────────────────────────────────────────────────────────────────────┤
  4866. │                                                                       │
  4867. │                           Problem Description                         │
  4868. │                                                                       │
  4869. │      Fm: SCOTT CHARLES 74144,151 MSG#:66194                           │
  4870. │      i notice that there is no support for hp III in the laster       │
  4871. │      ctl file.  has the ctl not been updated?  does anybody know      │
  4872. │      when, or if, it will be? any info on printer support will        │
  4873. │      be appreciated. scott charles.                                   │
  4874. └───────────────────────────────────────────────────────────────────────┘
  4875. ┌───────────────────────────────────────────────────────────────────────┐
  4876. │                          ProblemNumber : 3820                         │
  4877. │    Product      : CDD                     Duplicate No.:      0       │
  4878. │    Reported By  : CS                      DateReported :  2/14/94     │
  4879. │    Reported In  : 30071                   RevisedDate  :  2/14/94     │
  4880. │       Fixed In  :                         Status       : Suggestion   │
  4881. │       Origin    :                                                     │
  4882. │    Severity     : Unassigned Severity                                 │
  4883. │                               Synopsis                                │
  4884. │0                                                                      │
  4885. │                                Section                                │
  4886. │                               File Template                           │
  4887. ├───────────────────────────────────────────────────────────────────────┤
  4888. │                                                                       │
  4889. │                           Problem Description                         │
  4890. │                                                                       │
  4891. │      Fm: Rob Mousley 100075,772 MSG#:54880                            │
  4892. │      I'm sure that you will correct this in time, but I thought       │
  4893. │      I'd point it out...                                              │
  4894. │       SUGGESTION                                                      │
  4895. │       ----------                                                      │
  4896. │       Starting on line 198 of FILE.TPX, the following code may        │
  4897. │      be found                                                         │
  4898. │               SETPATH(SaveDir)                           !            │
  4899. │      Return to starting path   #IF(%DirQueueExists)                   │
  4900. │                    FREE(DirQueue)                             !       │
  4901. │      Free the DirQueue memory   #ENDIF                                │
  4902. │                    FREE(FileQueue)                            !       │
  4903. │      Free the FileQueue memory   #IF(%ClearOnCancel)                  │
  4904. │                    CLEAR(%SaveFilenameVar)                            │
  4905. │      #<! Clear the filename variable                                  │
  4906. │                   #ENDIF                                              │
  4907. │                       DO ProcedureReturn                              │
  4908. │      #<! And leave the Procedure                                      │
  4909. │                 But ProcedureReturn repeats all this code - kill      │
  4910. │      all the above lines except DO ProcedureReturn.                   │
  4911. │                 ProcedureReturn ROUTINE                               │
  4912. │      #<! return from the PROC   SETPATH(SaveDir)                      │
  4913. │                    !Return to starting path                           │
  4914. │      #IF(%DirQueueExists)            FREE(DirQueue)                   │
  4915. │                         !Free the DirQueue memory   #ENDIF            │
  4916. │                                      FREE(FileQueue)                  │
  4917. │                         !Free the FileQueue memory   DO               │
  4918. │      EndOfProcedureEmbed                         #<! Process the      │
  4919. │      final EMBED   RETURN                                             │
  4920. │       #<! END exit the PROC                                           │
  4921. └───────────────────────────────────────────────────────────────────────┘
  4922. ┌───────────────────────────────────────────────────────────────────────┐
  4923. │                          ProblemNumber : 4617                         │
  4924. │    Product      : CDD                     Duplicate No.:      0       │
  4925. │    Reported By  : TB                      DateReported :  5/05/94     │
  4926. │    Reported In  : 3008                    RevisedDate  :  7/05/94     │
  4927. │       Fixed In  :                         Status       : Suggestion   │
  4928. │       Origin    :                                                     │
  4929. │    Severity     : Unassigned Severity                                 │
  4930. │                               Synopsis                                │
  4931. │0                                                                      │
  4932. │                                Section                                │
  4933. │                               File Template                           │
  4934. ├───────────────────────────────────────────────────────────────────────┤
  4935. │                                                                       │
  4936. │                           Problem Description                         │
  4937. │                                                                       │
  4938. │      The directory can not be changed unless you double-click on      │
  4939. │      the directory list box.  There needs to be a way to change       │
  4940. │      directory without that.  Like in cshell, pressing the enter      │
  4941. │      ke while in the list box would change directories.               │
  4942. │      QA&E:  Please supply a testfile and reset Status to              │
  4943. │      Incident.                                                        │
  4944. │      TB: Use demo.app in the example directory to demonstrate         │
  4945. │      this.                                                            │
  4946. └───────────────────────────────────────────────────────────────────────┘
  4947. ┌───────────────────────────────────────────────────────────────────────┐
  4948. │                          ProblemNumber : 1199                         │
  4949. │    Product      : CDD                     Duplicate No.:      0       │
  4950. │    Reported By  : CS                      DateReported :  5/13/93     │
  4951. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  4952. │       Fixed In  :                         Status       : Suggestion   │
  4953. │       Origin    :                                                     │
  4954. │    Severity     : Unassigned Severity                                 │
  4955. │                               Synopsis                                │
  4956. │0                                                                      │
  4957. │                                Section                                │
  4958. │                               Form Template                           │
  4959. ├───────────────────────────────────────────────────────────────────────┤
  4960. │                                                                       │
  4961. │                           Problem Description                         │
  4962. │                                                                       │
  4963. │      Fm: Jan van Dalen 71773,3321                                     │
  4964. │      ask R&D to add a Source to the FORM template?                    │
  4965. │                         Setup Before Opening Screen                   │
  4966. │      This will allow for code after knowing which action is in        │
  4967. │      effect and before the screen will be open.                       │
  4968. └───────────────────────────────────────────────────────────────────────┘
  4969. ┌───────────────────────────────────────────────────────────────────────┐
  4970. │                          ProblemNumber : 1271                         │
  4971. │    Product      : CDD                     Duplicate No.:      0       │
  4972. │    Reported By  : TB                      DateReported :  5/17/93     │
  4973. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  4974. │       Fixed In  :                         Status       : Suggestion   │
  4975. │       Origin    :                                                     │
  4976. │    Severity     : Unassigned Severity                                 │
  4977. │                               Synopsis                                │
  4978. │0                                                                      │
  4979. │                                Section                                │
  4980. │                               Form Template                           │
  4981. ├───────────────────────────────────────────────────────────────────────┤
  4982. │                                                                       │
  4983. │                           Problem Description                         │
  4984. │                                                                       │
  4985. │      when pressing the ok button,, there are two embeds for           │
  4986. │      this.  the extra one, not the edit procedure, could we           │
  4987. │      place this one after OF NOMOREFIELDS this is a place where       │
  4988. │      we could put code for something that is to happen only one       │
  4989. │      time when pressing the ok button.  If a field is required        │
  4990. │      and it is blank when youi press the ok button the after ok       │
  4991. │      is pressed embed will happen twice.                              │
  4992. │      Maybe we should just add a new one so as to not make code        │
  4993. │      act differently than how it appears now for any embeds they      │
  4994. │      are currently using.                                             │
  4995. └───────────────────────────────────────────────────────────────────────┘
  4996. ┌───────────────────────────────────────────────────────────────────────┐
  4997. │                          ProblemNumber : 1428                         │
  4998. │    Product      : CDD                     Duplicate No.:      0       │
  4999. │    Reported By  : CS                      DateReported :  6/03/93     │
  5000. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  5001. │       Fixed In  :                         Status       : Suggestion   │
  5002. │       Origin    :                                                     │
  5003. │    Severity     : Unassigned Severity                                 │
  5004. │                               Synopsis                                │
  5005. │0                                                                      │
  5006. │                                Section                                │
  5007. │                               Form Template                           │
  5008. ├───────────────────────────────────────────────────────────────────────┤
  5009. │                                                                       │
  5010. │                           Problem Description                         │
  5011. │                                                                       │
  5012. │      Fm: Barry McClure 75170,1100                                     │
  5013. │      When defining the Referential Integrity fields in the            │
  5014. │      dictionary, it can't link to the child field using a             │
  5015. │      constant or a variable. For example. If I have 2 files,          │
  5016. │      Student & Notes.                                                 │
  5017. │               (One To Many Relationship)                              │
  5018. │      ===STUDENT FILE====       ======NOTES FILE=====                  │
  5019. │      (No Link???)              NOT:Note_Type   X(3)                   │
  5020. │                              (Key not set correctly)                  │
  5021. │      Student_Id X(10)  ---->  NOT:Note_Id X(10)                       │
  5022. │                                                             I         │
  5023. │      would like to define the Parent to Child link as:                │
  5024. │        'ST'           ---->  NOT:Note_Type                            │
  5025. │           ('ST' denotes Student Notes)                                │
  5026. │      STU:Student_Id ---->  NOT:Note_Id                                │
  5027. │                    (Finds note for this student)                      │
  5028. │                or                                                     │
  5029. │      GBL:varname    ----> NOT:Note_Type                               │
  5030. │      (Local/global variable)                                          │
  5031. │      STU:Student_Id ----> NOT:Note_Id                                 │
  5032. │                                                           This        │
  5033. │      would give the referential integrity much more                   │
  5034. │      flexibility. True, the developer would have to assign the        │
  5035. │      variable the correct value during the form setup, but it's       │
  5036. │      much easier this way than forcing the developer to write         │
  5037. │      his or her own referential integrity code. And if the            │
  5038. │      variable does not exist in the dictionary, a compiler error      │
  5039. │      will flag it as a bad link, which is the correct thing to        │
  5040. │      do.                                                              │
  5041. │      You may also want to add a filter to help select the child       │
  5042. │      records. It's not always possible or practical to have a         │
  5043. │      key in the child file that will uniquely find the records        │
  5044. │      to delete/change. (The child key may select too many             │
  5045. │      records for its key or the proper key field may not exist.)      │
  5046. │      Example: If a lookup field value changes in the States file      │
  5047. │      from "AX" (originally mistyped) to "AK" (for Alaska), does       │
  5048. │      it mean I have to add a State key to my Address file? In         │
  5049. │      3002, if I want ref. integ. to work, I do! Even though I'll      │
  5050. │      never use this ADR:State_Key for anything else. A filter         │
  5051. │      would solve this problem and will eliminate the key. Sure        │
  5052. └───────────────────────────────────────────────────────────────────────┘
  5053. ┌───────────────────────────────────────────────────────────────────────┐
  5054. │                          ProblemNumber : 1766                         │
  5055. │    Product      : CDD                     Duplicate No.:      0       │
  5056. │    Reported By  : CS                      DateReported :  7/09/93     │
  5057. │    Reported In  :                         RevisedDate  :  4/28/94     │
  5058. │       Fixed In  :                         Status       : Suggestion   │
  5059. │       Origin    :                                                     │
  5060. │    Severity     : Unassigned Severity                                 │
  5061. │                               Synopsis                                │
  5062. │0                                                                      │
  5063. │                                Section                                │
  5064. │                               Form Template                           │
  5065. ├───────────────────────────────────────────────────────────────────────┤
  5066. │                                                                       │
  5067. │                           Problem Description                         │
  5068. │                                                                       │
  5069. │      Fm: Barry McClure 75170,1100                                     │
  5070. │      I'd like to be able to embed code just after/before the          │
  5071. │      formulas in a FORM. Also, I know BROWSE can embed text           │
  5072. │      AFTER the formulas, how so how about adding an embed just        │
  5073. │      Before the formulas?                                             │
  5074. │                 These extra embeds are really important for a         │
  5075. │      form. If I have a calculation based on 4 fields that were        │
  5076. │      entered, as it stands I have to embed the same formula           │
  5077. │      after each of the 4 fields so that when either of the 4          │
  5078. │      fields are           changed, the computed field changes         │
  5079. │      too. I also have to add the formula after the screen opens       │
  5080. │      so it's initialized correctly. Adding a single embed after       │
  5081. │      the formulas solves all of these problems. All of the            │
  5082. │      formulas will be stored in      one file where we can            │
  5083. │      easily see the relationships between them. Makes editing         │
  5084. │      formulas a real breeze!                                          │
  5085. │                                               Of course I could       │
  5086. │      attempt to use the Crazy Formula Builder (CFB), but I don't      │
  5087. │      have enough patience for it. Besides, I can't include            │
  5088. │      references to my own functions using CFB. The Crazy Formula      │
  5089. │      Builder is a throwback to the Infostar          days when        │
  5090. │      everything had to be menu driven, regardless of whether it       │
  5091. │      made any sense to or not. BTW, Infostar is no longer being       │
  5092. │      sold. <hint> <hint>                                 At           │
  5093. │      least these extra embeds will give us an alternative to the      │
  5094. │      CFB. It should be easy enough to implement that I'm hoping       │
  5095. │      you can make it available in 3004. The productivity wrt          │
  5096. │      formulas should skyrocket once it's been implemented. The        │
  5097. │        sooner the better!!                                            │
  5098. │        There is 1 Reply.                                              │
  5099. └───────────────────────────────────────────────────────────────────────┘
  5100. ┌───────────────────────────────────────────────────────────────────────┐
  5101. │                          ProblemNumber : 1919                         │
  5102. │    Product      : CDD                     Duplicate No.:      0       │
  5103. │    Reported By  : TB                      DateReported :  7/20/93     │
  5104. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  5105. │       Fixed In  :                         Status       : Suggestion   │
  5106. │       Origin    :                                                     │
  5107. │    Severity     : Unassigned Severity                                 │
  5108. │                               Synopsis                                │
  5109. │0                                                                      │
  5110. │                                Section                                │
  5111. │                               Form Template                           │
  5112. ├───────────────────────────────────────────────────────────────────────┤
  5113. │                                                                       │
  5114. │                           Problem Description                         │
  5115. │                                                                       │
  5116. │      one individual would like to have the default field              │
  5117. │      selection when deleting to be the cancel button vs the ok        │
  5118. │      button                                                           │
  5119. └───────────────────────────────────────────────────────────────────────┘
  5120. ┌───────────────────────────────────────────────────────────────────────┐
  5121. │                          ProblemNumber : 2251                         │
  5122. │    Product      : CDD                     Duplicate No.:      0       │
  5123. │    Reported By  : CS                      DateReported :  8/30/93     │
  5124. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  5125. │       Fixed In  :                         Status       : Suggestion   │
  5126. │       Origin    :                                                     │
  5127. │    Severity     : Unassigned Severity                                 │
  5128. │                               Synopsis                                │
  5129. │0                                                                      │
  5130. │                                Section                                │
  5131. │                               Form Template                           │
  5132. ├───────────────────────────────────────────────────────────────────────┤
  5133. │                                                                       │
  5134. │                           Problem Description                         │
  5135. │                                                                       │
  5136. │      Same as bug# 1067                                                │
  5137. │      Fm: Gary Finlay 100270,3006 LOC:Message is defined in local      │
  5138. │      data in a form procedure as @S30. Why then are you only          │
  5139. │      allowed to enter 20 characters for the Insert, Change and        │
  5140. │      Delete messages on the Procedure Properties screen?              │
  5141. │       Gary Finlay (Dublin, Ireland)                                   │
  5142. └───────────────────────────────────────────────────────────────────────┘
  5143. ┌───────────────────────────────────────────────────────────────────────┐
  5144. │                          ProblemNumber : 3071                         │
  5145. │    Product      : CDD                     Duplicate No.:      0       │
  5146. │    Reported By  : DP                      DateReported : 11/16/93     │
  5147. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  5148. │       Fixed In  :                         Status       : Suggestion   │
  5149. │       Origin    :                                                     │
  5150. │    Severity     : Unassigned Severity                                 │
  5151. │                               Synopsis                                │
  5152. │0                                                                      │
  5153. │                                Section                                │
  5154. │                               Form Template                           │
  5155. ├───────────────────────────────────────────────────────────────────────┤
  5156. │                                                                       │
  5157. │                           Problem Description                         │
  5158. │                                                                       │
  5159. │      Eric BabCock - Template Suggestion / Relational - Affects        │
  5160. │      RelationalUpdate, RelationalDelete                               │
  5161. │      Long 'LINK' field names with multiple segment indexes (5         │
  5162. │      segments or more) generate lines that are too long in the        │
  5163. │      'IF' (any field names are different than the value saved by      │
  5164. │      Relation AccessSave) ! Is the record releated? statement.        │
  5165. │      Suggestion: Place a 'End of line' before or after each AND       │
  5166. │                  in these statements.                                 │
  5167. └───────────────────────────────────────────────────────────────────────┘
  5168. ┌───────────────────────────────────────────────────────────────────────┐
  5169. │                          ProblemNumber : 3231                         │
  5170. │    Product      : CDD                     Duplicate No.:      0       │
  5171. │    Reported By  : RB                      DateReported : 12/07/93     │
  5172. │    Reported In  : 3007                    RevisedDate  :  4/28/94     │
  5173. │       Fixed In  :                         Status       : Suggestion   │
  5174. │       Origin    :                                                     │
  5175. │    Severity     : Unassigned Severity                                 │
  5176. │                               Synopsis                                │
  5177. │0                                                                      │
  5178. │                                Section                                │
  5179. │                               Form Template                           │
  5180. ├───────────────────────────────────────────────────────────────────────┤
  5181. │                                                                       │
  5182. │                           Problem Description                         │
  5183. │                                                                       │
  5184. │      When adding to an Auto-Increment file, Action starts out as      │
  5185. │      AddRecord then gets changed to ChangeRecord after Auto# is       │
  5186. │      assigned.  This makes it impossible to check for Action =        │
  5187. │      AddRecord when you are indeed adding a record.  Probably         │
  5188. │      need something like 2.1's Action = 5 (AutoNumber).               │
  5189. │      R&D:  We can do something like that in the future.  For now      │
  5190. │      though, If Action = Change then check AutoIncAdd, a byte         │
  5191. │      flag (obviously, true if AutoInc Add in progress).               │
  5192. └───────────────────────────────────────────────────────────────────────┘
  5193. ┌───────────────────────────────────────────────────────────────────────┐
  5194. │                          ProblemNumber : 3310                         │
  5195. │    Product      : CDD                     Duplicate No.:      0       │
  5196. │    Reported By  : CS                      DateReported : 12/14/93     │
  5197. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  5198. │       Fixed In  :                         Status       : Suggestion   │
  5199. │       Origin    :                                                     │
  5200. │    Severity     : Unassigned Severity                                 │
  5201. │                               Synopsis                                │
  5202. │0                                                                      │
  5203. │                                Section                                │
  5204. │                               Form Template                           │
  5205. ├───────────────────────────────────────────────────────────────────────┤
  5206. │                                                                       │
  5207. │                           Problem Description                         │
  5208. │                                                                       │
  5209. │      Fm: David L. Shapiro 72122,330 MSG#:46799                        │
  5210. │      In the case where I have a form that is performing repeated      │
  5211. │      adds, clearing the record each time, I am not happy with         │
  5212. │      the way the template is set up. In my case, I need to set        │
  5213. │      values for various fields. Usually, I set the values in the      │
  5214. │           "Setup Screen" embedded code. This method does not          │
  5215. │      work  for multiple adds since this codes is only called          │
  5216. │      once, before the loop, and the record gets cleared after         │
  5217. │      each add. The only other alternative I found was setting         │
  5218. │      the values in the database dictionary through the "Initial       │
  5219. │      Vales." The "InitialValues" is effective, however, any time      │
  5220. │      I need to make a change or set up additional fields, I need      │
  5221. │      to compile the entire application since the database             │
  5222. │      dictionary changed. Augh!                                        │
  5223. │                                 I would like to see you add to        │
  5224. │      the Form Template embedded code for 'Set Initial Values'         │
  5225. │      which gets called at the same place as Do InitializeFields.      │
  5226. │                                              case keycode             │
  5227. │                                              of InsKey                │
  5228. │                                                      Action =         │
  5229. │      AddRecord                                          Do            │
  5230. │      AutoNumber                                                       │
  5231. │      ...                                                              │
  5232. │      Do InitializeFields                                              │
  5233. │      Do SetInitial Values                                ...          │
  5234. │                                                  Thanks for           │
  5235. │      your consideration......Debbie                                   │
  5236. └───────────────────────────────────────────────────────────────────────┘
  5237. ┌───────────────────────────────────────────────────────────────────────┐
  5238. │                          ProblemNumber : 3744                         │
  5239. │    Product      : CDD                     Duplicate No.:      0       │
  5240. │    Reported By  : CS                      DateReported :  2/09/94     │
  5241. │    Reported In  : 30071                   RevisedDate  :  2/09/94     │
  5242. │       Fixed In  :                         Status       : Suggestion   │
  5243. │       Origin    :                                                     │
  5244. │    Severity     : Unassigned Severity                                 │
  5245. │                               Synopsis                                │
  5246. │0                                                                      │
  5247. │                                Section                                │
  5248. │                               Form Template                           │
  5249. ├───────────────────────────────────────────────────────────────────────┤
  5250. │                                                                       │
  5251. │                           Problem Description                         │
  5252. │                                                                       │
  5253. │      Fm: Fred Schmitthammer 76436,3511 MSG#:53581                     │
  5254. │      In the 3007.101 FORM.TPX there is a line that needs to be        │
  5255. │      changed.  This will allow the user to hit ESC on the             │
  5256. │      pulldown (if any) that is on the form.  This ESC will            │
  5257. │      return the user to the form instead of exiting the form.         │
  5258. │      The line that needs to be changed is line 355.  It needs         │
  5259. │      to be changed from:                                              │
  5260. │              IF FIELD() <> ?Cancel                                    │
  5261. │      To:                                                              │
  5262. │              IF FIELD() <> ?Cancel and FIELD() > 0                    │
  5263. │      Regards,                                                         │
  5264. │      Fred Schmitthammer                                               │
  5265. │      Professional Practice Systems, INC.                              │
  5266. └───────────────────────────────────────────────────────────────────────┘
  5267. ┌───────────────────────────────────────────────────────────────────────┐
  5268. │                          ProblemNumber : 4180                         │
  5269. │    Product      : CDD                     Duplicate No.:      0       │
  5270. │    Reported By  : CS                      DateReported :  3/22/94     │
  5271. │    Reported In  : 30072                   RevisedDate  :  3/22/94     │
  5272. │       Fixed In  :                         Status       : Suggestion   │
  5273. │       Origin    :                                                     │
  5274. │    Severity     : Unassigned Severity                                 │
  5275. │                               Synopsis                                │
  5276. │0                                                                      │
  5277. │                                Section                                │
  5278. │                               Form Template                           │
  5279. ├───────────────────────────────────────────────────────────────────────┤
  5280. │                                                                       │
  5281. │                           Problem Description                         │
  5282. │                                                                       │
  5283. │      Fm: Barry McClure 75170,1100 MSG#:61244                          │
  5284. │      I'm wondering if there's not something wrong with the way        │
  5285. │      the    Form's CANCEL button is handling referential              │
  5286. │      integrity.                                                       │
  5287. │                Let's say you're adding an Invoice record, who's       │
  5288. │      primary key is    INV:InvoiceNum. When the invoice form is       │
  5289. │      on the screen, the user    starts entering the customer's        │
  5290. │      name Inv:Address etc., then hits a hot    key or a button        │
  5291. │      to enter detail records. He saves the detail    records          │
  5292. │      then returns to the invoice form. If he now hits the Cancel      │
  5293. │         button the abort the Invoice form, the Cancel doesn't         │
  5294. │      delete the             Child records that he's just added!       │
  5295. │      Oh boy!                                                          │
  5296. │                              So the Detail records are orphaned       │
  5297. │      with an Dtl:InvoiceNum that    doesn't exist in the Invoice      │
  5298. │      file. Worse yet, when a new Invoice is    created, the           │
  5299. │      detail records gets appended to the next customer's              │
  5300. │      invoice (since he'll reuse the deleted number). He won't be      │
  5301. │      too    happy about that.<g>                                      │
  5302. │                                         Since the form is             │
  5303. │      deleting the Child records properly when the    Invoice is       │
  5304. │      DELETED, the Child records MUST be also be deleted when          │
  5305. │      a record is being added then cancelled. Otherwise you run        │
  5306. │      the risk    of circumventing referential integrity.              │
  5307. │                                                    What do you        │
  5308. │      think?                                                           │
  5309. │                                                   Barry...            │
  5310. │                                                   There are 2         │
  5311. │      Replies.                                                         │
  5312. └───────────────────────────────────────────────────────────────────────┘
  5313. ┌───────────────────────────────────────────────────────────────────────┐
  5314. │                          ProblemNumber : 4626                         │
  5315. │    Product      : CDD                     Duplicate No.:      0       │
  5316. │    Reported By  : NA                      DateReported :  5/06/94     │
  5317. │    Reported In  : 3008                    RevisedDate  :   /  /       │
  5318. │       Fixed In  :                         Status       : Suggestion   │
  5319. │       Origin    :                                                     │
  5320. │    Severity     : Unassigned Severity                                 │
  5321. │                               Synopsis                                │
  5322. │0                                                                      │
  5323. │                                Section                                │
  5324. │                               Form Template                           │
  5325. ├───────────────────────────────────────────────────────────────────────┤
  5326. │                                                                       │
  5327. │                           Problem Description                         │
  5328. │                                                                       │
  5329. │      Brian Stevens -- would like to have the form to                  │
  5330. │      automatically be able to update related files.                   │
  5331. └───────────────────────────────────────────────────────────────────────┘
  5332. ┌───────────────────────────────────────────────────────────────────────┐
  5333. │                          ProblemNumber : 4925                         │
  5334. │    Product      : CDD                     Duplicate No.:      0       │
  5335. │    Reported By  : PB                      DateReported :  7/08/94     │
  5336. │    Reported In  : 3009                    RevisedDate  :  7/08/94     │
  5337. │       Fixed In  :                         Status       : Suggestion   │
  5338. │       Origin    :                                                     │
  5339. │    Severity     : Unassigned Severity                                 │
  5340. │                               Synopsis                                │
  5341. │0                                                                      │
  5342. │                                Section                                │
  5343. │                               Form Template                           │
  5344. ├───────────────────────────────────────────────────────────────────────┤
  5345. │                                                                       │
  5346. │                           Problem Description                         │
  5347. │                                                                       │
  5348. │      end user suggestion to have an embed added to the form           │
  5349. │      template right before the autonumber routine is called. "On      │
  5350. │      ADD after record buffer is cleared"                              │
  5351. │       #IF (%Autoinc)                                                  │
  5352. │           #EMBED('on add after...)                                    │
  5353. │           Do AutoNumber                                               │
  5354. │       #ELSE                                                           │
  5355. │           #INSERT(%ClearValues)                                       │
  5356. │           #EMBED('on add after...)                                    │
  5357. │       #ENDIF                                                          │
  5358. └───────────────────────────────────────────────────────────────────────┘
  5359. ┌───────────────────────────────────────────────────────────────────────┐
  5360. │                          ProblemNumber : 4222                         │
  5361. │    Product      : CDD                     Duplicate No.:      0       │
  5362. │    Reported By  : PB                      DateReported :  3/25/94     │
  5363. │    Reported In  : 30072                   RevisedDate  :  5/31/94     │
  5364. │       Fixed In  :                         Status       : Suggestion   │
  5365. │       Origin    :                                                     │
  5366. │    Severity     : Unassigned Severity                                 │
  5367. │                               Synopsis                                │
  5368. │0                                                                      │
  5369. │                                Section                                │
  5370. │                               FoxPro Driver                           │
  5371. ├───────────────────────────────────────────────────────────────────────┤
  5372. │                                                                       │
  5373. │                           Problem Description                         │
  5374. │                                                                       │
  5375. │      foxpro driver does not support the EMPTY function for an         │
  5376. │      index.  database manager gives error 22 - Express: No            │
  5377. │      Function                                                         │
  5378. │      ts proj3051                                                      │
  5379. │      R&D:  Will be considered as an enhancement for later             │
  5380. │      releases                                                         │
  5381. └───────────────────────────────────────────────────────────────────────┘
  5382. ┌───────────────────────────────────────────────────────────────────────┐
  5383. │                          ProblemNumber : 0118                         │
  5384. │    Product      : CDD                     Duplicate No.:      0       │
  5385. │    Reported By  : DP                      DateReported :  1/25/93     │
  5386. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  5387. │       Fixed In  :                         Status       : Suggestion   │
  5388. │       Origin    :                                                     │
  5389. │    Severity     : Unassigned Severity                                 │
  5390. │                               Synopsis                                │
  5391. │0                                                                      │
  5392. │                                Section                                │
  5393. │                            General Environment                        │
  5394. ├───────────────────────────────────────────────────────────────────────┤
  5395. │                                                                       │
  5396. │                           Problem Description                         │
  5397. │                                                                       │
  5398. │      CLARION'S EXIT is Ctrl_x, Top Speed's Exit is Alt_X,             │
  5399. │      Windows Exit is Alt_F4 and OS2 exit is Alt_F4.   Please do       │
  5400. │      Alt_4 for CDD.BAT.  Have a switch to go from Ctrl_x to           │
  5401. │      Alt_F4, then the product will be compatible with OS2 and         │
  5402. │      windows.                                                         │
  5403. │      Q & A : Suggestions from compuserve user.                        │
  5404. └───────────────────────────────────────────────────────────────────────┘
  5405. ┌───────────────────────────────────────────────────────────────────────┐
  5406. │                          ProblemNumber : 0282                         │
  5407. │    Product      : CDD                     Duplicate No.:      0       │
  5408. │    Reported By  : CS                      DateReported :  2/07/93     │
  5409. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  5410. │       Fixed In  :                         Status       : Suggestion   │
  5411. │       Origin    :                                                     │
  5412. │    Severity     : Unassigned Severity                                 │
  5413. │                               Synopsis                                │
  5414. │0                                                                      │
  5415. │                                Section                                │
  5416. │                            General Environment                        │
  5417. ├───────────────────────────────────────────────────────────────────────┤
  5418. │                                                                       │
  5419. │                           Problem Description                         │
  5420. │                                                                       │
  5421. │      Watch out, I'm getting into the swing of writing these           │
  5422. │      messages now.                                                    │
  5423. │      Apparently, no one (at Clarion Software) has yet tried to        │
  5424. │      construct an application WITHOUT USING A MOUSE. I would          │
  5425. │      urge that this be done.                                          │
  5426. │      It is very aggravating to press Alt-O seven times before         │
  5427. │      finally getting to 'OK.' IMHO, the only use for Alt-O            │
  5428. │      should be to accept a screen. Also, how about switching          │
  5429. │      from Ctl-X to Alt-O. 'OK' is as good as 'Exit.'                  │
  5430. │      In a like vein, Alt-C (or Escape) should only be used for        │
  5431. │      'Cancel.' Don't use it for 'Change' (in some places, Alt-H       │
  5432. │      means Change, this is OK).                                       │
  5433. │      Another quibble.  I have been unhappy in not having the          │
  5434. │      Wordstar(tm) cursor and deletion keys available in CPD           │
  5435. │      (version 2). Most of the programs I have that use                │
  5436. │      keystrokes to move the cursor around the screen have             │
  5437. │      implemented at least the cursor 'diamond' and                    │
  5438. │      character/word/line deletion keys (this is about the only        │
  5439. │      thing Borland & Microsoft agree on - check your OZCIS, it        │
  5440. │      has it too). I hope it will be in version 3.0x.                  │
  5441. └───────────────────────────────────────────────────────────────────────┘
  5442. ┌───────────────────────────────────────────────────────────────────────┐
  5443. │                          ProblemNumber : 0363                         │
  5444. │    Product      : CDD                     Duplicate No.:      0       │
  5445. │    Reported By  : CS                      DateReported :  2/15/93     │
  5446. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  5447. │       Fixed In  :                         Status       : Suggestion   │
  5448. │       Origin    :                                                     │
  5449. │    Severity     : Unassigned Severity                                 │
  5450. │                               Synopsis                                │
  5451. │0                                                                      │
  5452. │                                Section                                │
  5453. │                            General Environment                        │
  5454. ├───────────────────────────────────────────────────────────────────────┤
  5455. │                                                                       │
  5456. │                           Problem Description                         │
  5457. │                                                                       │
  5458. │      Clarion DD Initial Menu Bar Query...                             │
  5459. │      1) Is NOT {File} and [Clarion] duplicate file initiation         │
  5460. │      menus? But, {File} being an SAA/CUA requirement!                 │
  5461. │      2) Would it not be peferable to order [Project] [Clarion]        │
  5462. │      [Tools] or  [Clarion] [Project] [Tools]                          │
  5463. │       Opening Menu Bar                                                │
  5464. │      ----------------                                                 │
  5465. │       per PreRelease:                                                 │
  5466. │      {File}         [Project]      [Tools]        [Clarion]           │
  5467. │      {Help}    New  F2        M&r   aA       Shell  F10     Ld        │
  5468. │      App F4    Using    Open F3        M&d   aK       Prompt          │
  5469. │          Ld Dict F5     Index    Dir            Make  aM              │
  5470. │      Calc         Ld Db   F6     -----    ----           Run          │
  5471. │      aR     ------         Ld Rpt  F7     About    Prnt               │
  5472. │       Debug aD       ASCII          Ld Txt  F8    ----                │
  5473. │      -----          Color          Ld Hlp  F9    eXit cX              │
  5474. │      Ch PR aN      KyCde          ------                   Ld PR      │
  5475. │      aL                      43/50                                    │
  5476. │                        Setup...                                       │
  5477. │                         Opt...                                        │
  5478. │                        Db Drvs                                        │
  5479. │                        Paths                                          │
  5480. │                      Coll                                             │
  5481. │                   Styles                                              │
  5482. │      suggested revision, 3.001kjh                                     │
  5483. │      {File}         [Project]      [Clarion]      [Tools]             │
  5484. │      {Help}    New   F2       M&r   aA       Ld App  F4               │
  5485. │      Shell F10 Using    Open  F3       M&d   aK       Ld Dict F5      │
  5486. │          Prompt         Index    Dir            Make  aM              │
  5487. │      Ld Db F6     Calc           -----    ----           Run          │
  5488. │      aR     Ld Rpt  F7     ------         About    Prnt               │
  5489. │       Debug aD       Ld Txt  F8     ASCII    ----                     │
  5490. │      -----     Ld Hlp  F9     Color    eXit  cX       Ch PR aN        │
  5491. │          ------         Keycode                   Ld PR aL            │
  5492. │      43/50                                  Setup...                  │
  5493. │                                           Opt...                      │
  5494. │                                           Db Drvs                     │
  5495. │                                           Paths                       │
  5496. │                                           Coll                        │
  5497. │                                           Styles                      │
  5498. └───────────────────────────────────────────────────────────────────────┘
  5499. ┌───────────────────────────────────────────────────────────────────────┐
  5500. │                          ProblemNumber : 0526                         │
  5501. │    Product      : CDD                     Duplicate No.:      0       │
  5502. │    Reported By  : CS                      DateReported :  3/08/93     │
  5503. │    Reported In  : 3002                    RevisedDate  :  4/28/94     │
  5504. │       Fixed In  :                         Status       : Suggestion   │
  5505. │       Origin    :                                                     │
  5506. │    Severity     : Unassigned Severity                                 │
  5507. │                               Synopsis                                │
  5508. │0                                                                      │
  5509. │                                Section                                │
  5510. │                            General Environment                        │
  5511. ├───────────────────────────────────────────────────────────────────────┤
  5512. │                                                                       │
  5513. │                           Problem Description                         │
  5514. │                                                                       │
  5515. │      It is immaterial that eXit is *NOT* consistent within the        │
  5516. │      Clarion Software Corporation. (And will need to be changed       │
  5517. │      for Windows, and, again for OS/2).                               │
  5518. └───────────────────────────────────────────────────────────────────────┘
  5519. ┌───────────────────────────────────────────────────────────────────────┐
  5520. │                          ProblemNumber : 0667                         │
  5521. │    Product      : CDD                     Duplicate No.:      0       │
  5522. │    Reported By  : DB                      DateReported :  3/25/93     │
  5523. │    Reported In  : 3002                    RevisedDate  :  4/26/94     │
  5524. │       Fixed In  :                         Status       : Suggestion   │
  5525. │       Origin    :                                                     │
  5526. │    Severity     : Unassigned Severity                                 │
  5527. │                               Synopsis                                │
  5528. │0                                                                      │
  5529. │                                Section                                │
  5530. │                            General Environment                        │
  5531. ├───────────────────────────────────────────────────────────────────────┤
  5532. │                                                                       │
  5533. │                           Problem Description                         │
  5534. │                                                                       │
  5535. │      Clarion3 resides on server with Btrieve NLM (ie                  │
  5536. │      Q:\CLARION3).  .RED file set to Q: paths.  Brequest is           │
  5537. │      loaded at workstation.  Try to load an APP (that resides         │
  5538. │      on the server). 020 BTRIEVE NOT LOADED error message is          │
  5539. │      returned....                                                     │
  5540. │      PS-> Administrator works ok...                                   │
  5541. │      BUCHLDAV                                                         │
  5542. │      Q & A : 3.1                                                      │
  5543. └───────────────────────────────────────────────────────────────────────┘
  5544. ┌───────────────────────────────────────────────────────────────────────┐
  5545. │                          ProblemNumber : 1057                         │
  5546. │    Product      : CDD                     Duplicate No.:      0       │
  5547. │    Reported By  : TB                      DateReported :  4/19/93     │
  5548. │    Reported In  : 3002                    RevisedDate  :  4/26/94     │
  5549. │       Fixed In  :                         Status       : Suggestion   │
  5550. │       Origin    :                                                     │
  5551. │    Severity     : Unassigned Severity                                 │
  5552. │                               Synopsis                                │
  5553. │0                                                                      │
  5554. │                                Section                                │
  5555. │                            General Environment                        │
  5556. ├───────────────────────────────────────────────────────────────────────┤
  5557. │                                                                       │
  5558. │                           Problem Description                         │
  5559. │                                                                       │
  5560. │      If you accidentally try and open an .app created with            │
  5561. │      Professional 2.x it would be nice if we detected a 2.x           │
  5562. │      application file and displayed a message indicating this         │
  5563. │      fact.  Right now you get an error window with                    │
  5564. │                     002 I/O ERROR                                     │
  5565. └───────────────────────────────────────────────────────────────────────┘
  5566. ┌───────────────────────────────────────────────────────────────────────┐
  5567. │                          ProblemNumber : 1403                         │
  5568. │    Product      : CDD                     Duplicate No.:      0       │
  5569. │    Reported By  : TB                      DateReported :  5/31/93     │
  5570. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  5571. │       Fixed In  :                         Status       : Suggestion   │
  5572. │       Origin    :                                                     │
  5573. │    Severity     : Unassigned Severity                                 │
  5574. │                               Synopsis                                │
  5575. │0                                                                      │
  5576. │                                Section                                │
  5577. │                            General Environment                        │
  5578. ├───────────────────────────────────────────────────────────────────────┤
  5579. │                                                                       │
  5580. │                           Problem Description                         │
  5581. │                                                                       │
  5582. │      throughout the enviornment provide locators for our              │
  5583. │      listboxes, ie field lists                                        │
  5584. └───────────────────────────────────────────────────────────────────────┘
  5585. ┌───────────────────────────────────────────────────────────────────────┐
  5586. │                          ProblemNumber : 1502                         │
  5587. │    Product      : CDD                     Duplicate No.:      0       │
  5588. │    Reported By  : ??                      DateReported :  2/11/93     │
  5589. │    Reported In  : 3001                    RevisedDate  :  4/26/94     │
  5590. │       Fixed In  :                         Status       : Suggestion   │
  5591. │       Origin    :                                                     │
  5592. │    Severity     : Unassigned Severity                                 │
  5593. │                               Synopsis                                │
  5594. │0                                                                      │
  5595. │                                Section                                │
  5596. │                            General Environment                        │
  5597. ├───────────────────────────────────────────────────────────────────────┤
  5598. │                                                                       │
  5599. │                           Problem Description                         │
  5600. │                                                                       │
  5601. │      I would like to suggest that the COLOR CODE list from            │
  5602. │      the TOOLS option,                                                │
  5603. │                     Tools/Color Chart                                 │
  5604. │      show the actual colors at the bottom, like it does when you      │
  5605. │      change the .sty file.                                            │
  5606. │                     Clarion/System Setup/Edit Styles file             │
  5607. └───────────────────────────────────────────────────────────────────────┘
  5608. ┌───────────────────────────────────────────────────────────────────────┐
  5609. │                          ProblemNumber : 1689                         │
  5610. │    Product      : CDD                     Duplicate No.:      0       │
  5611. │    Reported By  : CS                      DateReported :  6/29/93     │
  5612. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  5613. │       Fixed In  :                         Status       : Suggestion   │
  5614. │       Origin    :                                                     │
  5615. │    Severity     : Unassigned Severity                                 │
  5616. │                               Synopsis                                │
  5617. │0                                                                      │
  5618. │                                Section                                │
  5619. │                            General Environment                        │
  5620. ├───────────────────────────────────────────────────────────────────────┤
  5621. │                                                                       │
  5622. │                           Problem Description                         │
  5623. │                                                                       │
  5624. │      Fm: GARY WEGNER 100236,1224                                      │
  5625. │        1) Extend 'DUPLICATE' fn to support non-unique keys.           │
  5626. │      Sometimes I want to be able to warn users that they are          │
  5627. │      will create a duplicate key  but still allow them to do so.      │
  5628. │        2) Change the mnemonics listed in the 'Keycode Chart...'       │
  5629. │      tool to be exactly     the same as 'KEYCODES.EQU'                │
  5630. │        3) Add a facility to the 'open' dialog to 'chnage              │
  5631. │      directory'                                                       │
  5632. │      4) Remove the border around the 'edit errors'                    │
  5633. │      screen so that the scroll bars are still available for use       │
  5634. │      with a mouse                                                     │
  5635. └───────────────────────────────────────────────────────────────────────┘
  5636. ┌───────────────────────────────────────────────────────────────────────┐
  5637. │                          ProblemNumber : 2058                         │
  5638. │    Product      : CDD                     Duplicate No.:      0       │
  5639. │    Reported By  : PB                      DateReported :  8/09/93     │
  5640. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  5641. │       Fixed In  :                         Status       : Suggestion   │
  5642. │       Origin    :                                                     │
  5643. │    Severity     : Unassigned Severity                                 │
  5644. │                               Synopsis                                │
  5645. │0                                                                      │
  5646. │                                Section                                │
  5647. │                            General Environment                        │
  5648. ├───────────────────────────────────────────────────────────────────────┤
  5649. │                                                                       │
  5650. │                           Problem Description                         │
  5651. │                                                                       │
  5652. │      under ship list for the distribution files a user has            │
  5653. │      suggested a COPY button, to copy all the distribution files      │
  5654. │      to a specific directory                                          │
  5655. └───────────────────────────────────────────────────────────────────────┘
  5656. ┌───────────────────────────────────────────────────────────────────────┐
  5657. │                          ProblemNumber : 2065                         │
  5658. │    Product      : CDD                     Duplicate No.:      0       │
  5659. │    Reported By  : CS                      DateReported :  8/09/93     │
  5660. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  5661. │       Fixed In  :                         Status       : Suggestion   │
  5662. │       Origin    :                                                     │
  5663. │    Severity     : Unassigned Severity                                 │
  5664. │                               Synopsis                                │
  5665. │0                                                                      │
  5666. │                                Section                                │
  5667. │                            General Environment                        │
  5668. ├───────────────────────────────────────────────────────────────────────┤
  5669. │                                                                       │
  5670. │                           Problem Description                         │
  5671. │                                                                       │
  5672. │      Fm: Tony Kirk (AKA) 71222,2520                                   │
  5673. │      Greg,                                                            │
  5674. │          I made a suggestion/request to Paul a while back, but        │
  5675. │      figured I'd clarify it now for you.  One thing that I'd like     │
  5676. │       to see in the AppGen portion of CDD is the ability to           │
  5677. │      access Template Help from many more segments of the system.      │
  5678. │             Being able, for example, to view Template Help from       │
  5679. │      the list box containing all the EMBED points would be nice.      │
  5680. │       Actually, anywhere and everywhere you guys can put it in        │
  5681. │      the AppGen would be a big help, especially with Template         │
  5682. │      procedures   which are involved and intricate.                   │
  5683. │                       If you want or need specific suggestions        │
  5684. │      about specific screens and/or processes in AppGen in which I     │
  5685. │       would like access to Template Help, just let me know.           │
  5686. │      Otherwise, consider my request for "everywhere" <g>...           │
  5687. │                         See ya... Tony                                │
  5688. └───────────────────────────────────────────────────────────────────────┘
  5689. ┌───────────────────────────────────────────────────────────────────────┐
  5690. │                          ProblemNumber : 2498                         │
  5691. │    Product      : CDD                     Duplicate No.:      0       │
  5692. │    Reported By  : CS                      DateReported :  9/29/93     │
  5693. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  5694. │       Fixed In  :                         Status       : Suggestion   │
  5695. │       Origin    :                                                     │
  5696. │    Severity     : Unassigned Severity                                 │
  5697. │                               Synopsis                                │
  5698. │0                                                                      │
  5699. │                                Section                                │
  5700. │                            General Environment                        │
  5701. ├───────────────────────────────────────────────────────────────────────┤
  5702. │                                                                       │
  5703. │                           Problem Description                         │
  5704. │                                                                       │
  5705. │      Fm: Steve Gonczi 71331,1531                                      │
  5706. │      make ctrl-enter save and exit whatever you are in.! Best         │
  5707. │      thing would be changeable hot-key assignments ( I would          │
  5708. │       program F7 to generate code, build and run a project)           │
  5709. │      Automate the selection of appropriate libraries, depending       │
  5710. │      on the model selected in developer ( why do I have to take       │
  5711. │      out dxvxgui.obj and substitute desxgui when I switch from        │
  5712. │      static model to prot. mode ? the computer is much better at      │
  5713. │      keeping track of tedium than me) Next best thing is              │
  5714. │      conditional linking. I would settle for something  like #if      │
  5715. │      defined protected_mode link thisguy #else link that_guy....      │
  5716. │                  Stay tuned for more ...                              │
  5717. │                  /Steve                                               │
  5718. └───────────────────────────────────────────────────────────────────────┘
  5719. ┌───────────────────────────────────────────────────────────────────────┐
  5720. │                          ProblemNumber : 2499                         │
  5721. │    Product      : CDD                     Duplicate No.:      0       │
  5722. │    Reported By  : CS                      DateReported :  9/29/93     │
  5723. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  5724. │       Fixed In  :                         Status       : Suggestion   │
  5725. │       Origin    :                                                     │
  5726. │    Severity     : Unassigned Severity                                 │
  5727. │                               Synopsis                                │
  5728. │0                                                                      │
  5729. │                                Section                                │
  5730. │                            General Environment                        │
  5731. ├───────────────────────────────────────────────────────────────────────┤
  5732. │                                                                       │
  5733. │                           Problem Description                         │
  5734. │                                                                       │
  5735. │      Fm: PARKER DOOLEY 73710,102                                      │
  5736. │      Make Enter complete a field without completing the screen        │
  5737. │      (CTRL-Enter completes screen). It may be CUA to use TAB for      │
  5738. │      this, but it's sure more intuitive to hit ENTER for most         │
  5739. │      folksAnother pet peeve: use of period as a block terminator      │
  5740. │      in Clarion language. It is the hardest character to see and      │
  5741. │      is not a unique character so cannot be used by the editor to     │
  5742. │       findend of blocks consistently. What is wrong with              │
  5743. │            BEGIN...END??? (I know, I've read the Programmers          │
  5744. │      Guide!)  Parker                                                  │
  5745. └───────────────────────────────────────────────────────────────────────┘
  5746. ┌───────────────────────────────────────────────────────────────────────┐
  5747. │                          ProblemNumber : 2516                         │
  5748. │    Product      : CDD                     Duplicate No.:      0       │
  5749. │    Reported By  : CS                      DateReported : 10/01/93     │
  5750. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  5751. │       Fixed In  :                         Status       : Suggestion   │
  5752. │       Origin    :                                                     │
  5753. │    Severity     : Unassigned Severity                                 │
  5754. │                               Synopsis                                │
  5755. │0                                                                      │
  5756. │                                Section                                │
  5757. │                            General Environment                        │
  5758. ├───────────────────────────────────────────────────────────────────────┤
  5759. │                                                                       │
  5760. │                           Problem Description                         │
  5761. │                                                                       │
  5762. │      Fm: Jim Mumford 72760,3274 MSG#:34030                            │
  5763. │      An example of excess keystrokes consistant is from the           │
  5764. │      source screen.  To test your app you use the following           │
  5765. │      Keystrokes.                                                      │
  5766. │      Using all Hot keys:  Using pulldowns          Clarion-2.1        │
  5767. │      CTRL-X                   Alt-F                   Sht-F7          │
  5768. │      Ctl-Enter                ALT-X                                   │
  5769. │      Ctl-Enter                ALT-O                                   │
  5770. │      Alt-X                    Enter                                   │
  5771. │      ALT-A                    Alt-O                                   │
  5772. │      Sht-F8                   Alt-P                                   │
  5773. │                               Alt-A                                   │
  5774. │      Give this a try. As you can see 2.1 is much quicker. Also        │
  5775. │      Steve Gonzi has some good ideas.                                 │
  5776. │      From Greg_W:  The actual keystrokes got mixed up in the          │
  5777. │      transmission but you get the idea.  This suggestion is           │
  5778. │      based on a thread which I asked for examples of keystokes        │
  5779. │      that are "not as easy as 2.1"                                    │
  5780. └───────────────────────────────────────────────────────────────────────┘
  5781. ┌───────────────────────────────────────────────────────────────────────┐
  5782. │                          ProblemNumber : 2641                         │
  5783. │    Product      : CDD                     Duplicate No.:      0       │
  5784. │    Reported By  : TB                      DateReported : 10/14/93     │
  5785. │    Reported In  : 3005                    RevisedDate  :  4/28/94     │
  5786. │       Fixed In  :                         Status       : Suggestion   │
  5787. │       Origin    :                                                     │
  5788. │    Severity     : Unassigned Severity                                 │
  5789. │                               Synopsis                                │
  5790. │0                                                                      │
  5791. │                                Section                                │
  5792. │                            General Environment                        │
  5793. ├───────────────────────────────────────────────────────────────────────┤
  5794. │                                                                       │
  5795. │                           Problem Description                         │
  5796. │                                                                       │
  5797. │      User is looking for a switch such as an enviornment              │
  5798. │      variable to switch the buttons on a mouse.                       │
  5799. └───────────────────────────────────────────────────────────────────────┘
  5800. ┌───────────────────────────────────────────────────────────────────────┐
  5801. │                          ProblemNumber : 2898                         │
  5802. │    Product      : CDD                     Duplicate No.:      0       │
  5803. │    Reported By  : RB                      DateReported : 11/03/93     │
  5804. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  5805. │       Fixed In  :                         Status       : Suggestion   │
  5806. │       Origin    :                                                     │
  5807. │    Severity     : Unassigned Severity                                 │
  5808. │                               Synopsis                                │
  5809. │0                                                                      │
  5810. │                                Section                                │
  5811. │                            General Environment                        │
  5812. ├───────────────────────────────────────────────────────────────────────┤
  5813. │                                                                       │
  5814. │                           Problem Description                         │
  5815. │                                                                       │
  5816. │      Why cant the Wrap button mean the same thing in report           │
  5817. │      layout as in screener?????!!!!???                                │
  5818. │      R & D - Because there is no way for this information to be       │
  5819. │      passed to the runtime report engine or for that matter, the      │
  5820. │      report formatter.                                                │
  5821. │      RB - I was under the impression that the screen formatter        │
  5822. │      and the report formatter had access to the same information      │
  5823. │      about files and fields.                                          │
  5824. └───────────────────────────────────────────────────────────────────────┘
  5825. ┌───────────────────────────────────────────────────────────────────────┐
  5826. │                          ProblemNumber : 2998                         │
  5827. │    Product      : CDD                     Duplicate No.:      0       │
  5828. │    Reported By  : PB                      DateReported : 11/09/93     │
  5829. │    Reported In  : 3006                    RevisedDate  :  4/26/94     │
  5830. │       Fixed In  :                         Status       : Suggestion   │
  5831. │       Origin    :                                                     │
  5832. │    Severity     : Unassigned Severity                                 │
  5833. │                               Synopsis                                │
  5834. │0                                                                      │
  5835. │                                Section                                │
  5836. │                            General Environment                        │
  5837. ├───────────────────────────────────────────────────────────────────────┤
  5838. │                                                                       │
  5839. │                           Problem Description                         │
  5840. │                                                                       │
  5841. │      user is requesting that the calculator, ascii chart, color       │
  5842. │      chart and keycode chart be made movable                          │
  5843. │      This ability is already there using the mouse.                   │
  5844. └───────────────────────────────────────────────────────────────────────┘
  5845. ┌───────────────────────────────────────────────────────────────────────┐
  5846. │                          ProblemNumber : 3536                         │
  5847. │    Product      : CDD                     Duplicate No.:      0       │
  5848. │    Reported By  : BF                      DateReported :  1/17/94     │
  5849. │    Reported In  : 3007                    RevisedDate  :  1/19/94     │
  5850. │       Fixed In  :                         Status       : Suggestion   │
  5851. │       Origin    :                                                     │
  5852. │    Severity     : Unassigned Severity                                 │
  5853. │                               Synopsis                                │
  5854. │0                                                                      │
  5855. │                                Section                                │
  5856. │                            General Environment                        │
  5857. ├───────────────────────────────────────────────────────────────────────┤
  5858. │                                                                       │
  5859. │                           Problem Description                         │
  5860. │                                                                       │
  5861. │      How about an option in the enviroment to Enable and/or           │
  5862. │      Disable sticky pulldowns???                                      │
  5863. │      R&D: This means many of the ACCEPT loops in the system must      │
  5864. │      be changed, and a global environment variable added.             │
  5865. │      Major change.                                                    │
  5866. └───────────────────────────────────────────────────────────────────────┘
  5867. ┌───────────────────────────────────────────────────────────────────────┐
  5868. │                          ProblemNumber : 3557                         │
  5869. │    Product      : CDD                     Duplicate No.:      0       │
  5870. │    Reported By  : TB                      DateReported :  1/21/94     │
  5871. │    Reported In  : 3007                    RevisedDate  :  1/21/94     │
  5872. │       Fixed In  :                         Status       : Suggestion   │
  5873. │       Origin    :                                                     │
  5874. │    Severity     : Unassigned Severity                                 │
  5875. │                               Synopsis                                │
  5876. │0                                                                      │
  5877. │                                Section                                │
  5878. │                            General Environment                        │
  5879. ├───────────────────────────────────────────────────────────────────────┤
  5880. │                                                                       │
  5881. │                           Problem Description                         │
  5882. │                                                                       │
  5883. │      In the system setup/options,  Three checkboxes; smooth           │
  5884. │      mouse, graphical fonts, graphical intro. It appears that I       │
  5885. │      should be able to arrow down to graphical intro but I            │
  5886. │      cannot.  Just a bit odd.                                         │
  5887. └───────────────────────────────────────────────────────────────────────┘
  5888. ┌───────────────────────────────────────────────────────────────────────┐
  5889. │                          ProblemNumber : 3559                         │
  5890. │    Product      : CDD                     Duplicate No.:      0       │
  5891. │    Reported By  : TB                      DateReported :  1/21/94     │
  5892. │    Reported In  : 3007                    RevisedDate  :  1/21/94     │
  5893. │       Fixed In  :                         Status       : Suggestion   │
  5894. │       Origin    :                                                     │
  5895. │    Severity     : Unassigned Severity                                 │
  5896. │                               Synopsis                                │
  5897. │0                                                                      │
  5898. │                                Section                                │
  5899. │                            General Environment                        │
  5900. ├───────────────────────────────────────────────────────────────────────┤
  5901. │                                                                       │
  5902. │                           Problem Description                         │
  5903. │                                                                       │
  5904. │      The default colors for every thing except the pulldown is        │
  5905. │      the same as the colors that were used in the templates.          │
  5906. │      And, the default color for hot Selected is ugly,...              │
  5907. │      personal opinion.                                                │
  5908. └───────────────────────────────────────────────────────────────────────┘
  5909. ┌───────────────────────────────────────────────────────────────────────┐
  5910. │                          ProblemNumber : 4230                         │
  5911. │    Product      : CDD                     Duplicate No.:      0       │
  5912. │    Reported By  : CS                      DateReported :  3/28/94     │
  5913. │    Reported In  : 30072                   RevisedDate  :  3/28/94     │
  5914. │       Fixed In  :                         Status       : Suggestion   │
  5915. │       Origin    :                                                     │
  5916. │    Severity     : Unassigned Severity                                 │
  5917. │                               Synopsis                                │
  5918. │0                                                                      │
  5919. │                                Section                                │
  5920. │                            General Environment                        │
  5921. ├───────────────────────────────────────────────────────────────────────┤
  5922. │                                                                       │
  5923. │                           Problem Description                         │
  5924. │                                                                       │
  5925. │      Fm: Tom Hebenstreit 72154,731 MSG#:62634                         │
  5926. │      Please file as a suggestion that some method be implemented      │
  5927. │      for alerting us as to which fields need us to enter the          │
  5928. │      quotes and which don't.  It's a pain to either have to           │
  5929. │      remember each prompt's requirements or constantly get these      │
  5930. │      kind of compile errors.                                          │
  5931. └───────────────────────────────────────────────────────────────────────┘
  5932. ┌───────────────────────────────────────────────────────────────────────┐
  5933. │                          ProblemNumber : 4239                         │
  5934. │    Product      : CDD                     Duplicate No.:      0       │
  5935. │    Reported By  : QA                      DateReported :  3/29/94     │
  5936. │    Reported In  : 3007                    RevisedDate  :  3/29/94     │
  5937. │       Fixed In  :                         Status       : Suggestion   │
  5938. │       Origin    :                                                     │
  5939. │    Severity     : Unassigned Severity                                 │
  5940. │                               Synopsis                                │
  5941. │0                                                                      │
  5942. │                                Section                                │
  5943. │                            General Environment                        │
  5944. ├───────────────────────────────────────────────────────────────────────┤
  5945. │                                                                       │
  5946. │                           Problem Description                         │
  5947. │                                                                       │
  5948. │      The mouse sensitivity in the Environment is not very good.       │
  5949. │      I would like a way to increase the sensitivity so I don't        │
  5950. │      have to move the mouse a mile to get it to move half way         │
  5951. │      across the screen.                                               │
  5952. └───────────────────────────────────────────────────────────────────────┘
  5953. ┌───────────────────────────────────────────────────────────────────────┐
  5954. │                          ProblemNumber : 4406                         │
  5955. │    Product      : CDD                     Duplicate No.:      0       │
  5956. │    Reported By  : CS                      DateReported :  4/15/94     │
  5957. │    Reported In  : 3008                    RevisedDate  :  4/15/94     │
  5958. │       Fixed In  :                         Status       : Suggestion   │
  5959. │       Origin    :                                                     │
  5960. │    Severity     : Unassigned Severity                                 │
  5961. │                               Synopsis                                │
  5962. │0                                                                      │
  5963. │                                Section                                │
  5964. │                            General Environment                        │
  5965. ├───────────────────────────────────────────────────────────────────────┤
  5966. │                                                                       │
  5967. │                           Problem Description                         │
  5968. │                                                                       │
  5969. │      Fm: Danny L. Joe 75010,2427 MSG#:65982                           │
  5970. │      Subject: Project Window (displays during/after compiles)         │
  5971. │      Please ask R&D to consider the following:                        │
  5972. │      1. Increase size of OK button (it's a little too small to        │
  5973. │      select easily with mouse).                                       │
  5974. │        2. Use ENTERKEY as hotkey for OK and ESCKEY for CANCEL.        │
  5975. │      Right now, we're forced to select one of the buttons since       │
  5976. │      the keyboard isn't tied in (with the exception of                │
  5977. │      ALT+button hot letter, of course).                               │
  5978. │                     3. Remove EDIT ERRORS button, it's too            │
  5979. │      tempting not to use and stings to badly when you do <g>.         │
  5980. │      (Sorry, I couldn't resist that one).                             │
  5981. │                              Thanks,                                  │
  5982. │                              Danny                                    │
  5983. └───────────────────────────────────────────────────────────────────────┘
  5984. ┌───────────────────────────────────────────────────────────────────────┐
  5985. │                          ProblemNumber : 4420                         │
  5986. │    Product      : CDD                     Duplicate No.:      0       │
  5987. │    Reported By  : CS                      DateReported :  4/18/94     │
  5988. │    Reported In  : 3008                    RevisedDate  :  4/18/94     │
  5989. │       Fixed In  :                         Status       : Suggestion   │
  5990. │       Origin    :                                                     │
  5991. │    Severity     : Unassigned Severity                                 │
  5992. │                               Synopsis                                │
  5993. │0                                                                      │
  5994. │                                Section                                │
  5995. │                            General Environment                        │
  5996. ├───────────────────────────────────────────────────────────────────────┤
  5997. │                                                                       │
  5998. │                           Problem Description                         │
  5999. │                                                                       │
  6000. │      Fm: Danny L. Joe 75010,2427 MSG#:66232                           │
  6001. │      Subject: Controlling multiple instances of CDD                   │
  6002. │      Several times now I've used the TOOLS, DOS PROMPT option         │
  6003. │      from within Generator, then stupidly reloaded the CDD            │
  6004. │      environment (that makes two copies in memory). Each time         │
  6005. │      CDD  has been kind enough to ask me if I wanted to               │
  6006. │      rename/delete my     APP.$$$ file. I usually say delete to       │
  6007. │      this, since Netware's salvage can bring it back anyway.          │
  6008. │      Unfortunately, CDD will then HANG the computer after             │
  6009. │      loading the APP (for the second time).                           │
  6010. │                                       In 2.1, CLARION.COM             │
  6011. │      prevented such mischief. Any chance R&D could add this           │
  6012. │      capability to CLARION3.EXE as well?                              │
  6013. │                                                   Danny               │
  6014. │      R&D:  This is being added to Clarion, probably in batch          │
  6015. │      3010.                                                            │
  6016. └───────────────────────────────────────────────────────────────────────┘
  6017. ┌───────────────────────────────────────────────────────────────────────┐
  6018. │                          ProblemNumber : 4795                         │
  6019. │    Product      : CDD                     Duplicate No.:      0       │
  6020. │    Reported By  : CS                      DateReported :  6/10/94     │
  6021. │    Reported In  : 3008                    RevisedDate  :  6/10/94     │
  6022. │       Fixed In  :                         Status       : Suggestion   │
  6023. │       Origin    :                                                     │
  6024. │    Severity     : Unassigned Severity                                 │
  6025. │                               Synopsis                                │
  6026. │0                                                                      │
  6027. │                                Section                                │
  6028. │                            General Environment                        │
  6029. ├───────────────────────────────────────────────────────────────────────┤
  6030. │                                                                       │
  6031. │                           Problem Description                         │
  6032. │                                                                       │
  6033. │      Fm: Rob Mousley 100075,772 MSG#:75557                            │
  6034. │      It is not impossible for clarion .MEM files to become            │
  6035. │      corrupted or deleted. With CPD21 you could run filer on the      │
  6036. │      file and it would fix a corrupted memo file or create one        │
  6037. │      if it was deleted.                                               │
  6038. │      How can you accomplish the same trick with CDD? The user         │
  6039. │      has100 sites, some of them in the real outback here & he is      │
  6040. │         trying to pre-empt possible support calls.                    │
  6041. │         Rob from Chariot                                              │
  6042. └───────────────────────────────────────────────────────────────────────┘
  6043. ┌───────────────────────────────────────────────────────────────────────┐
  6044. │                          ProblemNumber : 4798                         │
  6045. │    Product      : CDD                     Duplicate No.:      0       │
  6046. │    Reported By  : PB                      DateReported :  6/10/94     │
  6047. │    Reported In  : 3008                    RevisedDate  :  7/11/94     │
  6048. │       Fixed In  :                         Status       : Suggestion   │
  6049. │       Origin    :                                                     │
  6050. │    Severity     : Unassigned Severity                                 │
  6051. │                               Synopsis                                │
  6052. │0                                                                      │
  6053. │                                Section                                │
  6054. │                            General Environment                        │
  6055. ├───────────────────────────────────────────────────────────────────────┤
  6056. │                                                                       │
  6057. │                           Problem Description                         │
  6058. │                                                                       │
  6059. │      In the conditional and computed formula screens, Field Name      │
  6060. │      has a hot key as AltN, but since this is not an entry field      │
  6061. │      nothing happens when AltN is hit.  AltN should select the        │
  6062. │      button to the right of the field or there should not be a        │
  6063. │      hot letter.                                                      │
  6064. └───────────────────────────────────────────────────────────────────────┘
  6065. ┌───────────────────────────────────────────────────────────────────────┐
  6066. │                          ProblemNumber : 4801                         │
  6067. │    Product      : CDD                     Duplicate No.:      0       │
  6068. │    Reported By  : BF                      DateReported :  6/10/94     │
  6069. │    Reported In  : 3009B                   RevisedDate  :  6/10/94     │
  6070. │       Fixed In  :                         Status       : Suggestion   │
  6071. │       Origin    :                                                     │
  6072. │    Severity     : Unassigned Severity                                 │
  6073. │                               Synopsis                                │
  6074. │0                                                                      │
  6075. │                                Section                                │
  6076. │                            General Environment                        │
  6077. ├───────────────────────────────────────────────────────────────────────┤
  6078. │                                                                       │
  6079. │                           Problem Description                         │
  6080. │                                                                       │
  6081. │      The Clarion3.INI should allow an unlimited task                  │
  6082. │      list...current limit is 255 characters. Tasks can be             │
  6083. │      allocated on separate lines...                                   │
  6084. └───────────────────────────────────────────────────────────────────────┘
  6085. ┌───────────────────────────────────────────────────────────────────────┐
  6086. │                          ProblemNumber : 4804                         │
  6087. │    Product      : CDD                     Duplicate No.:      0       │
  6088. │    Reported By  : BF                      DateReported :  6/10/94     │
  6089. │    Reported In  : 3009B                   RevisedDate  :  6/10/94     │
  6090. │       Fixed In  :                         Status       : Suggestion   │
  6091. │       Origin    :                                                     │
  6092. │    Severity     : Unassigned Severity                                 │
  6093. │                               Synopsis                                │
  6094. │0                                                                      │
  6095. │                                Section                                │
  6096. │                            General Environment                        │
  6097. ├───────────────────────────────────────────────────────────────────────┤
  6098. │                                                                       │
  6099. │                           Problem Description                         │
  6100. │                                                                       │
  6101. │      Standardization of all buttons...                                │
  6102. │      Some have ellipses (...), others (like the Colors button in      │
  6103. │      the Screen Formatter) do not.                                    │
  6104. └───────────────────────────────────────────────────────────────────────┘
  6105. ┌───────────────────────────────────────────────────────────────────────┐
  6106. │                          ProblemNumber : 4988                         │
  6107. │    Product      : RW                      Duplicate No.:      0       │
  6108. │    Reported By  : QA                      DateReported :  5/05/94     │
  6109. │    Reported In  : b2                      RevisedDate  :  5/05/94     │
  6110. │       Fixed In  :                         Status       : Suggestion   │
  6111. │       Origin    : Internal                                            │
  6112. │    Severity     : Unassigned Severity                                 │
  6113. │                               Synopsis                                │
  6114. │0                                                                      │
  6115. │                                Section                                │
  6116. │                            General Environment                        │
  6117. ├───────────────────────────────────────────────────────────────────────┤
  6118. │                                                                       │
  6119. │                           Problem Description                         │
  6120. │                                                                       │
  6121. │      How about sticky Pulldown options, it'll make things a lot       │
  6122. │      easier to learn                                                  │
  6123. └───────────────────────────────────────────────────────────────────────┘
  6124. ┌───────────────────────────────────────────────────────────────────────┐
  6125. │                          ProblemNumber : 5003                         │
  6126. │    Product      : RW                      Duplicate No.:      0       │
  6127. │    Reported By  : QA                      DateReported :  5/05/94     │
  6128. │    Reported In  : b2                      RevisedDate  :  5/05/94     │
  6129. │       Fixed In  :                         Status       : Suggestion   │
  6130. │       Origin    : Internal                                            │
  6131. │    Severity     : Unassigned Severity                                 │
  6132. │                               Synopsis                                │
  6133. │0                                                                      │
  6134. │                                Section                                │
  6135. │                            General Environment                        │
  6136. ├───────────────────────────────────────────────────────────────────────┤
  6137. │                                                                       │
  6138. │                           Problem Description                         │
  6139. │                                                                       │
  6140. │      We should ship completed copied of the tutorials                 │
  6141. └───────────────────────────────────────────────────────────────────────┘
  6142. ┌───────────────────────────────────────────────────────────────────────┐
  6143. │                          ProblemNumber : 5009                         │
  6144. │    Product      : RW                      Duplicate No.:      0       │
  6145. │    Reported By  : QA                      DateReported :  5/05/94     │
  6146. │    Reported In  : b2                      RevisedDate  :  5/05/94     │
  6147. │       Fixed In  :                         Status       : Suggestion   │
  6148. │       Origin    : Internal                                            │
  6149. │    Severity     : Unassigned Severity                                 │
  6150. │                               Synopsis                                │
  6151. │0                                                                      │
  6152. │                                Section                                │
  6153. │                            General Environment                        │
  6154. ├───────────────────────────────────────────────────────────────────────┤
  6155. │                                                                       │
  6156. │                           Problem Description                         │
  6157. │                                                                       │
  6158. │      The ability to print the report description on your report,      │
  6159. │      via a system variable.                                           │
  6160. └───────────────────────────────────────────────────────────────────────┘
  6161. ┌───────────────────────────────────────────────────────────────────────┐
  6162. │                          ProblemNumber : 5043                         │
  6163. │    Product      : RW                      Duplicate No.:      0       │
  6164. │    Reported By  : QA                      DateReported :  5/10/94     │
  6165. │    Reported In  : B4                      RevisedDate  :  5/11/94     │
  6166. │       Fixed In  :                         Status       : Suggestion   │
  6167. │       Origin    : Internal                                            │
  6168. │    Severity     : Cosmetic or user interface problem                  │
  6169. │                               Synopsis                                │
  6170. │0                                                                      │
  6171. │                                Section                                │
  6172. │                            General Environment                        │
  6173. ├───────────────────────────────────────────────────────────────────────┤
  6174. │                                                                       │
  6175. │                           Problem Description                         │
  6176. │                                                                       │
  6177. │      It would be more intuitive if we had Hot keys for the            │
  6178. │      following:                                                       │
  6179. │         Run Report ---- Alt G  (for Generate Report)                  │
  6180. │         Report Order -- Alt S  (for ALTernate Sort)                   │
  6181. │         Record Filter   Ctrl F                                        │
  6182. │      Something should also be done w/ File Paths and Schematic        │
  6183. │      so you don't have to KEEP Pressing so many keys!!!!              │
  6184. │      How about make the PdMenu STICKY!!!!!!?????????                  │
  6185. └───────────────────────────────────────────────────────────────────────┘
  6186. ┌───────────────────────────────────────────────────────────────────────┐
  6187. │                          ProblemNumber : 5067                         │
  6188. │    Product      : RW                      Duplicate No.:      0       │
  6189. │    Reported By  : QA                      DateReported :  5/23/94     │
  6190. │    Reported In  : 3.0B                    RevisedDate  :  5/23/94     │
  6191. │       Fixed In  :                         Status       : Suggestion   │
  6192. │       Origin    : Internal                                            │
  6193. │    Severity     : Unassigned Severity                                 │
  6194. │                               Synopsis                                │
  6195. │0                                                                      │
  6196. │                                Section                                │
  6197. │                            General Environment                        │
  6198. ├───────────────────────────────────────────────────────────────────────┤
  6199. │                                                                       │
  6200. │                           Problem Description                         │
  6201. │                                                                       │
  6202. │      We have a save on the menu, now where is the Save As             │
  6203. │      selection.  The user relizes that he can first make a copy       │
  6204. │      of his report.  However, what if he doesn't remember.            │
  6205. └───────────────────────────────────────────────────────────────────────┘
  6206. ┌───────────────────────────────────────────────────────────────────────┐
  6207. │                          ProblemNumber : 5075                         │
  6208. │    Product      : RW                      Duplicate No.:      0       │
  6209. │    Reported By  : DB                      DateReported :  5/25/94     │
  6210. │    Reported In  :                         RevisedDate  :  8/02/94     │
  6211. │       Fixed In  :                         Status       : Suggestion   │
  6212. │       Origin    : Internal                                            │
  6213. │    Severity     : Does not operate as documented                      │
  6214. │                               Synopsis                                │
  6215. │                           Button suggestion                           │
  6216. │                                Section                                │
  6217. │                            General Environment                        │
  6218. ├───────────────────────────────────────────────────────────────────────┤
  6219. │                                                                       │
  6220. │                           Problem Description                         │
  6221. │                                                                       │
  6222. │      When you choose a range limit field that is a runtime,           │
  6223. │      you pull up a list of all the runtime fields.  at the            │
  6224. │      botton of the screen, there are Insert and, Change buttons.      │
  6225. │      On the right side, there are Select, and Exit buttons.           │
  6226. │      Where I highlight the Runtime field that I want, I               │
  6227. │      hit Enter, thinking that I will choose that runtime field,       │
  6228. │      and return to the previous screen. Instead, pressing             │
  6229. │      "Enter" will select the "Change" button which brings up the      │
  6230. │      properties screen for that runtime field. This is very           │
  6231. │      confusing!                                                       │
  6232. └───────────────────────────────────────────────────────────────────────┘
  6233. ┌───────────────────────────────────────────────────────────────────────┐
  6234. │                          ProblemNumber : 5076                         │
  6235. │    Product      : RW                      Duplicate No.:      0       │
  6236. │    Reported By  : DB                      DateReported :  5/25/94     │
  6237. │    Reported In  :                         RevisedDate  :  8/02/94     │
  6238. │       Fixed In  :                         Status       : Suggestion   │
  6239. │       Origin    : Internal                                            │
  6240. │    Severity     : Does not operate as documented                      │
  6241. │                               Synopsis                                │
  6242. │                    Report run "Formatting report"                     │
  6243. │                                Section                                │
  6244. │                            General Environment                        │
  6245. ├───────────────────────────────────────────────────────────────────────┤
  6246. │                                                                       │
  6247. │                           Problem Description                         │
  6248. │                                                                       │
  6249. │      When I run a report to the screen, I do not get any              │
  6250. │      indication as to whether or not the report is running, or        │
  6251. │      it has finished running.  In 2.1, there was a flashing           │
  6252. │      message at the bottom of the screen that said "Formatting        │
  6253. │      Report".  When the report was done generating, That message      │
  6254. │      went away.                                                       │
  6255. └───────────────────────────────────────────────────────────────────────┘
  6256. ┌───────────────────────────────────────────────────────────────────────┐
  6257. │                          ProblemNumber : 5086                         │
  6258. │    Product      : RW                      Duplicate No.:      0       │
  6259. │    Reported By  : QA                      DateReported :  5/26/94     │
  6260. │    Reported In  : 3.0                     RevisedDate  :  5/26/94     │
  6261. │       Fixed In  :                         Status       : Suggestion   │
  6262. │       Origin    : Internal                                            │
  6263. │    Severity     : Unassigned Severity                                 │
  6264. │                               Synopsis                                │
  6265. │0                                                                      │
  6266. │                                Section                                │
  6267. │                            General Environment                        │
  6268. ├───────────────────────────────────────────────────────────────────────┤
  6269. │                                                                       │
  6270. │                           Problem Description                         │
  6271. │                                                                       │
  6272. │      Include all printer controls in one file instead of              │
  6273. │      separate ones MATRIX & LASER CTLs.                               │
  6274. └───────────────────────────────────────────────────────────────────────┘
  6275. ┌───────────────────────────────────────────────────────────────────────┐
  6276. │                          ProblemNumber : 5091                         │
  6277. │    Product      : RW                      Duplicate No.:      0       │
  6278. │    Reported By  : J                       DateReported :  6/06/94     │
  6279. │    Reported In  :                         RevisedDate  :  6/06/94     │
  6280. │       Fixed In  :                         Status       : Suggestion   │
  6281. │       Origin    : Internal                                            │
  6282. │    Severity     : Unassigned Severity                                 │
  6283. │                               Synopsis                                │
  6284. │0                                                                      │
  6285. │                                Section                                │
  6286. │                            General Environment                        │
  6287. ├───────────────────────────────────────────────────────────────────────┤
  6288. │                                                                       │
  6289. │                           Problem Description                         │
  6290. │                                                                       │
  6291. │      When running a report to CONSOLE, there should be a way to       │
  6292. │      exit the report via mouse - currently, you are required to       │
  6293. │      ESCape out.                                                      │
  6294. └───────────────────────────────────────────────────────────────────────┘
  6295. ┌───────────────────────────────────────────────────────────────────────┐
  6296. │                          ProblemNumber : 5095                         │
  6297. │    Product      : RW                      Duplicate No.:      0       │
  6298. │    Reported By  : NA                      DateReported :  6/08/94     │
  6299. │    Reported In  :                         RevisedDate  :  6/08/94     │
  6300. │       Fixed In  :                         Status       : Suggestion   │
  6301. │       Origin    : Internal                                            │
  6302. │    Severity     : Unassigned Severity                                 │
  6303. │                               Synopsis                                │
  6304. │0                                                                      │
  6305. │                                Section                                │
  6306. │                            General Environment                        │
  6307. ├───────────────────────────────────────────────────────────────────────┤
  6308. │                                                                       │
  6309. │                           Problem Description                         │
  6310. │                                                                       │
  6311. │      When running a report from within Report Writer, if you are      │
  6312. │      not in the current directory of your data files, you get a       │
  6313. │      cannot locate file error.  This coincides with 2.1 but in        │
  6314. │      3.0 this did not matter.  It would be a nice option to run       │
  6315. │      CRW from any drive and path and your data files were found       │
  6316. │      automatically.                                                   │
  6317. └───────────────────────────────────────────────────────────────────────┘
  6318. ┌───────────────────────────────────────────────────────────────────────┐
  6319. │                          ProblemNumber : 5172                         │
  6320. │    Product      : CDD                     Duplicate No.:      0       │
  6321. │    Reported By  : GW                      DateReported :  8/01/94     │
  6322. │    Reported In  : 3009                    RevisedDate  :  8/01/94     │
  6323. │       Fixed In  :                         Status       : Suggestion   │
  6324. │       Origin    : External                                            │
  6325. │    Severity     : Unassigned Severity                                 │
  6326. │                               Synopsis                                │
  6327. │               Suggestion for locator on Color selection               │
  6328. │                                Section                                │
  6329. │                            General Environment                        │
  6330. ├───────────────────────────────────────────────────────────────────────┤
  6331. │                                                                       │
  6332. │                           Problem Description                         │
  6333. │                                                                       │
  6334. │      In the CDD3 applicatio generator, when I'm selecting a           │
  6335. │      colorfrom the list of colors stored in the style file, a         │
  6336. │      locator field would be *SO VERY HELPFUL*. I can't remember       │
  6337. │      all thosecodes, but the names are meaningful. So sorting by      │
  6338. │      alpha    helps, but that alone doesn't come close to how         │
  6339. │      easy it     would be to pick those lil' suckers with a           │
  6340. │      locator.                                                         │
  6341. └───────────────────────────────────────────────────────────────────────┘
  6342. ┌───────────────────────────────────────────────────────────────────────┐
  6343. │                          ProblemNumber : 5174                         │
  6344. │    Product      : CDD                     Duplicate No.:      0       │
  6345. │    Reported By  : GW                      DateReported :  8/01/94     │
  6346. │    Reported In  : 3009                    RevisedDate  :  8/02/94     │
  6347. │       Fixed In  :                         Status       : Suggestion   │
  6348. │       Origin    : External                                            │
  6349. │    Severity     : Suggestion or documentation error                   │
  6350. │                               Synopsis                                │
  6351. │           Suggestion for alternate Editor for Embed areas.            │
  6352. │                                Section                                │
  6353. │                            General Environment                        │
  6354. ├───────────────────────────────────────────────────────────────────────┤
  6355. │                                                                       │
  6356. │                           Problem Description                         │
  6357. │                                                                       │
  6358. │      Please also give us the option to use our 'own' editor also      │
  6359. │      for #EMBEDs; it should be easy enough to implement: just         │
  6360. │      start the (installed) editor with a temporary file (with         │
  6361. │      thecontents of the embed if one already exists), and pick        │
  6362. │      it upagain on return from the editor.                            │
  6363. └───────────────────────────────────────────────────────────────────────┘
  6364. ┌───────────────────────────────────────────────────────────────────────┐
  6365. │                          ProblemNumber : 5179                         │
  6366. │    Product      : CDD                     Duplicate No.:      0       │
  6367. │    Reported By  : GW                      DateReported :  8/01/94     │
  6368. │    Reported In  : 3009                    RevisedDate  :  8/01/94     │
  6369. │       Fixed In  :                         Status       : Suggestion   │
  6370. │       Origin    : External                                            │
  6371. │    Severity     : Suggestion or documentation error                   │
  6372. │                               Synopsis                                │
  6373. │           Suggestion - Procedure Tree organization App Gen.           │
  6374. │                                Section                                │
  6375. │                            General Environment                        │
  6376. ├───────────────────────────────────────────────────────────────────────┤
  6377. │                                                                       │
  6378. │                           Problem Description                         │
  6379. │                                                                       │
  6380. │      The procedure worksheet gets too complicated for large           │
  6381. │      applications. What I'd like to see is the same child "hide"      │
  6382. │      feature that's available in OS/2 directory listings. You'll      │
  6383. │      have a "+" in front of the parent procedure, when you click      │
  6384. │      on it the child procedures will then appear appear               │
  6385. │      underneath it, and the "+" turns into a "-". This will           │
  6386. │      allowus to compress all the sub-trees that we don't want to,     │
  6387. │       or  need to look at.                                            │
  6388. │               Example:                                                │
  6389. │                    + ProcA                                            │
  6390. │                    - ProcB                                            │
  6391. │                    + |--ProcB-1                                       │
  6392. │                    - |--ProcB-2                                       │
  6393. │                    -    |--ProcB-21                                   │
  6394. │           The "+" beside ProcA means there are child procedures       │
  6395. │           underneath it but they're hidden. Click on it and the       │
  6396. │      child procedures will appear.                                    │
  6397. │            Clicking on the "-" beside the ProcB will hide the         │
  6398. │      child    procedures ProcB-1, ProcB-2, etc..                      │
  6399. │               The hidden subtrees remain from one session to          │
  6400. │      another. So  if the user is working on just one branch of        │
  6401. │      the tree,      that's all they need to see at that level.        │
  6402. │                     Using a collapsing tree like this will remove     │
  6403. │       a heck of a   lot of clutter and will make applications         │
  6404. │      more manageable   for the developer.                             │
  6405. │                        Something else I'd like to have is the         │
  6406. │      ability to search on the description of the procedure. When      │
  6407. │      dealing with 100+    procedures in one app, it's easier to       │
  6408. │      remember part of the  description rather than the actual         │
  6409. │      procedure name. After a  while, all the procedure names          │
  6410. │      begin to look and sound      alike. To accomplish this, just     │
  6411. │       have a radio box when you   enter the search string that        │
  6412. │      says:                                                            │
  6413. │                                                Find String:           │
  6414. │      Accounts Payable Form                             [x] Search     │
  6415. │       from top of view                                 ( ) Name       │
  6416. │      (*) Description     <-Searches desc instead of Name              │
  6417. └───────────────────────────────────────────────────────────────────────┘
  6418. ┌───────────────────────────────────────────────────────────────────────┐
  6419. │                          ProblemNumber : 5180                         │
  6420. │    Product      : CDD                     Duplicate No.:      0       │
  6421. │    Reported By  : GW                      DateReported :  8/01/94     │
  6422. │    Reported In  : 3009                    RevisedDate  :  8/01/94     │
  6423. │       Fixed In  :                         Status       : Suggestion   │
  6424. │       Origin    : External                                            │
  6425. │    Severity     : Suggestion or documentation error                   │
  6426. │                               Synopsis                                │
  6427. │           Suggestion for SAVE hotkey from APPGEN, DCT, DBM            │
  6428. │                                Section                                │
  6429. │                            General Environment                        │
  6430. ├───────────────────────────────────────────────────────────────────────┤
  6431. │                                                                       │
  6432. │                           Problem Description                         │
  6433. │                                                                       │
  6434. │      Suggestion for a "SAVE" hotkey from the various Clarion          │
  6435. │      Editors.  ie, AppGen, Editor, Dictionary Editor.                 │
  6436. └───────────────────────────────────────────────────────────────────────┘
  6437. ┌───────────────────────────────────────────────────────────────────────┐
  6438. │                          ProblemNumber : 0310                         │
  6439. │    Product      : CDD                     Duplicate No.:      0       │
  6440. │    Reported By  : TB                      DateReported :  2/10/93     │
  6441. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  6442. │       Fixed In  :                         Status       : Suggestion   │
  6443. │       Origin    :                                                     │
  6444. │    Severity     : Unassigned Severity                                 │
  6445. │                               Synopsis                                │
  6446. │0                                                                      │
  6447. │                                Section                                │
  6448. │                                 Generator                             │
  6449. ├───────────────────────────────────────────────────────────────────────┤
  6450. │                                                                       │
  6451. │                           Problem Description                         │
  6452. │                                                                       │
  6453. │      Could we maybe get a control - g to get a pulldown menu          │
  6454. │      when generating a pulldown menu in let's say a browse?           │
  6455. │      Instead of creating one from scratch that I might want from      │
  6456. │      many different areas?                                            │
  6457. └───────────────────────────────────────────────────────────────────────┘
  6458. ┌───────────────────────────────────────────────────────────────────────┐
  6459. │                          ProblemNumber : 0315                         │
  6460. │    Product      : CDD                     Duplicate No.:      0       │
  6461. │    Reported By  : CS                      DateReported :  2/11/93     │
  6462. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  6463. │       Fixed In  :                         Status       : Suggestion   │
  6464. │       Origin    :                                                     │
  6465. │    Severity     : Unassigned Severity                                 │
  6466. │                               Synopsis                                │
  6467. │0                                                                      │
  6468. │                                Section                                │
  6469. │                                 Generator                             │
  6470. ├───────────────────────────────────────────────────────────────────────┤
  6471. │                                                                       │
  6472. │                           Problem Description                         │
  6473. │                                                                       │
  6474. │      Just to make it official.... It would be really great to         │
  6475. │      have memory variables defined in the data dictionary. This       │
  6476. │      way any module that uses a particular data dictionary will       │
  6477. │      all have the same global memory variables.                       │
  6478. │      The reason for using this is because we have several             │
  6479. │      programmers working on the same project. So we break it up       │
  6480. │      into seperate app files and call all of the procedures           │
  6481. │      together in the main app by referring to all of the              │
  6482. │      procedures as other. If one of the sub apps has a variable       │
  6483. │      that is not defined in the main app this can cause               │
  6484. │      problems.                                                        │
  6485. └───────────────────────────────────────────────────────────────────────┘
  6486. ┌───────────────────────────────────────────────────────────────────────┐
  6487. │                          ProblemNumber : 0364                         │
  6488. │    Product      : CDD                     Duplicate No.:      0       │
  6489. │    Reported By  : DH                      DateReported :  4/09/93     │
  6490. │    Reported In  : 3002                    RevisedDate  :  4/26/94     │
  6491. │       Fixed In  :                         Status       : Suggestion   │
  6492. │       Origin    :                                                     │
  6493. │    Severity     : Unassigned Severity                                 │
  6494. │                               Synopsis                                │
  6495. │0                                                                      │
  6496. │                                Section                                │
  6497. │                                 Generator                             │
  6498. ├───────────────────────────────────────────────────────────────────────┤
  6499. │                                                                       │
  6500. │                           Problem Description                         │
  6501. │                                                                       │
  6502. │      there is no way to delcare a group over a record structure       │
  6503. │      or over anything except other data declared in the global        │
  6504. │      properties area.                                                 │
  6505. │      Q & A : 3.1                                                      │
  6506. └───────────────────────────────────────────────────────────────────────┘
  6507. ┌───────────────────────────────────────────────────────────────────────┐
  6508. │                          ProblemNumber : 0520                         │
  6509. │    Product      : CDD                     Duplicate No.:      0       │
  6510. │    Reported By  : CS                      DateReported :  3/07/93     │
  6511. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  6512. │       Fixed In  :                         Status       : Suggestion   │
  6513. │       Origin    :                                                     │
  6514. │    Severity     : Unassigned Severity                                 │
  6515. │                               Synopsis                                │
  6516. │0                                                                      │
  6517. │                                Section                                │
  6518. │                                 Generator                             │
  6519. ├───────────────────────────────────────────────────────────────────────┤
  6520. │                                                                       │
  6521. │                           Problem Description                         │
  6522. │                                                                       │
  6523. │      Suggestions:                                                     │
  6524. │      1) Allow PHYSICAL order to be treated like a key in              │
  6525. │      generator                                                        │
  6526. │      2) Allow copy of a procedure to another procedure (AND)          │
  6527. │      allow procedure type to change. What ever attributes can         │
  6528. │      survive should. This is an alternative to being able to          │
  6529. │      directly change the proc. type                                   │
  6530. │      3) Add macro support to generator & dictionary builder,          │
  6531. │      (like editor)                                                    │
  6532. │      4) Show more useful info in dictionary, and                      │
  6533. │      LINE UP COLUMNS                                                  │
  6534. │          a) file : name,prefix,driver then description                │
  6535. │          b) fields: name,type,picture,attributes,validations          │
  6536. │                    then description                                   │
  6537. │          c) keys : name,type,attributes then description ...          │
  6538. │             x) in the past (Prodigy) I've talked about multiple       │
  6539. │                views for dictionary  along the general lines of       │
  6540. │                the two views in generator                             │
  6541. │             y) I would also like to see FILL fields used in           │
  6542. │                 dictionary builder                                    │
  6543. │      5) When selecting keys in generator, make ALL                    │
  6544. │      information viewable  at least show field components !!!         │
  6545. │         a) Same goes for selecting keys in the relationship           │
  6546. │            section of dct.                                            │
  6547. │      6) I support the field dictionary ideas,                         │
  6548. │         a) if nothing else, add support for the LIKE feature of       │
  6549. │      the language.                                                    │
  6550. │          b) support field ^gets, so can copy a field                  │
  6551. │      (or tagged list of fields) from one file to another.             │
  6552. │      7) Give some indication that a save is actually being            │
  6553. │      performed when do a file-save (in dictionary [and                │
  6554. │      elsewhere]).                                                     │
  6555. │      8) Dictionary, TAG a file as deleted until save dct, I           │
  6556. │         ACCIDENTALLY hit my keyboard, pressing (I assume)             │
  6557. │         delete and another key thereby succeding in blowing           │
  6558. │         an entire file away. I used a ^Get from the .BCT to           │
  6559. │         restore, but somehow that was too accidental.                 │
  6560. │      9) Add ^G support inside of generator for clarion.app            │
  6561. │         (template.app)                                                │
  6562. │      10) Don't use enhanced/blink to around inactive windows in       │
  6563. │      editor because, I enabled blink in screener, went to a           │
  6564. │      source window, alt-2'd and found the inactive window             │
  6565. └───────────────────────────────────────────────────────────────────────┘
  6566. ┌───────────────────────────────────────────────────────────────────────┐
  6567. │                          ProblemNumber : 0666                         │
  6568. │    Product      : CDD                     Duplicate No.:      0       │
  6569. │    Reported By  : CS                      DateReported :  3/25/93     │
  6570. │    Reported In  : 3002                    RevisedDate  :  4/26/94     │
  6571. │       Fixed In  :                         Status       : Suggestion   │
  6572. │       Origin    :                                                     │
  6573. │    Severity     : Unassigned Severity                                 │
  6574. │                               Synopsis                                │
  6575. │0                                                                      │
  6576. │                                Section                                │
  6577. │                                 Generator                             │
  6578. ├───────────────────────────────────────────────────────────────────────┤
  6579. │                                                                       │
  6580. │                           Problem Description                         │
  6581. │                                                                       │
  6582. │      Fm: bill brobeck 71071,2707                                      │
  6583. │      Here's some more bugs & stuff 1) The insert key in the           │
  6584. │      field properties of memory vars of a module brings the           │
  6585. │      cursor back to beginning of the entry and does not go into       │
  6586. │      insert mode.                                                     │
  6587. │      3)The edit of a computed field doesn't seem to allow the         │
  6588. │      inserting of parenthesis.                                        │
  6589. │      4) Make & run from the module worsheet will make, but will       │
  6590. │      not run.                                                         │
  6591. │      5) The browses do no seem to recongiize picture statements.      │
  6592. │      I think its the format statement in the procedure that           │
  6593. │      calls the browseaction function.                                 │
  6594. │      Suggestions:                                                     │
  6595. │       1) It might be nice to be able to quickly change a local        │
  6596. │      var to a global var by pointing and shooting...                  │
  6597. │      2) How about a fixed column in a browse.                         │
  6598. │      3) how about showing the load size of an exe somewhere.          │
  6599. │      Q & A : 1,2,3,4 AND 5 are fixed.  All other reports are          │
  6600. │              suggestions.                                             │
  6601. └───────────────────────────────────────────────────────────────────────┘
  6602. ┌───────────────────────────────────────────────────────────────────────┐
  6603. │                          ProblemNumber : 0701                         │
  6604. │    Product      : CDD                     Duplicate No.:      0       │
  6605. │    Reported By  : CS                      DateReported :  3/31/93     │
  6606. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  6607. │       Fixed In  :                         Status       : Suggestion   │
  6608. │       Origin    :                                                     │
  6609. │    Severity     : Unassigned Severity                                 │
  6610. │                               Synopsis                                │
  6611. │0                                                                      │
  6612. │                                Section                                │
  6613. │                                 Generator                             │
  6614. ├───────────────────────────────────────────────────────────────────────┤
  6615. │                                                                       │
  6616. │                           Problem Description                         │
  6617. │                                                                       │
  6618. │      Fm: Goldberg  Mark 75250,2551                                    │
  6619. │      Here are few suggestions for the generator                       │
  6620. │      1) Add support for copying varibles from one procedure to        │
  6621. │      another                                                          │
  6622. │      2) Add support for file by file control of the create vs.        │
  6623. │      halt                                                             │
  6624. │      3) also add file by file control of the opening mode             │
  6625. │      (read-only ...) would be nice to have a cached mode, useful      │
  6626. │      for small read-only files.                                       │
  6627. │      4) consider, having a procedure call that be defined on a        │
  6628. │      file by file  basis that handles error conditions (on            │
  6629. │      opening)                                                         │
  6630. │      5) Add defaults control for new fields, things like SHADOW,      │
  6631. │      INS, IMM, ...                                                    │
  6632. │      6) Add a helper hot-key, that allows you to edit your help       │
  6633. │      while in   screener.  Or add support for help editting from      │
  6634. │      within clavid.                                                   │
  6635. │      7) Make source and data (main screen buttons) available          │
  6636. │      from within screener.                                            │
  6637. │      8) Make the dictionary availble from within generator            │
  6638. │         make it read-only if you must, but add it.                    │
  6639. │      9) Add a generation switch with culls out unused files that      │
  6640. │      are in the    dictionary.  This will go a long way toward        │
  6641. │      sharing a single dictionary  amongst several applications        │
  6642. │      that only share a few files.                                     │
  6643. │      !vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv     │
  6644. │      vvvvvvvvv!                                                       │
  6645. │      Q) what is being done to facilitate new defaults (colors)        │
  6646. │      and new  dictionary settings ?                                   │
  6647. │      !^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     │
  6648. │      ^^^^^^^^^!                                                       │
  6649. │      -- Once again, that's enough for now.                            │
  6650. │      -- Mark Goldberg                                                 │
  6651. └───────────────────────────────────────────────────────────────────────┘
  6652. ┌───────────────────────────────────────────────────────────────────────┐
  6653. │                          ProblemNumber : 0736                         │
  6654. │    Product      : CDD                     Duplicate No.:      0       │
  6655. │    Reported By  : ??                      DateReported :  4/02/93     │
  6656. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  6657. │       Fixed In  :                         Status       : Suggestion   │
  6658. │       Origin    :                                                     │
  6659. │    Severity     : Unassigned Severity                                 │
  6660. │                               Synopsis                                │
  6661. │0                                                                      │
  6662. │                                Section                                │
  6663. │                                 Generator                             │
  6664. ├───────────────────────────────────────────────────────────────────────┤
  6665. │                                                                       │
  6666. │                           Problem Description                         │
  6667. │                                                                       │
  6668. │      problems creating a field that contains an apostrophe.           │
  6669. │      ex.  in creating the field(generate expression)                  │
  6670. │           phn:state&'''  showed as phn:state&'''' in the              │
  6671. │      computed field screen. this is a little confusing, but           │
  6672. │      works fine at runtime.                                           │
  6673. │      ex. generate expression - phn:state& 'a'a' - got generated       │
  6674. │      as phn:state&'a''a' which is correct but aat runtime the         │
  6675. │      field got displayed as    FLa' a -  the space after the '        │
  6676. │      is incorrect.                 ^-***RUNTIME PROBLEM***            │
  6677. │      Q & A : 3.1                                                      │
  6678. └───────────────────────────────────────────────────────────────────────┘
  6679. ┌───────────────────────────────────────────────────────────────────────┐
  6680. │                          ProblemNumber : 1047                         │
  6681. │    Product      : CDD                     Duplicate No.:      0       │
  6682. │    Reported By  : CS                      DateReported :  4/16/93     │
  6683. │    Reported In  : 3002                    RevisedDate  :  4/26/94     │
  6684. │       Fixed In  :                         Status       : Suggestion   │
  6685. │       Origin    :                                                     │
  6686. │    Severity     : Unassigned Severity                                 │
  6687. │                               Synopsis                                │
  6688. │0                                                                      │
  6689. │                                Section                                │
  6690. │                                 Generator                             │
  6691. ├───────────────────────────────────────────────────────────────────────┤
  6692. │                                                                       │
  6693. │                           Problem Description                         │
  6694. │                                                                       │
  6695. │      Fm: Douglas E. Johnson 71543,1566                                │
  6696. │      2) Besides the field for entering an include file, might a       │
  6697. │      source button   be added (like the Setup or Edit Procs for       │
  6698. │      Pushbuttons) so that one might   enter the prototype right       │
  6699. │      then and there, rather than having to go   into the editor.      │
  6700. │      3) Some colors on this window do not seem to correspond          │
  6701. │      with the appropriate elements in the style file - the            │
  6702. │      title, and border colors are not as I would expect from the      │
  6703. │      style file I am using.                                           │
  6704. └───────────────────────────────────────────────────────────────────────┘
  6705. ┌───────────────────────────────────────────────────────────────────────┐
  6706. │                          ProblemNumber : 1118                         │
  6707. │    Product      : CDD                     Duplicate No.:      0       │
  6708. │    Reported By  : DH                      DateReported :  4/30/93     │
  6709. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  6710. │       Fixed In  :                         Status       : Suggestion   │
  6711. │       Origin    :                                                     │
  6712. │    Severity     : Unassigned Severity                                 │
  6713. │                               Synopsis                                │
  6714. │0                                                                      │
  6715. │                                Section                                │
  6716. │                                 Generator                             │
  6717. ├───────────────────────────────────────────────────────────────────────┤
  6718. │                                                                       │
  6719. │                           Problem Description                         │
  6720. │                                                                       │
  6721. │      When a formulas are generated, they execute in order of          │
  6722. │      entry. There is not way to rearrange the order in which          │
  6723. │      the formulas are calculated other than deleting and              │
  6724. │      re-entering in a different order.  This is important when        │
  6725. │      one field relies on the results of another field.                │
  6726. │      R&D: Formula free-format option in 3007.  Order of defined       │
  6727. │      formulas is maintained/compiled in Btrieve sort order.           │
  6728. │      Thisorder will be able to be changed by the user in a future     │
  6729. │          release of CDD.                                              │
  6730. └───────────────────────────────────────────────────────────────────────┘
  6731. ┌───────────────────────────────────────────────────────────────────────┐
  6732. │                          ProblemNumber : 1194                         │
  6733. │    Product      : CDD                     Duplicate No.:      0       │
  6734. │    Reported By  : TB                      DateReported :  5/12/93     │
  6735. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  6736. │       Fixed In  :                         Status       : Suggestion   │
  6737. │       Origin    :                                                     │
  6738. │    Severity     : Unassigned Severity                                 │
  6739. │                               Synopsis                                │
  6740. │0                                                                      │
  6741. │                                Section                                │
  6742. │                                 Generator                             │
  6743. ├───────────────────────────────────────────────────────────────────────┤
  6744. │                                                                       │
  6745. │                           Problem Description                         │
  6746. │                                                                       │
  6747. │      It would be real nice if I could reorder my formulas so          │
  6748. │      that a formula can be based on another formula.  As in a         │
  6749. │      nested conditional field.  The only way to do this now is        │
  6750. │      to change the names of the fields cuz they will appear in        │
  6751. │      alphabetical order.  This prevents me from using the names       │
  6752. │      for the fields that I would like.                                │
  6753. │      Q & A : 3.1                                                      │
  6754. └───────────────────────────────────────────────────────────────────────┘
  6755. ┌───────────────────────────────────────────────────────────────────────┐
  6756. │                          ProblemNumber : 1223                         │
  6757. │    Product      : CDD                     Duplicate No.:      0       │
  6758. │    Reported By  : DH                      DateReported :  5/14/93     │
  6759. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  6760. │       Fixed In  :                         Status       : Suggestion   │
  6761. │       Origin    :                                                     │
  6762. │    Severity     : Unassigned Severity                                 │
  6763. │                               Synopsis                                │
  6764. │0                                                                      │
  6765. │                                Section                                │
  6766. │                                 Generator                             │
  6767. ├───────────────────────────────────────────────────────────────────────┤
  6768. │                                                                       │
  6769. │                           Problem Description                         │
  6770. │                                                                       │
  6771. │      User Bruce Wojak (who has been very helpful in reporting         │
  6772. │      bugs) requests that we allow more #prompts in the template.      │
  6773. │      We spoke at the developers conference indicating that we         │
  6774. │      would allow the ability to scroll the procedure properties       │
  6775. │      window allowing room for more prompts.  Bruce is doing some      │
  6776. │      extensive template developement and I am assuming these          │
  6777. │      will be made available as third party add ons.                   │
  6778. └───────────────────────────────────────────────────────────────────────┘
  6779. ┌───────────────────────────────────────────────────────────────────────┐
  6780. │                          ProblemNumber : 1654                         │
  6781. │    Product      : CDD                     Duplicate No.:      0       │
  6782. │    Reported By  : DH                      DateReported :  6/28/93     │
  6783. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  6784. │       Fixed In  :                         Status       : Suggestion   │
  6785. │       Origin    :                                                     │
  6786. │    Severity     : Unassigned Severity                                 │
  6787. │                               Synopsis                                │
  6788. │0                                                                      │
  6789. │                                Section                                │
  6790. │                                 Generator                             │
  6791. ├───────────────────────────────────────────────────────────────────────┤
  6792. │                                                                       │
  6793. │                           Problem Description                         │
  6794. │                                                                       │
  6795. │      Mike Hanson requests that #MAP and #PROJECT be recognized        │
  6796. │      when they are in the main program section of the program so      │
  6797. │      he can add his libraries to the template.                        │
  6798. └───────────────────────────────────────────────────────────────────────┘
  6799. ┌───────────────────────────────────────────────────────────────────────┐
  6800. │                          ProblemNumber : 1676                         │
  6801. │    Product      : CDD                     Duplicate No.:      0       │
  6802. │    Reported By  : CS                      DateReported :  6/29/93     │
  6803. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  6804. │       Fixed In  :                         Status       : Suggestion   │
  6805. │       Origin    :                                                     │
  6806. │    Severity     : Unassigned Severity                                 │
  6807. │                               Synopsis                                │
  6808. │0                                                                      │
  6809. │                                Section                                │
  6810. │                                 Generator                             │
  6811. ├───────────────────────────────────────────────────────────────────────┤
  6812. │                                                                       │
  6813. │                           Problem Description                         │
  6814. │                                                                       │
  6815. │      Fm: Johan Kotze 100075,73                                        │
  6816. │      I am busy with an application under CDD3003 (about 50            │
  6817. │      procedures) and I have deleted a browse procedure. Now I am      │
  6818. │      unable to view then modules. If I select module view, I get      │
  6819. │      an error message - 'Procedure Header Missing - Invallid          │
  6820. │      Data in App File'. I also cannot rename the app file or          │
  6821. │      generate source. I have had this problem before, and got         │
  6822. │      round it by creating a new app and copying all procedures.       │
  6823. │      This is very time consum- ming though. Could you not supply      │
  6824. │      us with a program that can fix corrup- ted app files?. (In       │
  6825. │      the same manner as chkdsk fixes bad disks). This would           │
  6826. │      really help us programmes a lot.                                 │
  6827. │      Johan                                                            │
  6828. │      R&D: In 3004 the app file is saved prior to any make.  This      │
  6829. │      should keep the app from getting corrupted.                      │
  6830. └───────────────────────────────────────────────────────────────────────┘
  6831. ┌───────────────────────────────────────────────────────────────────────┐
  6832. │                          ProblemNumber : 1863                         │
  6833. │    Product      : CDD                     Duplicate No.:      0       │
  6834. │    Reported By  : CS                      DateReported :  7/16/93     │
  6835. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  6836. │       Fixed In  :                         Status       : Suggestion   │
  6837. │       Origin    :                                                     │
  6838. │    Severity     : Unassigned Severity                                 │
  6839. │                               Synopsis                                │
  6840. │0                                                                      │
  6841. │                                Section                                │
  6842. │                                 Generator                             │
  6843. ├───────────────────────────────────────────────────────────────────────┤
  6844. │                                                                       │
  6845. │                           Problem Description                         │
  6846. │                                                                       │
  6847. │      Fm: Douglas Johnson 75310,2035                                   │
  6848. │      After adding a module in Module View (3004), it is               │
  6849. │      impossible to change the module properties without deleting      │
  6850. │      it and starting again. The property choices are disabled if      │
  6851. │      one attempts to make these changes directly. Also, it would      │
  6852. │      be nice if the Module Structure Include File field could be      │
  6853. │      made to accept a Section parameter rather than just the          │
  6854. │      file name. Not real painful, but somewhat annoying.              │
  6855. └───────────────────────────────────────────────────────────────────────┘
  6856. ┌───────────────────────────────────────────────────────────────────────┐
  6857. │                          ProblemNumber : 1883                         │
  6858. │    Product      : CDD                     Duplicate No.:      0       │
  6859. │    Reported By  : CS                      DateReported :  7/16/93     │
  6860. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  6861. │       Fixed In  :                         Status       : Suggestion   │
  6862. │       Origin    :                                                     │
  6863. │    Severity     : Unassigned Severity                                 │
  6864. │                               Synopsis                                │
  6865. │0                                                                      │
  6866. │                                Section                                │
  6867. │                                 Generator                             │
  6868. ├───────────────────────────────────────────────────────────────────────┤
  6869. │                                                                       │
  6870. │                           Problem Description                         │
  6871. │                                                                       │
  6872. │      Fm: KC Shore 76470,3544                                          │
  6873. │      I noticed a problem with the way clarion processes formula       │
  6874. │      fields in a report it processes them in alphabetical order.      │
  6875. │      this could pose a problem as you might have a formula that       │
  6876. │      requires an othe rformula to complete.                           │
  6877. │      Example                                                          │
  6878. │      ->   holdPC = ( win / coin-in) * 100                             │
  6879. │      the structure in the report would be as follows:                 │
  6880. │      coin-in = rpt:coin-in + 100                                      │
  6881. │      holdPC  = ( win / coin-in ) * 100                                │
  6882. │      win     = rpt:win + 500                                          │
  6883. │      in order to get the report to run properly you would need to     │
  6884. │       rename 'WIN' to some thing that starts with 'A-G' this          │
  6885. │      could pose a problem if you were not aware of it, I think        │
  6886. │      the be st solution would to allow you to set the order like      │
  6887. │      you did in clarion 2.1 with fields by using the GREY + or        │
  6888. │      GREY - key.                                                      │
  6889. │      R & D : Will be addressed in 3.1.                                │
  6890. └───────────────────────────────────────────────────────────────────────┘
  6891. ┌───────────────────────────────────────────────────────────────────────┐
  6892. │                          ProblemNumber : 1940                         │
  6893. │    Product      : CDD                     Duplicate No.:      0       │
  6894. │    Reported By  : CS                      DateReported :  7/21/93     │
  6895. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  6896. │       Fixed In  :                         Status       : Suggestion   │
  6897. │       Origin    :                                                     │
  6898. │    Severity     : Unassigned Severity                                 │
  6899. │                               Synopsis                                │
  6900. │0                                                                      │
  6901. │                                Section                                │
  6902. │                                 Generator                             │
  6903. ├───────────────────────────────────────────────────────────────────────┤
  6904. │                                                                       │
  6905. │                           Problem Description                         │
  6906. │                                                                       │
  6907. │      Fm: Barry McClure 75170,1100                                     │
  6908. │       Well, you're (partially) right. Here's what it's doing.         │
  6909. │      If I create an application called \CLARION3\X\TEST.APP, and      │
  6910. │      use:        Application Name: F:\CLARION3\X\TEST.APP             │
  6911. │             Template File   : F:\CLARION3\X\CLARION.TPL               │
  6912. │             Dictionary File : F:\CLARION3\X\CONTACTS.DCT              │
  6913. │             Styles File     : F:\CLARION3\STYLES.STY                  │
  6914. │             Help File       :                                         │
  6915. │             First Procedure : Start                                   │
  6916. │      CDD will create a dummy \CLARION3\X\CLARION.APP file, and        │
  6917. │      use that for the DEFAULT app. The CLARION.APP file that it       │
  6918. │      creates is only 3072 bytes and like you said, it doesn't         │
  6919. │      have the report variables defined and that's what's causing      │
  6920. │      the compile errors.                                              │
  6921. │            So it looks like I need to copy the                        │
  6922. │      \CLARION3\CLARION.APP to wherever I have the CLARION.TPL         │
  6923. │      file, in this case \CLARION3\X.                                  │
  6924. │                                 I guess this isn't really a bug.      │
  6925. │      I just don't know why it doesn't display a warning message       │
  6926. │      saying it's "About to create the file "template.APP"             │
  6927. │      Continue? Yes/NO" if it can't find the default template.APP      │
  6928. │      file in the same subdirectory as the template files. It's a      │
  6929. │      bit dangerous for it to go ahead   and create a dummy            │
  6930. │      CLARION.APP without warning. It may not be what the user         │
  6931. │      expects.                                                         │
  6932. └───────────────────────────────────────────────────────────────────────┘
  6933. ┌───────────────────────────────────────────────────────────────────────┐
  6934. │                          ProblemNumber : 1945                         │
  6935. │    Product      : CDD                     Duplicate No.:      0       │
  6936. │    Reported By  : CS                      DateReported :  7/21/93     │
  6937. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  6938. │       Fixed In  :                         Status       : Suggestion   │
  6939. │       Origin    :                                                     │
  6940. │    Severity     : Unassigned Severity                                 │
  6941. │                               Synopsis                                │
  6942. │0                                                                      │
  6943. │                                Section                                │
  6944. │                                 Generator                             │
  6945. ├───────────────────────────────────────────────────────────────────────┤
  6946. │                                                                       │
  6947. │                           Problem Description                         │
  6948. │                                                                       │
  6949. │      Fm: Dave Willow 70020,575                                        │
  6950. │      In order to keep my CDD files clean, I have flaged all of        │
  6951. │      the distribution files as Read Only. However, when I open an     │
  6952. │         application and CDD 3004 asks me for the template, I get      │
  6953. │      anI/O Error. It appears that CDD opens the template files        │
  6954. │      for read & write.  I don't see any reason why CDD woul d         │
  6955. │      want tohave them opened that way.                                │
  6956. │             If there is no reason for this, I would like to           │
  6957. │      request that the template files be opened in a Read Only         │
  6958. │      manner.                                                          │
  6959. └───────────────────────────────────────────────────────────────────────┘
  6960. ┌───────────────────────────────────────────────────────────────────────┐
  6961. │                          ProblemNumber : 1962                         │
  6962. │    Product      : CDD                     Duplicate No.:      0       │
  6963. │    Reported By  : CS                      DateReported :  7/22/93     │
  6964. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  6965. │       Fixed In  :                         Status       : Suggestion   │
  6966. │       Origin    :                                                     │
  6967. │    Severity     : Unassigned Severity                                 │
  6968. │                               Synopsis                                │
  6969. │0                                                                      │
  6970. │                                Section                                │
  6971. │                                 Generator                             │
  6972. ├───────────────────────────────────────────────────────────────────────┤
  6973. │                                                                       │
  6974. │                           Problem Description                         │
  6975. │                                                                       │
  6976. │      Fm: Douglas Johnson 75310,2035                                   │
  6977. │       the following enhancement for #MAP in the template language     │
  6978. │         #MAP(Include File, <Section Name>)                            │
  6979. │         Include File - As presently defined                           │
  6980. │      Section Name - An optional string constant containing the        │
  6981. │      name of the section of a file to INCLUDE in the                  │
  6982. │      application's MAP Structure.                                     │
  6983. └───────────────────────────────────────────────────────────────────────┘
  6984. ┌───────────────────────────────────────────────────────────────────────┐
  6985. │                          ProblemNumber : 2000                         │
  6986. │    Product      : CDD                     Duplicate No.:      0       │
  6987. │    Reported By  : JB                      DateReported :  7/27/93     │
  6988. │    Reported In  : 3005                    RevisedDate  :  4/26/94     │
  6989. │       Fixed In  :                         Status       : Suggestion   │
  6990. │       Origin    :                                                     │
  6991. │    Severity     : Unassigned Severity                                 │
  6992. │                               Synopsis                                │
  6993. │0                                                                      │
  6994. │                                Section                                │
  6995. │                                 Generator                             │
  6996. ├───────────────────────────────────────────────────────────────────────┤
  6997. │                                                                       │
  6998. │                           Problem Description                         │
  6999. │                                                                       │
  7000. │      If the user selects "Generate Source", shouldn't AppGen          │
  7001. │      generate source regardless of the "Conditional Generation"       │
  7002. │      flag?  It seems to me if they went to the trouble of             │
  7003. │      selecting "Generate", they REALLY want to generate source.       │
  7004. │      Alternatively, we could add a "Generate ALL" to the              │
  7005. │      pulldown menu or sub-dialog which would allow you to do          │
  7006. │      thiswithout affecting the "Conditional Generation" flag.         │
  7007. │      This  would also eliminate the need for a "touch" utility        │
  7008. │      for an  application.                                             │
  7009. └───────────────────────────────────────────────────────────────────────┘
  7010. ┌───────────────────────────────────────────────────────────────────────┐
  7011. │                          ProblemNumber : 2055                         │
  7012. │    Product      : CDD                     Duplicate No.:      0       │
  7013. │    Reported By  : CS                      DateReported :  8/06/93     │
  7014. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  7015. │       Fixed In  :                         Status       : Suggestion   │
  7016. │       Origin    :                                                     │
  7017. │    Severity     : Unassigned Severity                                 │
  7018. │                               Synopsis                                │
  7019. │0                                                                      │
  7020. │                                Section                                │
  7021. │                                 Generator                             │
  7022. ├───────────────────────────────────────────────────────────────────────┤
  7023. │                                                                       │
  7024. │                           Problem Description                         │
  7025. │                                                                       │
  7026. │      Fm: Fred Schmitthammer 76436,3511                                │
  7027. │      I am making some template modifications where I need to get      │
  7028. │      the MSG attribute text from an OPTION field.  I am unable to     │
  7029. │       do so.  The application generator generates a screen field      │
  7030. │      for the database field but not for each radio button             │
  7031. │      (OPTION).  So, the database field does not have a message        │
  7032. │      attribute (just the radio button does) and does not generate     │
  7033. │       any value in the %ScreenFieldMsg symbol.                        │
  7034. │        Is there any way to get the message text for a radio           │
  7035. │      button ?                                                         │
  7036. │             Fred Schmitthammer                                        │
  7037. │             Professional Practice Systems, INC.                       │
  7038. │             (310)804-7674                                             │
  7039. └───────────────────────────────────────────────────────────────────────┘
  7040. ┌───────────────────────────────────────────────────────────────────────┐
  7041. │                          ProblemNumber : 2064                         │
  7042. │    Product      : CDD                     Duplicate No.:      0       │
  7043. │    Reported By  : PB                      DateReported :  8/09/93     │
  7044. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  7045. │       Fixed In  :                         Status       : Suggestion   │
  7046. │       Origin    :                                                     │
  7047. │    Severity     : Unassigned Severity                                 │
  7048. │                               Synopsis                                │
  7049. │0                                                                      │
  7050. │                                Section                                │
  7051. │                                 Generator                             │
  7052. ├───────────────────────────────────────────────────────────────────────┤
  7053. │                                                                       │
  7054. │                           Problem Description                         │
  7055. │                                                                       │
  7056. │      user reported that after deleting numberous procedures the       │
  7057. │      size of his app file did not change at all                       │
  7058. └───────────────────────────────────────────────────────────────────────┘
  7059. ┌───────────────────────────────────────────────────────────────────────┐
  7060. │                          ProblemNumber : 2095                         │
  7061. │    Product      : CDD                     Duplicate No.:      0       │
  7062. │    Reported By  : DH                      DateReported :  8/10/93     │
  7063. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  7064. │       Fixed In  :                         Status       : Suggestion   │
  7065. │       Origin    :                                                     │
  7066. │    Severity     : Unassigned Severity                                 │
  7067. │                               Synopsis                                │
  7068. │0                                                                      │
  7069. │                                Section                                │
  7070. │                                 Generator                             │
  7071. ├───────────────────────────────────────────────────────────────────────┤
  7072. │                                                                       │
  7073. │                           Problem Description                         │
  7074. │                                                                       │
  7075. │      User would like the ability to copy global variable from         │
  7076. │      one app to another                                               │
  7077. └───────────────────────────────────────────────────────────────────────┘
  7078. ┌───────────────────────────────────────────────────────────────────────┐
  7079. │                          ProblemNumber : 2216                         │
  7080. │    Product      : CDD                     Duplicate No.:      0       │
  7081. │    Reported By  : CS                      DateReported :  8/25/93     │
  7082. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  7083. │       Fixed In  :                         Status       : Suggestion   │
  7084. │       Origin    :                                                     │
  7085. │    Severity     : Unassigned Severity                                 │
  7086. │                               Synopsis                                │
  7087. │0                                                                      │
  7088. │                                Section                                │
  7089. │                                 Generator                             │
  7090. ├───────────────────────────────────────────────────────────────────────┤
  7091. │                                                                       │
  7092. │                           Problem Description                         │
  7093. │                                                                       │
  7094. │      Fm: R.Radcliffe 72460,3560                                       │
  7095. │      Add two more options on the View (Procedure/Module).             │
  7096. │      First would order procedures by name - no connecting lines.      │
  7097. │      This would make it easier to find procedures.                    │
  7098. │      Second would order by type of procedure                          │
  7099. │      (Form/Browse/Source,etc.) then name - no connecting lines.       │
  7100. │      This would make it easier to find types of proecures.            │
  7101. │      Example, if you need to make a change on all report              │
  7102. │      procedures.                                                      │
  7103. └───────────────────────────────────────────────────────────────────────┘
  7104. ┌───────────────────────────────────────────────────────────────────────┐
  7105. │                          ProblemNumber : 2519                         │
  7106. │    Product      : CDD                     Duplicate No.:      0       │
  7107. │    Reported By  : DH                      DateReported : 10/01/93     │
  7108. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  7109. │       Fixed In  :                         Status       : Suggestion   │
  7110. │       Origin    :                                                     │
  7111. │    Severity     : Unassigned Severity                                 │
  7112. │                               Synopsis                                │
  7113. │0                                                                      │
  7114. │                                Section                                │
  7115. │                                 Generator                             │
  7116. ├───────────────────────────────────────────────────────────────────────┤
  7117. │                                                                       │
  7118. │                           Problem Description                         │
  7119. │                                                                       │
  7120. │      User requests a global "reapply default colors" as well as       │
  7121. │      a procedure by procedure reapply.                                │
  7122. └───────────────────────────────────────────────────────────────────────┘
  7123. ┌───────────────────────────────────────────────────────────────────────┐
  7124. │                          ProblemNumber : 2596                         │
  7125. │    Product      : CDD                     Duplicate No.:      0       │
  7126. │    Reported By  : TB                      DateReported : 10/07/93     │
  7127. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  7128. │       Fixed In  :                         Status       : Suggestion   │
  7129. │       Origin    :                                                     │
  7130. │    Severity     : Unassigned Severity                                 │
  7131. │                               Synopsis                                │
  7132. │0                                                                      │
  7133. │                                Section                                │
  7134. │                                 Generator                             │
  7135. ├───────────────────────────────────────────────────────────────────────┤
  7136. │                                                                       │
  7137. │                           Problem Description                         │
  7138. │                                                                       │
  7139. │      where is the records()?                                          │
  7140. │      R&D:Was implemeneted in free-format entry of expressions         │
  7141. │      and then had to be removed... will be added in 3.1...            │
  7142. └───────────────────────────────────────────────────────────────────────┘
  7143. ┌───────────────────────────────────────────────────────────────────────┐
  7144. │                          ProblemNumber : 2688                         │
  7145. │    Product      : CDD                     Duplicate No.:      0       │
  7146. │    Reported By  : DH                      DateReported : 10/18/93     │
  7147. │    Reported In  : 3005                    RevisedDate  :  4/28/94     │
  7148. │       Fixed In  :                         Status       : Suggestion   │
  7149. │       Origin    :                                                     │
  7150. │    Severity     : Unassigned Severity                                 │
  7151. │                               Synopsis                                │
  7152. │0                                                                      │
  7153. │                                Section                                │
  7154. │                                 Generator                             │
  7155. ├───────────────────────────────────────────────────────────────────────┤
  7156. │                                                                       │
  7157. │                           Problem Description                         │
  7158. │                                                                       │
  7159. │      User requests that Template and Dictionary line in the           │
  7160. │      generator allow for just the file name therefore defaulting      │
  7161. │      to the current directory instead of requiring the full path      │
  7162. └───────────────────────────────────────────────────────────────────────┘
  7163. ┌───────────────────────────────────────────────────────────────────────┐
  7164. │                          ProblemNumber : 2912                         │
  7165. │    Product      : CDD                     Duplicate No.:      0       │
  7166. │    Reported By  : CS                      DateReported : 11/04/93     │
  7167. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  7168. │       Fixed In  :                         Status       : Suggestion   │
  7169. │       Origin    :                                                     │
  7170. │    Severity     : Unassigned Severity                                 │
  7171. │                               Synopsis                                │
  7172. │0                                                                      │
  7173. │                                Section                                │
  7174. │                                 Generator                             │
  7175. ├───────────────────────────────────────────────────────────────────────┤
  7176. │                                                                       │
  7177. │                           Problem Description                         │
  7178. │                                                                       │
  7179. │      Fm: Mark Goldberg 75250,2551 MSG#:37648                          │
  7180. │      Suggestions:                                                     │
  7181. │      1) Appgen, file-save should leave the scroll bar where it        │
  7182. │      was, vs. going to       the first procedure.                     │
  7183. │        2) Add support for string structures in appgen screener,       │
  7184. │      or if entry,skips are really the way to go, then a default       │
  7185. │      color should be applied to skip'd fields vs. real entry          │
  7186. │      fields.                                                          │
  7187. │              3) Make it simple to copy color setting from one         │
  7188. │      field to another in screener. Remember how ^A could be used      │
  7189. │      to set the 'normal' field color in 2.1's screener.  That         │
  7190. │      would be nice, as well as being able to put my cursor on a       │
  7191. │      field, press a hot-key to set the default 1-5 colors, and        │
  7192. │      then another hot-to apply those colors to the field              │
  7193. │      currently under my cursor.  If this is too hard, then allow      │
  7194. │      us to directly enter the color codes when in the color           │
  7195. │      setting window, vs. having to go to the styles listbox,          │
  7196. │      which has no locator, or to the   color selection grid.          │
  7197. │                                        4) Add a toggle to             │
  7198. │      disable auto-prompt creation, on field creation                  │
  7199. │                                               5) As earlier           │
  7200. │      noted, add support for editting the field label, this would      │
  7201. │      be a major enhancement, by allowing field copies to be           │
  7202. │      useful.  This would also support field name changes in the       │
  7203. │      dictionary.                                         6) Make      │
  7204. │      it possible to tell the style number (the actual color           │
  7205. │      number and more to the point the style description) for          │
  7206. │      non-fields that are on the screen.  Ex: tracks, text typed       │
  7207. │      on the screen, paints etc.  This could be done by showing        │
  7208. │        the screen structure, much like the ^F screen.                 │
  7209. │        7) Show the style number (better yet the sytle                 │
  7210. │      description), on the track window in addition to the visual      │
  7211. │      cue of what color it is currently mapped to.                     │
  7212. │                   8) Have listboxes support the scroll-lock key,      │
  7213. │      for our code as well as CDD's code.                              │
  7214. │                   9) The output of a compile should                   │
  7215. │      automatically be stored in an output text file.  It would        │
  7216. │      have the name as the .pr but with a different extention.         │
  7217. │      Failing that, there should be redirection support when the       │
  7218. │      print button is pressed, so that a file name can be              │
  7219. │      specified.                              10) A compile            │
  7220. │      should beep when completed                                       │
  7221. │                                                    11) Standard       │
  7222. └───────────────────────────────────────────────────────────────────────┘
  7223. ┌───────────────────────────────────────────────────────────────────────┐
  7224. │                          ProblemNumber : 2988                         │
  7225. │    Product      : CDD                     Duplicate No.:      0       │
  7226. │    Reported By  : CS                      DateReported : 11/09/93     │
  7227. │    Reported In  : 3006                    RevisedDate  :  4/26/94     │
  7228. │       Fixed In  :                         Status       : Suggestion   │
  7229. │       Origin    :                                                     │
  7230. │    Severity     : Cosmetic or user interface problem                  │
  7231. │                               Synopsis                                │
  7232. │0                                                                      │
  7233. │                                Section                                │
  7234. │                                 Generator                             │
  7235. ├───────────────────────────────────────────────────────────────────────┤
  7236. │                                                                       │
  7237. │                           Problem Description                         │
  7238. │                                                                       │
  7239. │      Fm: Ralph Johnston 71033,135 MSG#:41633                          │
  7240. │      In addition to the ordering feature (for formula fields), I      │
  7241. │       would suggest some way of looking at them in the order          │
  7242. │      theywere entered (or at least in the order they will be          │
  7243. │          calculated). Now I believe they are sorted                   │
  7244. │      alphabetically,   which is nice, but not useful in               │
  7245. │      determining evalutation         order. Thanks...                 │
  7246. │                                               ..Ralph                 │
  7247. │      R&D: On the schedule for 3.1...                                  │
  7248. └───────────────────────────────────────────────────────────────────────┘
  7249. ┌───────────────────────────────────────────────────────────────────────┐
  7250. │                          ProblemNumber : 3010                         │
  7251. │    Product      : CDD                     Duplicate No.:      0       │
  7252. │    Reported By  : DH                      DateReported : 11/10/93     │
  7253. │    Reported In  : 3006                    RevisedDate  :  4/26/94     │
  7254. │       Fixed In  :                         Status       : Suggestion   │
  7255. │       Origin    :                                                     │
  7256. │    Severity     : Unassigned Severity                                 │
  7257. │                               Synopsis                                │
  7258. │0                                                                      │
  7259. │                                Section                                │
  7260. │                                 Generator                             │
  7261. ├───────────────────────────────────────────────────────────────────────┤
  7262. │                                                                       │
  7263. │                           Problem Description                         │
  7264. │                                                                       │
  7265. │      User suggests that we add the facility to copy the pulldown      │
  7266. │      structure between procedures.                                    │
  7267. └───────────────────────────────────────────────────────────────────────┘
  7268. ┌───────────────────────────────────────────────────────────────────────┐
  7269. │                          ProblemNumber : 3122                         │
  7270. │    Product      : CDD                     Duplicate No.:      0       │
  7271. │    Reported By  : CS                      DateReported : 11/22/93     │
  7272. │    Reported In  : 3006                    RevisedDate  :  4/26/94     │
  7273. │       Fixed In  :                         Status       : Suggestion   │
  7274. │       Origin    :                                                     │
  7275. │    Severity     : Unassigned Severity                                 │
  7276. │                               Synopsis                                │
  7277. │0                                                                      │
  7278. │                                Section                                │
  7279. │                                 Generator                             │
  7280. ├───────────────────────────────────────────────────────────────────────┤
  7281. │                                                                       │
  7282. │                           Problem Description                         │
  7283. │                                                                       │
  7284. │      Fm: Jerry L. Petri 72633,3345 MSG#:43675                         │
  7285. │      The AUTO attibute on a variable is not supported through         │
  7286. │      the APPGEN.                                                      │
  7287. └───────────────────────────────────────────────────────────────────────┘
  7288. ┌───────────────────────────────────────────────────────────────────────┐
  7289. │                          ProblemNumber : 3244                         │
  7290. │    Product      : CDD                     Duplicate No.:      0       │
  7291. │    Reported By  : DB                      DateReported : 12/08/93     │
  7292. │    Reported In  : 3006                    RevisedDate  :  4/26/94     │
  7293. │       Fixed In  :                         Status       : Suggestion   │
  7294. │       Origin    :                                                     │
  7295. │    Severity     : Unassigned Severity                                 │
  7296. │                               Synopsis                                │
  7297. │0                                                                      │
  7298. │                                Section                                │
  7299. │                                 Generator                             │
  7300. ├───────────────────────────────────────────────────────────────────────┤
  7301. │                                                                       │
  7302. │                           Problem Description                         │
  7303. │                                                                       │
  7304. │      Your application is missing a template file.  If you do a        │
  7305. │      make and run, you are informed about 10 times that you are       │
  7306. │      missing that template file, and the TODO template is being       │
  7307. │      used.  Can this be changed to inform the developer just          │
  7308. │      once that they are missing a template??                          │
  7309. │      R&D: Will be implemented in version > 3007...                    │
  7310. └───────────────────────────────────────────────────────────────────────┘
  7311. ┌───────────────────────────────────────────────────────────────────────┐
  7312. │                          ProblemNumber : 3296                         │
  7313. │    Product      : CDD                     Duplicate No.:      0       │
  7314. │    Reported By  : CS                      DateReported : 12/13/93     │
  7315. │    Reported In  : 3006                    RevisedDate  :  4/26/94     │
  7316. │       Fixed In  :                         Status       : Suggestion   │
  7317. │       Origin    :                                                     │
  7318. │    Severity     : Unassigned Severity                                 │
  7319. │                               Synopsis                                │
  7320. │0                                                                      │
  7321. │                                Section                                │
  7322. │                                 Generator                             │
  7323. ├───────────────────────────────────────────────────────────────────────┤
  7324. │                                                                       │
  7325. │                           Problem Description                         │
  7326. │                                                                       │
  7327. │      Fm: John Leschak (CompuSyste 71461,471 MSG#:46334                │
  7328. │      problem with template language in handling PROJECT/MAP           │
  7329. │      commands.                                                        │
  7330. │           i have a set of templates which has a                       │
  7331. │      PROJECT(mylib)/MAP(mylib.inc) statements referencing a lib       │
  7332. │      in a module.  so if i were to go into the project/module         │
  7333. │      info, as expected, the insertion of 'mylib' had been             │
  7334. │      entered to the module list.                                      │
  7335. │        in my procedure listing, i have inserted an external           │
  7336. │      module which also references 'MYLIB', and also referencing       │
  7337. │      MYLIB.INC.  but i get duplicate definitions when i compile.      │
  7338. │      the reason for this is that when it inserts the 'mylib.inc'      │
  7339. │      from the MAP () command, it places it in the modules map         │
  7340. │      andnot the program. when i create an external module, it         │
  7341. │      will   place this in the program's map. i can see the            │
  7342. │      reasoning    for this, and can work around it, but though        │
  7343. │      that a more   reasonable approach would be to check to see       │
  7344. │      if the         MAP('mylib.inc') has already been included in     │
  7345. │       the programs  map structure (via other MAP() commands or        │
  7346. │      via external libsdirectly in appgen ctrl-l)) , and if so,        │
  7347. │      then do not includehere.                                         │
  7348. │                                 hope i make sense.                    │
  7349. │                                 jsl                                   │
  7350. └───────────────────────────────────────────────────────────────────────┘
  7351. ┌───────────────────────────────────────────────────────────────────────┐
  7352. │                          ProblemNumber : 3509                         │
  7353. │    Product      : CDD                     Duplicate No.:      0       │
  7354. │    Reported By  : CS                      DateReported :  1/12/94     │
  7355. │    Reported In  : 3006                    RevisedDate  :  4/26/94     │
  7356. │       Fixed In  :                         Status       : Suggestion   │
  7357. │       Origin    :                                                     │
  7358. │    Severity     : Unassigned Severity                                 │
  7359. │                               Synopsis                                │
  7360. │0                                                                      │
  7361. │                                Section                                │
  7362. │                                 Generator                             │
  7363. ├───────────────────────────────────────────────────────────────────────┤
  7364. │                                                                       │
  7365. │                           Problem Description                         │
  7366. │                                                                       │
  7367. │      Fm: Helmut J. Schwarzin 73140,2732 MSG#:49763                    │
  7368. │      When trying to move a Queue field in Global memory in            │
  7369. │      AppGen it won't  move.  It will move the fields inside the       │
  7370. │      Queue Group but not the Queue  group itself.                     │
  7371. │      From Greg_W: Suggestion: To be able to move the bottom or        │
  7372. │      top of a Group or Queue over fields.   Instead of moving         │
  7373. │      the fields into the Group or Queue.                              │
  7374. │      Greg                                                             │
  7375. └───────────────────────────────────────────────────────────────────────┘
  7376. ┌───────────────────────────────────────────────────────────────────────┐
  7377. │                          ProblemNumber : 3551                         │
  7378. │    Product      : CDD                     Duplicate No.:      0       │
  7379. │    Reported By  : PB                      DateReported :  1/20/94     │
  7380. │    Reported In  : 3007                    RevisedDate  :  1/20/94     │
  7381. │       Fixed In  :                         Status       : Suggestion   │
  7382. │       Origin    :                                                     │
  7383. │    Severity     : Unassigned Severity                                 │
  7384. │                               Synopsis                                │
  7385. │0                                                                      │
  7386. │                                Section                                │
  7387. │                                 Generator                             │
  7388. ├───────────────────────────────────────────────────────────────────────┤
  7389. │                                                                       │
  7390. │                           Problem Description                         │
  7391. │                                                                       │
  7392. │      suggestion from end user                                         │
  7393. │      in the formula generator when user is choosing a clarion         │
  7394. │      function it would be nice to have a locator field for the        │
  7395. │      function name instead of having to keep hitting page down        │
  7396. │      to get to the correct one.                                       │
  7397. └───────────────────────────────────────────────────────────────────────┘
  7398. ┌───────────────────────────────────────────────────────────────────────┐
  7399. │                          ProblemNumber : 3562                         │
  7400. │    Product      : CDD                     Duplicate No.:      0       │
  7401. │    Reported By  : TB                      DateReported :  1/21/94     │
  7402. │    Reported In  : 3007                    RevisedDate  :  1/21/94     │
  7403. │       Fixed In  :                         Status       : Suggestion   │
  7404. │       Origin    :                                                     │
  7405. │    Severity     : Unassigned Severity                                 │
  7406. │                               Synopsis                                │
  7407. │0                                                                      │
  7408. │                                Section                                │
  7409. │                                 Generator                             │
  7410. ├───────────────────────────────────────────────────────────────────────┤
  7411. │                                                                       │
  7412. │                           Problem Description                         │
  7413. │                                                                       │
  7414. │      When choosing a range limit field, is it posible to get a        │
  7415. │      listing of just the fields of the acess key that was             │
  7416. │      selected in the files pushbutton?                                │
  7417. └───────────────────────────────────────────────────────────────────────┘
  7418. ┌───────────────────────────────────────────────────────────────────────┐
  7419. │                          ProblemNumber : 3714                         │
  7420. │    Product      : CDD                     Duplicate No.:      0       │
  7421. │    Reported By  : CS                      DateReported :  2/07/94     │
  7422. │    Reported In  : 3007                    RevisedDate  :  2/07/94     │
  7423. │       Fixed In  :                         Status       : Suggestion   │
  7424. │       Origin    :                                                     │
  7425. │    Severity     : Unassigned Severity                                 │
  7426. │                               Synopsis                                │
  7427. │0                                                                      │
  7428. │                                Section                                │
  7429. │                                 Generator                             │
  7430. ├───────────────────────────────────────────────────────────────────────┤
  7431. │                                                                       │
  7432. │                           Problem Description                         │
  7433. │                                                                       │
  7434. │       5) When in the expression generator one does NOT check          │
  7435. │      'use                                                             │
  7436. │         expression generator' the prompts for the formula's and,      │
  7437. │      in                                                               │
  7438. │         a conditional formula, the condition stay disabled,           │
  7439. │      although                                                         │
  7440. │         one can enter the text field.                                 │
  7441. │       6) Suggestion: place a button for template help in the          │
  7442. │      formula                                                          │
  7443. │         editor, so one can more easily get help while filling in      │
  7444. │      the                                                              │
  7445. │         formula class.                                                │
  7446. └───────────────────────────────────────────────────────────────────────┘
  7447. ┌───────────────────────────────────────────────────────────────────────┐
  7448. │                          ProblemNumber : 3809                         │
  7449. │    Product      : CDD                     Duplicate No.:      0       │
  7450. │    Reported By  : CS                      DateReported :  2/14/94     │
  7451. │    Reported In  : 30071                   RevisedDate  :  2/14/94     │
  7452. │       Fixed In  :                         Status       : Suggestion   │
  7453. │       Origin    :                                                     │
  7454. │    Severity     : Unassigned Severity                                 │
  7455. │                               Synopsis                                │
  7456. │0                                                                      │
  7457. │                                Section                                │
  7458. │                                 Generator                             │
  7459. ├───────────────────────────────────────────────────────────────────────┤
  7460. │                                                                       │
  7461. │                           Problem Description                         │
  7462. │                                                                       │
  7463. │      Fm: Randy Rogers 75730,1337 MSG#:55071                           │
  7464. │      I have often wanted a way to specify the mode in which a         │
  7465. │      file is opened within the developer environment.                 │
  7466. │      How about having somewhere to specify such information -         │
  7467. │      perhaps in an application's global properties.                   │
  7468. │      For doing the 'alias' lookups you could open the alias           │
  7469. │      files read-only.  The main file would be opened                  │
  7470. │           read-many write-one mode.                                   │
  7471. │           Regards,                                                    │
  7472. │           Randy Rogers                                                │
  7473. │           Keystone Computer Resources                                 │
  7474. │      From Greg_W: I'm not sure if this is feasible or not but I       │
  7475. │      figured I log it as a suggestion for a future release.           │
  7476. │      Let me know if you not sure what he is suggesting.               │
  7477. └───────────────────────────────────────────────────────────────────────┘
  7478. ┌───────────────────────────────────────────────────────────────────────┐
  7479. │                          ProblemNumber : 3832                         │
  7480. │    Product      : CDD                     Duplicate No.:      0       │
  7481. │    Reported By  : CS                      DateReported :  2/15/94     │
  7482. │    Reported In  : 30071                   RevisedDate  :  2/15/94     │
  7483. │       Fixed In  :                         Status       : Suggestion   │
  7484. │       Origin    :                                                     │
  7485. │    Severity     : Unassigned Severity                                 │
  7486. │                               Synopsis                                │
  7487. │0                                                                      │
  7488. │                                Section                                │
  7489. │                                 Generator                             │
  7490. ├───────────────────────────────────────────────────────────────────────┤
  7491. │                                                                       │
  7492. │                           Problem Description                         │
  7493. │                                                                       │
  7494. │      Fm: Andy Stapleton 75110,2467 MSG#:54926                         │
  7495. │      Well, I Tried it and got the "This Function Not Allowed"         │
  7496. │      As a Suggestion  for next release.                               │
  7497. │      Allow the Free form Formula section to do SET,GET                │
  7498. │      Functions....                                                    │
  7499. │                AnyBody Else have more functions they would like       │
  7500. │      to ADD...                                                        │
  7501. │                 The reason to add these functions allows the          │
  7502. │      developer to access the same type of functions your using        │
  7503. │      in the EBROWSE without having to mantain several file            │
  7504. │      structures and File Handles .....                                │
  7505. │                             I Think This would be a FANTASTIC         │
  7506. │      enhancement of the System.....                                   │
  7507. │                               The TEmplate change would have to       │
  7508. │      Include a LOOKUP statement and Check to see that the Fields      │
  7509. │      MATCH.....                                                       │
  7510. │                                LET ME KNOW HOW YOU FEEL AND WHAT      │
  7511. │      PROBS WE CAN FORSEE                                              │
  7512. │                                Andy <<Cowboy>>                        │
  7513. └───────────────────────────────────────────────────────────────────────┘
  7514. ┌───────────────────────────────────────────────────────────────────────┐
  7515. │                          ProblemNumber : 4113                         │
  7516. │    Product      : CDD                     Duplicate No.:      0       │
  7517. │    Reported By  : CS                      DateReported :  3/15/94     │
  7518. │    Reported In  : 30071                   RevisedDate  :  3/15/94     │
  7519. │       Fixed In  :                         Status       : Suggestion   │
  7520. │       Origin    :                                                     │
  7521. │    Severity     : Unassigned Severity                                 │
  7522. │                               Synopsis                                │
  7523. │0                                                                      │
  7524. │                                Section                                │
  7525. │                                 Generator                             │
  7526. ├───────────────────────────────────────────────────────────────────────┤
  7527. │                                                                       │
  7528. │                           Problem Description                         │
  7529. │                                                                       │
  7530. │      Fm: Ken J Horii 76340,1234 MSG#:59812                            │
  7531. │      1) CLARION.RED will *NOT* redirect BACKUP FILES to the           │
  7532. │             \BKP subdirectory.                                        │
  7533. │      2) CLARION3.EXE will *NOT* execute the CONTACTS.EXE in the       │
  7534. │             \BIN subdirectory.                                        │
  7535. │      3) CLARION.APP  will *NOT* allow me to make the PATH             │
  7536. │      (drv:\subdir) a variable from a configuration file *.INI or      │
  7537. │      *.CFG.                                                           │
  7538. │      Greg, the above is the cause of all my current questions         │
  7539. │      forCDD3.007.105. Should you and Bruce find all this trivial      │
  7540. │      andbeyond the scope of CLARION DATABASE DEVELOPER please         │
  7541. │      informme of you decision and I will quit!                        │
  7542. │            TIA...  KJH  10MAR94                                       │
  7543. └───────────────────────────────────────────────────────────────────────┘
  7544. ┌───────────────────────────────────────────────────────────────────────┐
  7545. │                          ProblemNumber : 4245                         │
  7546. │    Product      : CDD                     Duplicate No.:      0       │
  7547. │    Reported By  : TB                      DateReported :  3/30/94     │
  7548. │    Reported In  : 30072                   RevisedDate  :  3/30/94     │
  7549. │       Fixed In  :                         Status       : Suggestion   │
  7550. │       Origin    :                                                     │
  7551. │    Severity     : Unassigned Severity                                 │
  7552. │                               Synopsis                                │
  7553. │0                                                                      │
  7554. │                                Section                                │
  7555. │                                 Generator                             │
  7556. ├───────────────────────────────────────────────────────────────────────┤
  7557. │                                                                       │
  7558. │                           Problem Description                         │
  7559. │                                                                       │
  7560. │      In local data for a procedure I would like to Copy a Queue.      │
  7561. └───────────────────────────────────────────────────────────────────────┘
  7562. ┌───────────────────────────────────────────────────────────────────────┐
  7563. │                          ProblemNumber : 4254                         │
  7564. │    Product      : CDD                     Duplicate No.:      0       │
  7565. │    Reported By  : CS                      DateReported :  3/30/94     │
  7566. │    Reported In  : 30072                   RevisedDate  :  3/30/94     │
  7567. │       Fixed In  :                         Status       : Suggestion   │
  7568. │       Origin    :                                                     │
  7569. │    Severity     : Unassigned Severity                                 │
  7570. │                               Synopsis                                │
  7571. │0                                                                      │
  7572. │                                Section                                │
  7573. │                                 Generator                             │
  7574. ├───────────────────────────────────────────────────────────────────────┤
  7575. │                                                                       │
  7576. │                           Problem Description                         │
  7577. │                                                                       │
  7578. │      #: 62908 S8/3.0 Support                                          │
  7579. │          28-Mar-94  10:14:29                                          │
  7580. │      Sb: Compile Crash /Suggestns                                     │
  7581. │      Fm: Mark Goldberg 75250,2551                                     │
  7582. │      To: Debby Herman 72662,475                                       │
  7583. │      There should be a simple way to show the value of a radio        │
  7584. │      button'd field using appgen's screener. Currently I have to      │
  7585. │       exit screener, go nto the data otheron, create a field          │
  7586. │      LIKEit (simulating the like as appgen doesn't support            │
  7587. │          the like attribute) and then place the field OVER the        │
  7588. │          original field, exit the data section, return to             │
  7589. │      screener   and then place the field on the screen as an          │
  7590. │      entry field,   mark it as a skipped field, and then change       │
  7591. │      the color from  my entry color to my display color, and then     │
  7592. │       press esc when the prompt comes up, then ^K to my display       │
  7593. │      prompt color and key in the display prompt directly on the       │
  7594. │      screen (I don't   use prompts on display fields, because I       │
  7595. │      don't want the     hot-letter to show and effect flow, when      │
  7596. │      I can never        actually select the field).                   │
  7597. │                          a) allow modification of the data            │
  7598. │      section from within the  field selection                         │
  7599. │                                   screen (after I've pressed          │
  7600. │      insert/entry field)           b) add like support to the         │
  7601. │      data section (and data          dictionary)                      │
  7602. │                                          [I understand there are      │
  7603. │      issues surrounding the order of field                            │
  7604. │                                           declaration]                │
  7605. │                                       c) support a default color      │
  7606. │      for display fields                  [consider a screen           │
  7607. │      structure type: display vs.          entry/skip]                 │
  7608. │                                            d) remove hot-letters      │
  7609. │      from skip'd prompts (sorry if done   in 3007.x)                  │
  7610. │                                               [in general allow a     │
  7611. │       prompt to have NO hot-letter]                                   │
  7612. │                                           Additional suggestions:     │
  7613. │                                            a) add exit without        │
  7614. │      save from the data section              b) add Relational        │
  7615. │      Integrity to field re-naming between the data-section            │
  7616. │                                                   and screener        │
  7617. │                                                c) allow the field     │
  7618. │       names to be editted within screener         ex: unit_type       │
  7619. │      -> lcl:unit_type   or  unit_type[1] ->    unit_type[2]           │
  7620. │                                                 d) allow the          │
  7621. │      field type to be modified for a field within  screener           │
  7622. │                                                        (probably      │
  7623. │      only useful if display becomes a seperate     field type)        │
  7624. │                                                        (well, how     │
  7625. │       about entry <-> radio button ?)               e) move           │
  7626. │      prompt editting inside of the field screen             (at       │
  7627. └───────────────────────────────────────────────────────────────────────┘
  7628. ┌───────────────────────────────────────────────────────────────────────┐
  7629. │                          ProblemNumber : 4429                         │
  7630. │    Product      : CDD                     Duplicate No.:      0       │
  7631. │    Reported By  : DH                      DateReported :  4/18/94     │
  7632. │    Reported In  : 3008                    RevisedDate  :  4/21/94     │
  7633. │       Fixed In  :                         Status       : Suggestion   │
  7634. │       Origin    :                                                     │
  7635. │    Severity     : Unassigned Severity                                 │
  7636. │                               Synopsis                                │
  7637. │0                                                                      │
  7638. │                                Section                                │
  7639. │                                 Generator                             │
  7640. ├───────────────────────────────────────────────────────────────────────┤
  7641. │                                                                       │
  7642. │                           Problem Description                         │
  7643. │                                                                       │
  7644. │      Select any procedure in your app. Notice the button labeled      │
  7645. │      "Procedures"? Press Alt+E to select it. A list of                │
  7646. │      procedureswill appear. Add any procedures to that list and       │
  7647. │      they stay  in sequential order, as opposed to alphabetical.      │
  7648. │      If the listgrows to dozens of procedures (as in my case),        │
  7649. │      it's a major pain to find one. Now, press the TABKEY until       │
  7650. │      the LIST has  focus. Now press the hot key to add a              │
  7651. │      procedure. After      adding it, press the hot key for           │
  7652. │      CHANGE. After changing it, try to select a different one.        │
  7653. │      YOU CAN'T. You have to tab   back to the list before you         │
  7654. │      can scroll.                                                      │
  7655. │      R&D: 1. Alphabetical sort on that list is a good idea, on        │
  7656. │              the list for 3.1.                                        │
  7657. │           2. Selecting an operation through a hotkey (Alt-h in        │
  7658. │              this case for Change) also selects the button...         │
  7659. │              thats just the way it is.                                │
  7660. └───────────────────────────────────────────────────────────────────────┘
  7661. ┌───────────────────────────────────────────────────────────────────────┐
  7662. │                          ProblemNumber : 4501                         │
  7663. │    Product      : CDD                     Duplicate No.:      0       │
  7664. │    Reported By  : CS                      DateReported :  4/22/94     │
  7665. │    Reported In  : 3008                    RevisedDate  :  4/22/94     │
  7666. │       Fixed In  :                         Status       : Suggestion   │
  7667. │       Origin    :                                                     │
  7668. │    Severity     : Unassigned Severity                                 │
  7669. │                               Synopsis                                │
  7670. │0                                                                      │
  7671. │                                Section                                │
  7672. │                                 Generator                             │
  7673. ├───────────────────────────────────────────────────────────────────────┤
  7674. │                                                                       │
  7675. │                           Problem Description                         │
  7676. │                                                                       │
  7677. │      Fm: Douglas Johnson 75310,2035 MSG#:67389                        │
  7678. │       >> No, there are still checking the input for syntax            │
  7679. │      errors and user  >> defined functions are not accepted. ...      │
  7680. │      Ah well, back to the embed.                                      │
  7681. │      Could you please add accepting user defined functions in         │
  7682. │      Forumulas to the suggestion list?                                │
  7683. │            Also, I would like to request that some thought be         │
  7684. │      given to this _protect the developer_ attitude (perhaps a        │
  7685. │      2.1 remnant) which seems to raise its ugly head every once       │
  7686. │      in awhile in the CDD design philosophy. A switch to turn it      │
  7687. │      off         would certainly be acceptable to those who do        │
  7688. │      not desire to be hindered by this software development           │
  7689. │      safety net.                                                      │
  7690. │                         Douglas                                       │
  7691. └───────────────────────────────────────────────────────────────────────┘
  7692. ┌───────────────────────────────────────────────────────────────────────┐
  7693. │                          ProblemNumber : 5323                         │
  7694. │    Product      : CDD                     Duplicate No.:      0       │
  7695. │    Reported By  : GW                      DateReported :  8/30/94     │
  7696. │    Reported In  : 3009                    RevisedDate  :  8/30/94     │
  7697. │       Fixed In  :                         Status       : Suggestion   │
  7698. │       Origin    : External                                            │
  7699. │    Severity     : Suggestion or documentation error                   │
  7700. │                               Synopsis                                │
  7701. │                Suggestion for 2.1 app import function                 │
  7702. │                                Section                                │
  7703. │                                 Generator                             │
  7704. ├───────────────────────────────────────────────────────────────────────┤
  7705. │                                                                       │
  7706. │                           Problem Description                         │
  7707. │                                                                       │
  7708. │      When importing procedure from another application, I'm           │
  7709. │      prompted for every duplicate procedure with a screen that        │
  7710. │      says: " Duplicate Procedure: Replace Skip Cancel" This is        │
  7711. │      fine if I'm importing just one or two procedures, but if         │
  7712. │      I'mimporting a dozen or more procedures, it's a pain having      │
  7713. │      to answer this question each time. In fact, as I write this,     │
  7714. │       I have OS/2 in the background importing a dozen or so           │
  7715. │         procedures. Every 15-30 seconds I have to quit this and       │
  7716. │      pop over to the other window to say "replace". It's a hassle     │
  7717. │          that can be easily avoided.                                  │
  7718. │          What I'd like to see is another option added to this         │
  7719. │      menu   that says: "Replace All". When this is selected, I        │
  7720. │      won't be asked any more questions and it will automically        │
  7721. │      replace theexisting procedures. How about it?                    │
  7722. └───────────────────────────────────────────────────────────────────────┘
  7723. ┌───────────────────────────────────────────────────────────────────────┐
  7724. │                          ProblemNumber : 3469                         │
  7725. │    Product      : CDD                     Duplicate No.:      0       │
  7726. │    Reported By  : CS                      DateReported :  1/05/94     │
  7727. │    Reported In  : 3006                    RevisedDate  :  2/01/94     │
  7728. │       Fixed In  :                         Status       : Suggestion   │
  7729. │       Origin    :                                                     │
  7730. │    Severity     : Unassigned Severity                                 │
  7731. │                               Synopsis                                │
  7732. │0                                                                      │
  7733. │                                Section                                │
  7734. │                             Graphics Library                          │
  7735. ├───────────────────────────────────────────────────────────────────────┤
  7736. │                                                                       │
  7737. │                           Problem Description                         │
  7738. │                                                                       │
  7739. │      Fm: Scott Lowry 72322,2735 MSG#:47506                            │
  7740. │      Yes, I did get your reply to my message of a month ago re        │
  7741. │      Graphics Library problems.  After more trials and errors, I      │
  7742. │      think I can make this briefer than it would have been            │
  7743. │      before.                                                          │
  7744. │              > you should only link in support for the graphics       │
  7745. │      modes you use                                                    │
  7746. │               First, I think you're saying, and it appears to         │
  7747. │      behave as though ALL graphic drivers that you're wanting to      │
  7748. │      support get LOADED into conventional lower memory as soon        │
  7749. │      as any graphics library procedure is called.  That explains      │
  7750. │      why the program ground to a halt after calling same, all of      │
  7751. │      a sudden having 200K-300K less memory to operate in. If          │
  7752. │      thisis true, it's a terrible step backward from 2.1 where        │
  7753. │      you   could link all drivers into the program, but load          │
  7754. │      only the  one you needed with the SETVIDEO(GETVIDEO())           │
  7755. │      statement. If  there is something I can do to link all the       │
  7756. │      drivers, but    load only the one called for, please tell        │
  7757. │      me how. For now   I've dropped Hercules support, which I         │
  7758. │      can probably get awaywith, but I must have CGA and EGA/VGA       │
  7759. │      and loading both thesedrivers is taking up a lot of              │
  7760. │      precious memory. (With        thousands of users I don't         │
  7761. │      have the luxury of "linking in   support for the graphics        │
  7762. │      mode you use"). Incidentally, sincedropping the Hercules         │
  7763. │      support the program no longer goes    into "crawl" mode,         │
  7764. │      taking 7 seconds to load 50 records into a LIST box. (That       │
  7765. │      problem occured in regular CDD non-graphicLIST box screens       │
  7766. │      anytime after a procedure using the        graphics lib had      │
  7767. │      been called, even though one had RETURNed  from that             │
  7768. │      procedure).                                                      │
  7769. │                                                        Second,        │
  7770. │      the overlay manger seems to have a problem with                  │
  7771. │      procedures that use the graphic library, as the program (my      │
  7772. │      app) will crash with an "out of memory" error on a very          │
  7773. │      arbitrary and unpredictable basis when such are called. If       │
  7774. │      Ireduce my memory by loading a TSR, then the problem             │
  7775. │      becomes more frequent, and still unpredictable. There is no      │
  7776. │      such    problem on procs that don't use the graphic lib.         │
  7777. │      Has this   been reported as a bug?  Is it being fixed? Is        │
  7778. │      there a      work-around?                                        │
  7779. │                   Third, there's a non-documented anomoly that        │
  7780. │      creates an     immediate System Halt crash if you try to do      │
  7781. │      a 'Make and    Run' when your project file has 1) the .OBJ       │
  7782. │      stub that       eliminates Hercules support (probably any        │
  7783. │      .OBJ) placed      before the CLA files, and 2) the 'pack'        │
  7784. │      link option is      'Off', and 3) the debugger option is         │
  7785. │      not being called. It   took several hours to run that down,      │
  7786. └───────────────────────────────────────────────────────────────────────┘
  7787. ┌───────────────────────────────────────────────────────────────────────┐
  7788. │                          ProblemNumber : 2061                         │
  7789. │    Product      : CDD                     Duplicate No.:      0       │
  7790. │    Reported By  : PB                      DateReported :  8/09/93     │
  7791. │    Reported In  :                         RevisedDate  :  4/27/94     │
  7792. │       Fixed In  :                         Status       : Suggestion   │
  7793. │       Origin    :                                                     │
  7794. │    Severity     : Unassigned Severity                                 │
  7795. │                               Synopsis                                │
  7796. │0                                                                      │
  7797. │                                Section                                │
  7798. │                                GUI Library                            │
  7799. ├───────────────────────────────────────────────────────────────────────┤
  7800. │                                                                       │
  7801. │                           Problem Description                         │
  7802. │                                                                       │
  7803. │      user suggests the ability to change the colors for the           │
  7804. │      selector bar and also the ability to open a screen without       │
  7805. │      a border                                                         │
  7806. └───────────────────────────────────────────────────────────────────────┘
  7807. ┌───────────────────────────────────────────────────────────────────────┐
  7808. │                          ProblemNumber : 2160                         │
  7809. │    Product      : CDD                     Duplicate No.:      0       │
  7810. │    Reported By  : CS                      DateReported :  8/19/93     │
  7811. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  7812. │       Fixed In  :                         Status       : Suggestion   │
  7813. │       Origin    :                                                     │
  7814. │    Severity     : Unassigned Severity                                 │
  7815. │                               Synopsis                                │
  7816. │0                                                                      │
  7817. │                                Section                                │
  7818. │                                GUI Library                            │
  7819. ├───────────────────────────────────────────────────────────────────────┤
  7820. │                                                                       │
  7821. │                           Problem Description                         │
  7822. │                                                                       │
  7823. │      Fm: Paul M. Blais 72103,111                                      │
  7824. │      Since I first posted the message, I have pinned it down as       │
  7825. │      follows. If I take the "Checkbook" example app, and use          │
  7826. │      setr  gb to bring up appgen with custom.clr, I can edit the      │
  7827. │      app  ch ange the colors and get proper results in the final      │
  7828. │      exe  colors. When I load custom.clr and run in appgen my         │
  7829. │      colors   reflect the custom.clr colors. When I work on my        │
  7830. │      present ap p with custom.clr & GUI the custom colors appear      │
  7831. │      in appgen,but do not appear in the GUI exe program as in         │
  7832. │      appgen. I     hesitate because the GUI interface does            │
  7833. │      appear to change    the colors very slightly in any case.        │
  7834. │      In short, my GUI appruns the exact same way with or without      │
  7835. │      custom.clr l oaded  with setrgb. As best I can tell,             │
  7836. │      VGAColor does NOT work withGUI.  And ba sed on the color         │
  7837. │      allocation fore & back color  along with the light version       │
  7838. │      of the color and gray it seems  that making VG A color work      │
  7839. │      properly could take some trickycolor mixing even if it did       │
  7840. │      work. You would have to keep the rela tionship between           │
  7841. │      light and dark colors the same in anyrevis ed pallete and        │
  7842. │      even then ...                                                    │
  7843. │                                             Suggestions:              │
  7844. │                                             1-More documentation      │
  7845. │                                             2-A Clarion.app that      │
  7846. │      conforms to the GUI standards                                    │
  7847. │      R&D: The VGA Color Kit and GUI currently do not work with        │
  7848. │      each other.  This might be addressed in the future               │
  7849. └───────────────────────────────────────────────────────────────────────┘
  7850. ┌───────────────────────────────────────────────────────────────────────┐
  7851. │                          ProblemNumber : 2199                         │
  7852. │    Product      : CDD                     Duplicate No.:      0       │
  7853. │    Reported By  : PB                      DateReported :  8/24/93     │
  7854. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  7855. │       Fixed In  :                         Status       : Suggestion   │
  7856. │       Origin    :                                                     │
  7857. │    Severity     : Unassigned Severity                                 │
  7858. │                               Synopsis                                │
  7859. │0                                                                      │
  7860. │                                Section                                │
  7861. │                                GUI Library                            │
  7862. ├───────────────────────────────────────────────────────────────────────┤
  7863. │                                                                       │
  7864. │                           Problem Description                         │
  7865. │                                                                       │
  7866. │      repeat & point structures do not get a gui effect                │
  7867. └───────────────────────────────────────────────────────────────────────┘
  7868. ┌───────────────────────────────────────────────────────────────────────┐
  7869. │                          ProblemNumber : 2377                         │
  7870. │    Product      : CDD                     Duplicate No.:      0       │
  7871. │    Reported By  : PB                      DateReported :  9/23/93     │
  7872. │    Reported In  : 3004                    RevisedDate  :  4/22/94     │
  7873. │       Fixed In  :                         Status       : Suggestion   │
  7874. │       Origin    :                                                     │
  7875. │    Severity     : Unassigned Severity                                 │
  7876. │                               Synopsis                                │
  7877. │0                                                                      │
  7878. │                                Section                                │
  7879. │                                GUI Library                            │
  7880. ├───────────────────────────────────────────────────────────────────────┤
  7881. │                                                                       │
  7882. │                           Problem Description                         │
  7883. │                                                                       │
  7884. │      user wants to be able to unload gui before running               │
  7885. │      command.com and then restore it before going back to his         │
  7886. │      application. when command.com is run the dos screen is in        │
  7887. │      graphics mode                                                    │
  7888. └───────────────────────────────────────────────────────────────────────┘
  7889. ┌───────────────────────────────────────────────────────────────────────┐
  7890. │                          ProblemNumber : 2981                         │
  7891. │    Product      : CDD                     Duplicate No.:      0       │
  7892. │    Reported By  : CS                      DateReported : 11/08/93     │
  7893. │    Reported In  : 3006                    RevisedDate  :  4/22/94     │
  7894. │       Fixed In  :                         Status       : Suggestion   │
  7895. │       Origin    :                                                     │
  7896. │    Severity     : Unassigned Severity                                 │
  7897. │                               Synopsis                                │
  7898. │0                                                                      │
  7899. │                                Section                                │
  7900. │                                GUI Library                            │
  7901. ├───────────────────────────────────────────────────────────────────────┤
  7902. │                                                                       │
  7903. │                           Problem Description                         │
  7904. │                                                                       │
  7905. │      Fm: Dave Willow 70020,575 MSG#:40483                             │
  7906. │      I'm unable to get the "3-D" selection cursor with REPEAT         │
  7907. │      structures or list boxes with the COLS attribute. Help?          │
  7908. │      Also, with the COLS attribute in a list box, the horizontal      │
  7909. │      scroll bar is a mess.                                            │
  7910. └───────────────────────────────────────────────────────────────────────┘
  7911. ┌───────────────────────────────────────────────────────────────────────┐
  7912. │                          ProblemNumber : 2989                         │
  7913. │    Product      : CDD                     Duplicate No.:      0       │
  7914. │    Reported By  : CS                      DateReported : 11/09/93     │
  7915. │    Reported In  : 3006                    RevisedDate  :  4/22/94     │
  7916. │       Fixed In  :                         Status       : Suggestion   │
  7917. │       Origin    :                                                     │
  7918. │    Severity     : Unassigned Severity                                 │
  7919. │                               Synopsis                                │
  7920. │0                                                                      │
  7921. │                                Section                                │
  7922. │                                GUI Library                            │
  7923. ├───────────────────────────────────────────────────────────────────────┤
  7924. │                                                                       │
  7925. │                           Problem Description                         │
  7926. │                                                                       │
  7927. │      Fm: Greg Salyer 70731,2752 MSG#:41465                            │
  7928. │      How about a putting a default "click-to-close" box in the        │
  7929. │      upper left hand corner of a GUI app?                             │
  7930. └───────────────────────────────────────────────────────────────────────┘
  7931. ┌───────────────────────────────────────────────────────────────────────┐
  7932. │                          ProblemNumber : 3571                         │
  7933. │    Product      : CDD                     Duplicate No.:      0       │
  7934. │    Reported By  : DH                      DateReported :  1/21/94     │
  7935. │    Reported In  : 3007                    RevisedDate  :  4/22/94     │
  7936. │       Fixed In  :                         Status       : Suggestion   │
  7937. │       Origin    :                                                     │
  7938. │    Severity     : Unassigned Severity                                 │
  7939. │                               Synopsis                                │
  7940. │0                                                                      │
  7941. │                                Section                                │
  7942. │                                GUI Library                            │
  7943. ├───────────────────────────────────────────────────────────────────────┤
  7944. │                                                                       │
  7945. │                           Problem Description                         │
  7946. │                                                                       │
  7947. │      One more is when making a field display only and it has a        │
  7948. │      prompt attached to                                               │
  7949. │      it, why allow that prompt to display as a underscored item       │
  7950. │      as if you can select                                             │
  7951. │      that item? I know that you can place a space ' City' and it      │
  7952. │      shouldn't display                                                │
  7953. │      it as a hot item on the screen, but still. :) It's               │
  7954. │      disabled... It shouldn't                                         │
  7955. │      have the underscore there in the first place.                    │
  7956. └───────────────────────────────────────────────────────────────────────┘
  7957. ┌───────────────────────────────────────────────────────────────────────┐
  7958. │                          ProblemNumber : 4422                         │
  7959. │    Product      : CDD                     Duplicate No.:      0       │
  7960. │    Reported By  : CS                      DateReported :  4/18/94     │
  7961. │    Reported In  : 3009                    RevisedDate  :  4/18/94     │
  7962. │       Fixed In  :                         Status       : Suggestion   │
  7963. │       Origin    :                                                     │
  7964. │    Severity     : Unassigned Severity                                 │
  7965. │                               Synopsis                                │
  7966. │0                                                                      │
  7967. │                                Section                                │
  7968. │                                GUI Library                            │
  7969. ├───────────────────────────────────────────────────────────────────────┤
  7970. │                                                                       │
  7971. │                           Problem Description                         │
  7972. │                                                                       │
  7973. │      User would like the ability to turn the mouse cursor off         │
  7974. │      but still keep the mouse active.                                 │
  7975. └───────────────────────────────────────────────────────────────────────┘
  7976. ┌───────────────────────────────────────────────────────────────────────┐
  7977. │                          ProblemNumber : 4944                         │
  7978. │    Product      : CDD                     Duplicate No.:      0       │
  7979. │    Reported By  : JB                      DateReported :  7/14/94     │
  7980. │    Reported In  : 3009                    RevisedDate  :   /  /       │
  7981. │       Fixed In  :                         Status       : Suggestion   │
  7982. │       Origin    :                                                     │
  7983. │    Severity     : Unassigned Severity                                 │
  7984. │                               Synopsis                                │
  7985. │0                                                                      │
  7986. │                                Section                                │
  7987. │                                GUI Library                            │
  7988. ├───────────────────────────────────────────────────────────────────────┤
  7989. │                                                                       │
  7990. │                           Problem Description                         │
  7991. │                                                                       │
  7992. │      gui2 - user wants ability to disable hot keys for buttons,       │
  7993. │      prompts etc                                                      │
  7994. └───────────────────────────────────────────────────────────────────────┘
  7995. ┌───────────────────────────────────────────────────────────────────────┐
  7996. │                          ProblemNumber : 4962                         │
  7997. │    Product      : CDD                     Duplicate No.:      0       │
  7998. │    Reported By  : GW                      DateReported :  7/19/94     │
  7999. │    Reported In  : 3009                    RevisedDate  :  7/19/94     │
  8000. │       Fixed In  :                         Status       : Suggestion   │
  8001. │       Origin    : External                                            │
  8002. │    Severity     : Cosmetic or user interface problem                  │
  8003. │                               Synopsis                                │
  8004. │          GUI 2 - FIELDCOLORSON doesn't change Prompt colors           │
  8005. │                                Section                                │
  8006. │                                GUI Library                            │
  8007. ├───────────────────────────────────────────────────────────────────────┤
  8008. │                                                                       │
  8009. │                           Problem Description                         │
  8010. │                                                                       │
  8011. │      I have GUI2 and am able to change colors upon Select for         │
  8012. │      alltypes of prompts and fields except for the _prompts_ on       │
  8013. │      entry fields, am I doing something wrong                         │
  8014. │      Did you use the function FIELDCOLORSON ?                         │
  8015. │      Yes, when you select an entry field the prompt doesn't show      │
  8016. │      in it's selected colors.                                         │
  8017. └───────────────────────────────────────────────────────────────────────┘
  8018. ┌───────────────────────────────────────────────────────────────────────┐
  8019. │                          ProblemNumber : 1591                         │
  8020. │    Product      : CDD                     Duplicate No.:      0       │
  8021. │    Reported By  : PB                      DateReported :  6/18/93     │
  8022. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  8023. │       Fixed In  :                         Status       : Suggestion   │
  8024. │       Origin    :                                                     │
  8025. │    Severity     : Unassigned Severity                                 │
  8026. │                               Synopsis                                │
  8027. │0                                                                      │
  8028. │                                Section                                │
  8029. │                             Hardware Specific                         │
  8030. ├───────────────────────────────────────────────────────────────────────┤
  8031. │                                                                       │
  8032. │                           Problem Description                         │
  8033. │                                                                       │
  8034. │      a user had two video cards in his machine so he could use        │
  8035. │      two monitors (one vga, the other monochome). the                 │
  8036. │      environmentalways detects the vga card. should the               │
  8037. │      environment respect the mode command and look at the mono        │
  8038. │      card if modebw80 is   set? Vid works fine with his two           │
  8039. │      monitors because it has a  /s6 switch, but the envronment        │
  8040. │      always uses the vga card.    user reg. no. 224253                │
  8041. └───────────────────────────────────────────────────────────────────────┘
  8042. ┌───────────────────────────────────────────────────────────────────────┐
  8043. │                          ProblemNumber : 2038                         │
  8044. │    Product      : CDD                     Duplicate No.:      0       │
  8045. │    Reported By  : DB                      DateReported :  8/04/93     │
  8046. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  8047. │       Fixed In  :                         Status       : Suggestion   │
  8048. │       Origin    :                                                     │
  8049. │    Severity     : Unassigned Severity                                 │
  8050. │                               Synopsis                                │
  8051. │0                                                                      │
  8052. │                                Section                                │
  8053. │                             Hardware Specific                         │
  8054. ├───────────────────────────────────────────────────────────────────────┤
  8055. │                                                                       │
  8056. │                           Problem Description                         │
  8057. │                                                                       │
  8058. │      Vaughn Cox of Digital Solutions reports that alot of his         │
  8059. │      customers use Cirrus Logic vesa adapters (model CL-GD5426).      │
  8060. │      However CDD does not work with them.  Could we get one of        │
  8061. │      those boards here to test?                                       │
  8062. └───────────────────────────────────────────────────────────────────────┘
  8063. ┌───────────────────────────────────────────────────────────────────────┐
  8064. │                          ProblemNumber : 1169                         │
  8065. │    Product      : CDD                     Duplicate No.:      0       │
  8066. │    Reported By  : PS                      DateReported :  5/10/93     │
  8067. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  8068. │       Fixed In  :                         Status       : Suggestion   │
  8069. │       Origin    :                                                     │
  8070. │    Severity     : Unassigned Severity                                 │
  8071. │                               Synopsis                                │
  8072. │0                                                                      │
  8073. │                                Section                                │
  8074. │                                Help Editor                            │
  8075. ├───────────────────────────────────────────────────────────────────────┤
  8076. │                                                                       │
  8077. │                           Problem Description                         │
  8078. │                                                                       │
  8079. │      suggestion from end user - to be able to search the help         │
  8080. │      file (in his generated application) for a keyword.  also         │
  8081. │      wuld like the ability to link one topic to another topic.        │
  8082. └───────────────────────────────────────────────────────────────────────┘
  8083. ┌───────────────────────────────────────────────────────────────────────┐
  8084. │                          ProblemNumber : 1332                         │
  8085. │    Product      : CDD                     Duplicate No.:      0       │
  8086. │    Reported By  : CS                      DateReported :  5/24/93     │
  8087. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  8088. │       Fixed In  :                         Status       : Suggestion   │
  8089. │       Origin    :                                                     │
  8090. │    Severity     : Unassigned Severity                                 │
  8091. │                               Synopsis                                │
  8092. │0                                                                      │
  8093. │                                Section                                │
  8094. │                                Help Editor                            │
  8095. ├───────────────────────────────────────────────────────────────────────┤
  8096. │                                                                       │
  8097. │                           Problem Description                         │
  8098. │                                                                       │
  8099. │      Fm: Barry McClure 75170,1100                                     │
  8100. │      For future versions of CDD, I'd like to see:                     │
  8101. │      4a) HELP search capability. I find it impossible at times        │
  8102. │      to find what   I'm looking for. I know what the keyword is,      │
  8103. │      like "Locator", but the     current help screen doesn't          │
  8104. │      have a button into it. I'd like to see a ^S command that         │
  8105. │      would search the help.txt file for a given word or               │
  8106. │          phrase, then pull up the help screen. This would make        │
  8107. │      the help system   a lot more powerful.                           │
  8108. └───────────────────────────────────────────────────────────────────────┘
  8109. ┌───────────────────────────────────────────────────────────────────────┐
  8110. │                          ProblemNumber : 1508                         │
  8111. │    Product      : CDD                     Duplicate No.:      0       │
  8112. │    Reported By  : RT                      DateReported :  2/18/93     │
  8113. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  8114. │       Fixed In  :                         Status       : Suggestion   │
  8115. │       Origin    :                                                     │
  8116. │    Severity     : Unassigned Severity                                 │
  8117. │                               Synopsis                                │
  8118. │0                                                                      │
  8119. │                                Section                                │
  8120. │                                Help Editor                            │
  8121. ├───────────────────────────────────────────────────────────────────────┤
  8122. │                                                                       │
  8123. │                           Problem Description                         │
  8124. │                                                                       │
  8125. │      Press F1 then ALT-S to bring up the Sections List.  Move         │
  8126. │      the highlight bar to some other Section.  Press ALT-T to         │
  8127. │      display the Topics List for that Section and the Topics          │
  8128. │      List displayed is from the Section that you got when             │
  8129. │      you pressed F1 originally.                                       │
  8130. └───────────────────────────────────────────────────────────────────────┘
  8131. ┌───────────────────────────────────────────────────────────────────────┐
  8132. │                          ProblemNumber : 1987                         │
  8133. │    Product      : CDD                     Duplicate No.:      0       │
  8134. │    Reported By  : CS                      DateReported :  7/26/93     │
  8135. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  8136. │       Fixed In  :                         Status       : Suggestion   │
  8137. │       Origin    :                                                     │
  8138. │    Severity     : Unassigned Severity                                 │
  8139. │                               Synopsis                                │
  8140. │0                                                                      │
  8141. │                                Section                                │
  8142. │                                Help Editor                            │
  8143. ├───────────────────────────────────────────────────────────────────────┤
  8144. │                                                                       │
  8145. │                           Problem Description                         │
  8146. │                                                                       │
  8147. │      Fm: Paul Smulders 72114,3357                                     │
  8148. │      When creating a help system, for each HELP-ID one has to         │
  8149. │      fill in the title and the textfile.                              │
  8150. │      I think in 90% of the cases this info remains the same for       │
  8151. │      subsequent HELP-ID's. Is there no way to standard fill           │
  8152. │      thesefields with the previously entered value?                   │
  8153. └───────────────────────────────────────────────────────────────────────┘
  8154. ┌───────────────────────────────────────────────────────────────────────┐
  8155. │                          ProblemNumber : 2210                         │
  8156. │    Product      : CDD                     Duplicate No.:      0       │
  8157. │    Reported By  : CS                      DateReported :  8/25/93     │
  8158. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  8159. │       Fixed In  :                         Status       : Suggestion   │
  8160. │       Origin    :                                                     │
  8161. │    Severity     : Unassigned Severity                                 │
  8162. │                               Synopsis                                │
  8163. │0                                                                      │
  8164. │                                Section                                │
  8165. │                                Help Editor                            │
  8166. ├───────────────────────────────────────────────────────────────────────┤
  8167. │                                                                       │
  8168. │                           Problem Description                         │
  8169. │                                                                       │
  8170. │      Fm: Barry McClure 75170,1100                                     │
  8171. │       Here's a couple of suggestions. Instead of using "Secti         │
  8172. │      ons" and      "Topics" for the mouse buttons, which most new     │
  8173. │       user will find      confusing, why not label them "Related      │
  8174. │      Topics" and "Help Index".    That's what I did for my            │
  8175. │      application and the help is a lot easier to understand.          │
  8176. │       Ascii help files also poses a problem when the applicat         │
  8177. │      ion is      distributed. If I distribute a compiled CDD          │
  8178. │      application on a BBS,      someone can easily go into the        │
  8179. │      help file and change the text, then      resubmit it on          │
  8180. │      another BBS. He could change my name and address, and            │
  8181. │      put unsavory comments in the help file. There's enough           │
  8182. │      problems with        viruses, let's not encourage more           │
  8183. │      meddling. There should be a way to      encrypt the help         │
  8184. │      file via a check box so this doesn't happen. Maybe in            │
  8185. │      3.1?                                                             │
  8186. │                               Barry...                                │
  8187. └───────────────────────────────────────────────────────────────────────┘
  8188. ┌───────────────────────────────────────────────────────────────────────┐
  8189. │                          ProblemNumber : 2261                         │
  8190. │    Product      : CDD                     Duplicate No.:      0       │
  8191. │    Reported By  : TB                      DateReported :  8/30/93     │
  8192. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  8193. │       Fixed In  :                         Status       : Suggestion   │
  8194. │       Origin    :                                                     │
  8195. │    Severity     : Unassigned Severity                                 │
  8196. │                               Synopsis                                │
  8197. │0                                                                      │
  8198. │                                Section                                │
  8199. │                                Help Editor                            │
  8200. ├───────────────────────────────────────────────────────────────────────┤
  8201. │                                                                       │
  8202. │                           Problem Description                         │
  8203. │                                                                       │
  8204. │      The Title will get the Section name from the text file if        │
  8205. │      you place <<section>> on that line. Why don't we take the        │
  8206. │      section name if you leave it blank.                              │
  8207. └───────────────────────────────────────────────────────────────────────┘
  8208. ┌───────────────────────────────────────────────────────────────────────┐
  8209. │                          ProblemNumber : 2319                         │
  8210. │    Product      : CDD                     Duplicate No.:      0       │
  8211. │    Reported By  : CS                      DateReported :  9/10/93     │
  8212. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  8213. │       Fixed In  :                         Status       : Suggestion   │
  8214. │       Origin    :                                                     │
  8215. │    Severity     : Unassigned Severity                                 │
  8216. │                               Synopsis                                │
  8217. │0                                                                      │
  8218. │                                Section                                │
  8219. │                                Help Editor                            │
  8220. ├───────────────────────────────────────────────────────────────────────┤
  8221. │                                                                       │
  8222. │                           Problem Description                         │
  8223. │                                                                       │
  8224. │      Fm: Fred Schmitthammer 76436,3511                                │
  8225. │      Is there any way to change the physical size of a help           │
  8226. │      screen ? The reason I need this is because the GUI sets the      │
  8227. │      disp  lay to 30 line mode and my help screens look short. My     │
  8228. │       appl ication screens looked that way until I changed the        │
  8229. │           physical size to 30 lines.                                  │
  8230. │           Fred                                                        │
  8231. └───────────────────────────────────────────────────────────────────────┘
  8232. ┌───────────────────────────────────────────────────────────────────────┐
  8233. │                          ProblemNumber : 3095                         │
  8234. │    Product      : CDD                     Duplicate No.:      0       │
  8235. │    Reported By  : TB                      DateReported : 11/18/93     │
  8236. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  8237. │       Fixed In  :                         Status       : Suggestion   │
  8238. │       Origin    :                                                     │
  8239. │    Severity     : Unassigned Severity                                 │
  8240. │                               Synopsis                                │
  8241. │0                                                                      │
  8242. │                                Section                                │
  8243. │                                Help Editor                            │
  8244. ├───────────────────────────────────────────────────────────────────────┤
  8245. │                                                                       │
  8246. │                           Problem Description                         │
  8247. │                                                                       │
  8248. │      help files, the text files for the help a user wants an          │
  8249. │      attribute to help to indicate where to look for help so          │
  8250. │      that he does not have to hardcode the path for the files         │
  8251. │      nor will he have to have the text files in his path, so          │
  8252. │      that the help text can belocated as he changes directories       │
  8253. └───────────────────────────────────────────────────────────────────────┘
  8254. ┌───────────────────────────────────────────────────────────────────────┐
  8255. │                          ProblemNumber : 3852                         │
  8256. │    Product      : CDD                     Duplicate No.:      0       │
  8257. │    Reported By  : TB                      DateReported :  2/15/94     │
  8258. │    Reported In  : 30071                   RevisedDate  :  2/15/94     │
  8259. │       Fixed In  :                         Status       : Suggestion   │
  8260. │       Origin    :                                                     │
  8261. │    Severity     : Unassigned Severity                                 │
  8262. │                               Synopsis                                │
  8263. │0                                                                      │
  8264. │                                Section                                │
  8265. │                                Help Editor                            │
  8266. ├───────────────────────────────────────────────────────────────────────┤
  8267. │                                                                       │
  8268. │                           Problem Description                         │
  8269. │                                                                       │
  8270. │      It is desirable to have the ability to copy one helpid to        │
  8271. │      another since the only things that _might_ be different          │
  8272. │      would be the id itself and the topic.                            │
  8273. └───────────────────────────────────────────────────────────────────────┘
  8274. ┌───────────────────────────────────────────────────────────────────────┐
  8275. │                          ProblemNumber : 3917                         │
  8276. │    Product      : CDD                     Duplicate No.:      0       │
  8277. │    Reported By  : CS                      DateReported :  2/19/94     │
  8278. │    Reported In  : 30071                   RevisedDate  :  3/01/94     │
  8279. │       Fixed In  :                         Status       : Suggestion   │
  8280. │       Origin    :                                                     │
  8281. │    Severity     : Unassigned Severity                                 │
  8282. │                               Synopsis                                │
  8283. │0                                                                      │
  8284. │                                Section                                │
  8285. │                                Help Editor                            │
  8286. ├───────────────────────────────────────────────────────────────────────┤
  8287. │                                                                       │
  8288. │                           Problem Description                         │
  8289. │                                                                       │
  8290. │      Fm: Randy Rogers 75730,1337 MSG#:56014                           │
  8291. │      The same hot key is used for cOlors and Ok in the help           │
  8292. │      system 'Update Help List Box' dialog.  Most other places         │
  8293. │      'L' is the hot key for color.  I suggest that this screen        │
  8294. │      be changed accordingly.                                          │
  8295. └───────────────────────────────────────────────────────────────────────┘
  8296. ┌───────────────────────────────────────────────────────────────────────┐
  8297. │                          ProblemNumber : 3921                         │
  8298. │    Product      : CDD                     Duplicate No.:      0       │
  8299. │    Reported By  : CS                      DateReported :  2/21/94     │
  8300. │    Reported In  : 30071                   RevisedDate  :  2/21/94     │
  8301. │       Fixed In  :                         Status       : Suggestion   │
  8302. │       Origin    :                                                     │
  8303. │    Severity     : Unassigned Severity                                 │
  8304. │                               Synopsis                                │
  8305. │0                                                                      │
  8306. │                                Section                                │
  8307. │                                Help Editor                            │
  8308. ├───────────────────────────────────────────────────────────────────────┤
  8309. │                                                                       │
  8310. │                           Problem Description                         │
  8311. │                                                                       │
  8312. │      Fm: Richard M. Bri~linger 100120,1622 MSG#:56314                 │
  8313. │      I think, a SEARCH button in the help system would be very        │
  8314. │      useful to allow the enduser to search for the occurence of       │
  8315. │      atext in the help text. thank you. Richard M. Brisslinger,       │
  8316. │       Tutzing, Germany                                                │
  8317. └───────────────────────────────────────────────────────────────────────┘
  8318. ┌───────────────────────────────────────────────────────────────────────┐
  8319. │                          ProblemNumber : 3945                         │
  8320. │    Product      : CDD                     Duplicate No.:      0       │
  8321. │    Reported By  : J                       DateReported :  2/23/94     │
  8322. │    Reported In  : 3007                    RevisedDate  :   /  /       │
  8323. │       Fixed In  :                         Status       : Suggestion   │
  8324. │       Origin    :                                                     │
  8325. │    Severity     : Unassigned Severity                                 │
  8326. │                               Synopsis                                │
  8327. │0                                                                      │
  8328. │                                Section                                │
  8329. │                                Help Editor                            │
  8330. ├───────────────────────────────────────────────────────────────────────┤
  8331. │                                                                       │
  8332. │                           Problem Description                         │
  8333. │                                                                       │
  8334. │      3.0 user wants ability to chain from one help file to            │
  8335. │      a particular help id of another within the help system           │
  8336. └───────────────────────────────────────────────────────────────────────┘
  8337. ┌───────────────────────────────────────────────────────────────────────┐
  8338. │                          ProblemNumber : 4366                         │
  8339. │    Product      : CDD                     Duplicate No.:      0       │
  8340. │    Reported By  : CS                      DateReported :  4/12/94     │
  8341. │    Reported In  : 3008                    RevisedDate  :  4/12/94     │
  8342. │       Fixed In  :                         Status       : Suggestion   │
  8343. │       Origin    :                                                     │
  8344. │    Severity     : Unassigned Severity                                 │
  8345. │                               Synopsis                                │
  8346. │0                                                                      │
  8347. │                                Section                                │
  8348. │                                Help Editor                            │
  8349. ├───────────────────────────────────────────────────────────────────────┤
  8350. │                                                                       │
  8351. │                           Problem Description                         │
  8352. │                                                                       │
  8353. │      Fm: Marjolein Katsma 100276,2414 MSG#:65410                      │
  8354. │      >> There is no facility in CDD to design help at runtime         │
  8355. │      like 2.1. There is no runtime like the processor.<<              │
  8356. │         You shouldn't need a runtime to design helpscreen at          │
  8357. │      runtime - why not a .DLL that you can explicitly refer           │
  8358. │      ('link' with a .LIB to your program) while the program is        │
  8359. │      still in its development stage. I'm sure that could be           │
  8360. │      done.                                                            │
  8361. │                         Could you log this as a suggestion,           │
  8362. │      please?                                                          │
  8363. │                              Marjolein Katsma    o  taxon             │
  8364. │                                                 /|\                   │
  8365. │                                                o o o                  │
  8366. └───────────────────────────────────────────────────────────────────────┘
  8367. ┌───────────────────────────────────────────────────────────────────────┐
  8368. │                          ProblemNumber : 4737                         │
  8369. │    Product      : CDD                     Duplicate No.:      0       │
  8370. │    Reported By  : CS                      DateReported :  5/26/94     │
  8371. │    Reported In  : 3008                    RevisedDate  :  5/26/94     │
  8372. │       Fixed In  :                         Status       : Suggestion   │
  8373. │       Origin    :                                                     │
  8374. │    Severity     : Unassigned Severity                                 │
  8375. │                               Synopsis                                │
  8376. │0                                                                      │
  8377. │                                Section                                │
  8378. │                                Help Editor                            │
  8379. ├───────────────────────────────────────────────────────────────────────┤
  8380. │                                                                       │
  8381. │                           Problem Description                         │
  8382. │                                                                       │
  8383. │      Fm: Douglass Smith 70712,3650 MSG#:72971                         │
  8384. │      Is there a way to import help screens from various hlp           │
  8385. │      files?  I have 2 or 3 Hlp files that I would like to             │
  8386. │      combine into a single hlp file, if there's an easy way to        │
  8387. │      do this other than recreating each one at a time, please         │
  8388. │      let me know.                                                     │
  8389. └───────────────────────────────────────────────────────────────────────┘
  8390. ┌───────────────────────────────────────────────────────────────────────┐
  8391. │                          ProblemNumber : 0428                         │
  8392. │    Product      : CDD                     Duplicate No.:      0       │
  8393. │    Reported By  : GF                      DateReported :  4/08/93     │
  8394. │    Reported In  : 3002                    RevisedDate  :  4/26/94     │
  8395. │       Fixed In  :                         Status       : Suggestion   │
  8396. │       Origin    :                                                     │
  8397. │    Severity     : Unassigned Severity                                 │
  8398. │                               Synopsis                                │
  8399. │0                                                                      │
  8400. │                                Section                                │
  8401. │                             Language Library                          │
  8402. ├───────────────────────────────────────────────────────────────────────┤
  8403. │                                                                       │
  8404. │                           Problem Description                         │
  8405. │                                                                       │
  8406. │      SETTEXT() - Repositions mouse to approx position 1,1             │
  8407. │                  Could this be modified to save the mouse(x,y)        │
  8408. │                  and if it is within the range of the new             │
  8409. │                  SETTEXT() then to reset the mouse(x,y) to the        │
  8410. │                  saved (x,y)?                                         │
  8411. │      Q & A : 3.1                                                      │
  8412. └───────────────────────────────────────────────────────────────────────┘
  8413. ┌───────────────────────────────────────────────────────────────────────┐
  8414. │                          ProblemNumber : 0476                         │
  8415. │    Product      : CDD                     Duplicate No.:      0       │
  8416. │    Reported By  : CS                      DateReported :  3/18/93     │
  8417. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  8418. │       Fixed In  :                         Status       : Suggestion   │
  8419. │       Origin    :                                                     │
  8420. │    Severity     : Unassigned Severity                                 │
  8421. │                               Synopsis                                │
  8422. │0                                                                      │
  8423. │                                Section                                │
  8424. │                             Language Library                          │
  8425. ├───────────────────────────────────────────────────────────────────────┤
  8426. │                                                                       │
  8427. │                           Problem Description                         │
  8428. │                                                                       │
  8429. │      Language problems:                                               │
  8430. │        Using the SELECT(field,queue pointer) version of the           │
  8431. │      SELECT command for a list box frequently generated               │
  8432. │      undesirable results.  Fixed                                      │
  8433. │        When defining hot keys for pushbuttons codes like              │
  8434. │      EnterKey and EscKey seem to work fine but things like 'H'        │
  8435. │      or 'S' do not.                                                   │
  8436. │      Linker problems:                                                 │
  8437. │        I get an "unexpected group definition" error from the          │
  8438. │      linker fairly often. The error will usually go away if I         │
  8439. │      change the amount of code in the module file. At worst I         │
  8440. │      can usually get by with deleting a procedure from my             │
  8441. │      application and re-create it. When I do this APPGEN places       │
  8442. │      the re-created procedure in a different module which seems       │
  8443. │      to eliminate the error (at least temporarily). When the          │
  8444. │      error reappears it is usually in a different module and          │
  8445. │      does not seem to be directly related to any specific code        │
  8446. │      segment. I am primarily using browse, form, screen, and a        │
  8447. │      few source templates.                                            │
  8448. │        In version 2.1 compilation would stop if the program           │
  8449. │      module contained an error. In version 3.0 every module is        │
  8450. │      compiled and optimized regardless and a link is attempted        │
  8451. │      even if one or more of the modules had an error. This can        │
  8452. │      be very time consuming.    Use Abort Debug Switch                │
  8453. │      Environment suggestions:                                         │
  8454. │      The shortcut keys used by Topspeed are somewhat different        │
  8455. │      than those used by Clarion. It does not seem fair to insist      │
  8456. │      that the Topspeed users suddenly adopt Clarion conventions       │
  8457. │      nor vice versa but a consistent interface would be very          │
  8458. │      helpful. Your use of a style file to handle the use of           │
  8459. │      colors in Clarion programs is extremely useful. A similar        │
  8460. │      approach to defining the available shortcut keys throughout      │
  8461. │      both environments would be very helpful. Good, hard to do.       │
  8462. │      End of problems and suggestions (for now).                       │
  8463. │        I do have a question. Which is more important when             │
  8464. │      looking for a computer to develop Clarion 3 programs, more       │
  8465. │      memory or a faster CPU? I have a 386-20 with 2meg of ram.        │
  8466. │      Compile times can get rather extreme even on a small             │
  8467. │      project. I apologize for the length of this message but I        │
  8468. │      hope that you find my comments useful. You have an               │
  8469. │      excellent product here, keep up the good work.   -->             │
  8470. │      Both our helpful.                                                │
  8471. └───────────────────────────────────────────────────────────────────────┘
  8472. ┌───────────────────────────────────────────────────────────────────────┐
  8473. │                          ProblemNumber : 0674                         │
  8474. │    Product      : CDD                     Duplicate No.:      0       │
  8475. │    Reported By  : ??                      DateReported :  3/26/93     │
  8476. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  8477. │       Fixed In  :                         Status       : Suggestion   │
  8478. │       Origin    :                                                     │
  8479. │    Severity     : Unassigned Severity                                 │
  8480. │                               Synopsis                                │
  8481. │0                                                                      │
  8482. │                                Section                                │
  8483. │                             Language Library                          │
  8484. ├───────────────────────────────────────────────────────────────────────┤
  8485. │                                                                       │
  8486. │                           Problem Description                         │
  8487. │                                                                       │
  8488. │      Can't pass a report detail,header, or footer as external.        │
  8489. │      *DETAIL not supported as an external parameter                   │
  8490. │      *HEADER               "                                          │
  8491. │      *FOOTER               "                                          │
  8492. │                    Will this be supported.                            │
  8493. │      Q & A : You can pass the report but not the entities inside      │
  8494. │              the report.                                              │
  8495. │      R & D : For version 3.1                                          │
  8496. └───────────────────────────────────────────────────────────────────────┘
  8497. ┌───────────────────────────────────────────────────────────────────────┐
  8498. │                          ProblemNumber : 0780                         │
  8499. │    Product      : CDD                     Duplicate No.:      0       │
  8500. │    Reported By  : CS                      DateReported :  4/06/93     │
  8501. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  8502. │       Fixed In  :                         Status       : Suggestion   │
  8503. │       Origin    :                                                     │
  8504. │    Severity     : Unassigned Severity                                 │
  8505. │                               Synopsis                                │
  8506. │0                                                                      │
  8507. │                                Section                                │
  8508. │                             Language Library                          │
  8509. ├───────────────────────────────────────────────────────────────────────┤
  8510. │                                                                       │
  8511. │                           Problem Description                         │
  8512. │                                                                       │
  8513. │      Fm: John Welch 76702,1402                                        │
  8514. │      Hello Bruce. You called me about 2 weeks ago to compliment       │
  8515. │      me on the interface I have created in my demo program            │
  8516. │      xTracker. I see that Clarion 3 handles fonts differently         │
  8517. │      than 2.1. I have gotten my fonts working with 3.0 except in      │
  8518. │      the case of executing a RUN. The problem is that the fonts       │
  8519. │      clear back to standard. My suggestion is to add aparameter       │
  8520. │      to the RUN and RUNSMALL that would cause the fonts to not        │
  8521. │      be reset. Currently all program I am writing use my own          │
  8522. │      font kit. I run my own C programs and some 3rd party             │
  8523. │      programs in windows in my Clarion programs so that the user      │
  8524. │      never knows he is in another program. Resetting the fonts        │
  8525. │      destroys the look of my screens.                                 │
  8526. └───────────────────────────────────────────────────────────────────────┘
  8527. ┌───────────────────────────────────────────────────────────────────────┐
  8528. │                          ProblemNumber : 0786                         │
  8529. │    Product      : CDD                     Duplicate No.:      0       │
  8530. │    Reported By  : GF                      DateReported :  4/06/93     │
  8531. │    Reported In  : 3002                    RevisedDate  :  4/26/94     │
  8532. │       Fixed In  :                         Status       : Suggestion   │
  8533. │       Origin    :                                                     │
  8534. │    Severity     : Unassigned Severity                                 │
  8535. │                               Synopsis                                │
  8536. │0                                                                      │
  8537. │                                Section                                │
  8538. │                             Language Library                          │
  8539. ├───────────────────────────────────────────────────────────────────────┤
  8540. │                                                                       │
  8541. │                           Problem Description                         │
  8542. │                                                                       │
  8543. │      Low Level Keyboard IO change.  The program now works like        │
  8544. │      version 2.1 in that the grey asterix ( '*' on the numeric        │
  8545. │      keypad) cannot be used when entering into a string entry         │
  8546. │      field.                                                           │
  8547. │      This would be a nice addition to the keyboard handling as        │
  8548. │      the users may want to use this key when entering a file          │
  8549. │      mask on the FILE template. '*.*'                                 │
  8550. │      Q & A : 3.1                                                      │
  8551. └───────────────────────────────────────────────────────────────────────┘
  8552. ┌───────────────────────────────────────────────────────────────────────┐
  8553. │                          ProblemNumber : 1039                         │
  8554. │    Product      : CDD                     Duplicate No.:      0       │
  8555. │    Reported By  : CS                      DateReported :  4/15/93     │
  8556. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  8557. │       Fixed In  :                         Status       : Suggestion   │
  8558. │       Origin    :                                                     │
  8559. │    Severity     : Unassigned Severity                                 │
  8560. │                               Synopsis                                │
  8561. │0                                                                      │
  8562. │                                Section                                │
  8563. │                             Language Library                          │
  8564. ├───────────────────────────────────────────────────────────────────────┤
  8565. │                                                                       │
  8566. │                           Problem Description                         │
  8567. │                                                                       │
  8568. │      Fm: Hugh E. Aaron 71562,221                                      │
  8569. │      Is it possible to modify the PRINT(string) procedure to          │
  8570. │      accept a device attribute.                                       │
  8571. │      For example: PRINT(string,device).                               │
  8572. │      This change would allow me to modify LTC to support              │
  8573. │      devices other than LPT1. I could send you the names of a         │
  8574. │      lot of devoted Clarionites (i.e., my customers) who would        │
  8575. │      like this change.                                                │
  8576. │      Thank you for considering these suggestions.                     │
  8577. └───────────────────────────────────────────────────────────────────────┘
  8578. ┌───────────────────────────────────────────────────────────────────────┐
  8579. │                          ProblemNumber : 1681                         │
  8580. │    Product      : CDD                     Duplicate No.:      0       │
  8581. │    Reported By  : CS                      DateReported :  6/29/93     │
  8582. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  8583. │       Fixed In  :                         Status       : Suggestion   │
  8584. │       Origin    :                                                     │
  8585. │    Severity     : Unassigned Severity                                 │
  8586. │                               Synopsis                                │
  8587. │0                                                                      │
  8588. │                                Section                                │
  8589. │                             Language Library                          │
  8590. ├───────────────────────────────────────────────────────────────────────┤
  8591. │                                                                       │
  8592. │                           Problem Description                         │
  8593. │                                                                       │
  8594. │      Fm: Advantage Software 100116,3350                               │
  8595. │      L.S.                                                             │
  8596. │        At the moment, TYPE(@LF) cause a LineFeed/CarriageReturn       │
  8597. │      pair (<10,13>)  to be sent to the Standard Output (usually       │
  8598. │      the screen).  As the standard output may be redirected to a      │
  8599. │      file, however, please   consider changing this pair to the       │
  8600. │      DOS textfile standard CarriageReturn/  Linefeed (<13,10>),       │
  8601. │      so one can type e.g.    PROGRAM > DUMPFILE.TXT                   │
  8602. │        on the DOS command line.                                       │
  8603. └───────────────────────────────────────────────────────────────────────┘
  8604. ┌───────────────────────────────────────────────────────────────────────┐
  8605. │                          ProblemNumber : 2007                         │
  8606. │    Product      : CDD                     Duplicate No.:      0       │
  8607. │    Reported By  : CS                      DateReported :  7/28/93     │
  8608. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  8609. │       Fixed In  :                         Status       : Suggestion   │
  8610. │       Origin    :                                                     │
  8611. │    Severity     : Unassigned Severity                                 │
  8612. │                               Synopsis                                │
  8613. │0                                                                      │
  8614. │                                Section                                │
  8615. │                             Language Library                          │
  8616. ├───────────────────────────────────────────────────────────────────────┤
  8617. │                                                                       │
  8618. │                           Problem Description                         │
  8619. │                                                                       │
  8620. │      Fm: Thomas D. Stevens 71726,367                                  │
  8621. │      >> Hmmmmm... the V3.0 LRM states 1 to 65,535 on page 3-10.       │
  8622. │        So, maybe ALL()   >> should return 65,535 is no parameter      │
  8623. │      is passed.                                                       │
  8624. │      Or better yet, why not have it default to the length of the      │
  8625. │      destination string?  Could you add this as an R&D suggestion     │
  8626. └───────────────────────────────────────────────────────────────────────┘
  8627. ┌───────────────────────────────────────────────────────────────────────┐
  8628. │                          ProblemNumber : 2125                         │
  8629. │    Product      : CDD                     Duplicate No.:      0       │
  8630. │    Reported By  : CS                      DateReported :  8/13/93     │
  8631. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  8632. │       Fixed In  :                         Status       : Suggestion   │
  8633. │       Origin    :                                                     │
  8634. │    Severity     : Unassigned Severity                                 │
  8635. │                               Synopsis                                │
  8636. │0                                                                      │
  8637. │                                Section                                │
  8638. │                             Language Library                          │
  8639. ├───────────────────────────────────────────────────────────────────────┤
  8640. │                                                                       │
  8641. │                           Problem Description                         │
  8642. │                                                                       │
  8643. │      Fm: Gary Finlay 100270,3006                                      │
  8644. │      The problem is that the accounting software only allows any      │
  8645. │      of the following characters to be entered as an account          │
  8646. │      reference 'ABCBDEFGHIJKLMNOPQRSTUVWXYZ1234567890'. That is       │
  8647. │      the alphabet in upper case and the numbers 1-0.                  │
  8648. │           I can write a function to check the contents of the         │
  8649. │      field _after_ it has been accepted but I'd like it to be         │
  8650. │      more elegant than telling a user that s/he has entered a         │
  8651. │      wrong character. In other words check it on the fly. If a        │
  8652. │      wrong character is typed - then don't allow it there and         │
  8653. │      then as it's being entered - in fact don't even let it           │
  8654. │      appear in the field. I'm rewriting the app. which I wrote        │
  8655. │      many moons ago in TAS. In TAS a line of code to cover the        │
  8656. │      above would look something like the following...                 │
  8657. │      enter(CUS:CODE),upper,mask('ABCDEFGHIJKLMNOPQRSTUVWXYZ12345      │
  8658. │       67890')                                                         │
  8659. │        If a character other than contained in the mask was typed      │
  8660. │       into the field the speaker would beep and it would not          │
  8661. │       appear.                                                         │
  8662. │              To Greg. -----------                                     │
  8663. │              Field entry in CDD has a large number of                 │
  8664. │      parameters. Any hope of one more to include an entry mask?       │
  8665. │      Could you pass this idea on to those who matter for              │
  8666. │      consideration in a future release of CDD?                        │
  8667. │                                   Gary Finlay (Dublin, Ireland)       │
  8668. └───────────────────────────────────────────────────────────────────────┘
  8669. ┌───────────────────────────────────────────────────────────────────────┐
  8670. │                          ProblemNumber : 2128                         │
  8671. │    Product      : CDD                     Duplicate No.:      0       │
  8672. │    Reported By  : CS                      DateReported :  8/13/93     │
  8673. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  8674. │       Fixed In  :                         Status       : Suggestion   │
  8675. │       Origin    :                                                     │
  8676. │    Severity     : Unassigned Severity                                 │
  8677. │                               Synopsis                                │
  8678. │0                                                                      │
  8679. │                                Section                                │
  8680. │                             Language Library                          │
  8681. ├───────────────────────────────────────────────────────────────────────┤
  8682. │                                                                       │
  8683. │                           Problem Description                         │
  8684. │                                                                       │
  8685. │      Fm: LARRY TEAMES 73150,104                                       │
  8686. │      Does CDD's IDE allow for setting the EXTERNAL attribute for      │
  8687. │      a variable (other than thru hand coding the entry in the         │
  8688. │      data area, which then eliminates the ability to call it in       │
  8689. │      thru other IDE screens with CTL-F)?                              │
  8690. │          I understand (I think) that you're saying to use             │
  8691. │      EXTERNAL in the DLL, not the main program which will call        │
  8692. │      it, but we still use the IDE to create the DLL.                  │
  8693. │                   Do you anticipate support for the EXTERNAL          │
  8694. │      attribute when creating a variable via the IDE approach?         │
  8695. │                       Larry Teames -- Creative PC Solutions -- AZ     │
  8696. │       CUG                                                             │
  8697. └───────────────────────────────────────────────────────────────────────┘
  8698. ┌───────────────────────────────────────────────────────────────────────┐
  8699. │                          ProblemNumber : 2170                         │
  8700. │    Product      : CDD                     Duplicate No.:      0       │
  8701. │    Reported By  : CS                      DateReported :  8/20/93     │
  8702. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  8703. │       Fixed In  :                         Status       : Suggestion   │
  8704. │       Origin    :                                                     │
  8705. │    Severity     : Unassigned Severity                                 │
  8706. │                               Synopsis                                │
  8707. │0                                                                      │
  8708. │                                Section                                │
  8709. │                             Language Library                          │
  8710. ├───────────────────────────────────────────────────────────────────────┤
  8711. │                                                                       │
  8712. │                           Problem Description                         │
  8713. │                                                                       │
  8714. │      Fm: Patrick Donnelly 73730,1215                                  │
  8715. │      Perhaps add the Unsigned Bshift (UBSHIFT) and leav e the         │
  8716. │      present Signed version  (Or make the Signed Bshift "SB           │
  8717. │      SHIFT").  I dont't think everyone will be happy unless           │
  8718. │      there are both 'Flavors' of BSHIFT,  Just my thoughts,           │
  8719. │                           Pat                                         │
  8720. └───────────────────────────────────────────────────────────────────────┘
  8721. ┌───────────────────────────────────────────────────────────────────────┐
  8722. │                          ProblemNumber : 2305                         │
  8723. │    Product      : CDD                     Duplicate No.:      0       │
  8724. │    Reported By  : CS                      DateReported :  9/07/93     │
  8725. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  8726. │       Fixed In  :                         Status       : Suggestion   │
  8727. │       Origin    :                                                     │
  8728. │    Severity     : Unassigned Severity                                 │
  8729. │                               Synopsis                                │
  8730. │0                                                                      │
  8731. │                                Section                                │
  8732. │                             Language Library                          │
  8733. ├───────────────────────────────────────────────────────────────────────┤
  8734. │                                                                       │
  8735. │                           Problem Description                         │
  8736. │                                                                       │
  8737. │      Fm: Gary Finlay 100270,3006                                      │
  8738. │      It would be a good idea to provide a means to                    │
  8739. │      UnLoadBorder()in a future release of CDD so that people who      │
  8740. │      want to so    don't _have_ to buy the API kit?                   │
  8741. │                    Gary Finlay (Baile Atha Cliath, Eire)              │
  8742. └───────────────────────────────────────────────────────────────────────┘
  8743. ┌───────────────────────────────────────────────────────────────────────┐
  8744. │                          ProblemNumber : 2470                         │
  8745. │    Product      : CDD                     Duplicate No.:      0       │
  8746. │    Reported By  : CS                      DateReported :  9/27/93     │
  8747. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  8748. │       Fixed In  :                         Status       : Suggestion   │
  8749. │       Origin    :                                                     │
  8750. │    Severity     : Unassigned Severity                                 │
  8751. │                               Synopsis                                │
  8752. │0                                                                      │
  8753. │                                Section                                │
  8754. │                             Language Library                          │
  8755. ├───────────────────────────────────────────────────────────────────────┤
  8756. │                                                                       │
  8757. │                           Problem Description                         │
  8758. │                                                                       │
  8759. │      Fm: Douglas Johnson 75310,2035                                   │
  8760. │      If you want to enable all pulldown items try                     │
  8761. │         Enable(-1,?Most_left_and_lowest_pulldown_item)                │
  8762. │      Might there be something else more generic?  In most             │
  8763. │      situations I think your suggestion will help but when it         │
  8764. │      comes to templates ...                                           │
  8765. │                Suggestion: Allow some way of determining the          │
  8766. │      last pulldown item.  Kind of like Fields() which returns         │
  8767. │      the number of fields on a screen but doesn't work on a           │
  8768. │      pulldown.                                                        │
  8769. └───────────────────────────────────────────────────────────────────────┘
  8770. ┌───────────────────────────────────────────────────────────────────────┐
  8771. │                          ProblemNumber : 2500                         │
  8772. │    Product      : CDD                     Duplicate No.:      0       │
  8773. │    Reported By  : CS                      DateReported :  9/29/93     │
  8774. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  8775. │       Fixed In  :                         Status       : Suggestion   │
  8776. │       Origin    :                                                     │
  8777. │    Severity     : Unassigned Severity                                 │
  8778. │                               Synopsis                                │
  8779. │0                                                                      │
  8780. │                                Section                                │
  8781. │                             Language Library                          │
  8782. ├───────────────────────────────────────────────────────────────────────┤
  8783. │                                                                       │
  8784. │                           Problem Description                         │
  8785. │                                                                       │
  8786. │      Fm: ed steinberg 72425,1402                                      │
  8787. │      Array initalization: how 'bout 'lowing 'em to be initaliz        │
  8788. │      edby xx,xx,xx,... on the Initial Value line. Strings could       │
  8789. │      be 'abc','def',...                                               │
  8790. │         From Greg_W:                                                  │
  8791. │         Example:                                                      │
  8792. │         myarray   string(5),dim(3),('yes','no','joe')                 │
  8793. └───────────────────────────────────────────────────────────────────────┘
  8794. ┌───────────────────────────────────────────────────────────────────────┐
  8795. │                          ProblemNumber : 2589                         │
  8796. │    Product      : CDD                     Duplicate No.:      0       │
  8797. │    Reported By  : TB                      DateReported : 10/07/93     │
  8798. │    Reported In  : 3005                    RevisedDate  :  4/27/94     │
  8799. │       Fixed In  :                         Status       : Suggestion   │
  8800. │       Origin    :                                                     │
  8801. │    Severity     : Unassigned Severity                                 │
  8802. │                               Synopsis                                │
  8803. │0                                                                      │
  8804. │                                Section                                │
  8805. │                             Language Library                          │
  8806. ├───────────────────────────────────────────────────────────────────────┤
  8807. │                                                                       │
  8808. │                           Problem Description                         │
  8809. │                                                                       │
  8810. │      a Checkbox has text associated with it.  A user would like       │
  8811. │      to have the ability to give it no text so that when the          │
  8812. │      checkbox is selected, only the three characters that create      │
  8813. │      the checkbox are highlighted.                                    │
  8814. └───────────────────────────────────────────────────────────────────────┘
  8815. ┌───────────────────────────────────────────────────────────────────────┐
  8816. │                          ProblemNumber : 2676                         │
  8817. │    Product      : CDD                     Duplicate No.:      0       │
  8818. │    Reported By  : TB                      DateReported : 10/18/93     │
  8819. │    Reported In  : 3005                    RevisedDate  :  4/27/94     │
  8820. │       Fixed In  :                         Status       : Suggestion   │
  8821. │       Origin    :                                                     │
  8822. │    Severity     : Unassigned Severity                                 │
  8823. │                               Synopsis                                │
  8824. │0                                                                      │
  8825. │                                Section                                │
  8826. │                             Language Library                          │
  8827. ├───────────────────────────────────────────────────────────────────────┤
  8828. │                                                                       │
  8829. │                           Problem Description                         │
  8830. │                                                                       │
  8831. │      eject subtitle title -- these compiler directive are said        │
  8832. │      to do something for a clarion listing in the 3.0 manual.         │
  8833. │      Where can i get a clarion listing? If nowhere, do we plan        │
  8834. │      on creating this? If not, Can we mention that these              │
  8835. │      statements do not do anything?                                   │
  8836. │      QA: This may be done in a future release.                        │
  8837. └───────────────────────────────────────────────────────────────────────┘
  8838. ┌───────────────────────────────────────────────────────────────────────┐
  8839. │                          ProblemNumber : 2679                         │
  8840. │    Product      : CDD                     Duplicate No.:      0       │
  8841. │    Reported By  : CS                      DateReported : 10/18/93     │
  8842. │    Reported In  : 3005                    RevisedDate  :  4/27/94     │
  8843. │       Fixed In  :                         Status       : Suggestion   │
  8844. │       Origin    :                                                     │
  8845. │    Severity     : Unassigned Severity                                 │
  8846. │                               Synopsis                                │
  8847. │0                                                                      │
  8848. │                                Section                                │
  8849. │                             Language Library                          │
  8850. ├───────────────────────────────────────────────────────────────────────┤
  8851. │                                                                       │
  8852. │                           Problem Description                         │
  8853. │                                                                       │
  8854. │      If you try to link in some Modula-2 code into a Clarion          │
  8855. │      program in overlay mode you get linker errors.  Below is         │
  8856. │      some test code that shows the problem:                           │
  8857. │      MODULE Test;                                                     │
  8858. │      IMPORT FIO;                                                      │
  8859. │      VAR                                                              │
  8860. │        f : FIO.File;                                                  │
  8861. │      BEGIN                                                            │
  8862. │        f := FIO.Open('Fred');                                         │
  8863. │      END Test.                                                        │
  8864. │      ---------Project file---------                                   │
  8865. │      #system auto exe                                                 │
  8866. │      #model overlay                                                   │
  8867. │      #compile %main                                                   │
  8868. │      #set tscla=on                                                    │
  8869. │      #link %prjname                                                   │
  8870. │      -------Error Messages----------                                  │
  8871. │      SYSTEM$TRANSFER is unresolved in file ro_m2.lib                  │
  8872. │      SYSTEM$NEWPROCESS is unresolved in file ro_m2.lib                │
  8873. │      SYSTEM$CurrentProcess is unresolved in file ro_m2.lib            │
  8874. │      SYSTEM$initprocess is unresolved in file ro_m2.lib               │
  8875. │      __getTID is unresolved in file ro_m2.lib                         │
  8876. │      R&D: This is because the overlay and dynalink models of the      │
  8877. │      TopSpeed MODULA-2 libraries are built to support                 │
  8878. │      multi-thread programming.  This is not the case with             │
  8879. │      Clarion libraries and hence the problems follow.  We are         │
  8880. │      consisdering some options for making the two systems more        │
  8881. │      compatible, but in the mean time, you may want to consider       │
  8882. │      using the static (xlarge) or extended models which are not       │
  8883. │      multithreaded.                                                   │
  8884. └───────────────────────────────────────────────────────────────────────┘
  8885. ┌───────────────────────────────────────────────────────────────────────┐
  8886. │                          ProblemNumber : 2832                         │
  8887. │    Product      : CDD                     Duplicate No.:      0       │
  8888. │    Reported By  : CS                      DateReported : 11/01/93     │
  8889. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  8890. │       Fixed In  :                         Status       : Suggestion   │
  8891. │       Origin    :                                                     │
  8892. │    Severity     : Unassigned Severity                                 │
  8893. │                               Synopsis                                │
  8894. │0                                                                      │
  8895. │                                Section                                │
  8896. │                             Language Library                          │
  8897. ├───────────────────────────────────────────────────────────────────────┤
  8898. │                                                                       │
  8899. │                           Problem Description                         │
  8900. │                                                                       │
  8901. │      Fm: Patrick Donnelly 73730,1215 MSG#:39664                       │
  8902. │      RE: Clarion V3 Language Reference P 13-14 "Valid numeric         │
  8903. │      characters are the digits 0 through 9, a leading minus           │
  8904. │      sign,and a decimal point." I also note the the 2.1 manual        │
  8905. │      (3rd   rev) P13-15 is similar but allows for leading spaces.     │
  8906. │                  A possible solution would be a change to the         │
  8907. │      Language  and adding a optional parameter specifying a           │
  8908. │      Numeric base oran "S" for scientific. Any charecter not part     │
  8909. │       of the        specified base would return false. For            │
  8910. │      example, if base was 16 then alpha "A" thur "F" would also       │
  8911. │      return true, whereas abase of 8 would return false for an        │
  8912. │      "8" or "9".                                                      │
  8913. │                              This suggestion comes from the fact      │
  8914. │      that NUMERIC returns    true when there is an E in the           │
  8915. │      string. ie,  '1234E456'                                          │
  8916. └───────────────────────────────────────────────────────────────────────┘
  8917. ┌───────────────────────────────────────────────────────────────────────┐
  8918. │                          ProblemNumber : 2870                         │
  8919. │    Product      : CDD                     Duplicate No.:      0       │
  8920. │    Reported By  : CS                      DateReported : 11/02/93     │
  8921. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  8922. │       Fixed In  :                         Status       : Suggestion   │
  8923. │       Origin    :                                                     │
  8924. │    Severity     : Unassigned Severity                                 │
  8925. │                               Synopsis                                │
  8926. │0                                                                      │
  8927. │                                Section                                │
  8928. │                             Language Library                          │
  8929. ├───────────────────────────────────────────────────────────────────────┤
  8930. │                                                                       │
  8931. │                           Problem Description                         │
  8932. │                                                                       │
  8933. │      Fm: GERALD ME 100267,1023 MSG#:40025                             │
  8934. │      ROWS and COLS return the number of rows or columns used by       │
  8935. │      the current active window, not the windows structure that        │
  8936. │      pass to the function.                                            │
  8937. │      From Greg_W: I duplicated this bug test file 2870.zip            │
  8938. │      R&D: This requires a compiler change because the compiler        │
  8939. │      does not pass any parameters ro the ROWS and COLS                │
  8940. │      functions.                                                       │
  8941. └───────────────────────────────────────────────────────────────────────┘
  8942. ┌───────────────────────────────────────────────────────────────────────┐
  8943. │                          ProblemNumber : 3011                         │
  8944. │    Product      : CDD                     Duplicate No.:      0       │
  8945. │    Reported By  : CS                      DateReported : 11/10/93     │
  8946. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  8947. │       Fixed In  :                         Status       : Suggestion   │
  8948. │       Origin    :                                                     │
  8949. │    Severity     : Unassigned Severity                                 │
  8950. │                               Synopsis                                │
  8951. │0                                                                      │
  8952. │                                Section                                │
  8953. │                             Language Library                          │
  8954. ├───────────────────────────────────────────────────────────────────────┤
  8955. │                                                                       │
  8956. │                           Problem Description                         │
  8957. │                                                                       │
  8958. │      Fm: Ward R. Johnson 70164,3136 MSG#:41848                        │
  8959. │      Does the dynamic index support offset/length parameters,         │
  8960. │      such as:                                                         │
  8961. │           build(pre:dynakey,'+pre:zip_code',offset,len)               │
  8962. │         where, if offset was 0 and len was 2 might give you an        │
  8963. │      index based on the first two numbers in a zip code field.        │
  8964. │           Please say yes, or, "we'll have that in 3007." <g>          │
  8965. │           -Ward Johnson   09-Nov-93  8:43a PDT                        │
  8966. └───────────────────────────────────────────────────────────────────────┘
  8967. ┌───────────────────────────────────────────────────────────────────────┐
  8968. │                          ProblemNumber : 3084                         │
  8969. │    Product      : CDD                     Duplicate No.:      0       │
  8970. │    Reported By  : JH                      DateReported : 11/17/93     │
  8971. │    Reported In  : all                     RevisedDate  :  4/28/94     │
  8972. │       Fixed In  :                         Status       : Suggestion   │
  8973. │       Origin    :                                                     │
  8974. │    Severity     : Unassigned Severity                                 │
  8975. │                               Synopsis                                │
  8976. │0                                                                      │
  8977. │                                Section                                │
  8978. │                             Language Library                          │
  8979. ├───────────────────────────────────────────────────────────────────────┤
  8980. │                                                                       │
  8981. │                           Problem Description                         │
  8982. │                                                                       │
  8983. │      It would really be neat if the OPT attribute for KEY and         │
  8984. │      INDEX could have an optional parameter pointing to some          │
  8985. │      other field (or fields) in the record.  (e.g. I would like       │
  8986. │      to look at customers in name sequence but only if he owes        │
  8987. │      me money.)                                                       │
  8988. │        CUST_KEY     KEY(CUS:NAME),OPT(CUS:BALANCE)  <- new            │
  8989. │        CUST_KEY     KEY(CUS:NAME),OPT     <- work like now            │
  8990. │        CUST_KEY     KEY(CUS:NAME),OPT()   <- same as no paran         │
  8991. └───────────────────────────────────────────────────────────────────────┘
  8992. ┌───────────────────────────────────────────────────────────────────────┐
  8993. │                          ProblemNumber : 3104                         │
  8994. │    Product      : CDD                     Duplicate No.:      0       │
  8995. │    Reported By  : TB                      DateReported : 11/19/93     │
  8996. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  8997. │       Fixed In  :                         Status       : Suggestion   │
  8998. │       Origin    :                                                     │
  8999. │    Severity     : Unassigned Severity                                 │
  9000. │                               Synopsis                                │
  9001. │0                                                                      │
  9002. │                                Section                                │
  9003. │                             Language Library                          │
  9004. ├───────────────────────────────────────────────────────────────────────┤
  9005. │                                                                       │
  9006. │                           Problem Description                         │
  9007. │                                                                       │
  9008. │      a request was put in to have an extra parameter for the          │
  9009. │      help statement to give another help id for a default screen      │
  9010. │      in case the other help id has not been created yet.              │
  9011. └───────────────────────────────────────────────────────────────────────┘
  9012. ┌───────────────────────────────────────────────────────────────────────┐
  9013. │                          ProblemNumber : 3156                         │
  9014. │    Product      : CDD                     Duplicate No.:      0       │
  9015. │    Reported By  : CS                      DateReported : 11/29/93     │
  9016. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  9017. │       Fixed In  :                         Status       : Suggestion   │
  9018. │       Origin    :                                                     │
  9019. │    Severity     : Unassigned Severity                                 │
  9020. │                               Synopsis                                │
  9021. │0                                                                      │
  9022. │                                Section                                │
  9023. │                             Language Library                          │
  9024. ├───────────────────────────────────────────────────────────────────────┤
  9025. │                                                                       │
  9026. │                           Problem Description                         │
  9027. │                                                                       │
  9028. │      Fm: Fred Schmitthammer 76436,3511 MSG#:44267                     │
  9029. │      Can it be placed on the suggestion list to have a function       │
  9030. │      that will change the field() return like the setkeycode()        │
  9031. │      changes the keycode() ?                                          │
  9032. │      Suggestion for a function SETFIELD() to set the value            │
  9033. │      returned from FIELD().                                           │
  9034. └───────────────────────────────────────────────────────────────────────┘
  9035. ┌───────────────────────────────────────────────────────────────────────┐
  9036. │                          ProblemNumber : 3510                         │
  9037. │    Product      : CDD                     Duplicate No.:      0       │
  9038. │    Reported By  : CS                      DateReported :  1/12/94     │
  9039. │    Reported In  : 3006                    RevisedDate  :  2/02/94     │
  9040. │       Fixed In  :                         Status       : Suggestion   │
  9041. │       Origin    :                                                     │
  9042. │    Severity     : Unassigned Severity                                 │
  9043. │                               Synopsis                                │
  9044. │0                                                                      │
  9045. │                                Section                                │
  9046. │                             Language Library                          │
  9047. ├───────────────────────────────────────────────────────────────────────┤
  9048. │                                                                       │
  9049. │                           Problem Description                         │
  9050. │                                                                       │
  9051. │      Fm: DOUG ANDREWS 73740,2622 MSG#:49781                           │
  9052. │        program                                                        │
  9053. │      num  decimal(10,0)      !happens with Decimal(11,0) also.        │
  9054. │        code                                                           │
  9055. │        num = 9876543210                                               │
  9056. │        t" = format(num,@n_10)                                         │
  9057. │        ask                                                            │
  9058. │      When I run this code (using 3006), I get a floating point        │
  9059. │      error.  The error occurs when the format is executed.  If        │
  9060. │      you change the format token to @n_11, it works OK.               │
  9061. │      I tried it in both protect mode and dynalink.                    │
  9062. │      Thanks Doug Andrews                                              │
  9063. │      R&D:Doug this is a result of the compiler optimizing the         │
  9064. │      code generated so that you don't have to use temporary           │
  9065. │      floats for all internal calculations (which would slow your      │
  9066. │      program to a crawl).  When the compiler sees @n_10 it            │
  9067. │      takes a chance that the number will fit in a long (much          │
  9068. │      faster than float).  Unfortunately even an unsigned long         │
  9069. │      will only fit 4294967296.  Consequently, when the                │
  9070. │      conversion function in FORMAT tries to store it in the           │
  9071. │      temp. long it causes an overflow exception to indicate that      │
  9072. │      the number can not be represented.  The @n11 works because       │
  9073. │      the compiler knows full well an 11 digit decimal can never       │
  9074. │      be represented by a long, and so full float arithmetic is        │
  9075. │      used.  You might say the compiler should not assume that an      │
  9076. │      arbitrary 10digit number will fit into a long, we will take      │
  9077. │      this under advisement.  Thank you.                               │
  9078. └───────────────────────────────────────────────────────────────────────┘
  9079. ┌───────────────────────────────────────────────────────────────────────┐
  9080. │                          ProblemNumber : 4172                         │
  9081. │    Product      : CDD                     Duplicate No.:      0       │
  9082. │    Reported By  : CS                      DateReported :  3/22/94     │
  9083. │    Reported In  : 30071                   RevisedDate  :  3/22/94     │
  9084. │       Fixed In  :                         Status       : Suggestion   │
  9085. │       Origin    :                                                     │
  9086. │    Severity     : Unassigned Severity                                 │
  9087. │                               Synopsis                                │
  9088. │0                                                                      │
  9089. │                                Section                                │
  9090. │                             Language Library                          │
  9091. ├───────────────────────────────────────────────────────────────────────┤
  9092. │                                                                       │
  9093. │                           Problem Description                         │
  9094. │                                                                       │
  9095. │      Fm: Danny L. Joe 75010,2427 MSG#:61342                           │
  9096. │      Your reference to this use of a list box reminded me that        │
  9097. │      I've been meaning to request the ability to scroll lock a        │
  9098. │      list.. If we could lock the scrolling mechanism, it would        │
  9099. │      save the user from having to press the UP/DOWN arrows 20         │
  9100. │               times to initiate movement and navigate the list.       │
  9101. │      For those instances where record selection wasn't                │
  9102. │      desireable(e.g., viewing an ASCII file), this new list           │
  9103. │                attribute/feature would be very helpful. It would      │
  9104. │      also      negate the need for a        highlight pointer,        │
  9105. │      which seems a little out of place when only "viewing" text.      │
  9106. │      Since the   Clarion  help system also uses the list box          │
  9107. │      technique, it   would also benefit from scroll locking,          │
  9108. │      (though hypertext   links would need to be enhanced    to        │
  9109. │      include an alternate  (and possibly more industry standard)      │
  9110. │      reference to hot      points.                                    │
  9111. │                            Mabe R&D can give this some                │
  9112. │      consideration for "a future     release of CDD".                 │
  9113. │                                          Thanks,                      │
  9114. │                                          Danny                        │
  9115. └───────────────────────────────────────────────────────────────────────┘
  9116. ┌───────────────────────────────────────────────────────────────────────┐
  9117. │                          ProblemNumber : 4173                         │
  9118. │    Product      : CDD                     Duplicate No.:      0       │
  9119. │    Reported By  : CS                      DateReported :  3/22/94     │
  9120. │    Reported In  : 30072                   RevisedDate  :  3/22/94     │
  9121. │       Fixed In  :                         Status       : Suggestion   │
  9122. │       Origin    :                                                     │
  9123. │    Severity     : Unassigned Severity                                 │
  9124. │                               Synopsis                                │
  9125. │0                                                                      │
  9126. │                                Section                                │
  9127. │                             Language Library                          │
  9128. ├───────────────────────────────────────────────────────────────────────┤
  9129. │                                                                       │
  9130. │                           Problem Description                         │
  9131. │                                                                       │
  9132. │      I wish I could "Re-Alias", but alas, no such function            │
  9133. │      exists. Hence this                                               │
  9134. │      thread.  You see, the problem is that the called function        │
  9135. │      has no idea what                                                 │
  9136. │      alias (if any) exists for a given keycode.  It can Alias         │
  9137. │      whatever it needs, but                                           │
  9138. │      it can't restore the alias table to its prior condition          │
  9139. │      upon exit.  Then the                                             │
  9140. │      calling procedure's aliasing is potentially destroyed.  The      │
  9141. │      calling procedure                                                │
  9142. │      could certainly reset any aliases it has set following           │
  9143. │      _every_ call to any                                              │
  9144. │      function or procedure that might reset alieses, but what a       │
  9145. │      nightmare to try to                                              │
  9146. │      maintain that beast. This is, IMO, much needed                   │
  9147. │      functionality, unless I'm                                        │
  9148. │      missing something. Thanks!                                       │
  9149. └───────────────────────────────────────────────────────────────────────┘
  9150. ┌───────────────────────────────────────────────────────────────────────┐
  9151. │                          ProblemNumber : 4208                         │
  9152. │    Product      : CDD                     Duplicate No.:      0       │
  9153. │    Reported By  : PB                      DateReported :  3/24/94     │
  9154. │    Reported In  : 30072                   RevisedDate  :  3/24/94     │
  9155. │       Fixed In  :                         Status       : Suggestion   │
  9156. │       Origin    :                                                     │
  9157. │    Severity     : Unassigned Severity                                 │
  9158. │                               Synopsis                                │
  9159. │0                                                                      │
  9160. │                                Section                                │
  9161. │                             Language Library                          │
  9162. ├───────────────────────────────────────────────────────────────────────┤
  9163. │                                                                       │
  9164. │                           Problem Description                         │
  9165. │                                                                       │
  9166. │      suggestion for a CENTER attribute for a screen variable          │
  9167. └───────────────────────────────────────────────────────────────────────┘
  9168. ┌───────────────────────────────────────────────────────────────────────┐
  9169. │                          ProblemNumber : 4324                         │
  9170. │    Product      : CDD                     Duplicate No.:      0       │
  9171. │    Reported By  : JB                      DateReported :  4/07/94     │
  9172. │    Reported In  : 3008                    RevisedDate  :   /  /       │
  9173. │       Fixed In  :                         Status       : Suggestion   │
  9174. │       Origin    :                                                     │
  9175. │    Severity     : Unassigned Severity                                 │
  9176. │                               Synopsis                                │
  9177. │0                                                                      │
  9178. │                                Section                                │
  9179. │                             Language Library                          │
  9180. ├───────────────────────────────────────────────────────────────────────┤
  9181. │                                                                       │
  9182. │                           Problem Description                         │
  9183. │                                                                       │
  9184. │      user wants the ability to pass a RECORD to a function            │
  9185. └───────────────────────────────────────────────────────────────────────┘
  9186. ┌───────────────────────────────────────────────────────────────────────┐
  9187. │                          ProblemNumber : 4372                         │
  9188. │    Product      : CDD                     Duplicate No.:      0       │
  9189. │    Reported By  : CS                      DateReported :  4/13/94     │
  9190. │    Reported In  : 3008                    RevisedDate  :  4/13/94     │
  9191. │       Fixed In  :                         Status       : Suggestion   │
  9192. │       Origin    :                                                     │
  9193. │    Severity     : Unassigned Severity                                 │
  9194. │                               Synopsis                                │
  9195. │0                                                                      │
  9196. │                                Section                                │
  9197. │                             Language Library                          │
  9198. ├───────────────────────────────────────────────────────────────────────┤
  9199. │                                                                       │
  9200. │                           Problem Description                         │
  9201. │                                                                       │
  9202. │      Fm: John T. Giles 72142,1223 MSG#:65213                          │
  9203. │      How about a new command called BulkNext.  Is would go            │
  9204. │      something like BULKNEXT(file,queue,quantity).  This would        │
  9205. │      make the reads in a browse faster. It could also be use for      │
  9206. │      the batch system as well.                                        │
  9207. └───────────────────────────────────────────────────────────────────────┘
  9208. ┌───────────────────────────────────────────────────────────────────────┐
  9209. │                          ProblemNumber : 4838                         │
  9210. │    Product      : CDD                     Duplicate No.:      0       │
  9211. │    Reported By  : JB                      DateReported :  6/15/94     │
  9212. │    Reported In  : 3009                    RevisedDate  :   /  /       │
  9213. │       Fixed In  :                         Status       : Suggestion   │
  9214. │       Origin    :                                                     │
  9215. │    Severity     : Unassigned Severity                                 │
  9216. │                               Synopsis                                │
  9217. │0                                                                      │
  9218. │                                Section                                │
  9219. │                             Language Library                          │
  9220. ├───────────────────────────────────────────────────────────────────────┤
  9221. │                                                                       │
  9222. │                           Problem Description                         │
  9223. │                                                                       │
  9224. │      3.1 suggestion - how about a progress indicator option on        │
  9225. │      the build statement, either indicating percenage built, or       │
  9226. │      the key currently building.                                      │
  9227. └───────────────────────────────────────────────────────────────────────┘
  9228. ┌───────────────────────────────────────────────────────────────────────┐
  9229. │                          ProblemNumber : 4927                         │
  9230. │    Product      : CDD                     Duplicate No.:      0       │
  9231. │    Reported By  : PB                      DateReported :  7/11/94     │
  9232. │    Reported In  : 3009                    RevisedDate  :  7/11/94     │
  9233. │       Fixed In  :                         Status       : Suggestion   │
  9234. │       Origin    :                                                     │
  9235. │    Severity     : Unassigned Severity                                 │
  9236. │                               Synopsis                                │
  9237. │0                                                                      │
  9238. │                                Section                                │
  9239. │                             Language Library                          │
  9240. ├───────────────────────────────────────────────────────────────────────┤
  9241. │                                                                       │
  9242. │                           Problem Description                         │
  9243. │                                                                       │
  9244. │      user would like to be able to use variables for a pulldown       │
  9245. │      ITEM.  ITEM(myvar),...                                           │
  9246. └───────────────────────────────────────────────────────────────────────┘
  9247. ┌───────────────────────────────────────────────────────────────────────┐
  9248. │                          ProblemNumber : 5266                         │
  9249. │    Product      : CDD                     Duplicate No.:      0       │
  9250. │    Reported By  : GW                      DateReported :  8/16/94     │
  9251. │    Reported In  : 3009                    RevisedDate  :  8/17/94     │
  9252. │       Fixed In  :                         Status       : Suggestion   │
  9253. │       Origin    : External                                            │
  9254. │    Severity     : Suggestion or documentation error                   │
  9255. │                               Synopsis                                │
  9256. │                PRINT statement change to suppress CRLF                │
  9257. │                                Section                                │
  9258. │                             Language Library                          │
  9259. ├───────────────────────────────────────────────────────────────────────┤
  9260. │                                                                       │
  9261. │                           Problem Description                         │
  9262. │                                                                       │
  9263. │      Fm: Larry Teames 73150,104                                       │
  9264. │      >> And are you wanting the PRINT('somestring') not to send       │
  9265. │      a CRLF or PRINT(detaillabel) not to send a CRLF on certain       │
  9266. │      lines with say a nocrlf >> attribute.                            │
  9267. │      This is EXACTLY what we've been asking for since before          │
  9268. │      3002!  If you've done much work with CPD or CDD related to       │
  9269. │      LASER PRINTERS, you understand the problem. Although I           │
  9270. │      don't go overboard on DotMtx printers, others do, and the        │
  9271. │           CrLf issues gets in the way there also.                     │
  9272. │           At least with a "NoCrLf" attrib, we (the developers)        │
  9273. │      would  be back in control. It's understood that we may           │
  9274. │      create      problems for ourselves if we don't handle its        │
  9275. │      use           appropriately, but that in itself would be a       │
  9276. │      major stride   forward.                                          │
  9277. │                     Actually, in CDD, it would be preferable to       │
  9278. │      have the "NO    CrLf Attrib" available in Reports (where         │
  9279. │      Device is already  supported), AND to have an optional           │
  9280. │      parameter added to the  PRINT() statement:                       │
  9281. │                              PRINT(SomeData[,DEVICE])  <- add         │
  9282. │      the *optional* Device      parameter                             │
  9283. │                                 If necessary, leave it to us          │
  9284. │      "whiners" to come up with a    way to deal with the              │
  9285. │      (probable) extremely long "control"    strings in the view       │
  9286. │      template (ascii                         driver).                 │
  9287. └───────────────────────────────────────────────────────────────────────┘
  9288. ┌───────────────────────────────────────────────────────────────────────┐
  9289. │                          ProblemNumber : 0676                         │
  9290. │    Product      : CDD                     Duplicate No.:      0       │
  9291. │    Reported By  : TM                      DateReported :  3/26/93     │
  9292. │    Reported In  : 3002                    RevisedDate  :  4/28/94     │
  9293. │       Fixed In  :                         Status       : Suggestion   │
  9294. │       Origin    :                                                     │
  9295. │    Severity     : Unassigned Severity                                 │
  9296. │                               Synopsis                                │
  9297. │0                                                                      │
  9298. │                                Section                                │
  9299. │                               List Template                           │
  9300. ├───────────────────────────────────────────────────────────────────────┤
  9301. │                                                                       │
  9302. │                           Problem Description                         │
  9303. │                                                                       │
  9304. │      Locator, Selector, and Filter support would be useful.           │
  9305. └───────────────────────────────────────────────────────────────────────┘
  9306. ┌───────────────────────────────────────────────────────────────────────┐
  9307. │                          ProblemNumber : 1267                         │
  9308. │    Product      : CDD                     Duplicate No.:      0       │
  9309. │    Reported By  : TB                      DateReported :  5/17/93     │
  9310. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  9311. │       Fixed In  :                         Status       : Suggestion   │
  9312. │       Origin    :                                                     │
  9313. │    Severity     : Unassigned Severity                                 │
  9314. │                               Synopsis                                │
  9315. │0                                                                      │
  9316. │                                Section                                │
  9317. │                               List Template                           │
  9318. ├───────────────────────────────────────────────────────────────────────┤
  9319. │                                                                       │
  9320. │                           Problem Description                         │
  9321. │                                                                       │
  9322. │      double-click to change??                                         │
  9323. └───────────────────────────────────────────────────────────────────────┘
  9324. ┌───────────────────────────────────────────────────────────────────────┐
  9325. │                          ProblemNumber : 4322                         │
  9326. │    Product      : CDD                     Duplicate No.:      0       │
  9327. │    Reported By  : CS                      DateReported :  4/07/94     │
  9328. │    Reported In  : 3008                    RevisedDate  :  4/07/94     │
  9329. │       Fixed In  :                         Status       : Suggestion   │
  9330. │       Origin    :                                                     │
  9331. │    Severity     : Unassigned Severity                                 │
  9332. │                               Synopsis                                │
  9333. │0                                                                      │
  9334. │                                Section                                │
  9335. │                               List Template                           │
  9336. ├───────────────────────────────────────────────────────────────────────┤
  9337. │                                                                       │
  9338. │                           Problem Description                         │
  9339. │                                                                       │
  9340. │      Fm: Jon B. Bushey 71521,2267 MSG#:63840                          │
  9341. │      It would be REALLY, REALLY nice to have an EMBED in the          │
  9342. │      list template, in the QUEUE used for the screen. It should       │
  9343. │       be right after the LINE, which is the string displayed on       │
  9344. │      the list box.  The embed would allow more fields to be           │
  9345. │      added to the queue.  The fields could be used for sorting,       │
  9346. │      marking, tagging, etc.                                           │
  9347. └───────────────────────────────────────────────────────────────────────┘
  9348. ┌───────────────────────────────────────────────────────────────────────┐
  9349. │                          ProblemNumber : 4360                         │
  9350. │    Product      : CDD                     Duplicate No.:      0       │
  9351. │    Reported By  : CS                      DateReported :  4/12/94     │
  9352. │    Reported In  : 3008                    RevisedDate  :  4/12/94     │
  9353. │       Fixed In  :                         Status       : Suggestion   │
  9354. │       Origin    :                                                     │
  9355. │    Severity     : Unassigned Severity                                 │
  9356. │                               Synopsis                                │
  9357. │0                                                                      │
  9358. │                                Section                                │
  9359. │                               List Template                           │
  9360. ├───────────────────────────────────────────────────────────────────────┤
  9361. │                                                                       │
  9362. │                           Problem Description                         │
  9363. │                                                                       │
  9364. │      Fm: David Jung 72466,1526 MSG#:64107                             │
  9365. │      Shouldn't the List procedure have a check-box for "Disable       │
  9366. │      Memo Access" like the browse does?                               │
  9367. │      --David                                                          │
  9368. └───────────────────────────────────────────────────────────────────────┘
  9369. ┌───────────────────────────────────────────────────────────────────────┐
  9370. │                          ProblemNumber : 0774                         │
  9371. │    Product      : CDD                     Duplicate No.:      0       │
  9372. │    Reported By  : ??                      DateReported :  4/05/93     │
  9373. │    Reported In  : 3002                    RevisedDate  :  4/28/94     │
  9374. │       Fixed In  :                         Status       : Suggestion   │
  9375. │       Origin    :                                                     │
  9376. │    Severity     : Unassigned Severity                                 │
  9377. │                               Synopsis                                │
  9378. │0                                                                      │
  9379. │                                Section                                │
  9380. │                              Misc. Templates                          │
  9381. ├───────────────────────────────────────────────────────────────────────┤
  9382. │                                                                       │
  9383. │                           Problem Description                         │
  9384. │                                                                       │
  9385. │      suggestion for embed after update procedure                      │
  9386. └───────────────────────────────────────────────────────────────────────┘
  9387. ┌───────────────────────────────────────────────────────────────────────┐
  9388. │                          ProblemNumber : 1270                         │
  9389. │    Product      : CDD                     Duplicate No.:      0       │
  9390. │    Reported By  : PB                      DateReported :  5/17/93     │
  9391. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  9392. │       Fixed In  :                         Status       : Suggestion   │
  9393. │       Origin    :                                                     │
  9394. │    Severity     : Unassigned Severity                                 │
  9395. │                               Synopsis                                │
  9396. │0                                                                      │
  9397. │                                Section                                │
  9398. │                              Misc. Templates                          │
  9399. ├───────────────────────────────────────────────────────────────────────┤
  9400. │                                                                       │
  9401. │                           Problem Description                         │
  9402. │                                                                       │
  9403. │      TEMPLATES IN GENERAL :: If a template supports the formula       │
  9404. │      generator there should be an embed for this: there is one        │
  9405. │      in some of the templates but not all.                            │
  9406. └───────────────────────────────────────────────────────────────────────┘
  9407. ┌───────────────────────────────────────────────────────────────────────┐
  9408. │                          ProblemNumber : 1325                         │
  9409. │    Product      : CDD                     Duplicate No.:      0       │
  9410. │    Reported By  : CS                      DateReported :  5/24/93     │
  9411. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  9412. │       Fixed In  :                         Status       : Suggestion   │
  9413. │       Origin    :                                                     │
  9414. │    Severity     : Unassigned Severity                                 │
  9415. │                               Synopsis                                │
  9416. │0                                                                      │
  9417. │                                Section                                │
  9418. │                              Misc. Templates                          │
  9419. ├───────────────────────────────────────────────────────────────────────┤
  9420. │                                                                       │
  9421. │                           Problem Description                         │
  9422. │                                                                       │
  9423. │      Fm: Martin Wehlou (Cactus) 72047,2444                            │
  9424. │      Paul,                                                            │
  9425. │      About message strings in the templates: I don't know if          │
  9426. │      it's feasible, but if all message strings could be gathered      │
  9427. │      together into one of the template files as equates or            │
  9428. │      something, it would help. For us guys writing programs for       │
  9429. │      a non-english audience, we have to change *all* template         │
  9430. │      files. Not just once, but for each language version of our       │
  9431. │      apps.                                                            │
  9432. │      Lotsa sweat...                                                   │
  9433. │      Bears thinking about, doesn't it?                                │
  9434. │      --Martin                                                         │
  9435. └───────────────────────────────────────────────────────────────────────┘
  9436. ┌───────────────────────────────────────────────────────────────────────┐
  9437. │                          ProblemNumber : 1404                         │
  9438. │    Product      : CDD                     Duplicate No.:      0       │
  9439. │    Reported By  : TB                      DateReported :  5/31/93     │
  9440. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  9441. │       Fixed In  :                         Status       : Suggestion   │
  9442. │       Origin    :                                                     │
  9443. │    Severity     : Unassigned Severity                                 │
  9444. │                               Synopsis                                │
  9445. │0                                                                      │
  9446. │                                Section                                │
  9447. │                              Misc. Templates                          │
  9448. ├───────────────────────────────────────────────────────────────────────┤
  9449. │                                                                       │
  9450. │                           Problem Description                         │
  9451. │                                                                       │
  9452. │      even though we have relationships for lookups,; provide an       │
  9453. │      old style lookup field so they can do a lookup with out          │
  9454. │      coding it by hand each time.  This could be useful for that      │
  9455. │      second lookup as in two fields in one file trying to make        │
  9456. │      use of that same lookup to one field in another file.            │
  9457. └───────────────────────────────────────────────────────────────────────┘
  9458. ┌───────────────────────────────────────────────────────────────────────┐
  9459. │                          ProblemNumber : 2044                         │
  9460. │    Product      : CDD                     Duplicate No.:      0       │
  9461. │    Reported By  : TB                      DateReported :  8/05/93     │
  9462. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  9463. │       Fixed In  :                         Status       : Suggestion   │
  9464. │       Origin    :                                                     │
  9465. │    Severity     : Unassigned Severity                                 │
  9466. │                               Synopsis                                │
  9467. │0                                                                      │
  9468. │                                Section                                │
  9469. │                              Misc. Templates                          │
  9470. ├───────────────────────────────────────────────────────────────────────┤
  9471. │                                                                       │
  9472. │                           Problem Description                         │
  9473. │                                                                       │
  9474. │      suggestion by user -- why not checkopen all files in the         │
  9475. │      other data section of the file skematic -- If I placed a         │
  9476. │      file into that section to place a field on the screen that       │
  9477. │      file will have to be opened.                                     │
  9478. └───────────────────────────────────────────────────────────────────────┘
  9479. ┌───────────────────────────────────────────────────────────────────────┐
  9480. │                          ProblemNumber : 2207                         │
  9481. │    Product      : CDD                     Duplicate No.:      0       │
  9482. │    Reported By  : CS                      DateReported :  8/24/93     │
  9483. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  9484. │       Fixed In  :                         Status       : Suggestion   │
  9485. │       Origin    :                                                     │
  9486. │    Severity     : Unassigned Severity                                 │
  9487. │                               Synopsis                                │
  9488. │0                                                                      │
  9489. │                                Section                                │
  9490. │                              Misc. Templates                          │
  9491. ├───────────────────────────────────────────────────────────────────────┤
  9492. │                                                                       │
  9493. │                           Problem Description                         │
  9494. │                                                                       │
  9495. │      Fm: David Jung 72466,1526                                        │
  9496. │      An example:                                                      │
  9497. │      Two files:  Items and Categories.  The Categories file has       │
  9498. │      two keys, primary key is autoincremented (i.e. the record        │
  9499. │      number), second key is based upon a category description.        │
  9500. │      The Item record has a field that contains the "Category          │
  9501. │          Record Number".  This number is of no interest to the        │
  9502. │      end-user and will be hidden from them.  The relational link      │
  9503. │      is in this "hidden field". The User will always see the          │
  9504. │      categories presented by description.  This is NOT an             │
  9505. │      uncommon         way to link lookup data.                        │
  9506. │                       The templates as they exist for 3004            │
  9507. │      appear to assume that the actual link fields will be on the      │
  9508. │      screen.  As a result, the "hidden" links are destroyed by        │
  9509. │      the secondary lookups coding.                                    │
  9510. │                               Its possible to work around the         │
  9511. │      problem, but IMO the templates should be able to handle          │
  9512. │      these simple relationships correctly.                            │
  9513. │                                      --David                          │
  9514. └───────────────────────────────────────────────────────────────────────┘
  9515. ┌───────────────────────────────────────────────────────────────────────┐
  9516. │                          ProblemNumber : 2361                         │
  9517. │    Product      : CDD                     Duplicate No.:      0       │
  9518. │    Reported By  : PS                      DateReported :  9/21/93     │
  9519. │    Reported In  : 3005c                   RevisedDate  :  4/28/94     │
  9520. │       Fixed In  :                         Status       : Suggestion   │
  9521. │       Origin    :                                                     │
  9522. │    Severity     : Unassigned Severity                                 │
  9523. │                               Synopsis                                │
  9524. │0                                                                      │
  9525. │                                Section                                │
  9526. │                              Misc. Templates                          │
  9527. ├───────────────────────────────────────────────────────────────────────┤
  9528. │                                                                       │
  9529. │                           Problem Description                         │
  9530. │                                                                       │
  9531. │      From Scott Smiley - Suggestions for Browse:                      │
  9532. │      Why not call the Update form in all cases of NoRecords?  If      │
  9533. │      you are entering records from a 2ndary Browse it is              │
  9534. │      confusing for a user to call the Update form for the first       │
  9535. │      record but not any of the subsiquent records when using a        │
  9536. │      range limit on secondary browses.                                │
  9537. │         Of NoRecords                                                  │
  9538. │            If Records(%Primary)                                       │
  9539. │               Select()                                                │
  9540. │            Else                                                       │
  9541. │               Updateform                                              │
  9542. │            End                                                        │
  9543. │         .....                                                         │
  9544. │      MultiPage Template:                                              │
  9545. │      In the of ?Cancel why not call the RelationalDelete              │
  9546. │      instead?It is possible to add secondary records while            │
  9547. │      adding a      parent record then cancel the parent record.       │
  9548. │                    Q&A: This was not concidered in the original       │
  9549. │      design of the  templates, I guess the same would be true         │
  9550. │      for the FORM      Template also.                                 │
  9551. └───────────────────────────────────────────────────────────────────────┘
  9552. ┌───────────────────────────────────────────────────────────────────────┐
  9553. │                          ProblemNumber : 2487                         │
  9554. │    Product      : CDD                     Duplicate No.:      0       │
  9555. │    Reported By  : CS                      DateReported :  9/28/93     │
  9556. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  9557. │       Fixed In  :                         Status       : Suggestion   │
  9558. │       Origin    :                                                     │
  9559. │    Severity     : Unassigned Severity                                 │
  9560. │                               Synopsis                                │
  9561. │0                                                                      │
  9562. │                                Section                                │
  9563. │                              Misc. Templates                          │
  9564. ├───────────────────────────────────────────────────────────────────────┤
  9565. │                                                                       │
  9566. │                           Problem Description                         │
  9567. │                                                                       │
  9568. │      Fm: John Crenshaw 75110,531                                      │
  9569. │      Can you tell me if there is any plans to add Range From and      │
  9570. │      Range To support in the Browse, Select, and Validate             │
  9571. │      templates.  I know you can do that with a filter but I want      │
  9572. │      a range based on the key.                                        │
  9573. │             EX: key with 2 elements, last name then first name.       │
  9574. │      I need a browse that can display records between a range         │
  9575. │      based on the first element of the key.                           │
  9576. │                In it's current implementation the range field is      │
  9577. │      an exact match only.  I managed to circumvent this by adding     │
  9578. │       a check box that allows me overide the default range check      │
  9579. │      then add and embedd point for my own range check. The reason     │
  9580. │       that I won't use a filter is TOO SLOW , I want to hit on        │
  9581. │      the key dispthe records and get out of there.                    │
  9582. │                   John Crenshaw CIS 75110,531 CPD 2108/CDD            │
  9583. │      3004/LPM 2.1       NavCis Windows NavCIS SE v.1.01               │
  9584. └───────────────────────────────────────────────────────────────────────┘
  9585. ┌───────────────────────────────────────────────────────────────────────┐
  9586. │                          ProblemNumber : 2592                         │
  9587. │    Product      : CDD                     Duplicate No.:      0       │
  9588. │    Reported By  : TB                      DateReported : 10/07/93     │
  9589. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  9590. │       Fixed In  :                         Status       : Suggestion   │
  9591. │       Origin    :                                                     │
  9592. │    Severity     : Unassigned Severity                                 │
  9593. │                               Synopsis                                │
  9594. │0                                                                      │
  9595. │                                Section                                │
  9596. │                              Misc. Templates                          │
  9597. ├───────────────────────────────────────────────────────────────────────┤
  9598. │                                                                       │
  9599. │                           Problem Description                         │
  9600. │                                                                       │
  9601. │      wants the lookup to act just like 2.1 where it ALLWAYS goes      │
  9602. │      into the table even if it is correct. and it would be nice       │
  9603. │      if it went to the closesest match.                               │
  9604. └───────────────────────────────────────────────────────────────────────┘
  9605. ┌───────────────────────────────────────────────────────────────────────┐
  9606. │                          ProblemNumber : 2613                         │
  9607. │    Product      : CDD                     Duplicate No.:      0       │
  9608. │    Reported By  : BN                      DateReported : 10/13/93     │
  9609. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  9610. │       Fixed In  :                         Status       : Suggestion   │
  9611. │       Origin    :                                                     │
  9612. │    Severity     : Unassigned Severity                                 │
  9613. │                               Synopsis                                │
  9614. │0                                                                      │
  9615. │                                Section                                │
  9616. │                              Misc. Templates                          │
  9617. ├───────────────────────────────────────────────────────────────────────┤
  9618. │                                                                       │
  9619. │                           Problem Description                         │
  9620. │                                                                       │
  9621. │      Suggestion by a user:                                            │
  9622. │      In BROWSE.CLA under ProcessForward and ProcessBackword, he       │
  9623. │      suggest it should say IF ~ERRORCODE() OR ERRORCODE() = 43        │
  9624. │      to handle held records.                                          │
  9625. │      If you need further information, refer to project 2458.          │
  9626. └───────────────────────────────────────────────────────────────────────┘
  9627. ┌───────────────────────────────────────────────────────────────────────┐
  9628. │                          ProblemNumber : 2693                         │
  9629. │    Product      : CDD                     Duplicate No.:      0       │
  9630. │    Reported By  : BN                      DateReported : 10/18/93     │
  9631. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  9632. │       Fixed In  :                         Status       : Suggestion   │
  9633. │       Origin    :                                                     │
  9634. │    Severity     : Unassigned Severity                                 │
  9635. │                               Synopsis                                │
  9636. │0                                                                      │
  9637. │                                Section                                │
  9638. │                              Misc. Templates                          │
  9639. ├───────────────────────────────────────────────────────────────────────┤
  9640. │                                                                       │
  9641. │                           Problem Description                         │
  9642. │                                                                       │
  9643. │      Suggestions from a user:                                         │
  9644. │      1. I would like for the Global Data Sections Embedded            │
  9645. │      source point to be moved from after the program's file           │
  9646. │      definitions to before the file definitions. I n my               │
  9647. │      program, I INCLUDE a source file in the global data              │
  9648. │      section's embedded source point. This source file has file       │
  9649. │      NAME variables which must be declared before the file            │
  9650. │      structures.  I am INCLUDEing thes varibales rather than          │
  9651. │      defining them in the application generator so that I may         │
  9652. │      share these varibale definitions with several other              │
  9653. │      programs.  I can see no harm in moving the embedding point       │
  9654. │      and hope that you will find this to be a good suggestion.        │
  9655. │      I would also like to suggest that the Document External          │
  9656. │      Source Modules procedure type be modified so that it will        │
  9657. │      allow files to be entered in the FILES screen.  I have           │
  9658. │      several source modules which are shared by several               │
  9659. │      programs.  For reasons I will not go into, these modules         │
  9660. │      require the file definitions they use to be with the main        │
  9661. │      program file definintions.  Since some of these modules use      │
  9662. │      files which are not used anywhere else in the program, I         │
  9663. │      need some way to tell teh application generator to include       │
  9664. │      the file definitions fo these modules.  I can see no             │
  9665. │      adverse effects from enableing th Files button to allow          │
  9666. │      files to be included in the program source.                      │
  9667. └───────────────────────────────────────────────────────────────────────┘
  9668. ┌───────────────────────────────────────────────────────────────────────┐
  9669. │                          ProblemNumber : 2791                         │
  9670. │    Product      : CDD                     Duplicate No.:      0       │
  9671. │    Reported By  : CS                      DateReported : 10/26/93     │
  9672. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  9673. │       Fixed In  :                         Status       : Suggestion   │
  9674. │       Origin    :                                                     │
  9675. │    Severity     : Unassigned Severity                                 │
  9676. │                               Synopsis                                │
  9677. │0                                                                      │
  9678. │                                Section                                │
  9679. │                              Misc. Templates                          │
  9680. ├───────────────────────────────────────────────────────────────────────┤
  9681. │                                                                       │
  9682. │                           Problem Description                         │
  9683. │                                                                       │
  9684. │      Fm: Randy Rogers 75730,1337 MSG#:38853                           │
  9685. │      Has any thought been given to using a style file to create       │
  9686. │      the screen colors in clarion.app?  Now, to use style files,      │
  9687. │      I have to recolor every screen in the clarion app any time       │
  9688. │      there is an update.  If you guys used a style file for           │
  9689. │        these screens, then we could easily create our own from        │
  9690. │      the one that was used for clarion.app.                           │
  9691. │          Regards,                                                     │
  9692. │          Randy Rogers                                                 │
  9693. │          Keystone Computer Resources                                  │
  9694. └───────────────────────────────────────────────────────────────────────┘
  9695. ┌───────────────────────────────────────────────────────────────────────┐
  9696. │                          ProblemNumber : 2811                         │
  9697. │    Product      : CDD                     Duplicate No.:      0       │
  9698. │    Reported By  : DH                      DateReported : 10/28/93     │
  9699. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  9700. │       Fixed In  :                         Status       : Suggestion   │
  9701. │       Origin    :                                                     │
  9702. │    Severity     : Unassigned Severity                                 │
  9703. │                               Synopsis                                │
  9704. │0                                                                      │
  9705. │                                Section                                │
  9706. │                              Misc. Templates                          │
  9707. ├───────────────────────────────────────────────────────────────────────┤
  9708. │                                                                       │
  9709. │                           Problem Description                         │
  9710. │                                                                       │
  9711. │      When using change template form a browse to a list, it is a      │
  9712. │      straight converstion except for the fact that the list uses      │
  9713. │      line for the "from" for the list box and the browse uses         │
  9714. │      queue.  We might want to consider changing this to make          │
  9715. │      them compatible.  Or maybe we could generate a generation        │
  9716. │      error #error to alert them of this.                              │
  9717. └───────────────────────────────────────────────────────────────────────┘
  9718. ┌───────────────────────────────────────────────────────────────────────┐
  9719. │                          ProblemNumber : 2922                         │
  9720. │    Product      : CDD                     Duplicate No.:      0       │
  9721. │    Reported By  : DP                      DateReported : 11/04/93     │
  9722. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  9723. │       Fixed In  :                         Status       : Suggestion   │
  9724. │       Origin    :                                                     │
  9725. │    Severity     : Unassigned Severity                                 │
  9726. │                               Synopsis                                │
  9727. │0                                                                      │
  9728. │                                Section                                │
  9729. │                              Misc. Templates                          │
  9730. ├───────────────────────────────────────────────────────────────────────┤
  9731. │                                                                       │
  9732. │                           Problem Description                         │
  9733. │                                                                       │
  9734. │      1. Make a globle Access Mode Variable, assign it,                │
  9735. │      %AccessMode:Glo:AccessMode  Byte(%AccessMode)                    │
  9736. │      2. Change the CheckOpen prototype to:                            │
  9737. │            CheckOpen(*file,<bytes>),byte                              │
  9738. │      3. After the check open function to:                             │
  9739. │            CheckOpen  Function(File,AccessMode)                       │
  9740. │                Code                                                   │
  9741. │                If ~AccessMode                                         │
  9742. │                      AccessMode = GLO:AccessMode                      │
  9743. │                END                                                    │
  9744. │                Open(File,%AccessMode)                                 │
  9745. │                ........                                               │
  9746. └───────────────────────────────────────────────────────────────────────┘
  9747. ┌───────────────────────────────────────────────────────────────────────┐
  9748. │                          ProblemNumber : 2991                         │
  9749. │    Product      : CDD                     Duplicate No.:      0       │
  9750. │    Reported By  : CS                      DateReported : 11/09/93     │
  9751. │    Reported In  : 3006                    RevisedDate  :  7/11/94     │
  9752. │       Fixed In  :                         Status       : Suggestion   │
  9753. │       Origin    :                                                     │
  9754. │    Severity     : Unassigned Severity                                 │
  9755. │                               Synopsis                                │
  9756. │0                                                                      │
  9757. │                                Section                                │
  9758. │                              Misc. Templates                          │
  9759. ├───────────────────────────────────────────────────────────────────────┤
  9760. │                                                                       │
  9761. │                           Problem Description                         │
  9762. │                                                                       │
  9763. │      Fm: Wayne Freeman 76314,2100 MSG#:41496                          │
  9764. │      I've taken care of a shortcoming in the InitFields routine       │
  9765. │      in Clarion5.tpx, and I thought I'd share it with you.            │
  9766. │       The shortcoming is that if you want to set an initial           │
  9767. │      value on a dimensioned field, the generated code is missing      │
  9768. │      all appropriate subscripts, causing syntax errors.               │
  9769. │            Here's the original template code:                         │
  9770. │            #GROUP(%InitFields)                                        │
  9771. │            #IF(%InitRoutine = 'TRUE')                                 │
  9772. │            InitializeFields ROUTINE                                   │
  9773. │            #FOR(%Field)                                               │
  9774. │            #IF(%FieldInitial <> %NULL)                                │
  9775. │              %Field = %FieldInitial                                   │
  9776. │            #ENDIF                                                     │
  9777. │            #ENDFOR                                                    │
  9778. │            #ENDIF                                                     │
  9779. │            Here are my proposed changes (worked for me):              │
  9780. │            InitializeFields ROUTINE                                   │
  9781. │            #FOR(%Field)                                               │
  9782. │            #IF(%FieldInitial <> %NULL)                                │
  9783. │              #IF(%FieldDimension1)                                    │
  9784. │              Loop Idx1# = 1 to %FieldDimension1                       │
  9785. │                #IF(%FieldDimension2)                                  │
  9786. │                Loop Idx2# = 1 to %FieldDimension2                     │
  9787. │                  #IF(%FieldDimension3)                                │
  9788. │                  Loop Idx3# = 1 to %FieldDimension3                   │
  9789. │                    #IF(%FieldDimension4)                              │
  9790. │                    Loop Idx4# = 1 to %FieldDimension4                 │
  9791. │                      %Field[Idx1#,Idx2#,Idx3#,Idx4#] =                │
  9792. │      %FieldInitial           End !Loop Dimension 4                    │
  9793. │                                #ELSE                                  │
  9794. │                              %Field[Idx1#,Idx2#,Idx3#] =              │
  9795. │      %FieldInitial                   #ENDIF                           │
  9796. │                                    End !Loop Dimension 3              │
  9797. │                                      #ELSE                            │
  9798. │                                    %Field[Idx1#,Idx2#] =              │
  9799. │      %FieldInitial                         #ENDIF                     │
  9800. │                                          End !Loop Dimension 2        │
  9801. │                                            #ELSE                      │
  9802. │                                          %Field[Idx1#] =              │
  9803. │      %FieldInitial                               #ENDIF               │
  9804. │                                                End !Loop              │
  9805. │      Dimension 1                                         #ELSE        │
  9806. │                                                        %Field =       │
  9807. │      %FieldInitial                                      #ENDIF        │
  9808. └───────────────────────────────────────────────────────────────────────┘
  9809. ┌───────────────────────────────────────────────────────────────────────┐
  9810. │                          ProblemNumber : 3007                         │
  9811. │    Product      : CDD                     Duplicate No.:      0       │
  9812. │    Reported By  : CS                      DateReported : 11/10/93     │
  9813. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  9814. │       Fixed In  :                         Status       : Suggestion   │
  9815. │       Origin    :                                                     │
  9816. │    Severity     : Unassigned Severity                                 │
  9817. │                               Synopsis                                │
  9818. │0                                                                      │
  9819. │                                Section                                │
  9820. │                              Misc. Templates                          │
  9821. ├───────────────────────────────────────────────────────────────────────┤
  9822. │                                                                       │
  9823. │                           Problem Description                         │
  9824. │                                                                       │
  9825. │      Fm: Nik Johnson 70733,2247 MSG#:41923                            │
  9826. │      1) Suggestion: To be able to check for the existence of          │
  9827. │      whether there was any embedded code.                             │
  9828. │      #if embed1                                                       │
  9829. │       add this code if this embed was used                            │
  9830. │      #end                                                             │
  9831. │      The value of CDD3 lie in the ability to create and debug         │
  9832. │      templates (macro-programming) rather than creating and           │
  9833. │      debugging individual programs (micro-programming). Doug's        │
  9834. │      idea of having "standard" code which can optionally be           │
  9835. │      replaced by an embed is a really good one, and the               │
  9836. │      language should support it.                                      │
  9837. │      2) While you're at it, could you ask whoever generates file      │
  9838. │      structures to include the comments from the dictionary? We       │
  9839. │       really don't put them there for our health ... they have        │
  9840. │      value in the generated code. -Nik                                │
  9841. └───────────────────────────────────────────────────────────────────────┘
  9842. ┌───────────────────────────────────────────────────────────────────────┐
  9843. │                          ProblemNumber : 3045                         │
  9844. │    Product      : CDD                     Duplicate No.:      0       │
  9845. │    Reported By  : CS                      DateReported : 11/12/93     │
  9846. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  9847. │       Fixed In  :                         Status       : Suggestion   │
  9848. │       Origin    :                                                     │
  9849. │    Severity     : Unassigned Severity                                 │
  9850. │                               Synopsis                                │
  9851. │0                                                                      │
  9852. │                                Section                                │
  9853. │                              Misc. Templates                          │
  9854. ├───────────────────────────────────────────────────────────────────────┤
  9855. │                                                                       │
  9856. │                           Problem Description                         │
  9857. │                                                                       │
  9858. │      Fm: Douglas Johnson 75310,2035 MSG#:41606                        │
  9859. │      Debby,                                                           │
  9860. │      Is there a way to reference an #EMBED in templates such          │
  9861. │      that one could do the following:                                 │
  9862. │            #EMBED('Custom Embed Point') #IF('Custom Embed Point'      │
  9863. │      = %NULL)   DO SomeRoutine #ENDIF                                 │
  9864. │          Douglas                                                      │
  9865. │      R&D: 3.1 design change for #EMBEDs will extend the syntax        │
  9866. │      to: #EMBED(%symbol,description)... it has debated if this        │
  9867. │      will enable the #EMBED to be expanded through symbol             │
  9868. │      reference!?!?                                                    │
  9869. └───────────────────────────────────────────────────────────────────────┘
  9870. ┌───────────────────────────────────────────────────────────────────────┐
  9871. │                          ProblemNumber : 3094                         │
  9872. │    Product      : CDD                     Duplicate No.:      0       │
  9873. │    Reported By  : RB                      DateReported : 11/18/93     │
  9874. │    Reported In  : 3006                    RevisedDate  :  4/26/94     │
  9875. │       Fixed In  :                         Status       : Suggestion   │
  9876. │       Origin    :                                                     │
  9877. │    Severity     : Cosmetic or user interface problem                  │
  9878. │                               Synopsis                                │
  9879. │0                                                                      │
  9880. │                                Section                                │
  9881. │                              Misc. Templates                          │
  9882. ├───────────────────────────────────────────────────────────────────────┤
  9883. │                                                                       │
  9884. │                           Problem Description                         │
  9885. │                                                                       │
  9886. │      As a developer, I need Global Hot Procedured that can be         │
  9887. │      defined in the Global section of the app.  For example, I        │
  9888. │      may want a Calculator to be available in every procedure, I      │
  9889. │      want to declare this procedure and assign a hot key once.        │
  9890. │      BTW, LPM has this feature.                                       │
  9891. └───────────────────────────────────────────────────────────────────────┘
  9892. ┌───────────────────────────────────────────────────────────────────────┐
  9893. │                          ProblemNumber : 3121                         │
  9894. │    Product      : CDD                     Duplicate No.:      0       │
  9895. │    Reported By  : CS                      DateReported : 11/22/93     │
  9896. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  9897. │       Fixed In  :                         Status       : Suggestion   │
  9898. │       Origin    :                                                     │
  9899. │    Severity     : Unassigned Severity                                 │
  9900. │                               Synopsis                                │
  9901. │0                                                                      │
  9902. │                                Section                                │
  9903. │                              Misc. Templates                          │
  9904. ├───────────────────────────────────────────────────────────────────────┤
  9905. │                                                                       │
  9906. │                           Problem Description                         │
  9907. │                                                                       │
  9908. │      Fm: Douglas Johnson 75310,2035 MSG#:43570                        │
  9909. │      There does not seem to be a way to *see* the Queue Prefix        │
  9910. │      inthe Templates, even if something was in                        │
  9911. │      %ScreenFieldQueue.                                               │
  9912. │      FROM VINCE: Yes, this is true... this highlights the larger      │
  9913. │      issue of not being able to access individula data items          │
  9914. │      in general! This may be addressed in the future.                 │
  9915. └───────────────────────────────────────────────────────────────────────┘
  9916. ┌───────────────────────────────────────────────────────────────────────┐
  9917. │                          ProblemNumber : 3161                         │
  9918. │    Product      : CDD                     Duplicate No.:      0       │
  9919. │    Reported By  : CS                      DateReported : 11/29/93     │
  9920. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  9921. │       Fixed In  :                         Status       : Suggestion   │
  9922. │       Origin    :                                                     │
  9923. │    Severity     : Unassigned Severity                                 │
  9924. │                               Synopsis                                │
  9925. │0                                                                      │
  9926. │                                Section                                │
  9927. │                              Misc. Templates                          │
  9928. ├───────────────────────────────────────────────────────────────────────┤
  9929. │                                                                       │
  9930. │                           Problem Description                         │
  9931. │                                                                       │
  9932. │      Fm: Rick LaBanca 71172,2250 MSG#:44342                           │
  9933. │      It would be nice if templates that read records based on         │
  9934. │      filters would only search the key based on the range             │
  9935. │      specified (assuming that your filtering on a key component)      │
  9936. │      Example:                                                         │
  9937. │       access key: date_key                                            │
  9938. │       begin range: glo:begin_date                                     │
  9939. │       end   range: glo:end_date                                       │
  9940. └───────────────────────────────────────────────────────────────────────┘
  9941. ┌───────────────────────────────────────────────────────────────────────┐
  9942. │                          ProblemNumber : 3206                         │
  9943. │    Product      : CDD                     Duplicate No.:      0       │
  9944. │    Reported By  : CS                      DateReported : 12/03/93     │
  9945. │    Reported In  :  3006                   RevisedDate  :  4/28/94     │
  9946. │       Fixed In  :                         Status       : Suggestion   │
  9947. │       Origin    :                                                     │
  9948. │    Severity     : Unassigned Severity                                 │
  9949. │                               Synopsis                                │
  9950. │0                                                                      │
  9951. │                                Section                                │
  9952. │                              Misc. Templates                          │
  9953. ├───────────────────────────────────────────────────────────────────────┤
  9954. │                                                                       │
  9955. │                           Problem Description                         │
  9956. │                                                                       │
  9957. │      Fm: Rod Mills 70471,65 MSG#:44791                                │
  9958. │       I've noticed that many of the Template types (such as           │
  9959. │      Screen) that allows you to define Pulldown Menus do not          │
  9960. │      havethe Sticky Menu code. Will future revisions have this        │
  9961. │      code, and if it hasn't been planned, could you pass my vote      │
  9962. │      to thefolks in development? Thanx!                               │
  9963. └───────────────────────────────────────────────────────────────────────┘
  9964. ┌───────────────────────────────────────────────────────────────────────┐
  9965. │                          ProblemNumber : 3219                         │
  9966. │    Product      : CDD                     Duplicate No.:      0       │
  9967. │    Reported By  : CS                      DateReported : 12/06/93     │
  9968. │    Reported In  :  3006                   RevisedDate  :  4/28/94     │
  9969. │       Fixed In  :                         Status       : Suggestion   │
  9970. │       Origin    :                                                     │
  9971. │    Severity     : Unassigned Severity                                 │
  9972. │                               Synopsis                                │
  9973. │0                                                                      │
  9974. │                                Section                                │
  9975. │                              Misc. Templates                          │
  9976. ├───────────────────────────────────────────────────────────────────────┤
  9977. │                                                                       │
  9978. │                           Problem Description                         │
  9979. │                                                                       │
  9980. │      Fm: Marjolein Katsma 100276,2414 MSG#:45202                      │
  9981. │               1. #PROMPTs in #GROUPs.                                 │
  9982. │               The more I do with the templates, the more I            │
  9983. │      realise that having the possiblity of #PROMPTs in #GROUPs        │
  9984. │      is absolutely essential for a truly interactive template         │
  9985. │      language.           I suppose the Template Processor uses        │
  9986. │      the #PROMPTs in a template to 'format' the properties            │
  9987. │      window for the type of procedure defined by that template.       │
  9988. │      Since the inclusion or not of a #GROUP can be dependent on       │
  9989. │      conditions not know at the    time of processing the             │
  9990. │      template chain, I suppose it's impossible to include             │
  9991. │      #PROMPTs from a #GROUP in that same window. So here's my         │
  9992. │      suggestion: Have the template processor format a 'child'         │
  9993. │      window for each #GROUP that has any #PROMPTs - this child        │
  9994. │      window can then be popped up at design time if and  when         │
  9995. │      the conditions for inclusion of that particular #GROUP are       │
  9996. │      met.                                                             │
  9997. │      2. #SETting a default for a #PROMPT. I tried to do this,         │
  9998. │      and found it didn't work: use #SET to give a 'default'           │
  9999. │      value to a user-defined symbol. After that, use a #PROMPT        │
  10000. │      _for that same user-defined symbol_ to let the programmer        │
  10001. │      change the default value set by #SET if desired.                 │
  10002. │           I found first of all, that the entry field for the          │
  10003. │      #PROMPT came up empty, i.e. the #SET value did not appear.       │
  10004. │      Secondly, when I did fill in the entry field, I found that       │
  10005. │      what took effect was the value from the #SET statement; the      │
  10006. │      entered value was ignored. I see no reason why this could        │
  10007. │      not work; such a 'default' mechanism is completely               │
  10008. │      consistent with the concept and syntax of the template           │
  10009. │      language and would be very useful, e.g. where naming             │
  10010. │      conventions are important but may have to be overruled in        │
  10011. │      special cases.                                                   │
  10012. └───────────────────────────────────────────────────────────────────────┘
  10013. ┌───────────────────────────────────────────────────────────────────────┐
  10014. │                          ProblemNumber : 3223                         │
  10015. │    Product      : CDD                     Duplicate No.:      0       │
  10016. │    Reported By  : TB                      DateReported : 12/06/93     │
  10017. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  10018. │       Fixed In  :                         Status       : Suggestion   │
  10019. │       Origin    :                                                     │
  10020. │    Severity     : Unassigned Severity                                 │
  10021. │                               Synopsis                                │
  10022. │0                                                                      │
  10023. │                                Section                                │
  10024. │                              Misc. Templates                          │
  10025. ├───────────────────────────────────────────────────────────────────────┤
  10026. │                                                                       │
  10027. │                           Problem Description                         │
  10028. │                                                                       │
  10029. │      Where is the percent symbol for reclaim attribute and the        │
  10030. │      charcter count such as 20 for a string filed?                    │
  10031. │      R&D: All needed built-in template symbols will again be          │
  10032. │           addressed in the next release > 3.7...                      │
  10033. └───────────────────────────────────────────────────────────────────────┘
  10034. ┌───────────────────────────────────────────────────────────────────────┐
  10035. │                          ProblemNumber : 3363                         │
  10036. │    Product      : CDD                     Duplicate No.:      0       │
  10037. │    Reported By  : TB                      DateReported : 12/21/93     │
  10038. │    Reported In  : 3007b                   RevisedDate  :  2/24/94     │
  10039. │       Fixed In  :                         Status       : Suggestion   │
  10040. │       Origin    :                                                     │
  10041. │    Severity     : Unassigned Severity                                 │
  10042. │                               Synopsis                                │
  10043. │0                                                                      │
  10044. │                                Section                                │
  10045. │                              Misc. Templates                          │
  10046. ├───────────────────────────────────────────────────────────────────────┤
  10047. │                                                                       │
  10048. │                           Problem Description                         │
  10049. │                                                                       │
  10050. │      the folowing templates have hotletters being used more than      │
  10051. │      once:                                                            │
  10052. │      browse :    a e d l                                              │
  10053. │      form   :    a n i                                                │
  10054. │      pulldown:   s                                                    │
  10055. └───────────────────────────────────────────────────────────────────────┘
  10056. ┌───────────────────────────────────────────────────────────────────────┐
  10057. │                          ProblemNumber : 3589                         │
  10058. │    Product      : CDD                     Duplicate No.:      0       │
  10059. │    Reported By  : PB                      DateReported :  1/24/94     │
  10060. │    Reported In  : 3007                    RevisedDate  :  1/24/94     │
  10061. │       Fixed In  :                         Status       : Suggestion   │
  10062. │       Origin    :                                                     │
  10063. │    Severity     : Unassigned Severity                                 │
  10064. │                               Synopsis                                │
  10065. │0                                                                      │
  10066. │                                Section                                │
  10067. │                              Misc. Templates                          │
  10068. ├───────────────────────────────────────────────────────────────────────┤
  10069. │                                                                       │
  10070. │                           Problem Description                         │
  10071. │                                                                       │
  10072. │      I suggest we increase the size of REPORTDEVICE.  Currently       │
  10073. │      it is a string(30).  The filename takes half of this and         │
  10074. │      does not leave much room if current directory is nestled         │
  10075. │      within some subdirectories.                                      │
  10076. └───────────────────────────────────────────────────────────────────────┘
  10077. ┌───────────────────────────────────────────────────────────────────────┐
  10078. │                          ProblemNumber : 3711                         │
  10079. │    Product      : CDD                     Duplicate No.:      0       │
  10080. │    Reported By  : CS                      DateReported :  2/07/94     │
  10081. │    Reported In  : 3007                    RevisedDate  :  2/24/94     │
  10082. │       Fixed In  :                         Status       : Suggestion   │
  10083. │       Origin    :                                                     │
  10084. │    Severity     : Unassigned Severity                                 │
  10085. │                               Synopsis                                │
  10086. │0                                                                      │
  10087. │                                Section                                │
  10088. │                              Misc. Templates                          │
  10089. ├───────────────────────────────────────────────────────────────────────┤
  10090. │                                                                       │
  10091. │                           Problem Description                         │
  10092. │                                                                       │
  10093. │      #: 53336 S8/3.0 Support                                          │
  10094. │          02-Feb-94  17:46:31                                          │
  10095. │      Sb: 3.007(1) templates                                           │
  10096. │      Fm: Advantage Software 100116,3350                               │
  10097. │      To: sysop                                                        │
  10098. │      L.S.                                                             │
  10099. │        This list shows all uses of #IF and #ELSIF (in this            │
  10100. │      order)                                                           │
  10101. │       in 3007.1 *.TP? files, where there is a check on a string       │
  10102. │       constant with letters in it, and where the Template Symbol      │
  10103. │      is                                                               │
  10104. │       not UPPERed.                                                    │
  10105. │       While this might be correct in those cases where the            │
  10106. │      Template                                                         │
  10107. │       Symbol is system-assigned only, it is quite certain             │
  10108. │      incorrect                                                        │
  10109. │       when the value can be user-assigned (like                       │
  10110. │      %ScreenFieldUse).                                                │
  10111. │       e.g., when a user enters the field-equate label of the          │
  10112. │      cancel                                                           │
  10113. │       button as ?cancel in stead of ?Cancel (like I myself            │
  10114. │      happened                                                         │
  10115. │       to do once), the #IF(%ScreenField = '?Cancel) will              │
  10116. │      evaluate                                                         │
  10117. │       FALSE, where #IF(UPPER(%ScreenField) = '?CANCEL) would          │
  10118. │       evaluate TRUE. As many Template Symbols (like field equate      │
  10119. │       label) are given a default value, which most users seldom       │
  10120. │       change, this error might go untrapped for some while...         │
  10121. │       The [numbers] show the original line number in the              │
  10122. │      template.                                                        │
  10123. │       The ------ lines show the name of the template file.            │
  10124. │       In this list I have not made difference between system (or      │
  10125. │       template) assigned symbols and user-assigned symbols.           │
  10126. │      See text file of his list   3711.zip                             │
  10127. │      R&D:  This will (soon) no longer be a concern as                 │
  10128. │      evaluations in the template will be case insensitive.            │
  10129. └───────────────────────────────────────────────────────────────────────┘
  10130. ┌───────────────────────────────────────────────────────────────────────┐
  10131. │                          ProblemNumber : 3953                         │
  10132. │    Product      : CDD                     Duplicate No.:      0       │
  10133. │    Reported By  : CS                      DateReported :  2/24/94     │
  10134. │    Reported In  : 30071                   RevisedDate  :  2/24/94     │
  10135. │       Fixed In  :                         Status       : Suggestion   │
  10136. │       Origin    :                                                     │
  10137. │    Severity     : Unassigned Severity                                 │
  10138. │                               Synopsis                                │
  10139. │0                                                                      │
  10140. │                                Section                                │
  10141. │                              Misc. Templates                          │
  10142. ├───────────────────────────────────────────────────────────────────────┤
  10143. │                                                                       │
  10144. │                           Problem Description                         │
  10145. │                                                                       │
  10146. │      #: 57197 S3/2.1 Support                                          │
  10147. │          23-Feb-94  20:24:30                                          │
  10148. │      Sb: #57096-2 Tables on 1 Screen ?                                │
  10149. │      Fm: David Silver 74145,1546                                      │
  10150. │      To: Debby Herman 72662,475                                       │
  10151. │      There is a file on this bbs called clrlst.zip. This file         │
  10152. │      demonstrates the ability to have conditional colors in a         │
  10153. │      list box. However the example is pure hand code and not          │
  10154. │      verywell documented. In any event I attempted to apply the       │
  10155. │          technique to a module created by the app generator using     │
  10156. │       thebrowse template however each time the code passes            │
  10157. │      through   the borwse procedure, the color reverts back to        │
  10158. │      normal. I   traced through the browse procedure and found        │
  10159. │      this was      occuring at the accept statement. The browse       │
  10160. │      procedure is   very poorly commented and thus will be            │
  10161. │      difficult to modify. My question was , perhaps your new          │
  10162. │      template developer could point me in the right direction to      │
  10163. │      change the browse        template to accept conditional          │
  10164. │      colors for the list box.     David SIlver md                     │
  10165. └───────────────────────────────────────────────────────────────────────┘
  10166. ┌───────────────────────────────────────────────────────────────────────┐
  10167. │                          ProblemNumber : 4050                         │
  10168. │    Product      : CDD                     Duplicate No.:      0       │
  10169. │    Reported By  : CS                      DateReported :  3/07/94     │
  10170. │    Reported In  : 30071                   RevisedDate  :  3/07/94     │
  10171. │       Fixed In  :                         Status       : Suggestion   │
  10172. │       Origin    :                                                     │
  10173. │    Severity     : Unassigned Severity                                 │
  10174. │                               Synopsis                                │
  10175. │0                                                                      │
  10176. │                                Section                                │
  10177. │                              Misc. Templates                          │
  10178. ├───────────────────────────────────────────────────────────────────────┤
  10179. │                                                                       │
  10180. │                           Problem Description                         │
  10181. │                                                                       │
  10182. │      #: 58516 S8/3.0 Support                                          │
  10183. │          03-Mar-94  18:02:51                                          │
  10184. │      Sb: ScrnFlds.Tpx Made Clear                                      │
  10185. │      Fm: Douglas Johnson 75310,2035                                   │
  10186. │      To: Debby Herman 72662,475                                       │
  10187. │      For Tom Moseley:                                                 │
  10188. │      A small point, but perhaps a help in maintenance -               │
  10189. │      GROUP %PrimeLookup in ScrnFlds.Tpx contains the following:       │
  10190. │      #ELSIF(%LocateField)                                             │
  10191. │        #FOR(%File)                               <<                   │
  10192. │          #FIX(%Field,%LocateField)               <<                   │
  10193. │          #IF(%Field)                             <<                   │
  10194. │            #SET(%LookupFromFile,%File)           <<                   │
  10195. │            ... check a bunch of stuff ...                             │
  10196. │            #BREAK                                                     │
  10197. │          #ENDIF                                                       │
  10198. │      It seems to me that the same thing could more easily be          │
  10199. │      accomplished                                                     │
  10200. │      by getting rid of the FOR Loop and simply having:                │
  10201. └───────────────────────────────────────────────────────────────────────┘
  10202. ┌───────────────────────────────────────────────────────────────────────┐
  10203. │                          ProblemNumber : 4052                         │
  10204. │    Product      : CDD                     Duplicate No.:      0       │
  10205. │    Reported By  : CS                      DateReported :  3/07/94     │
  10206. │    Reported In  : 30071                   RevisedDate  :  3/07/94     │
  10207. │       Fixed In  :                         Status       : Suggestion   │
  10208. │       Origin    :                                                     │
  10209. │    Severity     : Unassigned Severity                                 │
  10210. │                               Synopsis                                │
  10211. │0                                                                      │
  10212. │                                Section                                │
  10213. │                              Misc. Templates                          │
  10214. ├───────────────────────────────────────────────────────────────────────┤
  10215. │                                                                       │
  10216. │                           Problem Description                         │
  10217. │                                                                       │
  10218. │      Fm: Douglas Johnson 75310,2035 MSG#:58750                        │
  10219. │      If one takes the #PROTOTYPE('') out of the templates, then       │
  10220. │      the programmer has control over it.  It looks just like          │
  10221. │      another #PROMPT and I'd like to be able to use it in             │
  10222. │      exactlythe same way - that is, have the contents in a            │
  10223. │      %Prototype   symbol just like %Primary, %PrimaryKey,             │
  10224. │      %Procedure etc.                                                  │
  10225. └───────────────────────────────────────────────────────────────────────┘
  10226. ┌───────────────────────────────────────────────────────────────────────┐
  10227. │                          ProblemNumber : 4144                         │
  10228. │    Product      : CDD                     Duplicate No.:      0       │
  10229. │    Reported By  : CS                      DateReported :  3/18/94     │
  10230. │    Reported In  : 30071                   RevisedDate  :  4/26/94     │
  10231. │       Fixed In  :                         Status       : Suggestion   │
  10232. │       Origin    :                                                     │
  10233. │    Severity     : Unassigned Severity                                 │
  10234. │                               Synopsis                                │
  10235. │0                                                                      │
  10236. │                                Section                                │
  10237. │                              Misc. Templates                          │
  10238. ├───────────────────────────────────────────────────────────────────────┤
  10239. │                                                                       │
  10240. │                           Problem Description                         │
  10241. │                                                                       │
  10242. │      Fm: Richard M. Bri~linger 100120,1622 MSG#:60533                 │
  10243. │      Hello, there seems to be a buggy situation when viewing a        │
  10244. │      report on screen. The problem comes up if you - use the          │
  10245. │      variable REPORTDEVICE as parameter for the DEVICE()              │
  10246. │      attribute       of the report (this happens by default in        │
  10247. │      CDD) - use REDIRECT and VIEW to view the report on screen -      │
  10248. │      and this in a directory with a long pathname                     │
  10249. │                      what happens is:                                 │
  10250. │                        REDIRECT generates a temporary filename        │
  10251. │      preceeded by the path;   in my case                              │
  10252. │      'C:\CLARION3\EASYMAIL\RPT00001.$$$' and puts this filename       │
  10253. │       into GLO:FILESPEC                          The report then      │
  10254. │      copies GLO:FILESPEC to REPORTDEVICE         As REPORTDEVICE      │
  10255. │      is declared in CLARION.APP as a string(30),   the filename       │
  10256. │      is truncated to 'C:\CLARION3\EASYMAIL\RPT00001.'   So ,the       │
  10257. │      report creates a file 'C:\CLARION3\EASYMAIL\RPT00001'   The      │
  10258. │      VIEW procedure now tries to open the file with the name          │
  10259. │      given in GLO:FILESPEC and stops with the errormessage            │
  10260. │      'Cannot open file 'C:\CLARION3\EASYMAIL\RPT00001.$$$'            │
  10261. │                                                        Short          │
  10262. │      consequence of the long story: the variable REPORTDEVICE,        │
  10263. │      declared in CLARION.APP in REPORT and PRINT must be              │
  10264. │      string(64).                                                      │
  10265. │          Richard M. Brisslinger, Tutzing, Germany, CDD30072 +         │
  10266. │      GUI                                                              │
  10267. └───────────────────────────────────────────────────────────────────────┘
  10268. ┌───────────────────────────────────────────────────────────────────────┐
  10269. │                          ProblemNumber : 4149                         │
  10270. │    Product      : CDD                     Duplicate No.:      0       │
  10271. │    Reported By  : CS                      DateReported :  3/18/94     │
  10272. │    Reported In  : 30071                   RevisedDate  :  3/18/94     │
  10273. │       Fixed In  :                         Status       : Suggestion   │
  10274. │       Origin    :                                                     │
  10275. │    Severity     : Unassigned Severity                                 │
  10276. │                               Synopsis                                │
  10277. │0                                                                      │
  10278. │                                Section                                │
  10279. │                              Misc. Templates                          │
  10280. ├───────────────────────────────────────────────────────────────────────┤
  10281. │                                                                       │
  10282. │                           Problem Description                         │
  10283. │                                                                       │
  10284. │      Fm: Jerry L. Petri 72633,3345 MSG#:60367                         │
  10285. │      As of 3007.2, the list template is missing the following         │
  10286. │      functions to make it more usable.                                │
  10287. │      The list template does not have "Case no records" exit.          │
  10288. │       The list template does not have Locator capabilities,           │
  10289. │      need both regular & incremental.                                 │
  10290. └───────────────────────────────────────────────────────────────────────┘
  10291. ┌───────────────────────────────────────────────────────────────────────┐
  10292. │                          ProblemNumber : 4185                         │
  10293. │    Product      : CDD                     Duplicate No.:      0       │
  10294. │    Reported By  : CS                      DateReported :  3/23/94     │
  10295. │    Reported In  : 30072                   RevisedDate  :  3/23/94     │
  10296. │       Fixed In  :                         Status       : Suggestion   │
  10297. │       Origin    :                                                     │
  10298. │    Severity     : Unassigned Severity                                 │
  10299. │                               Synopsis                                │
  10300. │0                                                                      │
  10301. │                                Section                                │
  10302. │                              Misc. Templates                          │
  10303. ├───────────────────────────────────────────────────────────────────────┤
  10304. │                                                                       │
  10305. │                           Problem Description                         │
  10306. │                                                                       │
  10307. │      Fm:Marjolein Katsma 100276,2414                                  │
  10308. │      List of Suggestions and findings....                             │
  10309. │      File: 4185.zip                                                   │
  10310. └───────────────────────────────────────────────────────────────────────┘
  10311. ┌───────────────────────────────────────────────────────────────────────┐
  10312. │                          ProblemNumber : 4283                         │
  10313. │    Product      : CDD                     Duplicate No.:      0       │
  10314. │    Reported By  : CS                      DateReported :  4/04/94     │
  10315. │    Reported In  : 30072                   RevisedDate  :  4/04/94     │
  10316. │       Fixed In  :                         Status       : Suggestion   │
  10317. │       Origin    :                                                     │
  10318. │    Severity     : Unassigned Severity                                 │
  10319. │                               Synopsis                                │
  10320. │0                                                                      │
  10321. │                                Section                                │
  10322. │                              Misc. Templates                          │
  10323. ├───────────────────────────────────────────────────────────────────────┤
  10324. │                                                                       │
  10325. │                           Problem Description                         │
  10326. │                                                                       │
  10327. │      Fm: Marjolein Katsma 100276,2414 MSG#:63860                      │
  10328. │      There is no symbol for the RECLAIM attribute on a File           │
  10329. │      either; should work just like %FileCreate (and be named          │
  10330. │      %FileReclaim).                                                   │
  10331. └───────────────────────────────────────────────────────────────────────┘
  10332. ┌───────────────────────────────────────────────────────────────────────┐
  10333. │                          ProblemNumber : 4414                         │
  10334. │    Product      : CDD                     Duplicate No.:      0       │
  10335. │    Reported By  : CS                      DateReported :  4/18/94     │
  10336. │    Reported In  : 3008                    RevisedDate  :  4/18/94     │
  10337. │       Fixed In  :                         Status       : Suggestion   │
  10338. │       Origin    :                                                     │
  10339. │    Severity     : Unassigned Severity                                 │
  10340. │                               Synopsis                                │
  10341. │0                                                                      │
  10342. │                                Section                                │
  10343. │                              Misc. Templates                          │
  10344. ├───────────────────────────────────────────────────────────────────────┤
  10345. │                                                                       │
  10346. │                           Problem Description                         │
  10347. │                                                                       │
  10348. │      Fm: Danny L. Joe 75010,2427 MSG#:65735                           │
  10349. │      Subject: Variable filenames in Clarion 3.0 Data Dictionary       │
  10350. │      When using Clarion 2.1, we reuse a single global string          │
  10351. │      variable (gFileName) as a filespec for _every_ database          │
  10352. │      file opened. This saves us from having to declare a              │
  10353. │      separate 64 byte string for every file (usually dozens).         │
  10354. │                      We need such variable filenames because our      │
  10355. │      software operates on a network disk with unpredictable           │
  10356. │      drive letters and paths being used from time to time.            │
  10357. │                           Can you please advise how we continue       │
  10358. │      might do this using the 3.0 data dictionary and the code         │
  10359. │      generator? The filespec field in DD may be a contstant or        │
  10360. │      variable, but there doesn't appear to be any way to manage       │
  10361. │      the generated code so that it sets the actual filespec at        │
  10362. │      runtime. If there currently isway, please enter this as a        │
  10363. │      suggestion.                                                      │
  10364. │                                      Thanks,                          │
  10365. │                                      Danny                            │
  10366. └───────────────────────────────────────────────────────────────────────┘
  10367. ┌───────────────────────────────────────────────────────────────────────┐
  10368. │                          ProblemNumber : 4637                         │
  10369. │    Product      : CDD                     Duplicate No.:      0       │
  10370. │    Reported By  : CS                      DateReported :  5/10/94     │
  10371. │    Reported In  : 3008                    RevisedDate  :  5/10/94     │
  10372. │       Fixed In  :                         Status       : Suggestion   │
  10373. │       Origin    :                                                     │
  10374. │    Severity     : Unassigned Severity                                 │
  10375. │                               Synopsis                                │
  10376. │0                                                                      │
  10377. │                                Section                                │
  10378. │                              Misc. Templates                          │
  10379. ├───────────────────────────────────────────────────────────────────────┤
  10380. │                                                                       │
  10381. │                           Problem Description                         │
  10382. │                                                                       │
  10383. │      The template language needs %RecordLen and %FieldLen             │
  10384. │      variables, which would return the number of bytes of             │
  10385. │      storagerequired. Alternatively, the function SIZE could be       │
  10386. │             supported in the #SET statement.                          │
  10387. └───────────────────────────────────────────────────────────────────────┘
  10388. ┌───────────────────────────────────────────────────────────────────────┐
  10389. │                          ProblemNumber : 4646                         │
  10390. │    Product      : CDD                     Duplicate No.:      0       │
  10391. │    Reported By  : CS                      DateReported :  5/11/94     │
  10392. │    Reported In  : 3008                    RevisedDate  :  5/11/94     │
  10393. │       Fixed In  :                         Status       : Suggestion   │
  10394. │       Origin    :                                                     │
  10395. │    Severity     : Unassigned Severity                                 │
  10396. │                               Synopsis                                │
  10397. │0                                                                      │
  10398. │                                Section                                │
  10399. │                              Misc. Templates                          │
  10400. ├───────────────────────────────────────────────────────────────────────┤
  10401. │                                                                       │
  10402. │                           Problem Description                         │
  10403. │                                                                       │
  10404. │      Fm: Don L. Galbreath 71544,2563 MSG#:70644                       │
  10405. │      >> In a Screen Template, a Display is now very inconviently      │
  10406. │      being issued after every Field Edit Embed.                       │
  10407. │      >>> This template code can be found on line 161 of               │
  10408. │      SCRNFLDS.TPX. Image field always get displayed when a            │
  10409. │      DISPLAY statement is executed.                                   │
  10410. │                       Thanks for pointing me to SCRNFLDS.TPX.         │
  10411. │      At least now I can edit it to DISPLAY(?).  However, I have       │
  10412. │      tried not to modify the templates for this App.  I               │
  10413. │      understand the Image field is always re-displayed, but this      │
  10414. │      code was not in            3006.                                 │
  10415. │                                   After looking at SCRNFLDS.TPX:      │
  10416. │                                 OF %ScreenField                       │
  10417. │             #<! Completed %ScreenFieldUse field                       │
  10418. │      %ScreenFieldEdit                      #<! Generate Edit          │
  10419. │      Code   DISPLAY                               #<! DISPLAY         │
  10420. │      new value   #ENDIF                                #! END         │
  10421. │      (If Edit Code...) #ENDIF #! END (If Entry Field)                 │
  10422. │                                                            Since      │
  10423. │      this is "A" (read single) field edit, would it not be more       │
  10424. │      appropiate to have DISPLAY(?) or DISPLAY(%ScreenField)?  I       │
  10425. │      could always put DISPLAY in my %ScreenFieldEdit if I needed      │
  10426. │      it.                                                              │
  10427. │                             ...Don                                    │
  10428. └───────────────────────────────────────────────────────────────────────┘
  10429. ┌───────────────────────────────────────────────────────────────────────┐
  10430. │                          ProblemNumber : 4902                         │
  10431. │    Product      : CDD                     Duplicate No.:      0       │
  10432. │    Reported By  : CS                      DateReported :  7/01/94     │
  10433. │    Reported In  : 3009                    RevisedDate  :  7/01/94     │
  10434. │       Fixed In  :                         Status       : Suggestion   │
  10435. │       Origin    :                                                     │
  10436. │    Severity     : Unassigned Severity                                 │
  10437. │                               Synopsis                                │
  10438. │0                                                                      │
  10439. │                                Section                                │
  10440. │                              Misc. Templates                          │
  10441. ├───────────────────────────────────────────────────────────────────────┤
  10442. │                                                                       │
  10443. │                           Problem Description                         │
  10444. │                                                                       │
  10445. │      I noticed on the Redirect screen the user can select "File"      │
  10446. │      then if they accidentally hit ENTER or Select "Ok", they         │
  10447. │      bypass entering the file name and the output gets sent to        │
  10448. │      LPT1: instead of to a file.                                      │
  10449. │      If "File" is selected, the user should be forced to enter a      │
  10450. │      file name or the user should be given the opportunity to         │
  10451. │      select a different destination (LPT1:, SCREEN, etc.). They       │
  10452. │      should not be permitted to exit with a blank file name if        │
  10453. │      "File" is selected.                                              │
  10454. └───────────────────────────────────────────────────────────────────────┘
  10455. ┌───────────────────────────────────────────────────────────────────────┐
  10456. │                          ProblemNumber : 0216                         │
  10457. │    Product      : CDD                     Duplicate No.:      0       │
  10458. │    Reported By  : CS                      DateReported :  2/02/93     │
  10459. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  10460. │       Fixed In  :                         Status       : Suggestion   │
  10461. │       Origin    :                                                     │
  10462. │    Severity     : Unassigned Severity                                 │
  10463. │                               Synopsis                                │
  10464. │0                                                                      │
  10465. │                                Section                                │
  10466. │                               Miscellaneous                           │
  10467. ├───────────────────────────────────────────────────────────────────────┤
  10468. │                                                                       │
  10469. │                           Problem Description                         │
  10470. │                                                                       │
  10471. │      Something to consider for XTRACE.TXT's and sporadic              │
  10472. │      reboots:                                                         │
  10473. │      On my system, I have multiple copies of HIMEM.SYS and            │
  10474. │      different versions of SMARTDRV. If the versions used didn't      │
  10475. │      "ship together", I have all kinds of trouble, including the      │
  10476. │      "General Protection..." messages and immediate re-boots.         │
  10477. │      This happens on two different machines.                          │
  10478. │          I'm using only DOS 5 memory management, with HIMEM,          │
  10479. │      EMM386, DOS=HIGH,UMB, etc, and have no problems if I use         │
  10480. │      those that came with DOS 5. However, if I try to use a           │
  10481. │      later version of SMARTDRV (the EXE version that came with        │
  10482. │      MASM 6, for example), it'll reboot me as soon as                 │
  10483. │      CLARION3.EXE is started. If I return to using SMARTDRV.SYS       │
  10484. │      that came with DOS 5, no problems even if using DEVICEHIGH.      │
  10485. │      Using later versions of HIMEM.SYS seems to cause                 │
  10486. │      intermittent problems, too, which may be partially due to        │
  10487. │      the mismatch between HIMEM and EMM386 versions. I'd rather       │
  10488. │      use the later version of SMARTDRV (better, faster,               │
  10489. │      write-caching, etc.), but I can't seem to with CDD 3. I          │
  10490. │      guess the moral of the story is use consistent versions of       │
  10491. │      matching drivers and utilities.                                  │
  10492. │      Tony Kirk (AKA,CTJ)                                              │
  10493. │      Q & A : May be resolved with XBCAST +-.                          │
  10494. └───────────────────────────────────────────────────────────────────────┘
  10495. ┌───────────────────────────────────────────────────────────────────────┐
  10496. │                          ProblemNumber : 0343                         │
  10497. │    Product      : CDD                     Duplicate No.:      0       │
  10498. │    Reported By  : CS                      DateReported :  2/12/93     │
  10499. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  10500. │       Fixed In  :                         Status       : Suggestion   │
  10501. │       Origin    :                                                     │
  10502. │    Severity     : Unassigned Severity                                 │
  10503. │                               Synopsis                                │
  10504. │0                                                                      │
  10505. │                                Section                                │
  10506. │                               Miscellaneous                           │
  10507. ├───────────────────────────────────────────────────────────────────────┤
  10508. │                                                                       │
  10509. │                           Problem Description                         │
  10510. │                                                                       │
  10511. │      Will there be a 3.0 equivalent to the 2.1 Cross Reference        │
  10512. │      utility? It would seem an essential part of the environment      │
  10513. │      since without knowing the calling relationships between          │
  10514. │      procedures it is hit and miss to decide how to consolidate       │
  10515. │      procedures into the same module. Is this a function              │
  10516. │      performed by the TS Profiler or will that be left to 3rd         │
  10517. │      party developers?                                                │
  10518. └───────────────────────────────────────────────────────────────────────┘
  10519. ┌───────────────────────────────────────────────────────────────────────┐
  10520. │                          ProblemNumber : 0378                         │
  10521. │    Product      : CDD                     Duplicate No.:      0       │
  10522. │    Reported By  : CS                      DateReported :  2/16/93     │
  10523. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  10524. │       Fixed In  :                         Status       : Suggestion   │
  10525. │       Origin    :                                                     │
  10526. │    Severity     : Unassigned Severity                                 │
  10527. │                               Synopsis                                │
  10528. │0                                                                      │
  10529. │                                Section                                │
  10530. │                               Miscellaneous                           │
  10531. ├───────────────────────────────────────────────────────────────────────┤
  10532. │                                                                       │
  10533. │                           Problem Description                         │
  10534. │                                                                       │
  10535. │      Following are several requests for CDD 3.0.                      │
  10536. │      - I have a field on my data entry screen, with a USE             │
  10537. │      variable. I want to find out what File this variable is          │
  10538. │      part of. It seems like the natural way to do this would be       │
  10539. │      to put                                                           │
  10540. │      #FIX(%Field, %ScreenFieldUse)                                    │
  10541. │      and then to access %File.  However, the "dependent               │
  10542. │      multivalued symbols" only seem to work top-down, not             │
  10543. │      bottom-up (as I am doing). Is there any way to determine         │
  10544. │      the %File of a %Field without looping through all the files      │
  10545. │      and fields with a #FOR loop?                                     │
  10546. │      - It would be nice if the Generator had a switch so that         │
  10547. │      #EMBED statements in the template DO NOT generate EMBED          │
  10548. │      statements in the code. Sometimes I want to use embedded         │
  10549. │      code to work around an issue and I can't because it assumes      │
  10550. │      that my embedded code will be actual code statements rather      │
  10551. │      than, say, a single variable name.                               │
  10552. │      - It would be nice if the Screen Field Properties allowed        │
  10553. │      for an extra slot into which I could put my own                  │
  10554. │      information. Call it a "comment" or something, and make          │
  10555. │      sure it can be accessed by the template.                         │
  10556. └───────────────────────────────────────────────────────────────────────┘
  10557. ┌───────────────────────────────────────────────────────────────────────┐
  10558. │                          ProblemNumber : 0437                         │
  10559. │    Product      : CDD                     Duplicate No.:      0       │
  10560. │    Reported By  : CS                      DateReported :  2/23/93     │
  10561. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  10562. │       Fixed In  :                         Status       : Suggestion   │
  10563. │       Origin    :                                                     │
  10564. │    Severity     : Unassigned Severity                                 │
  10565. │                               Synopsis                                │
  10566. │0                                                                      │
  10567. │                                Section                                │
  10568. │                               Miscellaneous                           │
  10569. ├───────────────────────────────────────────────────────────────────────┤
  10570. │                                                                       │
  10571. │                           Problem Description                         │
  10572. │                                                                       │
  10573. │      Has any thought been given to assigning a KEYCODE to the         │
  10574. │      ALT key when pressed by itself, so that instead of ESC(or        │
  10575. │      other current keycode), a user can press the ALT key by          │
  10576. │      itself to activate a Pulldown structure?                         │
  10577. │      This may not be in the strict definition of CUA compliance,      │
  10578. │      but it is a de-facto standard, with Windows and most other       │
  10579. │      "CUA" compliant progs using ALT alone to activate the menu       │
  10580. │      bar.                                                             │
  10581. │      File this under the suggestion column, not as a bug or           │
  10582. │      complaint.                                                       │
  10583. │      Thanks,                                                          │
  10584. │      Jerry Murdock  - Atlanta User's Group                            │
  10585. └───────────────────────────────────────────────────────────────────────┘
  10586. ┌───────────────────────────────────────────────────────────────────────┐
  10587. │                          ProblemNumber : 0459                         │
  10588. │    Product      : CDD                     Duplicate No.:      0       │
  10589. │    Reported By  : CS                      DateReported :  3/18/93     │
  10590. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  10591. │       Fixed In  :                         Status       : Suggestion   │
  10592. │       Origin    :                                                     │
  10593. │    Severity     : Unassigned Severity                                 │
  10594. │                               Synopsis                                │
  10595. │0                                                                      │
  10596. │                                Section                                │
  10597. │                               Miscellaneous                           │
  10598. ├───────────────────────────────────────────────────────────────────────┤
  10599. │                                                                       │
  10600. │                           Problem Description                         │
  10601. │                                                                       │
  10602. │      On LR 3-31 it is stated that a file NAME attribute without       │
  10603. │      a constant or variable defaults to the label of the              │
  10604. │      declaration statement on which it is placed.                     │
  10605. │      Might it be suggested to R&D that the following be added:        │
  10606. │      A file NAME attribute which ends with '\' APPENDS the label      │
  10607. │      of the declaration statement on which it is placed.              │
  10608. │      One variable, which contains only the path, could then be        │
  10609. │      used for all files grouped within that one directory. This       │
  10610. │      would be especially useful on a network where data files         │
  10611. │      may be in several different directories over a couple            │
  10612. │      of volumes with various access rights. Furthermore, the          │
  10613. │      path to each directory could then easily be specified and        │
  10614. │      maintained in an INI file.                                       │
  10615. │      Does it make any sense to you?                                   │
  10616. └───────────────────────────────────────────────────────────────────────┘
  10617. ┌───────────────────────────────────────────────────────────────────────┐
  10618. │                          ProblemNumber : 0468                         │
  10619. │    Product      : CDD                     Duplicate No.:      0       │
  10620. │    Reported By  : CS                      DateReported :  3/01/93     │
  10621. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  10622. │       Fixed In  :                         Status       : Suggestion   │
  10623. │       Origin    :                                                     │
  10624. │    Severity     : Unassigned Severity                                 │
  10625. │                               Synopsis                                │
  10626. │0                                                                      │
  10627. │                                Section                                │
  10628. │                               Miscellaneous                           │
  10629. ├───────────────────────────────────────────────────────────────────────┤
  10630. │                                                                       │
  10631. │                           Problem Description                         │
  10632. │                                                                       │
  10633. │      CDD is designed to be extremely extensible, with all sorts       │
  10634. │      of provisions for adding external capabilities -- one            │
  10635. │      application at a time.                                           │
  10636. │      I believe CDD needs something very much like the database        │
  10637. │      driver registration process, where I can specify a               │
  10638. │      prototype for a function or a procedure, and specify the         │
  10639. │      library that contains that function or procedure.                │
  10640. │      Say I write (or download, or buy) a .CLA file or .DLL that       │
  10641. │      contains a function, CALC(), that displays a calculator,         │
  10642. │      takes no parameters, and returns a long into the currently       │
  10643. │      selected field.                                                  │
  10644. │      I should be able to register that function in a Language         │
  10645. │      Extensions Database (LED), then call it from any program.        │
  10646. │      At code generation, CDD should recognize the call as             │
  10647. │      unresolved in the current map and search the LED for a           │
  10648. │      function or procedure prototype that matches the name and        │
  10649. │      format of the call. The map and .PR file would then be           │
  10650. │      modified to resolve the reference.                               │
  10651. │      In our example, I could specify CALC() as the setup code         │
  10652. │      for a field. I would not have to change the .PR file or add      │
  10653. │      the call to the map UNLESS I wanted to use a CALC()              │
  10654. │      function different than the one registered in the LED. CDD       │
  10655. │      would note that the call was unresolved, consult the LED,        │
  10656. │      and add the call to the map and .PR file. Program                │
  10657. │      compilation and linking would proceed as normal from that        │
  10658. │      point.                                                           │
  10659. │      This would save any programmer considerable time during the      │
  10660. │      development process, and would encourage the development         │
  10661. │      and use of language extensions, in all forms.                    │
  10662. │      This would also eliminate a lot of duplication or                │
  10663. │      shuffling. Once I develop a VIEWFILE procedure, for              │
  10664. │      example, I could register it in the LED and stick a .DLL or      │
  10665. │      .LIB or .CLA/.PR pair in \CLARION3\LIB. From that time on,       │
  10666. │      I can use it in every program just by calling it. If I get       │
  10667. │      a better VIEWFILE, I just replace the old one. If I want a       │
  10668. │      special VIEWFILE for this particular program, I complete         │
  10669. │      the design locally, the call is no longer unresolved, and        │
  10670. │      the LED is never consulted.                                      │
  10671. │      Oh, yeah, while I'm asking... the LED registration program       │
  10672. │      should take command line parameters, so I could obtain a         │
  10673. │      library from someone, run a batch file, and go to work.          │
  10674. │      If a match to the current registry is found, offer an            │
  10675. │      option to replace the current entry, ignore the new entry,       │
  10676. │      or leave both in the database. At code generation time, if       │
  10677. │      more than one entry is found in the LED for a particular         │
  10678. │      call, display the libraries that contain both calls and let      │
  10679. │      the developer select the one to be used.                         │
  10680. └───────────────────────────────────────────────────────────────────────┘
  10681. ┌───────────────────────────────────────────────────────────────────────┐
  10682. │                          ProblemNumber : 0479                         │
  10683. │    Product      : CDD                     Duplicate No.:      0       │
  10684. │    Reported By  : CS                      DateReported :  3/02/93     │
  10685. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  10686. │       Fixed In  :                         Status       : Suggestion   │
  10687. │       Origin    :                                                     │
  10688. │    Severity     : Unassigned Severity                                 │
  10689. │                               Synopsis                                │
  10690. │0                                                                      │
  10691. │                                Section                                │
  10692. │                               Miscellaneous                           │
  10693. ├───────────────────────────────────────────────────────────────────────┤
  10694. │                                                                       │
  10695. │                           Problem Description                         │
  10696. │                                                                       │
  10697. │      Last week in the user group, in my millionth Clarion 3 demo      │
  10698. │      to them, a fellow in the group made an interesting               │
  10699. │      suggestion, towit: why not have a list box mix and match         │
  10700. │      interface for piecing together template files? You could         │
  10701. │      double click or press enter on the file you wanted to chain      │
  10702. │      into the template you were building and a "process" button       │
  10703. │      would ask you for a new name for the template and then take      │
  10704. │      care of writing a comment in the first file and placing the      │
  10705. │      correct "CHAIN" statements in the rest. The dialog might         │
  10706. │      look like this:                                                  │
  10707. │      +--------------------------+------------------------------+      │
  10708. │       | Source Files | New Template: ACCOUNT |                        │
  10709. │       +----------------------------------------------+                │
  10710. │       | CLARION - Master file    |CLARION - Clarion Master Defs       │
  10711. │      | | CLARION1 - Browse (Def)  |CLARION1 - Clarion Browse          │
  10712. │      | | CLARION2 - Form (def)    |MYTEMP1 - Special Functions        │
  10713. │      | | CLARION3 - Menu (Def)    |                                   │
  10714. │      | | CLARION4 -               |                                   │
  10715. │      | | Pulldown (Default)       |                                   │
  10716. │      | | CLARION5 - etc           |                                   │
  10717. │      | | CLARION6                 |                                   │
  10718. │      | | CLARION7                 |                                   │
  10719. │      | | MYTEMPL                  |                                   │
  10720. │      | | MYTEMPL1                 |                                   │
  10721. │      |                                                                │
  10722. │      +--------------------------+------------------------------+      │
  10723. │       | Select from Source with Mouse | PROCESS |                     │
  10724. │      |                                                                │
  10725. │        Mark                                                           │
  10726. └───────────────────────────────────────────────────────────────────────┘
  10727. ┌───────────────────────────────────────────────────────────────────────┐
  10728. │                          ProblemNumber : 0512                         │
  10729. │    Product      : CDD                     Duplicate No.:      0       │
  10730. │    Reported By  : CS                      DateReported :  3/05/93     │
  10731. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  10732. │       Fixed In  :                         Status       : Suggestion   │
  10733. │       Origin    :                                                     │
  10734. │    Severity     : Unassigned Severity                                 │
  10735. │                               Synopsis                                │
  10736. │0                                                                      │
  10737. │                                Section                                │
  10738. │                               Miscellaneous                           │
  10739. ├───────────────────────────────────────────────────────────────────────┤
  10740. │                                                                       │
  10741. │                           Problem Description                         │
  10742. │                                                                       │
  10743. │      There comes a time in every programming cycle when "wants        │
  10744. │      and desires" go on a "wish list" for future enhancements.        │
  10745. │      At some point in time, the development cycle has to stop to      │
  10746. │      give way to the Quality Control cycle.                           │
  10747. │        I think CDD has reached that point.                            │
  10748. │      In 3001 we were given some pretty decent new features.           │
  10749. │      However, many of them had problems. For those of us              │
  10750. │      committed to using CDD, we can work around the problems.         │
  10751. │      Its time to stop ADDING things. Put the programmers on           │
  10752. │      HOLD. Give CDD to Quality Control and let them have it for       │
  10753. │      as long as they need it. Keep the programmers around for         │
  10754. │      "bug fixes" but stop them from implementing new features.        │
  10755. │      Remember. There is always Batch 3001 (the real one, not the      │
  10756. │      Pre-Release one). New features can be added AFTER CDD hits       │
  10757. │      the streets. I'm thankful for the new things that                │
  10758. │      Pre-Release Batch 3001 added (especially the File Selection      │
  10759. │      Template), but I would have gladly paid the $29.95 upgrade       │
  10760. │      fee to use the new features (especially for an upgrade that      │
  10761. │      is bug free).                                                    │
  10762. │      I think Clarion needs some DEDICATED Quality Control             │
  10763. │      people. Not to say that you folks are not trying, but the        │
  10764. │      bugs in the 3001 patch SHOULD have been caught by the folks      │
  10765. │      in QC. If Clarion is relying upon Alpha Testers to QC the        │
  10766. │      program, then they might want to think about replacing the       │
  10767. │      Alpha Testers.                                                   │
  10768. │      Can you put a word in to Bruce and say that it is time to        │
  10769. │      quit ADDING new features and time to start getting the           │
  10770. │      program out the door? Since an AD was placed in one of the       │
  10771. │      Programmers Journals (I too read the ad), Clarion is either      │
  10772. │      going to have to Produce CDD or give the people that work        │
  10773. │      the Order Desks a raise. And if CDD goes out like it is          │
  10774. │      now, we are going to have to buy you a coffen LONG before        │
  10775. │      you should be placed in one.                                     │
  10776. │      It seems that one of the places Clarion is lacking is            │
  10777. │      Quality Control. A programmer involved in the development        │
  10778. │      can't be a QC person.                                            │
  10779. └───────────────────────────────────────────────────────────────────────┘
  10780. ┌───────────────────────────────────────────────────────────────────────┐
  10781. │                          ProblemNumber : 0587                         │
  10782. │    Product      : CDD                     Duplicate No.:      0       │
  10783. │    Reported By  : CS                      DateReported :  3/16/93     │
  10784. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  10785. │       Fixed In  :                         Status       : Suggestion   │
  10786. │       Origin    :                                                     │
  10787. │    Severity     : Unassigned Severity                                 │
  10788. │                               Synopsis                                │
  10789. │0                                                                      │
  10790. │                                Section                                │
  10791. │                               Miscellaneous                           │
  10792. ├───────────────────────────────────────────────────────────────────────┤
  10793. │                                                                       │
  10794. │                           Problem Description                         │
  10795. │                                                                       │
  10796. │      Fm: John Crenshaw 75110,531                                      │
  10797. │      Paul,                                                            │
  10798. │      I agree, with you as far as data conversions having the          │
  10799. │      source code is a much better solution. However I have had        │
  10800. │      several problems with clients where source code would not        │
  10801. │      have fixed the problem. Freqently I have clients who for         │
  10802. │      what ever reason, have had the file server crash and endup       │
  10803. │      damaging a datafile. The program would return an error           │
  10804. │      about an invalid data file, CSRT would barf out, but cfil        │
  10805. │      would repair the file. The question is in a case such as a       │
  10806. │      'damaged file' what should we do to attempt to repair that       │
  10807. │      file, or was I really just lucky that CFIL worked.               │
  10808. │      John                                                             │
  10809. └───────────────────────────────────────────────────────────────────────┘
  10810. ┌───────────────────────────────────────────────────────────────────────┐
  10811. │                          ProblemNumber : 0604                         │
  10812. │    Product      : CDD                     Duplicate No.:      0       │
  10813. │    Reported By  : CS                      DateReported :  3/17/93     │
  10814. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  10815. │       Fixed In  :                         Status       : Suggestion   │
  10816. │       Origin    :                                                     │
  10817. │    Severity     : Unassigned Severity                                 │
  10818. │                               Synopsis                                │
  10819. │0                                                                      │
  10820. │                                Section                                │
  10821. │                               Miscellaneous                           │
  10822. ├───────────────────────────────────────────────────────────────────────┤
  10823. │                                                                       │
  10824. │                           Problem Description                         │
  10825. │                                                                       │
  10826. │      Fm: Goldberg  Mark 75250,2551                                    │
  10827. │      Hello Everyone,                                                  │
  10828. │        Following is a list of suggestions compiled at our last        │
  10829. │      user group meeting.                                              │
  10830. │      1) Generator:Forumala:Formula Classes:   Force UPR on data       │
  10831. │      entry     (otherwise template doesn't work)                      │
  10832. │      2) Add MSG to pulldowns                                          │
  10833. │           (it was felt that people would simulate pulldowns as        │
  10834. │      in C21 to     accomplish MSG's)                                  │
  10835. │      3) Add support for printing graphic images and loaded            │
  10836. │      symbols (my appologies if we overlooked this support)            │
  10837. │      4) Documenation:                                                 │
  10838. │         a) Add a single index for all books                           │
  10839. │         b) need better examples, more complete examples that can      │
  10840. │            be key'd in  and tested                                    │
  10841. │         c) include documenation as a file so that it can be           │
  10842. │      searched d) Include a sample app that highlights different       │
  10843. │      concepts e) Include a sample app that uses every one of the      │
  10844. │      template procedures                                              │
  10845. │      5) Generator: Have simple checks performed as doing              │
  10846. │      programming ex: check if quotes should be there or not           │
  10847. │            (help label must be in quotes, initial values are not      │
  10848. │      in quotes..)                                                     │
  10849. │      And a Question:                                                  │
  10850. │      1) When displaying an image, what graphics mode are we put       │
  10851. │      into ?   Can we control the mode, (1024x768,1280x1024 ...)       │
  10852. │      -- Mark Goldberg                                                 │
  10853. └───────────────────────────────────────────────────────────────────────┘
  10854. ┌───────────────────────────────────────────────────────────────────────┐
  10855. │                          ProblemNumber : 0645                         │
  10856. │    Product      : CDD                     Duplicate No.:      0       │
  10857. │    Reported By  : CS                      DateReported :  3/23/93     │
  10858. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  10859. │       Fixed In  :                         Status       : Suggestion   │
  10860. │       Origin    :                                                     │
  10861. │    Severity     : Unassigned Severity                                 │
  10862. │                               Synopsis                                │
  10863. │0                                                                      │
  10864. │                                Section                                │
  10865. │                               Miscellaneous                           │
  10866. ├───────────────────────────────────────────────────────────────────────┤
  10867. │                                                                       │
  10868. │                           Problem Description                         │
  10869. │                                                                       │
  10870. │      Fm: Jeff Moyers 70254,2434                                       │
  10871. │      Could we please have the ability to assign the result of a       │
  10872. │      conditional directly to an Integer type variable (BYTE,          │
  10873. │      SHORT, or LONG)? For example, it is much easier to write         │
  10874. │      (and to read, IMHO) :                                            │
  10875. │            HOT = (TEMPERATURE <> COLD)    then it is to write         │
  10876. │            IF (TEMPERATURE <> COLD)                                   │
  10877. │               HOT = TRUE                                              │
  10878. │            ELSE                                                       │
  10879. │               HOT = FALSE                                             │
  10880. │            .                                                          │
  10881. │      Every reasonable language I can think of allows this             │
  10882. │      construct; C, Pascal, even lowly BASIC, to name a few. I         │
  10883. │      cringe every time I have to write one of those five line         │
  10884. │      assignments, when I know it COULD be said in just one line.      │
  10885. │      Please, please, please????      Thanks!!                         │
  10886. │      Jeff                                                             │
  10887. │      There are 2 Replies.                                             │
  10888. └───────────────────────────────────────────────────────────────────────┘
  10889. ┌───────────────────────────────────────────────────────────────────────┐
  10890. │                          ProblemNumber : 0647                         │
  10891. │    Product      : CDD                     Duplicate No.:      0       │
  10892. │    Reported By  : CS                      DateReported :  3/23/93     │
  10893. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  10894. │       Fixed In  :                         Status       : Suggestion   │
  10895. │       Origin    :                                                     │
  10896. │    Severity     : Unassigned Severity                                 │
  10897. │                               Synopsis                                │
  10898. │0                                                                      │
  10899. │                                Section                                │
  10900. │                               Miscellaneous                           │
  10901. ├───────────────────────────────────────────────────────────────────────┤
  10902. │                                                                       │
  10903. │                           Problem Description                         │
  10904. │                                                                       │
  10905. │      Fm: Fred Schmitthammer 76436,3511                                │
  10906. │      In 2.1 when a file/field attribute changed it was passed on      │
  10907. │      to the forms and tables in the apps.  In 3.0 the dictionary      │
  10908. │      is just used as a snap shot at the time the field is placed      │
  10909. │      on the form.  After it is placed on the form it can only be      │
  10910. │      changed if it is deleted/replaced or changed by hand.  This      │
  10911. │      is no good.  It would be best to use the dictionary as           │
  10912. │      a one stop shop for all attributes.  I guess it would            │
  10913. │      update the attributes during the template processing.            │
  10914. │      When a app is in the appgen the dictionary it uses is            │
  10915. │      locked and cannot be edited. This is not good. As far as I       │
  10916. │      can tell it is only used for reference when placing fields       │
  10917. │      on the screens or for key/file info. It would be better if       │
  10918. │      it would open read only so it can be changed.                    │
  10919. │      I know we are only using a pre-release copy however, it          │
  10920. │      would be nice if all screens can be exited with the same         │
  10921. │      keys. For example, to exit the file screen in a table it         │
  10922. │      takes an alt-x then an alt-o to get out of the procedure         │
  10923. │      properties screen. It should all be alt-o.                       │
  10924. │      I sent an earlier message stating that you could not relate      │
  10925. │      more than one file to another file.  (i.e. file A to file B      │
  10926. │      once)  Richard called me and told me why this was done.  I       │
  10927. │      can however think of many reasons why I would want to            │
  10928. │      relate two files more than once.                                 │
  10929. │      Regards,                                                         │
  10930. │      Fred Schmitthammer                                               │
  10931. │      Professional Practice Systems, INC.                              │
  10932. │      (310) 804-7674                                                   │
  10933. └───────────────────────────────────────────────────────────────────────┘
  10934. ┌───────────────────────────────────────────────────────────────────────┐
  10935. │                          ProblemNumber : 0684                         │
  10936. │    Product      : CDD                     Duplicate No.:      0       │
  10937. │    Reported By  : CS                      DateReported :  3/29/93     │
  10938. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  10939. │       Fixed In  :                         Status       : Suggestion   │
  10940. │       Origin    :                                                     │
  10941. │    Severity     : Unassigned Severity                                 │
  10942. │                               Synopsis                                │
  10943. │0                                                                      │
  10944. │                                Section                                │
  10945. │                               Miscellaneous                           │
  10946. ├───────────────────────────────────────────────────────────────────────┤
  10947. │                                                                       │
  10948. │                           Problem Description                         │
  10949. │                                                                       │
  10950. │      Fm: Nik Johnson 70733,2247                                       │
  10951. │      1.  It turns out that one symptom I had attributed to a          │
  10952. │      fried .APP is really due to a corrupted editor options           │
  10953. │      file. If you erase \clarion3\edit.opt the system returns to      │
  10954. │      "normal".  I'm not sure what caused the options                  │
  10955. │          file to be corrupted.                                        │
  10956. │      2.  When updating a project file redirection entry, if you       │
  10957. │      press "insert" to    be able to add a path, the system           │
  10958. │      completes the field and processes an "insert" for a new          │
  10959. │      record. That probably wasn't what the designer had in            │
  10960. │          mind.                                                        │
  10961. │      And a couple of questions:                                       │
  10962. │      1.  If you follow the directions in the manual for creating      │
  10963. │      a .LIB from     generated Clarion code, it includes              │
  10964. │      everything from Clarion's libraries too. This not only           │
  10965. │      gives you a 900k library for one small procedure, it also        │
  10966. │      causes duplicate symbol problems when you go to use the          │
  10967. │      library.                                                         │
  10968. │      2.  The directions for creating a DLL work better.  But I        │
  10969. │      haven't a clue as   how to use a DLL in another APP.  Am I       │
  10970. │      missing a page, or are you?                                      │
  10971. │      3.  There is an #IMPORT command in the template which is         │
  10972. │      (as near as I can  tell) not documented anywhere.   Either       │
  10973. │      because of #IMPORT or in spite    of it, an INCLUDE of           │
  10974. │      BROWSE.INC appears in the generated code. The context of         │
  10975. │      the #IMPORT statement gives no clue to how BROWSE.LIB,           │
  10976. │          BROWSE.PR or BROWSE.INC will be used.  I hope this is        │
  10977. │      not the leading   edge of the "magic" code with which            │
  10978. │      Designer drove many of us bananas.                               │
  10979. │          If I remember the promise correctly, the logic is in         │
  10980. │      the template, not  in the generator.                             │
  10981. │      And an observation:                                              │
  10982. │      1.  We're betting (with you) that a reasonably bug-free          │
  10983. │      CDD3 will make a big impact on the marketplace.  Your            │
  10984. │      approach to improving productivity strikes me as a great         │
  10985. │      deal more promising than some of the alternatives out            │
  10986. │      there. (If object orientation is half of what it's cracked       │
  10987. │      up to b how come so many who are touting it seem to be so        │
  10988. │      far behind schedule.)                                            │
  10989. │          But productivity is a total thing ... it's what you can      │
  10990. │      get done in a     day, a week, or a month, counting all of       │
  10991. │      the factors. You're tempting     people to put a great deal      │
  10992. │      of effort into an APP file, and to date it's     not clear       │
  10993. │      that this is a safe repository. Worse, there's enough            │
  10994. └───────────────────────────────────────────────────────────────────────┘
  10995. ┌───────────────────────────────────────────────────────────────────────┐
  10996. │                          ProblemNumber : 1059                         │
  10997. │    Product      : CDD                     Duplicate No.:      0       │
  10998. │    Reported By  : CS                      DateReported :  4/19/93     │
  10999. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  11000. │       Fixed In  :                         Status       : Suggestion   │
  11001. │       Origin    :                                                     │
  11002. │    Severity     : Unassigned Severity                                 │
  11003. │                               Synopsis                                │
  11004. │0                                                                      │
  11005. │                                Section                                │
  11006. │                               Miscellaneous                           │
  11007. ├───────────────────────────────────────────────────────────────────────┤
  11008. │                                                                       │
  11009. │                           Problem Description                         │
  11010. │                                                                       │
  11011. │      Fm: Bradley R. Olson 72103,136                                   │
  11012. │      Okay, I know you're still working through 3.0, and I             │
  11013. │      applaud it. But I wish...O how I wish...that you had a           │
  11014. │      Clarion for UNIX too. Think of it, coming full circle:           │
  11015. │      Clarion was an attempt to put better-than-mainframe tools        │
  11016. │      on a PC, now you could put them back on the mainframe,           │
  11017. │      except this time the mainframe is a grown-up 486 or better       │
  11018. │      PC. With Novell's new acquirement, this could be exciting        │
  11019. │      for you.                                                         │
  11020. │      Of course, I'm sure people are already badgering you for a       │
  11021. │      Clarion for Windows too. I forsee many sleepless nights          │
  11022. │      ahead...                                                         │
  11023. │      R&D: Sometime after CDDOS2...                                    │
  11024. └───────────────────────────────────────────────────────────────────────┘
  11025. ┌───────────────────────────────────────────────────────────────────────┐
  11026. │                          ProblemNumber : 1101                         │
  11027. │    Product      : CDD                     Duplicate No.:      0       │
  11028. │    Reported By  : CS                      DateReported :  4/27/93     │
  11029. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  11030. │       Fixed In  :                         Status       : Suggestion   │
  11031. │       Origin    :                                                     │
  11032. │    Severity     : Unassigned Severity                                 │
  11033. │                               Synopsis                                │
  11034. │0                                                                      │
  11035. │                                Section                                │
  11036. │                               Miscellaneous                           │
  11037. ├───────────────────────────────────────────────────────────────────────┤
  11038. │                                                                       │
  11039. │                           Problem Description                         │
  11040. │                                                                       │
  11041. │      Fm: Paul Smulders 72114,3357                                     │
  11042. │      Within a SCREEN in the AppGen one can modify the default         │
  11043. │      colors from the Pull Down Menu.                                  │
  11044. │      However, any fields that have been changed previously can't      │
  11045. │      be modified. They all have to be modified manually (which        │
  11046. │      is a disaster: Prompts AND fields). Of course something can      │
  11047. │      be done with the Style statements and files, but this            │
  11048. │      influences ALL colors in that source module.                     │
  11049. │      Wouldn't it be handy to have a menu selection RESET ALL          │
  11050. │      COLORS TO DEFAULT?                                               │
  11051. └───────────────────────────────────────────────────────────────────────┘
  11052. ┌───────────────────────────────────────────────────────────────────────┐
  11053. │                          ProblemNumber : 1274                         │
  11054. │    Product      : CDD                     Duplicate No.:      0       │
  11055. │    Reported By  : DH                      DateReported :  5/18/93     │
  11056. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  11057. │       Fixed In  :                         Status       : Suggestion   │
  11058. │       Origin    :                                                     │
  11059. │    Severity     : Unassigned Severity                                 │
  11060. │                               Synopsis                                │
  11061. │0                                                                      │
  11062. │                                Section                                │
  11063. │                               Miscellaneous                           │
  11064. ├───────────────────────────────────────────────────────────────────────┤
  11065. │                                                                       │
  11066. │                           Problem Description                         │
  11067. │                                                                       │
  11068. │      wants screen blanker                                             │
  11069. │      R&D: Try "After Dark".                                           │
  11070. └───────────────────────────────────────────────────────────────────────┘
  11071. ┌───────────────────────────────────────────────────────────────────────┐
  11072. │                          ProblemNumber : 1477                         │
  11073. │    Product      : CDD                     Duplicate No.:      0       │
  11074. │    Reported By  : PB                      DateReported :  6/11/93     │
  11075. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  11076. │       Fixed In  :                         Status       : Suggestion   │
  11077. │       Origin    :                                                     │
  11078. │    Severity     : Unassigned Severity                                 │
  11079. │                               Synopsis                                │
  11080. │0                                                                      │
  11081. │                                Section                                │
  11082. │                               Miscellaneous                           │
  11083. ├───────────────────────────────────────────────────────────────────────┤
  11084. │                                                                       │
  11085. │                           Problem Description                         │
  11086. │                                                                       │
  11087. │      in the system information window a user wanted to be able        │
  11088. │      to print out this information. maye a print pushbutton?          │
  11089. └───────────────────────────────────────────────────────────────────────┘
  11090. ┌───────────────────────────────────────────────────────────────────────┐
  11091. │                          ProblemNumber : 1860                         │
  11092. │    Product      : CDD                     Duplicate No.:      0       │
  11093. │    Reported By  : CS                      DateReported :  7/16/93     │
  11094. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  11095. │       Fixed In  :                         Status       : Suggestion   │
  11096. │       Origin    :                                                     │
  11097. │    Severity     : Unassigned Severity                                 │
  11098. │                               Synopsis                                │
  11099. │0                                                                      │
  11100. │                                Section                                │
  11101. │                               Miscellaneous                           │
  11102. ├───────────────────────────────────────────────────────────────────────┤
  11103. │                                                                       │
  11104. │                           Problem Description                         │
  11105. │                                                                       │
  11106. │      Fm: TYRONE F. BAKER 72124,1054                                   │
  11107. │      In place of the formula generator I would suggest the            │
  11108. │      following helps be made available inside each of the source      │
  11109. │      hook windows.  A popup data list like the Files Button.  A       │
  11110. │      popup list of clarion funcion & procedure prototypes with        │
  11111. │      short explanations.  A popup list of color style codes and a     │
  11112. │       popup list of keycodes.                                         │
  11113. │               I would also like to see a couple extra attributes.     │
  11114. │        A string field attribute possibly called WIPE that would       │
  11115. │      cause a field to clear like the numeric types do with the        │
  11116. │      INS attribute if the first keystroke on that field was a         │
  11117. │      visible character.  A numeric attribute possibly called          │
  11118. │      CURRENCY           that would insert from the far right and      │
  11119. │      push left like mostbusiness calculators do.                      │
  11120. └───────────────────────────────────────────────────────────────────────┘
  11121. ┌───────────────────────────────────────────────────────────────────────┐
  11122. │                          ProblemNumber : 1937                         │
  11123. │    Product      : CDD                     Duplicate No.:      0       │
  11124. │    Reported By  : PB                      DateReported :  7/20/93     │
  11125. │    Reported In  :                         RevisedDate  :  4/26/94     │
  11126. │       Fixed In  :                         Status       : Suggestion   │
  11127. │       Origin    :                                                     │
  11128. │    Severity     : Unassigned Severity                                 │
  11129. │                               Synopsis                                │
  11130. │0                                                                      │
  11131. │                                Section                                │
  11132. │                               Miscellaneous                           │
  11133. ├───────────────────────────────────────────────────────────────────────┤
  11134. │                                                                       │
  11135. │                           Problem Description                         │
  11136. │                                                                       │
  11137. │      if a duplicate bug report is entered, is it possible to put      │
  11138. │      in the memo which number it is a duplicate of so that we         │
  11139. │      may track to see if it has been corrected                        │
  11140. └───────────────────────────────────────────────────────────────────────┘
  11141. ┌───────────────────────────────────────────────────────────────────────┐
  11142. │                          ProblemNumber : 1952                         │
  11143. │    Product      : CDD                     Duplicate No.:      0       │
  11144. │    Reported By  : DB                      DateReported :  7/21/93     │
  11145. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  11146. │       Fixed In  :                         Status       : Suggestion   │
  11147. │       Origin    :                                                     │
  11148. │    Severity     : Unassigned Severity                                 │
  11149. │                               Synopsis                                │
  11150. │0                                                                      │
  11151. │                                Section                                │
  11152. │                               Miscellaneous                           │
  11153. ├───────────────────────────────────────────────────────────────────────┤
  11154. │                                                                       │
  11155. │                           Problem Description                         │
  11156. │                                                                       │
  11157. │      It would be nice to be able to draw thin borders using the       │
  11158. │      CTRL-T options!                                                  │
  11159. │      R&D:  Cannot happen.  I have no way of "unloading" borders       │
  11160. │      (similar to the reason that symbols are unloaded at the          │
  11161. │      beginning of screen formatter) and no way to determine           │
  11162. │      whichcharacters are remapped.  It would be nice, though.         │
  11163. └───────────────────────────────────────────────────────────────────────┘
  11164. ┌───────────────────────────────────────────────────────────────────────┐
  11165. │                          ProblemNumber : 2316                         │
  11166. │    Product      : CDD                     Duplicate No.:      0       │
  11167. │    Reported By  : CS                      DateReported :  9/09/93     │
  11168. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  11169. │       Fixed In  :                         Status       : Suggestion   │
  11170. │       Origin    :                                                     │
  11171. │    Severity     : Unassigned Severity                                 │
  11172. │                               Synopsis                                │
  11173. │0                                                                      │
  11174. │                                Section                                │
  11175. │                               Miscellaneous                           │
  11176. ├───────────────────────────────────────────────────────────────────────┤
  11177. │                                                                       │
  11178. │                           Problem Description                         │
  11179. │                                                                       │
  11180. │      Fm: Fred Schmitthammer 76436,3511                                │
  11181. │      Please pass on to R&D that it would be nice to have the          │
  11182. │      helpid's in the application generator to be longer. Perhaps      │
  11183. │      25  or 30 characters. Fred                                       │
  11184. └───────────────────────────────────────────────────────────────────────┘
  11185. ┌───────────────────────────────────────────────────────────────────────┐
  11186. │                          ProblemNumber : 2524                         │
  11187. │    Product      : CDD                     Duplicate No.:      0       │
  11188. │    Reported By  : TB                      DateReported : 10/04/93     │
  11189. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  11190. │       Fixed In  :                         Status       : Suggestion   │
  11191. │       Origin    :                                                     │
  11192. │    Severity     : Unassigned Severity                                 │
  11193. │                               Synopsis                                │
  11194. │0                                                                      │
  11195. │                                Section                                │
  11196. │                               Miscellaneous                           │
  11197. ├───────────────────────────────────────────────────────────────────────┤
  11198. │                                                                       │
  11199. │                           Problem Description                         │
  11200. │                                                                       │
  11201. │      user would like us to take all text from his screens and         │
  11202. │      throw it into a text file for him incase he wants to use         │
  11203. │      this as the new form of help.                                    │
  11204. └───────────────────────────────────────────────────────────────────────┘
  11205. ┌───────────────────────────────────────────────────────────────────────┐
  11206. │                          ProblemNumber : 2525                         │
  11207. │    Product      : CDD                     Duplicate No.:      0       │
  11208. │    Reported By  : TB                      DateReported : 10/04/93     │
  11209. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  11210. │       Fixed In  :                         Status       : Suggestion   │
  11211. │       Origin    :                                                     │
  11212. │    Severity     : Unassigned Severity                                 │
  11213. │                               Synopsis                                │
  11214. │0                                                                      │
  11215. │                                Section                                │
  11216. │                               Miscellaneous                           │
  11217. ├───────────────────────────────────────────────────────────────────────┤
  11218. │                                                                       │
  11219. │                           Problem Description                         │
  11220. │                                                                       │
  11221. │      Kind of like the ship list, user desires that we create the      │
  11222. │      ability to automatically save the fileswhich it would take       │
  11223. │      to recreate this exe for purposes of a backup.                   │
  11224. │      A batch file was suggested at the time to the user.              │
  11225. └───────────────────────────────────────────────────────────────────────┘
  11226. ┌───────────────────────────────────────────────────────────────────────┐
  11227. │                          ProblemNumber : 2570                         │
  11228. │    Product      : CDD                     Duplicate No.:      0       │
  11229. │    Reported By  : CS                      DateReported : 10/05/93     │
  11230. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  11231. │       Fixed In  :                         Status       : Suggestion   │
  11232. │       Origin    :                                                     │
  11233. │    Severity     : Unassigned Severity                                 │
  11234. │                               Synopsis                                │
  11235. │0                                                                      │
  11236. │                                Section                                │
  11237. │                               Miscellaneous                           │
  11238. ├───────────────────────────────────────────────────────────────────────┤
  11239. │                                                                       │
  11240. │                           Problem Description                         │
  11241. │                                                                       │
  11242. │      Fm: George Williams 70436,1643 MSG#:34671                        │
  11243. │      clatmp=c:\ dosent work as a parameter when executing the         │
  11244. │      program now. Seems as if the only way clatmp= works in the       │
  11245. │      set command.  A step backward? It used to work...sigh...         │
  11246. │      Also, I know that I am nagging, but really, really, really       │
  11247. │      need it to work from the .ini file...please?                     │
  11248. │      R&D:Unfortunately, this is a time consuming feature to           │
  11249. │      implement, and yours is the only request.  I suggest you         │
  11250. │      make your appeal directly to a higher court (ie:BB) or           │
  11251. │      consider using a .BAT file to start your program as we do.       │
  11252. └───────────────────────────────────────────────────────────────────────┘
  11253. ┌───────────────────────────────────────────────────────────────────────┐
  11254. │                          ProblemNumber : 2973                         │
  11255. │    Product      : CDD                     Duplicate No.:      0       │
  11256. │    Reported By  : TB                      DateReported : 11/08/93     │
  11257. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  11258. │       Fixed In  :                         Status       : Suggestion   │
  11259. │       Origin    :                                                     │
  11260. │    Severity     : Unassigned Severity                                 │
  11261. │                               Synopsis                                │
  11262. │0                                                                      │
  11263. │                                Section                                │
  11264. │                               Miscellaneous                           │
  11265. ├───────────────────────────────────────────────────────────────────────┤
  11266. │                                                                       │
  11267. │                           Problem Description                         │
  11268. │                                                                       │
  11269. │      the memory window has been changed to something new not          │
  11270. │      referencing houses and lot sizes, this is good since that        │
  11271. │      never meant anything to me, but the xms and ems memory           │
  11272. │      available always says zero.  Good chance that this is not        │
  11273. │      true.                                                            │
  11274. │      R&D:Looked at this, w/out major changes the only info            │
  11275. │      re:ems/xms available to library under new ovl/dll loader is      │
  11276. │      direct access to EMM.  Thus, because loader is using all         │
  11277. │      or sometimes (under Vid) nearly all ExtMem, EMM reports 0.       │
  11278. │      Same is true under extender, all memory, including disk is       │
  11279. │      treated as "conventional" memory.  Static model will give        │
  11280. │      more meaningful values.                                          │
  11281. └───────────────────────────────────────────────────────────────────────┘
  11282. ┌───────────────────────────────────────────────────────────────────────┐
  11283. │                          ProblemNumber : 3070                         │
  11284. │    Product      : CDD                     Duplicate No.:      0       │
  11285. │    Reported By  : CS                      DateReported : 11/16/93     │
  11286. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  11287. │       Fixed In  :                         Status       : Suggestion   │
  11288. │       Origin    :                                                     │
  11289. │    Severity     : Unassigned Severity                                 │
  11290. │                               Synopsis                                │
  11291. │0                                                                      │
  11292. │                                Section                                │
  11293. │                               Miscellaneous                           │
  11294. ├───────────────────────────────────────────────────────────────────────┤
  11295. │                                                                       │
  11296. │                           Problem Description                         │
  11297. │                                                                       │
  11298. │      Fm: david zaremba 70042,1446 MSG#:42624                          │
  11299. │      Is there anyway to obtain the Btrieve layouts of the .APP        │
  11300. │      and .DCT file for creating documentation of projects ?  Can      │
  11301. │      these be licensed or a non-disclosure statement signed ?         │
  11302. │      The current methods for printing these files are pretty          │
  11303. │      primitive and work intensive. If not, please forward a           │
  11304. │              request for better project documentation tools to        │
  11305. │      R&D.  Thanks.                                                    │
  11306. │                David Zaremba                                          │
  11307. │                70042,1446                                             │
  11308. └───────────────────────────────────────────────────────────────────────┘
  11309. ┌───────────────────────────────────────────────────────────────────────┐
  11310. │                          ProblemNumber : 3086                         │
  11311. │    Product      : CDD                     Duplicate No.:      0       │
  11312. │    Reported By  : RB                      DateReported : 11/17/93     │
  11313. │    Reported In  : 3006                    RevisedDate  :  4/26/94     │
  11314. │       Fixed In  :                         Status       : Suggestion   │
  11315. │       Origin    :                                                     │
  11316. │    Severity     : Suggestion or documentation error                   │
  11317. │                               Synopsis                                │
  11318. │0                                                                      │
  11319. │                                Section                                │
  11320. │                               Miscellaneous                           │
  11321. ├───────────────────────────────────────────────────────────────────────┤
  11322. │                                                                       │
  11323. │                           Problem Description                         │
  11324. │                                                                       │
  11325. │      Need the ability to have choices as menu items as well as        │
  11326. │      radio buttons.  For example: Field -> Is A Dealer?:X No Yes      │
  11327. │      takes less room on the screen than                               │
  11328. │      Is A Dealer ( ) No ( ) Yes                                       │
  11329. │      R&D: This is a design decision for 3.0 - it will be up to        │
  11330. │      Bruce to decide if he wants to add this after all.               │
  11331. └───────────────────────────────────────────────────────────────────────┘
  11332. ┌───────────────────────────────────────────────────────────────────────┐
  11333. │                          ProblemNumber : 3173                         │
  11334. │    Product      : CDD                     Duplicate No.:      0       │
  11335. │    Reported By  : TB                      DateReported : 11/30/93     │
  11336. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  11337. │       Fixed In  :                         Status       : Suggestion   │
  11338. │       Origin    :                                                     │
  11339. │    Severity     : Unassigned Severity                                 │
  11340. │                               Synopsis                                │
  11341. │0                                                                      │
  11342. │                                Section                                │
  11343. │                               Miscellaneous                           │
  11344. ├───────────────────────────────────────────────────────────────────────┤
  11345. │                                                                       │
  11346. │                           Problem Description                         │
  11347. │                                                                       │
  11348. │      lemglue should get sent with the product in the future           │
  11349. │      since it is needed with the comm lem                             │
  11350. └───────────────────────────────────────────────────────────────────────┘
  11351. ┌───────────────────────────────────────────────────────────────────────┐
  11352. │                          ProblemNumber : 3210                         │
  11353. │    Product      : CDD                     Duplicate No.:      0       │
  11354. │    Reported By  : CS                      DateReported : 12/03/93     │
  11355. │    Reported In  :  3006                   RevisedDate  :  4/28/94     │
  11356. │       Fixed In  :                         Status       : Suggestion   │
  11357. │       Origin    :                                                     │
  11358. │    Severity     : Unassigned Severity                                 │
  11359. │                               Synopsis                                │
  11360. │0                                                                      │
  11361. │                                Section                                │
  11362. │                               Miscellaneous                           │
  11363. ├───────────────────────────────────────────────────────────────────────┤
  11364. │                                                                       │
  11365. │                           Problem Description                         │
  11366. │                                                                       │
  11367. │      Fm: Mark Rayburn 73062,2111 MSG#:45225                           │
  11368. │      I would very much like to see the following enhancements to      │
  11369. │      the Clarion 3006 product.  I would also liketo STAY OUT of       │
  11370. │      the Apps Gen business forever! Thanks in advance for your        │
  11371. │           consideration.                                              │
  11372. │                     Productivity Improvements                         │
  11373. │         -------------------------                                     │
  11374. │      1) A tool of this type and technology should allow copying       │
  11375. │      any program or data portion from one place to another. I         │
  11376. │      should never have to go through a data entry excercise more      │
  11377. │      than once (this is NOT a good use of anyones time).              │
  11378. │      Therefore, I would like to: a) copy Local Data to Global         │
  11379. │      Data & vice versa. b) copy portions of Data from one             │
  11380. │      Application to another. c) copy Procedures from one              │
  11381. │      Application to another.                                          │
  11382. │      2) It would be nice to drop "bookmarks" or "anchors" at          │
  11383. │      various development points (max of 6? 1?). That way, a key       │
  11384. │      sequence or command line argument could take me to that          │
  11385. │      exact location. The ShiftF4 feature is nice, but with the        │
  11386. │      above change, I could save: <down arrow>, <down arrow>,          │
  11387. │      <Enter>,AltU,<down arrow>,Enter,<page Down>, <page Down>,        │
  11388. │      etc. Software tools should remove the mundane. Along these       │
  11389. │      same lines, type-ahead is inconsistant in CDD. You can           │
  11390. │      *usually* type-ahead until you have to press an Enter key,       │
  11391. │      but not always. I hate waiting on screens. I've been to the      │
  11392. │      screen dozens of times, I know how many down arrows, Alt         │
  11393. │      whatevers, etc I need. Why must I wait for the thrill of         │
  11394. │      SEEING the screen again before making my selection, again?       │
  11395. │      Ican't even go back to the application I was just working on     │
  11396. │       without waiting for the CDD logo screen to appear (I really     │
  11397. │       do like the screen, but hey, must I see it before I can         │
  11398. │       seleShiftF4?). So could you: a) Give the CDD programmer a       │
  11399. │       way to go back to a SPECIFIC spot? (Specific like               │
  11400. │       Application, Procedure, Source point, & line) b) Allow          │
  11401. │       type-ahead always. c) Give the CDD programmer a way to "go      │
  11402. │       to" the main Procedure Worksheet taking all the "good"          │
  11403. │       (Ok/Exit/Esc-X-Enter/AltF-X- Enter) responses without the       │
  11404. │       CUA finger gymnastics. At least this path generally takes       │
  11405. │       type-ahead (bless you).                                         │
  11406. │                        Feature Enhancements                           │
  11407. │                        --------------------                           │
  11408. │       3) I have used other packages, and I think the List Boxes       │
  11409. │      inClarion are the easiest and the most flexible for              │
  11410. │      scrolling information. However, when I just need a box for a     │
  11411. │       Lookup,  things are not so easy (from the Application User      │
  11412. └───────────────────────────────────────────────────────────────────────┘
  11413. ┌───────────────────────────────────────────────────────────────────────┐
  11414. │                          ProblemNumber : 3555                         │
  11415. │    Product      : CDD                     Duplicate No.:      0       │
  11416. │    Reported By  : PB                      DateReported :  1/20/94     │
  11417. │    Reported In  : 3007                    RevisedDate  :  1/24/94     │
  11418. │       Fixed In  :                         Status       : Suggestion   │
  11419. │       Origin    :                                                     │
  11420. │    Severity     : Unassigned Severity                                 │
  11421. │                               Synopsis                                │
  11422. │0                                                                      │
  11423. │                                Section                                │
  11424. │                               Miscellaneous                           │
  11425. ├───────────────────────────────────────────────────────────────────────┤
  11426. │                                                                       │
  11427. │                           Problem Description                         │
  11428. │                                                                       │
  11429. │      user would like to suggest that the changes.doc file be          │
  11430. │      renamed to chang06.doc, change07.doc so the old changes.doc      │
  11431. │      file does not get overidden with the new one.                    │
  11432. │      QA&E: Can't you people make up your MINDS????  I suppose         │
  11433. │      you want your cake and Edith too!                                │
  11434. │      We have not done this in the past and I doubt it will            │
  11435. │      happen in the future.                                            │
  11436. │      We suggest that the user backup ALL volitile files prior to      │
  11437. │      Install/Patch!                                                   │
  11438. └───────────────────────────────────────────────────────────────────────┘
  11439. ┌───────────────────────────────────────────────────────────────────────┐
  11440. │                          ProblemNumber : 3919                         │
  11441. │    Product      : CDD                     Duplicate No.:      0       │
  11442. │    Reported By  : TB                      DateReported :  2/19/94     │
  11443. │    Reported In  : 30071                   RevisedDate  :  2/19/94     │
  11444. │       Fixed In  :                         Status       : Suggestion   │
  11445. │       Origin    :                                                     │
  11446. │    Severity     : Unassigned Severity                                 │
  11447. │                               Synopsis                                │
  11448. │0                                                                      │
  11449. │                                Section                                │
  11450. │                               Miscellaneous                           │
  11451. ├───────────────────────────────────────────────────────────────────────┤
  11452. │                                                                       │
  11453. │                           Problem Description                         │
  11454. │                                                                       │
  11455. │      Request by user:  It would be helpful if CDD could               │
  11456. │      incorporate its own QBE.  It is just a suggestion.               │
  11457. └───────────────────────────────────────────────────────────────────────┘
  11458. ┌───────────────────────────────────────────────────────────────────────┐
  11459. │                          ProblemNumber : 4038                         │
  11460. │    Product      : CDD                     Duplicate No.:      0       │
  11461. │    Reported By  : NA                      DateReported :  3/04/94     │
  11462. │    Reported In  : 30071                   RevisedDate  :  3/04/94     │
  11463. │       Fixed In  :                         Status       : Suggestion   │
  11464. │       Origin    :                                                     │
  11465. │    Severity     : Unassigned Severity                                 │
  11466. │                               Synopsis                                │
  11467. │0                                                                      │
  11468. │                                Section                                │
  11469. │                               Miscellaneous                           │
  11470. ├───────────────────────────────────────────────────────────────────────┤
  11471. │                                                                       │
  11472. │                           Problem Description                         │
  11473. │                                                                       │
  11474. │      When the cursor is placed on a memo field at the first           │
  11475. │      column of the existing first line and you press <enter> in       │
  11476. │      insert mode, it will not move the current line down... in        │
  11477. │      other words, there is no way to insert a line before the         │
  11478. │      first line of a memo field unless you press the space bar        │
  11479. │      to move the line down -- reported by Proj 2878                   │
  11480. └───────────────────────────────────────────────────────────────────────┘
  11481. ┌───────────────────────────────────────────────────────────────────────┐
  11482. │                          ProblemNumber : 4153                         │
  11483. │    Product      : CDD                     Duplicate No.:      0       │
  11484. │    Reported By  : CS                      DateReported :  3/21/94     │
  11485. │    Reported In  : 30071                   RevisedDate  :  3/22/94     │
  11486. │       Fixed In  :                         Status       : Suggestion   │
  11487. │       Origin    :                                                     │
  11488. │    Severity     : Unassigned Severity                                 │
  11489. │                               Synopsis                                │
  11490. │0                                                                      │
  11491. │                                Section                                │
  11492. │                               Miscellaneous                           │
  11493. ├───────────────────────────────────────────────────────────────────────┤
  11494. │                                                                       │
  11495. │                           Problem Description                         │
  11496. │                                                                       │
  11497. │      Fm: Dan Luther 71121,417 MSG#:60647                              │
  11498. │      I would like to see the following additions to Clarion:          │
  11499. │      A way to view the database dictionary within the Clarion         │
  11500. │      editor, cut and paste would be nice. Perhaps a way similar       │
  11501. │      to the "Choose Variables" in the screen layout box. That         │
  11502. │      waythe database layout, local and global variables would         │
  11503. │      alwaysbe on hand for reference.                                  │
  11504. │            A nice way to print out the local and global               │
  11505. │      variables when defining them.                                    │
  11506. │                     Better support for "OVER" and "EXTERNAL"          │
  11507. │      attributes in the  Data definitions screen. Support in VID       │
  11508. │      for variables not   declared within the Data screen (i.e.        │
  11509. │      in an EMBED section).   The end-user report writer (that         │
  11510. │      was promised long ago)                                           │
  11511. │           Perhaps external editor support? I use Multi-Edit 7.0       │
  11512. │      and have written some    support macros for Clarion; these       │
  11513. │      are  nice; A command-line Clarion compiler. A full set of        │
  11514. │                                           Clarion commands,           │
  11515. │      procedures, and goodies  in the on-line    help.                 │
  11516. │                                          Slowly but surely, I'm       │
  11517. │      being "weaned" from the application designer; It serves its      │
  11518. │      purpose well, but I just can't      think of anything            │
  11519. │      marketable that can be completely written in the designer        │
  11520. │      just using templates.                                            │
  11521. │      I'd like to add the following:                                   │
  11522. │       SQL support. Think about this for a minute, read the first      │
  11523. │      page any issue of PC-WEEK or whatever weekly computer            │
  11524. │       newspaper you get, and think of the                             │
  11525. │       potential profit from a(n) SQL driver.                          │
  11526. │       The Paradox 4 driver (please...)                                │
  11527. │       Support for user-defined data structures. Although this         │
  11528. │      would require some kind of API, it would simplify a great        │
  11529. │       deal. I started some time ago on a field input routine that     │
  11530. │       would have a rich input mask. Although I never completed        │
  11531. │      it(writing it in Clarion was... well, an exercise in             │
  11532. │        frustration) I plan on implementing it as a C routine as       │
  11533. │        soon as I have some time.                                      │
  11534. │        In addition to the support for "OVER" and "EXTERNAL"           │
  11535. │        attributes in data screens. I'd like to see support for        │
  11536. │        "LIKE", and better handling/copying                            │
  11537. │        of "GROUP"s.  Here's the scenario:                             │
  11538. │           A file called "CUSTOMERS" has 2 phone number fields:        │
  11539. └───────────────────────────────────────────────────────────────────────┘
  11540. ┌───────────────────────────────────────────────────────────────────────┐
  11541. │                          ProblemNumber : 4209                         │
  11542. │    Product      : CDD                     Duplicate No.:      0       │
  11543. │    Reported By  : PB                      DateReported :  3/24/94     │
  11544. │    Reported In  : 30072                   RevisedDate  :  3/24/94     │
  11545. │       Fixed In  :                         Status       : Suggestion   │
  11546. │       Origin    :                                                     │
  11547. │    Severity     : Unassigned Severity                                 │
  11548. │                               Synopsis                                │
  11549. │0                                                                      │
  11550. │                                Section                                │
  11551. │                               Miscellaneous                           │
  11552. ├───────────────────────────────────────────────────────────────────────┤
  11553. │                                                                       │
  11554. │                           Problem Description                         │
  11555. │                                                                       │
  11556. │      suggestion from user - run time halt for access to unopened      │
  11557. │      files                                                            │
  11558. └───────────────────────────────────────────────────────────────────────┘
  11559. ┌───────────────────────────────────────────────────────────────────────┐
  11560. │                          ProblemNumber : 4508                         │
  11561. │    Product      : RW                      Duplicate No.:      0       │
  11562. │    Reported By  : MD                      DateReported :  4/22/94     │
  11563. │    Reported In  :                         RevisedDate  :  8/02/94     │
  11564. │       Fixed In  :                         Status       : Suggestion   │
  11565. │       Origin    : Internal                                            │
  11566. │    Severity     : Unassigned Severity                                 │
  11567. │                               Synopsis                                │
  11568. │                                   f                                   │
  11569. │                                Section                                │
  11570. │                               Miscellaneous                           │
  11571. ├───────────────────────────────────────────────────────────────────────┤
  11572. │                                                                       │
  11573. │                           Problem Description                         │
  11574. │                                                                       │
  11575. │      Problem? Maybe...                                                │
  11576. │      In Print Filter, if there is something in the text field         │
  11577. │      that is invalid (but you haven't completed the field yet),       │
  11578. │      then click on the "Use Expression Generator" checkbox, it        │
  11579. │      won't let you out of the text field until you clear out the      │
  11580. │      invalid stuff.                                                   │
  11581. └───────────────────────────────────────────────────────────────────────┘
  11582. ┌───────────────────────────────────────────────────────────────────────┐
  11583. │                          ProblemNumber : 4663                         │
  11584. │    Product      : CDD                     Duplicate No.:      0       │
  11585. │    Reported By  : NA                      DateReported :  5/13/94     │
  11586. │    Reported In  : 3008                    RevisedDate  :   /  /       │
  11587. │       Fixed In  :                         Status       : Suggestion   │
  11588. │       Origin    :                                                     │
  11589. │    Severity     : Unassigned Severity                                 │
  11590. │                               Synopsis                                │
  11591. │0                                                                      │
  11592. │                                Section                                │
  11593. │                               Miscellaneous                           │
  11594. ├───────────────────────────────────────────────────────────────────────┤
  11595. │                                                                       │
  11596. │                           Problem Description                         │
  11597. │                                                                       │
  11598. │      template language-- user suggestion :  to have a global          │
  11599. │      symbol containing the names of all the procedures                │
  11600. └───────────────────────────────────────────────────────────────────────┘
  11601. ┌───────────────────────────────────────────────────────────────────────┐
  11602. │                          ProblemNumber : 4744                         │
  11603. │    Product      : CDD                     Duplicate No.:      0       │
  11604. │    Reported By  : NA                      DateReported :  5/31/94     │
  11605. │    Reported In  : 3008                    RevisedDate  :   /  /       │
  11606. │       Fixed In  :                         Status       : Suggestion   │
  11607. │       Origin    :                                                     │
  11608. │    Severity     : Unassigned Severity                                 │
  11609. │                               Synopsis                                │
  11610. │0                                                                      │
  11611. │                                Section                                │
  11612. │                               Miscellaneous                           │
  11613. ├───────────────────────────────────────────────────────────────────────┤
  11614. │                                                                       │
  11615. │                           Problem Description                         │
  11616. │                                                                       │
  11617. │      user suggestion -- default MSG attribute for fields in           │
  11618. │      dictionary                                                       │
  11619. └───────────────────────────────────────────────────────────────────────┘
  11620. ┌───────────────────────────────────────────────────────────────────────┐
  11621. │                          ProblemNumber : 4763                         │
  11622. │    Product      : CDD                     Duplicate No.:      0       │
  11623. │    Reported By  : NA                      DateReported :  6/03/94     │
  11624. │    Reported In  : 3008                    RevisedDate  :   /  /       │
  11625. │       Fixed In  :                         Status       : Suggestion   │
  11626. │       Origin    :                                                     │
  11627. │    Severity     : Unassigned Severity                                 │
  11628. │                               Synopsis                                │
  11629. │0                                                                      │
  11630. │                                Section                                │
  11631. │                               Miscellaneous                           │
  11632. ├───────────────────────────────────────────────────────────────────────┤
  11633. │                                                                       │
  11634. │                           Problem Description                         │
  11635. │                                                                       │
  11636. │      User request: Could you implement a monochrome styles file?      │
  11637. │       This would be used when the monitor is b/w but the card is      │
  11638. │      color. For example, IBM Think Pads                               │
  11639. └───────────────────────────────────────────────────────────────────────┘
  11640. ┌───────────────────────────────────────────────────────────────────────┐
  11641. │                          ProblemNumber : 4862                         │
  11642. │    Product      : CDD                     Duplicate No.:      0       │
  11643. │    Reported By  : NA                      DateReported :  6/21/94     │
  11644. │    Reported In  : 3008                    RevisedDate  :   /  /       │
  11645. │       Fixed In  :                         Status       : Suggestion   │
  11646. │       Origin    :                                                     │
  11647. │    Severity     : Unassigned Severity                                 │
  11648. │                               Synopsis                                │
  11649. │0                                                                      │
  11650. │                                Section                                │
  11651. │                               Miscellaneous                           │
  11652. ├───────────────────────────────────────────────────────────────────────┤
  11653. │                                                                       │
  11654. │                           Problem Description                         │
  11655. │                                                                       │
  11656. │      User would like the LASER.CTL  and PRINTER.CTL to be             │
  11657. │      updatedto include various printers. For example,                 │
  11658. │      HPIVp,HP3si.                                                     │
  11659. └───────────────────────────────────────────────────────────────────────┘
  11660. ┌───────────────────────────────────────────────────────────────────────┐
  11661. │                          ProblemNumber : 5271                         │
  11662. │    Product      : CDD                     Duplicate No.:      0       │
  11663. │    Reported By  : JB                      DateReported :  8/17/94     │
  11664. │    Reported In  :                         RevisedDate  :  8/17/94     │
  11665. │       Fixed In  :                         Status       : Suggestion   │
  11666. │       Origin    : External                                            │
  11667. │    Severity     : Unassigned Severity                                 │
  11668. │                               Synopsis                                │
  11669. │                          general suggestions                          │
  11670. │                                Section                                │
  11671. │                               Miscellaneous                           │
  11672. ├───────────────────────────────────────────────────────────────────────┤
  11673. │                                                                       │
  11674. │                           Problem Description                         │
  11675. │                                                                       │
  11676. │      Suggestions from Ed Cook:                                        │
  11677. │      1. Temporary code generation file - suggests changing name       │
  11678. │      of file from 'code.$$$' to 'nameofapp.$$$' to facilitate         │
  11679. │      generating multiple app modules simultaneously.                  │
  11680. │      2. Screen styles files - have a style file associated with       │
  11681. │      a screen instead of a global file.                               │
  11682. │      3. Access files/field list within editor on embedded source      │
  11683. │      points                                                           │
  11684. └───────────────────────────────────────────────────────────────────────┘
  11685. ┌───────────────────────────────────────────────────────────────────────┐
  11686. │                          ProblemNumber : 2802                         │
  11687. │    Product      : CDD                     Duplicate No.:      0       │
  11688. │    Reported By  : PB                      DateReported : 10/27/93     │
  11689. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  11690. │       Fixed In  :                         Status       : Suggestion   │
  11691. │       Origin    :                                                     │
  11692. │    Severity     : Unassigned Severity                                 │
  11693. │                               Synopsis                                │
  11694. │0                                                                      │
  11695. │                                Section                                │
  11696. │                            MultiPage Template                         │
  11697. ├───────────────────────────────────────────────────────────────────────┤
  11698. │                                                                       │
  11699. │                           Problem Description                         │
  11700. │                                                                       │
  11701. │      on the multi page template if you click on the OK button         │
  11702. │      and there is a required field on a pageof, you will be           │
  11703. │      brought over to the correct pageof procedure but the             │
  11704. │      message at the top of the screen says 'PAGE 1 of 2' when         │
  11705. │      you are really on page 2.  when you are on page 2 and click      │
  11706. │      on LAST PAGE button is saves the record and brings you back      │
  11707. │      to the browse that originally called it                          │
  11708. │      R&D:  Problem 1:  Display of Page Corrected                      │
  11709. │            Problem 2:  Please change to suggestion (Ability to        │
  11710. │                        stop Non-Stop select on MultiPage).            │
  11711. └───────────────────────────────────────────────────────────────────────┘
  11712. ┌───────────────────────────────────────────────────────────────────────┐
  11713. │                          ProblemNumber : 2958                         │
  11714. │    Product      : CDD                     Duplicate No.:      0       │
  11715. │    Reported By  : CS                      DateReported : 11/07/93     │
  11716. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  11717. │       Fixed In  :                         Status       : Suggestion   │
  11718. │       Origin    :                                                     │
  11719. │    Severity     : Unassigned Severity                                 │
  11720. │                               Synopsis                                │
  11721. │0                                                                      │
  11722. │                                Section                                │
  11723. │                             Operating System                          │
  11724. ├───────────────────────────────────────────────────────────────────────┤
  11725. │                                                                       │
  11726. │                           Problem Description                         │
  11727. │                                                                       │
  11728. │      Fm: Harrison A. Curtis 72730,1402 MSG#:40594                     │
  11729. │      Changing from APPEND to PATH fixed the missing TXT files         │
  11730. │      when requesting HELP. Evidently, CLARION isn't processing        │
  11731. │      the APPEND along with the PATH when searching for the            │
  11732. │      CLARION directory.                                               │
  11733. │      Problem: Clarion doesn't recognize or search any APPENDed        │
  11734. │      paths.                                                           │
  11735. │      R&D:3.0 does not make direct use of APPEND.  This was a          │
  11736. │      feature addes to DOS2.1 to enable programs written for           │
  11737. │      DOS1.x and CPM to run under a heirarchical directory file        │
  11738. │      system.  APPEND, thus, can be used to trick programs into        │
  11739. │      thinking a file, which is in a remote directory, is in the       │
  11740. │      current directory.  Unless there is a compelling reason why      │
  11741. │      this featur should be added, no changes will be affected.        │
  11742. └───────────────────────────────────────────────────────────────────────┘
  11743. ┌───────────────────────────────────────────────────────────────────────┐
  11744. │                          ProblemNumber : 4790                         │
  11745. │    Product      : CDD                     Duplicate No.:      0       │
  11746. │    Reported By  : CS                      DateReported :  6/09/94     │
  11747. │    Reported In  : 3008                    RevisedDate  :  6/09/94     │
  11748. │       Fixed In  :                         Status       : Suggestion   │
  11749. │       Origin    :                                                     │
  11750. │    Severity     : Unassigned Severity                                 │
  11751. │                               Synopsis                                │
  11752. │0                                                                      │
  11753. │                                Section                                │
  11754. │                             Operating System                          │
  11755. ├───────────────────────────────────────────────────────────────────────┤
  11756. │                                                                       │
  11757. │                           Problem Description                         │
  11758. │                                                                       │
  11759. │      Fm: Greg Newberry 71022,2300 MSG#:73707                          │
  11760. │      Thanks for the comment on OS/2. I have put both of the           │
  11761. │      settings to ZERO and it doesn't seem to affect the CPU           │
  11762. │      usage.                                                           │
  11763. │                It would be nice if you could talk the                 │
  11764. │      programmers into giving up time slices in the polling loops      │
  11765. │      for all Clarion Products so that they worked better under        │
  11766. │      Windows or OS/2. If I can do it in a BASIC app, anyone           │
  11767. │      should be able to                                                │
  11768. └───────────────────────────────────────────────────────────────────────┘
  11769. ┌───────────────────────────────────────────────────────────────────────┐
  11770. │                          ProblemNumber : 3282                         │
  11771. │    Product      : CDD                     Duplicate No.:      0       │
  11772. │    Reported By  : PB                      DateReported : 12/13/93     │
  11773. │    Reported In  : 3007                    RevisedDate  :  4/28/94     │
  11774. │       Fixed In  :                         Status       : Suggestion   │
  11775. │       Origin    :                                                     │
  11776. │    Severity     : Unassigned Severity                                 │
  11777. │                               Synopsis                                │
  11778. │0                                                                      │
  11779. │                                Section                                │
  11780. │                             Page of Template                          │
  11781. ├───────────────────────────────────────────────────────────────────────┤
  11782. │                                                                       │
  11783. │                           Problem Description                         │
  11784. │                                                                       │
  11785. │      suggestion from user -- on pageof procedures the user would      │
  11786. │      like OK and CANCEL buttons (to act the same as the               │
  11787. │      multipage procedure)                                             │
  11788. └───────────────────────────────────────────────────────────────────────┘
  11789. ┌───────────────────────────────────────────────────────────────────────┐
  11790. │                          ProblemNumber : 3989                         │
  11791. │    Product      : CDD                     Duplicate No.:      0       │
  11792. │    Reported By  : TM                      DateReported :  2/28/94     │
  11793. │    Reported In  : 3007?                   RevisedDate  :  2/28/94     │
  11794. │       Fixed In  :                         Status       : Suggestion   │
  11795. │       Origin    :                                                     │
  11796. │    Severity     : Cosmetic or user interface problem                  │
  11797. │                               Synopsis                                │
  11798. │0                                                                      │
  11799. │                                Section                                │
  11800. │                              PenDOS Library                           │
  11801. ├───────────────────────────────────────────────────────────────────────┤
  11802. │                                                                       │
  11803. │                           Problem Description                         │
  11804. │                                                                       │
  11805. │      Mike,                                                            │
  11806. │      When using the up-carat gesture on a pen field, it would be      │
  11807. │      nice to have the field's prompt displayed so the operator        │
  11808. │      knows what needs to be entered.                                  │
  11809. └───────────────────────────────────────────────────────────────────────┘
  11810. ┌───────────────────────────────────────────────────────────────────────┐
  11811. │                          ProblemNumber : 4612                         │
  11812. │    Product      : CDD                     Duplicate No.:      0       │
  11813. │    Reported By  : CS                      DateReported :  5/04/94     │
  11814. │    Reported In  : 3008                    RevisedDate  :  5/04/94     │
  11815. │       Fixed In  :                         Status       : Suggestion   │
  11816. │       Origin    :                                                     │
  11817. │    Severity     : Unassigned Severity                                 │
  11818. │                               Synopsis                                │
  11819. │0                                                                      │
  11820. │                                Section                                │
  11821. │                              PenDOS Library                           │
  11822. ├───────────────────────────────────────────────────────────────────────┤
  11823. │                                                                       │
  11824. │                           Problem Description                         │
  11825. │                                                                       │
  11826. │      Fm: David Silver 74145,1546 MSG#:69122                           │
  11827. │      Greg, I understand what you are saying about data                │
  11828. │      compression in the binary memo field but dont really             │
  11829. │      understand. There is an example in the clairon users manual      │
  11830. │      where I can import the information of a pcx file into a          │
  11831. │      memo field. I        did this and it works. Then I used          │
  11832. │      essentially the same formula and exported the data from the      │
  11833. │      memo field to a file which was pretty much the same as the       │
  11834. │      pcx. At least it looked like the pcx file only slightly          │
  11835. │      shorter. Therefore at         least for this technique           │
  11836. │      there was no data compression. I tried the same for a memo       │
  11837. │      created with pendos and gui libraries. The handwriting           │
  11838. │      displays fine but I cant export it to the other file type.       │
  11839. │      Now I understand about proprietary        techniques but         │
  11840. │      there must be something that I can do with data besides          │
  11841. │      just display it on the screen. It should be at least             │
  11842. │      printable or exportable. What I intended to do with it was       │
  11843. │      fax it to a fax machine and the only thing preventing that       │
  11844. │      at this point is getting it into a form which will permit        │
  11845. │      faxible output. So how about providing a library to              │
  11846. │      decompress this memo? David Silver                               │
  11847. └───────────────────────────────────────────────────────────────────────┘
  11848. ┌───────────────────────────────────────────────────────────────────────┐
  11849. │                          ProblemNumber : 4759                         │
  11850. │    Product      : CDD                     Duplicate No.:      0       │
  11851. │    Reported By  : CS                      DateReported :  6/02/94     │
  11852. │    Reported In  : 3008                    RevisedDate  :  6/02/94     │
  11853. │       Fixed In  :                         Status       : Suggestion   │
  11854. │       Origin    :                                                     │
  11855. │    Severity     : Unassigned Severity                                 │
  11856. │                               Synopsis                                │
  11857. │0                                                                      │
  11858. │                                Section                                │
  11859. │                              PenDOS Library                           │
  11860. ├───────────────────────────────────────────────────────────────────────┤
  11861. │                                                                       │
  11862. │                           Problem Description                         │
  11863. │                                                                       │
  11864. │      #: 74442 S8/3.0 Support                                          │
  11865. │          01-Jun-94  18:06:55                                          │
  11866. │      Sb: #74395-Pen Binary Type                                       │
  11867. │      Fm: Fred Schmitthammer 76436,3511                                │
  11868. │      To: Debby Herman 72662,475                                       │
  11869. │      Debby,                                                           │
  11870. │      Please consider this a request for signature capture /           │
  11871. │      recognition for the                                              │
  11872. │      PenDos libraries in the future.                                  │
  11873. └───────────────────────────────────────────────────────────────────────┘
  11874. ┌───────────────────────────────────────────────────────────────────────┐
  11875. │                          ProblemNumber : 4846                         │
  11876. │    Product      : CDD                     Duplicate No.:      0       │
  11877. │    Reported By  : CS                      DateReported :  6/16/94     │
  11878. │    Reported In  : 3008                    RevisedDate  :  6/16/94     │
  11879. │       Fixed In  :                         Status       : Suggestion   │
  11880. │       Origin    :                                                     │
  11881. │    Severity     : Unassigned Severity                                 │
  11882. │                               Synopsis                                │
  11883. │0                                                                      │
  11884. │                                Section                                │
  11885. │                              PenDOS Library                           │
  11886. ├───────────────────────────────────────────────────────────────────────┤
  11887. │                                                                       │
  11888. │                           Problem Description                         │
  11889. │                                                                       │
  11890. │          15-Jun-94  09:27:23                                          │
  11891. │      Sb: #76405-Pen Lib Keyboard                                      │
  11892. │      Fm: Fred Schmitthammer 76436,3511                                │
  11893. │      To: Debby Herman 72662,475                                       │
  11894. │      Debby,                                                           │
  11895. │      Perhaps the developer can change the PenDos library to turn      │
  11896. │      on pen entry on a screen by screen basis. For example, if I      │
  11897. │      want a screen to allow Pen entry I would put LoadPen() in        │
  11898. │      the setup for the screen.  Then when exiting the screen I        │
  11899. │      would use UnloadPen(). This would allow me to add Pen            │
  11900. │      support to a standard application.                               │
  11901. │      Can you ask him if this is possible ?                            │
  11902. │      Regards,                                                         │
  11903. │      Fred                                                             │
  11904. └───────────────────────────────────────────────────────────────────────┘
  11905. ┌───────────────────────────────────────────────────────────────────────┐
  11906. │                          ProblemNumber : 0185                         │
  11907. │    Product      : CDD                     Duplicate No.:      0       │
  11908. │    Reported By  : DH                      DateReported :  2/01/93     │
  11909. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  11910. │       Fixed In  :                         Status       : Suggestion   │
  11911. │       Origin    :                                                     │
  11912. │    Severity     : Unassigned Severity                                 │
  11913. │                               Synopsis                                │
  11914. │0                                                                      │
  11915. │                                Section                                │
  11916. │                              Project System                           │
  11917. ├───────────────────────────────────────────────────────────────────────┤
  11918. │                                                                       │
  11919. │                           Problem Description                         │
  11920. │                                                                       │
  11921. │      When generating source code, show path of .CLA's being           │
  11922. │      generated in Project Window.                                     │
  11923. └───────────────────────────────────────────────────────────────────────┘
  11924. ┌───────────────────────────────────────────────────────────────────────┐
  11925. │                          ProblemNumber : 0670                         │
  11926. │    Product      : CDD                     Duplicate No.:      0       │
  11927. │    Reported By  : CS                      DateReported :  3/26/93     │
  11928. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  11929. │       Fixed In  :                         Status       : Suggestion   │
  11930. │       Origin    :                                                     │
  11931. │    Severity     : Unassigned Severity                                 │
  11932. │                               Synopsis                                │
  11933. │0                                                                      │
  11934. │                                Section                                │
  11935. │                              Project System                           │
  11936. ├───────────────────────────────────────────────────────────────────────┤
  11937. │                                                                       │
  11938. │                           Problem Description                         │
  11939. │                                                                       │
  11940. │      Fm: Patrick Donnelly 73730,1215                                  │
  11941. │              It would be nice if there was an option to stop          │
  11942. │      compiling after the main module if it contains any errors        │
  11943. │      (or at least have a CTRL-BREAK just stop the compile and         │
  11944. │      not blow you back to DOS). It's usually useless to compile       │
  11945. │      a whole slew of modules if the main one has a error.             │
  11946. └───────────────────────────────────────────────────────────────────────┘
  11947. ┌───────────────────────────────────────────────────────────────────────┐
  11948. │                          ProblemNumber : 1237                         │
  11949. │    Product      : CDD                     Duplicate No.:      0       │
  11950. │    Reported By  : GF                      DateReported :  5/14/93     │
  11951. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  11952. │       Fixed In  :                         Status       : Suggestion   │
  11953. │       Origin    :                                                     │
  11954. │    Severity     : Unassigned Severity                                 │
  11955. │                               Synopsis                                │
  11956. │0                                                                      │
  11957. │                                Section                                │
  11958. │                              Project System                           │
  11959. ├───────────────────────────────────────────────────────────────────────┤
  11960. │                                                                       │
  11961. │                           Problem Description                         │
  11962. │                                                                       │
  11963. │      User Suggestion:                                                 │
  11964. │      This user has > 100 clarion applications for use in their        │
  11965. │      corporation.  The files are on the network and he wants to       │
  11966. │      use DLL's.                                                       │
  11967. │         PROBLEM: these programs may all have been made over a         │
  11968. │      several year period.  Since he will upgrade his version of       │
  11969. │      CDD throughout that time and have different DDVCLA.DLL's he      │
  11970. │      would like to be able to have different versions of this         │
  11971. │      file for whichever version that he has compiled the .EXE in      │
  11972. │      originally.                                                      │
  11973. │                -more-                                                 │
  11974. │      Example:                                                         │
  11975. │         Accounts.EXE was compiled Dynalink in version 3002.           │
  11976. │         Reports.EXE was compiled a year later in version 3009         │
  11977. │         and copied onto the network in the same directory as          │
  11978. │         Accounts.EXE.  The DDVCLA.DLL in this directory can not       │
  11979. │         be from both 3002 and 3009.  So the user would like some      │
  11980. │         way to link 3002CLA.DLL and 3009CLA.DLL instead.              │
  11981. │      R&D:  The 3009 version of DDVCLA should be backwards             │
  11982. │      compatible, so he should not need 3002.                          │
  11983. └───────────────────────────────────────────────────────────────────────┘
  11984. ┌───────────────────────────────────────────────────────────────────────┐
  11985. │                          ProblemNumber : 1253                         │
  11986. │    Product      : CDD                     Duplicate No.:      0       │
  11987. │    Reported By  : GF                      DateReported :  5/17/93     │
  11988. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  11989. │       Fixed In  :                         Status       : Suggestion   │
  11990. │       Origin    :                                                     │
  11991. │    Severity     : Unassigned Severity                                 │
  11992. │                               Synopsis                                │
  11993. │0                                                                      │
  11994. │                                Section                                │
  11995. │                              Project System                           │
  11996. ├───────────────────────────────────────────────────────────────────────┤
  11997. │                                                                       │
  11998. │                           Problem Description                         │
  11999. │                                                                       │
  12000. │      User Suggestion:  Project system (Directory Pushbutton)          │
  12001. │      When viewing the .RED file it may be a Local or a System         │
  12002. │      Redirection file.                                                │
  12003. │      Please display the full path and name of the current .RED        │
  12004. │      file on the screen somewhere.                                    │
  12005. │      GDF - Sounds reasonable.                                         │
  12006. └───────────────────────────────────────────────────────────────────────┘
  12007. ┌───────────────────────────────────────────────────────────────────────┐
  12008. │                          ProblemNumber : 1256                         │
  12009. │    Product      : CDD                     Duplicate No.:      0       │
  12010. │    Reported By  : GF                      DateReported :  5/17/93     │
  12011. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  12012. │       Fixed In  :                         Status       : Suggestion   │
  12013. │       Origin    :                                                     │
  12014. │    Severity     : Unassigned Severity                                 │
  12015. │                               Synopsis                                │
  12016. │0                                                                      │
  12017. │                                Section                                │
  12018. │                              Project System                           │
  12019. ├───────────────────────────────────────────────────────────────────────┤
  12020. │                                                                       │
  12021. │                           Problem Description                         │
  12022. │                                                                       │
  12023. │      'Called From This DLL Only'  Checkbox.                           │
  12024. │      Since this option makes variables in this module public or       │
  12025. │      private could we use the words 'public' or 'private' in the      │
  12026. │      text to make it more understandable to programmers.              │
  12027. │      GDF:                                                             │
  12028. │      Then, in the 'Advanced Module Settings' listbox, scroll the      │
  12029. │      word 'Public' next to those modules which have the checkbox      │
  12030. │      turned off?  This way you will be able to tell which             │
  12031. │      modules are public without the extra keystrokes.  Is there       │
  12032. │      room in the listbox for this?                                    │
  12033. └───────────────────────────────────────────────────────────────────────┘
  12034. ┌───────────────────────────────────────────────────────────────────────┐
  12035. │                          ProblemNumber : 1329                         │
  12036. │    Product      : CDD                     Duplicate No.:      0       │
  12037. │    Reported By  : CS                      DateReported :  5/24/93     │
  12038. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  12039. │       Fixed In  :                         Status       : Suggestion   │
  12040. │       Origin    :                                                     │
  12041. │    Severity     : Unassigned Severity                                 │
  12042. │                               Synopsis                                │
  12043. │0                                                                      │
  12044. │                                Section                                │
  12045. │                              Project System                           │
  12046. ├───────────────────────────────────────────────────────────────────────┤
  12047. │                                                                       │
  12048. │                           Problem Description                         │
  12049. │                                                                       │
  12050. │      Fm: K.Fleming(Reliable Net.) 72230,535                           │
  12051. │      When a Make is complete, and you select the "Ship List"          │
  12052. │      button, that's a really handy list...what'd be even handier      │
  12053. │      than the "Print" button on the Distribution Files window         │
  12054. │      would be a "Copy To..." button that asked for a destination      │
  12055. │      path and then copied all of the listed files there.              │
  12056. │      Kevin Fleming, Reliable Networx, Phoenix, AZ                     │
  12057. │      There is 1 Reply.                                                │
  12058. └───────────────────────────────────────────────────────────────────────┘
  12059. ┌───────────────────────────────────────────────────────────────────────┐
  12060. │                          ProblemNumber : 1334                         │
  12061. │    Product      : CDD                     Duplicate No.:      0       │
  12062. │    Reported By  : DH                      DateReported :  5/25/93     │
  12063. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  12064. │       Fixed In  :                         Status       : Suggestion   │
  12065. │       Origin    :                                                     │
  12066. │    Severity     : Unassigned Severity                                 │
  12067. │                               Synopsis                                │
  12068. │0                                                                      │
  12069. │                                Section                                │
  12070. │                              Project System                           │
  12071. ├───────────────────────────────────────────────────────────────────────┤
  12072. │                                                                       │
  12073. │                           Problem Description                         │
  12074. │                                                                       │
  12075. │      User requests that after a compile where errors are found        │
  12076. │      that the highlighted button should be the Edit Errors            │
  12077. │      button.                                                          │
  12078. └───────────────────────────────────────────────────────────────────────┘
  12079. ┌───────────────────────────────────────────────────────────────────────┐
  12080. │                          ProblemNumber : 1383                         │
  12081. │    Product      : CDD                     Duplicate No.:      0       │
  12082. │    Reported By  : DH                      DateReported :  5/28/93     │
  12083. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  12084. │       Fixed In  :                         Status       : Suggestion   │
  12085. │       Origin    :                                                     │
  12086. │    Severity     : Unassigned Severity                                 │
  12087. │                               Synopsis                                │
  12088. │0                                                                      │
  12089. │                                Section                                │
  12090. │                              Project System                           │
  12091. ├───────────────────────────────────────────────────────────────────────┤
  12092. │                                                                       │
  12093. │                           Problem Description                         │
  12094. │                                                                       │
  12095. │      User suggest that we include the btrieve tsr in the ship         │
  12096. │      list if they are using the btrieve file driver                   │
  12097. └───────────────────────────────────────────────────────────────────────┘
  12098. ┌───────────────────────────────────────────────────────────────────────┐
  12099. │                          ProblemNumber : 1665                         │
  12100. │    Product      : CDD                     Duplicate No.:      0       │
  12101. │    Reported By  : CS                      DateReported :  6/28/93     │
  12102. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  12103. │       Fixed In  :                         Status       : Suggestion   │
  12104. │       Origin    :                                                     │
  12105. │    Severity     : Unassigned Severity                                 │
  12106. │                               Synopsis                                │
  12107. │0                                                                      │
  12108. │                                Section                                │
  12109. │                              Project System                           │
  12110. ├───────────────────────────────────────────────────────────────────────┤
  12111. │                                                                       │
  12112. │                           Problem Description                         │
  12113. │                                                                       │
  12114. │      Are there any plans to change the CDD project system so it       │
  12115. │      does not change a project file that it does not understand ?     │
  12116. │      I have configured my CDD/Topspeed enviornment so I can           │
  12117. │      compile any Topspeed language I have under my Clarion            │
  12118. │      enviornment.  However, the darn CDD project system always        │
  12119. │      changes my project files !  If I had my wish, I would            │
  12120. │      want the power of the Topspeed project system with the           │
  12121. │      front end of the CDD project system.                             │
  12122. │      R&D:  The Clarion Project System is only a Subset of the         │
  12123. │      TopSpeed Project system.  At present there are some things       │
  12124. │      that you will not be able to accomplish in the Clarion           │
  12125. │      Project System that can be done w/ the TopSpeed Project          │
  12126. │      System.                                                          │
  12127. └───────────────────────────────────────────────────────────────────────┘
  12128. ┌───────────────────────────────────────────────────────────────────────┐
  12129. │                          ProblemNumber : 2288                         │
  12130. │    Product      : CDD                     Duplicate No.:      0       │
  12131. │    Reported By  : TB                      DateReported :  9/02/93     │
  12132. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  12133. │       Fixed In  :                         Status       : Suggestion   │
  12134. │       Origin    :                                                     │
  12135. │    Severity     : Unassigned Severity                                 │
  12136. │                               Synopsis                                │
  12137. │0                                                                      │
  12138. │                                Section                                │
  12139. │                              Project System                           │
  12140. ├───────────────────────────────────────────────────────────────────────┤
  12141. │                                                                       │
  12142. │                           Problem Description                         │
  12143. │                                                                       │
  12144. │      Target filename:  It would be nice to provide a path here.       │
  12145. └───────────────────────────────────────────────────────────────────────┘
  12146. ┌───────────────────────────────────────────────────────────────────────┐
  12147. │                          ProblemNumber : 2689                         │
  12148. │    Product      : CDD                     Duplicate No.:      0       │
  12149. │    Reported By  : TB                      DateReported : 10/18/93     │
  12150. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  12151. │       Fixed In  :                         Status       : Suggestion   │
  12152. │       Origin    :                                                     │
  12153. │    Severity     : Unassigned Severity                                 │
  12154. │                               Synopsis                                │
  12155. │0                                                                      │
  12156. │                                Section                                │
  12157. │                              Project System                           │
  12158. ├───────────────────────────────────────────────────────────────────────┤
  12159. │                                                                       │
  12160. │                           Problem Description                         │
  12161. │                                                                       │
  12162. │      changing a lib name from the module worksheet adds this new      │
  12163. │      name to project system but does not remove the old one.          │
  12164. │      R & D : If the lib is placed in the project through the          │
  12165. │              templates or generator, it must be changed there.        │
  12166. │              Good suggestion for better error trapping in a           │
  12167. │              future release.                                          │
  12168. └───────────────────────────────────────────────────────────────────────┘
  12169. ┌───────────────────────────────────────────────────────────────────────┐
  12170. │                          ProblemNumber : 2909                         │
  12171. │    Product      : CDD                     Duplicate No.:      0       │
  12172. │    Reported By  : SF                      DateReported : 11/04/93     │
  12173. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  12174. │       Fixed In  :                         Status       : Suggestion   │
  12175. │       Origin    :                                                     │
  12176. │    Severity     : Unassigned Severity                                 │
  12177. │                               Synopsis                                │
  12178. │0                                                                      │
  12179. │                                Section                                │
  12180. │                              Project System                           │
  12181. ├───────────────────────────────────────────────────────────────────────┤
  12182. │                                                                       │
  12183. │                           Problem Description                         │
  12184. │                                                                       │
  12185. │      The Clarion project system is throwing a lot of unnecessary      │
  12186. │      and sometimes disadvantages lines into the project file.         │
  12187. │      For example the following project file was created for a         │
  12188. │      new protected mode application with debugging:                   │
  12189. │      #system auto exe                                                 │
  12190. │      #model extendll                                                  │
  12191. │      #pragma data(stack_size=>8192,threshold=>0)                      │
  12192. │      #pragma optimize(cpu=>86)                                        │
  12193. │      #pragma debug(vid=>full)                                         │
  12194. │      #pragma link_option(map=>on,case=>on)                            │
  12195. │      #compile TEST.CLA /define(GENERATED=>on)                         │
  12196. │      #compile TEST01.CLA /define(GENERATED=>on)                       │
  12197. │      #link TEST                                                       │
  12198. │      threshold=>0  I do not know what this will do.  I hope the       │
  12199. │      project system ignores it.                                       │
  12200. │      cpu=>86  This causes worse code to be generated than             │
  12201. │      necessary                                                        │
  12202. │      map=>on and case=>on  These are the defaults so do not need      │
  12203. │      to be in the project file.                                       │
  12204. │      BC:"threshold" is used to avoid exhausting segment size, 0       │
  12205. │      is a dubious value, I'll have a look at that.  "map and          │
  12206. │      case" are not always defaulted correctly by tsprj.txt,           │
  12207. │      especially when vid comes into play, explicit declaration        │
  12208. │      does not hurt.  cpu=>86, is probably an artifact from            │
  12209. │      making the project in a real model, or having the switch in      │
  12210. │      the default clarion.pr.  It is overriden by tsprj so does        │
  12211. │      not degenerate the code, although it might be more               │
  12212. │      appropriate to reset it when extender is selected. Ok.           │
  12213. └───────────────────────────────────────────────────────────────────────┘
  12214. ┌───────────────────────────────────────────────────────────────────────┐
  12215. │                          ProblemNumber : 2937                         │
  12216. │    Product      : CDD                     Duplicate No.:      0       │
  12217. │    Reported By  : CS                      DateReported : 11/05/93     │
  12218. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  12219. │       Fixed In  :                         Status       : Suggestion   │
  12220. │       Origin    :                                                     │
  12221. │    Severity     : Unassigned Severity                                 │
  12222. │                               Synopsis                                │
  12223. │0                                                                      │
  12224. │                                Section                                │
  12225. │                              Project System                           │
  12226. ├───────────────────────────────────────────────────────────────────────┤
  12227. │                                                                       │
  12228. │                           Problem Description                         │
  12229. │                                                                       │
  12230. │      Fm: Fred Schmitthammer 76436,3511 MSG#:40445                     │
  12231. │      I have a project file that is over 255 chars long.  The CDD      │
  12232. │      3006 project system cuts the line off at 255 chars.  Is          │
  12233. │      there any workaround for this? If not I would like to            │
  12234. │      report it as a bug.                                              │
  12235. │      R&D:There is no workaround for allowing lines of this            │
  12236. │      length in the project system.  But I suspect the reason the      │
  12237. │      line is so long is because you have maxed out the automatic      │
  12238. │      export feature for creating DLL libraries.  To work around       │
  12239. │      this I recomend that you freeze your export file and manage      │
  12240. │      it manually.  To do this; create an "Overlay Control File"       │
  12241. │      module in your project called "projname".EXP, the file           │
  12242. │      already exists in your working directory.  The project           │
  12243. │      system will no longer use the "Called From This DLL Only"        │
  12244. │      check box to determine your exported items, you will have        │
  12245. │      to manage these in the .EXP file using the text editor.          │
  12246. │      Notice that the fact that you are exporting items from so        │
  12247. │      many modules is highly unusual and you may want to consider      │
  12248. │      "privatizing" those modules which you will not be calling        │
  12249. │      directly from another DLL or EXE.                                │
  12250. └───────────────────────────────────────────────────────────────────────┘
  12251. ┌───────────────────────────────────────────────────────────────────────┐
  12252. │                          ProblemNumber : 3492                         │
  12253. │    Product      : CDD                     Duplicate No.:      0       │
  12254. │    Reported By  : QA                      DateReported :  1/11/94     │
  12255. │    Reported In  :                         RevisedDate  :  2/01/94     │
  12256. │       Fixed In  :                         Status       : Suggestion   │
  12257. │       Origin    :                                                     │
  12258. │    Severity     : Unassigned Severity                                 │
  12259. │                               Synopsis                                │
  12260. │0                                                                      │
  12261. │                                Section                                │
  12262. │                              Project System                           │
  12263. ├───────────────────────────────────────────────────────────────────────┤
  12264. │                                                                       │
  12265. │                           Problem Description                         │
  12266. │                                                                       │
  12267. │      In the Add Ons section of the Make system, IF one addon has      │
  12268. │      an error we do not get any of the ones that were sucessful.      │
  12269. │      This slows the testing of fixes down.                            │
  12270. │      It would be nice that if an Add On was successful that it        │
  12271. │      was moved to it's proper location.  Then allow the next one      │
  12272. │      to be made.                                                      │
  12273. └───────────────────────────────────────────────────────────────────────┘
  12274. ┌───────────────────────────────────────────────────────────────────────┐
  12275. │                          ProblemNumber : 3554                         │
  12276. │    Product      : CDD                     Duplicate No.:      0       │
  12277. │    Reported By  : PB                      DateReported :  1/20/94     │
  12278. │    Reported In  : 3007                    RevisedDate  :  1/24/94     │
  12279. │       Fixed In  :                         Status       : Suggestion   │
  12280. │       Origin    :                                                     │
  12281. │    Severity     : Unassigned Severity                                 │
  12282. │                               Synopsis                                │
  12283. │0                                                                      │
  12284. │                                Section                                │
  12285. │                              Project System                           │
  12286. ├───────────────────────────────────────────────────────────────────────┤
  12287. │                                                                       │
  12288. │                           Problem Description                         │
  12289. │                                                                       │
  12290. │      user would like the ship list to include the styles file if      │
  12291. │      the app will be using one                                        │
  12292. │      QA&E:  The ship list is getting its infomation from the          │
  12293. │      PROJECT System not the CLAs.  It would be ridiculous to          │
  12294. │      expect it to read thru ALL of your CLAs to find everything       │
  12295. │      you may or may not need to ship.                                 │
  12296. └───────────────────────────────────────────────────────────────────────┘
  12297. ┌───────────────────────────────────────────────────────────────────────┐
  12298. │                          ProblemNumber : 3023                         │
  12299. │    Product      : CDD                     Duplicate No.:      0       │
  12300. │    Reported By  : PB                      DateReported : 11/11/93     │
  12301. │    Reported In  : 3006                    RevisedDate  :  1/21/94     │
  12302. │       Fixed In  :                         Status       : Suggestion   │
  12303. │       Origin    :                                                     │
  12304. │    Severity     : Unassigned Severity                                 │
  12305. │                               Synopsis                                │
  12306. │0                                                                      │
  12307. │                                Section                                │
  12308. │                        Pulldown Formatter - Editor                    │
  12309. ├───────────────────────────────────────────────────────────────────────┤
  12310. │                                                                       │
  12311. │                           Problem Description                         │
  12312. │                                                                       │
  12313. │      suggestion from end user - wants to be able to define a          │
  12314. │      hotkey procedure on a pulldown.                                  │
  12315. └───────────────────────────────────────────────────────────────────────┘
  12316. ┌───────────────────────────────────────────────────────────────────────┐
  12317. │                          ProblemNumber : 2951                         │
  12318. │    Product      : CDD                     Duplicate No.:      0       │
  12319. │    Reported By  : CS                      DateReported : 11/05/93     │
  12320. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  12321. │       Fixed In  :                         Status       : Suggestion   │
  12322. │       Origin    :                                                     │
  12323. │    Severity     : Unassigned Severity                                 │
  12324. │                               Synopsis                                │
  12325. │0                                                                      │
  12326. │                                Section                                │
  12327. │                      Pulldown Formatter - Generator                   │
  12328. ├───────────────────────────────────────────────────────────────────────┤
  12329. │                                                                       │
  12330. │                           Problem Description                         │
  12331. │                                                                       │
  12332. │      Fm: Randy Rogers 75730,1337 MSG#:40206                           │
  12333. │      Greg,                                                            │
  12334. │      Why don't pulldowns use the thin borders when 'half' is          │
  12335. │      selected for the pulldown frame?                                 │
  12336. │          Regards,                                                     │
  12337. │          Randy Rogers                                                 │
  12338. │          Keystone Computer Resources                                  │
  12339. └───────────────────────────────────────────────────────────────────────┘
  12340. ┌───────────────────────────────────────────────────────────────────────┐
  12341. │                          ProblemNumber : 1406                         │
  12342. │    Product      : CDD                     Duplicate No.:      0       │
  12343. │    Reported By  : TB                      DateReported :  5/31/93     │
  12344. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  12345. │       Fixed In  :                         Status       : Suggestion   │
  12346. │       Origin    :                                                     │
  12347. │    Severity     : Unassigned Severity                                 │
  12348. │                               Synopsis                                │
  12349. │0                                                                      │
  12350. │                                Section                                │
  12351. │                             Report - Runtime                          │
  12352. ├───────────────────────────────────────────────────────────────────────┤
  12353. │                                                                       │
  12354. │                           Problem Description                         │
  12355. │                                                                       │
  12356. │      No error is being issued but if I have a report from the         │
  12357. │      app gen that is labels two accross and I am suppressing          │
  12358. │      when blank for a line and only one of the labels needs to        │
  12359. │      suppress and not the other the suppressing does not happen.      │
  12360. └───────────────────────────────────────────────────────────────────────┘
  12361. ┌───────────────────────────────────────────────────────────────────────┐
  12362. │                          ProblemNumber : 1933                         │
  12363. │    Product      : CDD                     Duplicate No.:      0       │
  12364. │    Reported By  : PS                      DateReported :  7/20/93     │
  12365. │    Reported In  : 3005A                   RevisedDate  :  4/26/94     │
  12366. │       Fixed In  :                         Status       : Suggestion   │
  12367. │       Origin    :                                                     │
  12368. │    Severity     : Suggestion or documentation error                   │
  12369. │                               Synopsis                                │
  12370. │0                                                                      │
  12371. │                                Section                                │
  12372. │                             Report - Runtime                          │
  12373. ├───────────────────────────────────────────────────────────────────────┤
  12374. │                                                                       │
  12375. │                           Problem Description                         │
  12376. │                                                                       │
  12377. │      In 2.1 you were allowed to have multiple reports open at         │
  12378. │      the same time.  For example reporta device = Lpt1 and            │
  12379. │      reportb device = lpt2                                            │
  12380. │      The only problem w/ this was if whilst printing on lpt2          │
  12381. │      something happened the reportb would be intermixed w/            │
  12382. │      reporta.                                                         │
  12383. │      Is it a problem???  Or was it a feature of 2.x that has          │
  12384. │      been FIXED in 3.0.  There should be some type of warning or      │
  12385. │      something if this is the case.                                   │
  12386. └───────────────────────────────────────────────────────────────────────┘
  12387. ┌───────────────────────────────────────────────────────────────────────┐
  12388. │                          ProblemNumber : 2349                         │
  12389. │    Product      : CDD                     Duplicate No.:      0       │
  12390. │    Reported By  : DH                      DateReported :  9/20/93     │
  12391. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  12392. │       Fixed In  :                         Status       : Suggestion   │
  12393. │       Origin    :                                                     │
  12394. │    Severity     : Unassigned Severity                                 │
  12395. │                               Synopsis                                │
  12396. │0                                                                      │
  12397. │                                Section                                │
  12398. │                             Report - Runtime                          │
  12399. ├───────────────────────────────────────────────────────────────────────┤
  12400. │                                                                       │
  12401. │                           Problem Description                         │
  12402. │                                                                       │
  12403. │      User is requesting that when we send out a report , we           │
  12404. │      don'tsend the trailing spaces, just the CRLF like the ascii      │
  12405. │      file driver does.                                                │
  12406. └───────────────────────────────────────────────────────────────────────┘
  12407. ┌───────────────────────────────────────────────────────────────────────┐
  12408. │                          ProblemNumber : 4730                         │
  12409. │    Product      : CDD                     Duplicate No.:      0       │
  12410. │    Reported By  : JB                      DateReported :  5/25/94     │
  12411. │    Reported In  : 3008                    RevisedDate  :   /  /       │
  12412. │       Fixed In  :                         Status       : Suggestion   │
  12413. │       Origin    :                                                     │
  12414. │    Severity     : Unassigned Severity                                 │
  12415. │                               Synopsis                                │
  12416. │0                                                                      │
  12417. │                                Section                                │
  12418. │                             Report - Runtime                          │
  12419. ├───────────────────────────────────────────────────────────────────────┤
  12420. │                                                                       │
  12421. │                           Problem Description                         │
  12422. │                                                                       │
  12423. │      User wants ability to strip the CR/LF off when printing a        │
  12424. │      control string.                                                  │
  12425. └───────────────────────────────────────────────────────────────────────┘
  12426. ┌───────────────────────────────────────────────────────────────────────┐
  12427. │                          ProblemNumber : 4959                         │
  12428. │    Product      : CDD                     Duplicate No.:      0       │
  12429. │    Reported By  : GW                      DateReported :  7/19/94     │
  12430. │    Reported In  : 3009                    RevisedDate  :  7/19/94     │
  12431. │       Fixed In  :                         Status       : Suggestion   │
  12432. │       Origin    : External                                            │
  12433. │    Severity     : Suggestion or documentation error                   │
  12434. │                               Synopsis                                │
  12435. │               Hidden attribute in DCT isn't used by RW.               │
  12436. │                                Section                                │
  12437. │                             Report Formatter                          │
  12438. ├───────────────────────────────────────────────────────────────────────┤
  12439. │                                                                       │
  12440. │                           Problem Description                         │
  12441. │                                                                       │
  12442. │      In the dictionary editor there is a check box for Hidden         │
  12443. │      which is supposed to restrict viewing/editting of data           │
  12444. │      usingthe Database Manager. I'm not talking about the HIDE        │
  12445. │      field  attribute.                                                │
  12446. │             In the Database Manager fields which have this            │
  12447. │      "Hidden"     checked do not show!                                │
  12448. │                   This in itself provides field level restriction     │
  12449. │       from        outside (non-app) utilities. Seems like it          │
  12450. │      should carry-overto the report writer.                           │
  12451. └───────────────────────────────────────────────────────────────────────┘
  12452. ┌───────────────────────────────────────────────────────────────────────┐
  12453. │                          ProblemNumber : 5209                         │
  12454. │    Product      : CDD                     Duplicate No.:      0       │
  12455. │    Reported By  : BN                      DateReported :  8/05/94     │
  12456. │    Reported In  : 3009                    RevisedDate  :  8/05/94     │
  12457. │       Fixed In  :                         Status       : Suggestion   │
  12458. │       Origin    : External                                            │
  12459. │    Severity     : Unassigned Severity                                 │
  12460. │                               Synopsis                                │
  12461. │                        Suggestion for Reports                         │
  12462. │                                Section                                │
  12463. │                             Report Formatter                          │
  12464. ├───────────────────────────────────────────────────────────────────────┤
  12465. │                                                                       │
  12466. │                           Problem Description                         │
  12467. │                                                                       │
  12468. │      User suggestion:                                                 │
  12469. │      Provide an additional Band Property that is the same as          │
  12470. │      ALONE for the Title Page but does not formfeed and does not      │
  12471. │      place a page header above the Title Page.                        │
  12472. └───────────────────────────────────────────────────────────────────────┘
  12473. ┌───────────────────────────────────────────────────────────────────────┐
  12474. │                          ProblemNumber : 5338                         │
  12475. │    Product      : CDD                     Duplicate No.:      0       │
  12476. │    Reported By  : BN                      DateReported :  9/01/94     │
  12477. │    Reported In  : 3009                    RevisedDate  :  9/01/94     │
  12478. │       Fixed In  :                         Status       : Suggestion   │
  12479. │       Origin    : External                                            │
  12480. │    Severity     : Unassigned Severity                                 │
  12481. │                               Synopsis                                │
  12482. │             Request for a Left Margin setting for reports             │
  12483. │                                Section                                │
  12484. │                             Report Formatter                          │
  12485. ├───────────────────────────────────────────────────────────────────────┤
  12486. │                                                                       │
  12487. │                           Problem Description                         │
  12488. │                                                                       │
  12489. │      User Suggestion:                                                 │
  12490. │      Would like to see a left margin setting for a report the         │
  12491. │      same way the pagelength is set.                                  │
  12492. │       ------------------------Work Arounds--------------------        │
  12493. │           At the beginning of the report, send the ESC                │
  12494. │           sequence to setthe left margin.                             │
  12495. └───────────────────────────────────────────────────────────────────────┘
  12496. ┌───────────────────────────────────────────────────────────────────────┐
  12497. │                          ProblemNumber : 3234                         │
  12498. │    Product      : CDD                     Duplicate No.:      0       │
  12499. │    Reported By  : PB                      DateReported : 12/07/93     │
  12500. │    Reported In  : 3006                    RevisedDate  :  7/11/94     │
  12501. │       Fixed In  :                         Status       : Suggestion   │
  12502. │       Origin    :                                                     │
  12503. │    Severity     : Unassigned Severity                                 │
  12504. │                               Synopsis                                │
  12505. │0                                                                      │
  12506. │                                Section                                │
  12507. │                         Report Formatter - Editor                     │
  12508. ├───────────────────────────────────────────────────────────────────────┤
  12509. │                                                                       │
  12510. │                           Problem Description                         │
  12511. │                                                                       │
  12512. │      Report Formatter Editor and Generator. user would like to        │
  12513. │      beable to see the band lables in the formatter without           │
  12514. │      going  into the band properties screen.                          │
  12515. │      I changed this status to a problem as it is a problem. For       │
  12516. │      one it is removing funtionality from 2.1 to 3.0. Anyone          │
  12517. │      designing an extensive report will fight with this problem.      │
  12518. │      Debby                                                            │
  12519. │      From QA&E:  Look at the status line in the formatter, it         │
  12520. │      displays what BAND the cursor is in currently.  This may be      │
  12521. │      addressed at a later date.                                       │
  12522. └───────────────────────────────────────────────────────────────────────┘
  12523. ┌───────────────────────────────────────────────────────────────────────┐
  12524. │                          ProblemNumber : 4164                         │
  12525. │    Product      : CDD                     Duplicate No.:      0       │
  12526. │    Reported By  : PB                      DateReported :  3/21/94     │
  12527. │    Reported In  : 30072                   RevisedDate  :  8/12/94     │
  12528. │       Fixed In  :                         Status       : Suggestion   │
  12529. │       Origin    : Internal                                            │
  12530. │    Severity     : Unassigned Severity                                 │
  12531. │                               Synopsis                                │
  12532. │          Overprint Next w/ Control field in Editor/Formatter          │
  12533. │                                Section                                │
  12534. │                         Report Formatter - Editor                     │
  12535. ├───────────────────────────────────────────────────────────────────────┤
  12536. │                                                                       │
  12537. │                           Problem Description                         │
  12538. │                                                                       │
  12539. │      when placing a control field  on the report, you do not          │
  12540. │      have the option for overprint next from the control field        │
  12541. │      screen                                                           │
  12542. └───────────────────────────────────────────────────────────────────────┘
  12543. ┌───────────────────────────────────────────────────────────────────────┐
  12544. │                          ProblemNumber : 4249                         │
  12545. │    Product      : CDD                     Duplicate No.:      0       │
  12546. │    Reported By  : TB                      DateReported :  3/30/94     │
  12547. │    Reported In  : 7002                    RevisedDate  :  3/30/94     │
  12548. │       Fixed In  :                         Status       : Suggestion   │
  12549. │       Origin    :                                                     │
  12550. │    Severity     : Unassigned Severity                                 │
  12551. │                               Synopsis                                │
  12552. │0                                                                      │
  12553. │                                Section                                │
  12554. │                         Report Formatter - Editor                     │
  12555. ├───────────────────────────────────────────────────────────────────────┤
  12556. │                                                                       │
  12557. │                           Problem Description                         │
  12558. │                                                                       │
  12559. │      The option for overprint next is in a different place for        │
  12560. │      the editor vs the Generator.  Could we make it consistant?       │
  12561. └───────────────────────────────────────────────────────────────────────┘
  12562. ┌───────────────────────────────────────────────────────────────────────┐
  12563. │                          ProblemNumber : 4250                         │
  12564. │    Product      : CDD                     Duplicate No.:      0       │
  12565. │    Reported By  : TB                      DateReported :  3/30/94     │
  12566. │    Reported In  : 30072                   RevisedDate  :  3/30/94     │
  12567. │       Fixed In  :                         Status       : Suggestion   │
  12568. │       Origin    :                                                     │
  12569. │    Severity     : Unassigned Severity                                 │
  12570. │                               Synopsis                                │
  12571. │0                                                                      │
  12572. │                                Section                                │
  12573. │                         Report Formatter - Editor                     │
  12574. ├───────────────────────────────────────────────────────────────────────┤
  12575. │                                                                       │
  12576. │                           Problem Description                         │
  12577. │                                                                       │
  12578. │      the entries for USE & LABEL are in reverse order for TEXT        │
  12579. │      fields when compared to CONTROL and DATA fields.                 │
  12580. │      Could we be more consistant?                                     │
  12581. └───────────────────────────────────────────────────────────────────────┘
  12582. ┌───────────────────────────────────────────────────────────────────────┐
  12583. │                          ProblemNumber : 0849                         │
  12584. │    Product      : CDD                     Duplicate No.:      0       │
  12585. │    Reported By  : GF                      DateReported :  8/10/93     │
  12586. │    Reported In  : 3000                    RevisedDate  :  4/26/94     │
  12587. │       Fixed In  :                         Status       : Suggestion   │
  12588. │       Origin    :                                                     │
  12589. │    Severity     : Unassigned Severity                                 │
  12590. │                               Synopsis                                │
  12591. │0                                                                      │
  12592. │                                Section                                │
  12593. │                       Report Formatter - Generator                    │
  12594. ├───────────────────────────────────────────────────────────────────────┤
  12595. │                                                                       │
  12596. │                           Problem Description                         │
  12597. │                                                                       │
  12598. │      Tools pulldown, Color Chart should be dimmed like it is          │
  12599. │      when you select Draw Track from the Edit pulldown.  Won't        │
  12600. │      hurt to have it active but just thought I'd mention it.          │
  12601. └───────────────────────────────────────────────────────────────────────┘
  12602. ┌───────────────────────────────────────────────────────────────────────┐
  12603. │                          ProblemNumber : 2728                         │
  12604. │    Product      : CDD                     Duplicate No.:      0       │
  12605. │    Reported By  : DH                      DateReported : 10/20/93     │
  12606. │    Reported In  : 3005                    RevisedDate  :  4/26/94     │
  12607. │       Fixed In  :                         Status       : Suggestion   │
  12608. │       Origin    :                                                     │
  12609. │    Severity     : Unassigned Severity                                 │
  12610. │                               Synopsis                                │
  12611. │0                                                                      │
  12612. │                                Section                                │
  12613. │                       Report Formatter - Generator                    │
  12614. ├───────────────────────────────────────────────────────────────────────┤
  12615. │                                                                       │
  12616. │                           Problem Description                         │
  12617. │                                                                       │
  12618. │      Not really this category but it will do.                         │
  12619. │      When you create a new detail section which consists of a         │
  12620. │      blank line with no fields or text it will not print even if      │
  12621. │      fixed attribute or seperate attib.                               │
  12622. │      R & D This is currently the limitation of reports. If the        │
  12623. │      Fixed attributed is on the detail section that you want to       │
  12624. │      be separated from all is fine.                                   │
  12625. │      Okay I accept the answer, but you can't change the status        │
  12626. │      tonot a bug. It is a bug. We just can't fix it. It needs to      │
  12627. │      bedocumented in corrects.doc or changes.doc, that you must       │
  12628. │        add a dummy field to print a blank line.                       │
  12629. └───────────────────────────────────────────────────────────────────────┘
  12630. ┌───────────────────────────────────────────────────────────────────────┐
  12631. │                          ProblemNumber : 3317                         │
  12632. │    Product      : CDD                     Duplicate No.:      0       │
  12633. │    Reported By  : PB                      DateReported : 12/15/93     │
  12634. │    Reported In  : 3007                    RevisedDate  :  4/26/94     │
  12635. │       Fixed In  :                         Status       : Suggestion   │
  12636. │       Origin    :                                                     │
  12637. │    Severity     : Unassigned Severity                                 │
  12638. │                               Synopsis                                │
  12639. │0                                                                      │
  12640. │                                Section                                │
  12641. │                       Report Formatter - Generator                    │
  12642. ├───────────────────────────────────────────────────────────────────────┤
  12643. │                                                                       │
  12644. │                           Problem Description                         │
  12645. │                                                                       │
  12646. │      user should have the ability to not select a printer for         │
  12647. │      PRINTER() on a report.  If they use a CONTROL with a USE,        │
  12648. │      this will not work when a printer is selected. For example       │
  12649. │      CONTROL(10),USE(prn:boldon) where boldon contains the            │
  12650. │      printer control seq.                                             │
  12651. │      see soft_coded_rpt procedure and take the printer attribute      │
  12652. │      out.  without PRINTER() the control codes wil work               │
  12653. └───────────────────────────────────────────────────────────────────────┘
  12654. ┌───────────────────────────────────────────────────────────────────────┐
  12655. │                          ProblemNumber : 4089                         │
  12656. │    Product      : CDD                     Duplicate No.:      0       │
  12657. │    Reported By  : DB                      DateReported :  3/10/94     │
  12658. │    Reported In  : 3007                    RevisedDate  :  7/13/94     │
  12659. │       Fixed In  :                         Status       : Suggestion   │
  12660. │       Origin    :                                                     │
  12661. │    Severity     : Unassigned Severity                                 │
  12662. │                               Synopsis                                │
  12663. │0                                                                      │
  12664. │                                Section                                │
  12665. │                       Report Formatter - Generator                    │
  12666. ├───────────────────────────────────────────────────────────────────────┤
  12667. │                                                                       │
  12668. │                           Problem Description                         │
  12669. │                                                                       │
  12670. │      When I place a field on a report (FROM THE REPORT                │
  12671. │      FORMATTER IN A EMBEDDED SOURCE WINDOW), and I click on the       │
  12672. │      down arrow next to the "Use:" field, I can only choose from      │
  12673. │      data that was defined in the dictionary. I cannot choose         │
  12674. │      from Global or Local data.  The same goes for creating a         │
  12675. │      screen in embedded source..                                      │
  12676. │      R & D - Do not understand. You can choose local/Global data      │
  12677. │      from the APPGEN                                                  │
  12678. │      Tech - Please re-read slowwwwer.                                 │
  12679. └───────────────────────────────────────────────────────────────────────┘
  12680. ┌───────────────────────────────────────────────────────────────────────┐
  12681. │                          ProblemNumber : 2212                         │
  12682. │    Product      : CDD                     Duplicate No.:      0       │
  12683. │    Reported By  : RB                      DateReported :  8/25/93     │
  12684. │    Reported In  : 3005                    RevisedDate  :  4/28/94     │
  12685. │       Fixed In  :                         Status       : Suggestion   │
  12686. │       Origin    :                                                     │
  12687. │    Severity     : Unassigned Severity                                 │
  12688. │                               Synopsis                                │
  12689. │0                                                                      │
  12690. │                                Section                                │
  12691. │                              Report Template                          │
  12692. ├───────────────────────────────────────────────────────────────────────┤
  12693. │                                                                       │
  12694. │                           Problem Description                         │
  12695. │                                                                       │
  12696. │      How about a report with no body option / check box so that       │
  12697. │      one may print a summary only report.                             │
  12698. └───────────────────────────────────────────────────────────────────────┘
  12699. ┌───────────────────────────────────────────────────────────────────────┐
  12700. │                          ProblemNumber : 2370                         │
  12701. │    Product      : CDD                     Duplicate No.:      0       │
  12702. │    Reported By  : PB                      DateReported :  9/23/93     │
  12703. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  12704. │       Fixed In  :                         Status       : Suggestion   │
  12705. │       Origin    :                                                     │
  12706. │    Severity     : Unassigned Severity                                 │
  12707. │                               Synopsis                                │
  12708. │0                                                                      │
  12709. │                                Section                                │
  12710. │                              Report Template                          │
  12711. ├───────────────────────────────────────────────────────────────────────┤
  12712. │                                                                       │
  12713. │                           Problem Description                         │
  12714. │                                                                       │
  12715. │      user wants to have a formfeed send if the user escapes from      │
  12716. │      a report.                                                        │
  12717. └───────────────────────────────────────────────────────────────────────┘
  12718. ┌───────────────────────────────────────────────────────────────────────┐
  12719. │                          ProblemNumber : 2831                         │
  12720. │    Product      : CDD                     Duplicate No.:      0       │
  12721. │    Reported By  : PB                      DateReported : 10/30/93     │
  12722. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  12723. │       Fixed In  :                         Status       : Suggestion   │
  12724. │       Origin    :                                                     │
  12725. │    Severity     : Unassigned Severity                                 │
  12726. │                               Synopsis                                │
  12727. │0                                                                      │
  12728. │                                Section                                │
  12729. │                              Report Template                          │
  12730. ├───────────────────────────────────────────────────────────────────────┤
  12731. │                                                                       │
  12732. │                           Problem Description                         │
  12733. │                                                                       │
  12734. │      suggestion from user - when group footer is reached a            │
  12735. │      previous() is done to go back to the last record in the          │
  12736. │      group, formulas are calculated before the previous() and         │
  12737. │      should be done after the previous().                             │
  12738. └───────────────────────────────────────────────────────────────────────┘
  12739. ┌───────────────────────────────────────────────────────────────────────┐
  12740. │                          ProblemNumber : 2964                         │
  12741. │    Product      : CDD                     Duplicate No.:      0       │
  12742. │    Reported By  : CS                      DateReported : 11/07/93     │
  12743. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  12744. │       Fixed In  :                         Status       : Suggestion   │
  12745. │       Origin    :                                                     │
  12746. │    Severity     : Unassigned Severity                                 │
  12747. │                               Synopsis                                │
  12748. │0                                                                      │
  12749. │                                Section                                │
  12750. │                              Report Template                          │
  12751. ├───────────────────────────────────────────────────────────────────────┤
  12752. │                                                                       │
  12753. │                           Problem Description                         │
  12754. │                                                                       │
  12755. │      Fm: Michael Dilday 70274,3125 MSG#:40903                         │
  12756. │      It would be nice if you allowed reports to be sorted by          │
  12757. │      fields from multiple files.  Similar to Queries found in         │
  12758. │      other database applications.                                     │
  12759. │             A way of doing this would be to create a temporary        │
  12760. │      file using Formula's.  You could use the class field with        │
  12761. │      "Sort1", "Sort2", etc.  Maybe limit to 10.                       │
  12762. │                 Mike Dilday -- TCUG                                   │
  12763. └───────────────────────────────────────────────────────────────────────┘
  12764. ┌───────────────────────────────────────────────────────────────────────┐
  12765. │                          ProblemNumber : 3110                         │
  12766. │    Product      : CDD                     Duplicate No.:      0       │
  12767. │    Reported By  : TB                      DateReported : 11/19/93     │
  12768. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  12769. │       Fixed In  :                         Status       : Suggestion   │
  12770. │       Origin    :                                                     │
  12771. │    Severity     : Unassigned Severity                                 │
  12772. │                               Synopsis                                │
  12773. │0                                                                      │
  12774. │                                Section                                │
  12775. │                              Report Template                          │
  12776. ├───────────────────────────────────────────────────────────────────────┤
  12777. │                                                                       │
  12778. │                           Problem Description                         │
  12779. │                                                                       │
  12780. │      wants a formula class for the grand totals section of a          │
  12781. │      report                                                           │
  12782. └───────────────────────────────────────────────────────────────────────┘
  12783. ┌───────────────────────────────────────────────────────────────────────┐
  12784. │                          ProblemNumber : 3695                         │
  12785. │    Product      : CDD                     Duplicate No.:      0       │
  12786. │    Reported By  : PB                      DateReported :  2/04/94     │
  12787. │    Reported In  : 3007                    RevisedDate  :  2/04/94     │
  12788. │       Fixed In  :                         Status       : Suggestion   │
  12789. │       Origin    :                                                     │
  12790. │    Severity     : Unassigned Severity                                 │
  12791. │                               Synopsis                                │
  12792. │0                                                                      │
  12793. │                                Section                                │
  12794. │                              Report Template                          │
  12795. ├───────────────────────────────────────────────────────────────────────┤
  12796. │                                                                       │
  12797. │                           Problem Description                         │
  12798. │                                                                       │
  12799. │      suggestion:  allow the user an option to choose whether the      │
  12800. │      title page should be numbered as page 1.                         │
  12801. └───────────────────────────────────────────────────────────────────────┘
  12802. ┌───────────────────────────────────────────────────────────────────────┐
  12803. │                          ProblemNumber : 4384                         │
  12804. │    Product      : CDD                     Duplicate No.:      0       │
  12805. │    Reported By  : DH                      DateReported :  4/14/94     │
  12806. │    Reported In  : 3008                    RevisedDate  :  7/13/94     │
  12807. │       Fixed In  :                         Status       : Suggestion   │
  12808. │       Origin    :                                                     │
  12809. │    Severity     : Unassigned Severity                                 │
  12810. │                               Synopsis                                │
  12811. │0                                                                      │
  12812. │                                Section                                │
  12813. │                              Report Template                          │
  12814. ├───────────────────────────────────────────────────────────────────────┤
  12815. │                                                                       │
  12816. │                           Problem Description                         │
  12817. │                                                                       │
  12818. │      Actuall the Clarion Screen in Clairon.app for the Report         │
  12819. │      Template.....                                                    │
  12820. │      #: 65749 S8/3.0 Support                                          │
  12821. │          12-Apr-94  04:19:52                                          │
  12822. │      Sb: _Report suggestion                                           │
  12823. │      Fm: Rob Mousley 100075,772                                       │
  12824. │      To: Debby Herman - Clarion 72662,475                             │
  12825. │      Hi Debby                                                         │
  12826. │      Minor suggestion (3008)                                          │
  12827. │      The default SCREEN for the report template in CLARION.APP        │
  12828. │      has its top border created in half height block characters.      │
  12829. │       This causes an unexpected & aesthetically unpleasing            │
  12830. │      effectwhen you run with LOADBORDERS.                             │
  12831. │            I suggest that some other design is used - perhaps         │
  12832. │      full     height block characters with a heading inside it.       │
  12833. │               Rob from Chariot                                        │
  12834. └───────────────────────────────────────────────────────────────────────┘
  12835. ┌───────────────────────────────────────────────────────────────────────┐
  12836. │                          ProblemNumber : 4811                         │
  12837. │    Product      : CDD                     Duplicate No.:      0       │
  12838. │    Reported By  : SA                      DateReported :  6/11/94     │
  12839. │    Reported In  : 3009                    RevisedDate  :  6/16/94     │
  12840. │       Fixed In  :                         Status       : Suggestion   │
  12841. │       Origin    :                                                     │
  12842. │    Severity     : Unassigned Severity                                 │
  12843. │                               Synopsis                                │
  12844. │0                                                                      │
  12845. │                                Section                                │
  12846. │                              Report Template                          │
  12847. ├───────────────────────────────────────────────────────────────────────┤
  12848. │                                                                       │
  12849. │                           Problem Description                         │
  12850. │                                                                       │
  12851. │      Reports w/ many formulas seem to take a long time to             │
  12852. │      generate.  Is there any way to make them faster????              │
  12853. │      RM - Chariot                                                     │
  12854. └───────────────────────────────────────────────────────────────────────┘
  12855. ┌───────────────────────────────────────────────────────────────────────┐
  12856. │                          ProblemNumber : 1174                         │
  12857. │    Product      : RW                      Duplicate No.:      0       │
  12858. │    Reported By  : CS                      DateReported :  5/11/93     │
  12859. │    Reported In  : 3003                    RevisedDate  :  7/22/94     │
  12860. │       Fixed In  :                         Status       : Suggestion   │
  12861. │       Origin    : Internal                                            │
  12862. │    Severity     : Unassigned Severity                                 │
  12863. │                               Synopsis                                │
  12864. │                                 RWRUN                                 │
  12865. │                                Section                                │
  12866. │                          ReportWriter Formatter                       │
  12867. ├───────────────────────────────────────────────────────────────────────┤
  12868. │                                                                       │
  12869. │                           Problem Description                         │
  12870. │                                                                       │
  12871. │      Fm: E.J. Tejera 71066,1361                                       │
  12872. │      RRUN was one of the best tools to "sell RW". After using         │
  12873. │      the predefined reports, my clients almost invariably would       │
  12874. │      order a RW. The RW runtime module was a very practical           │
  12875. │      feature of v2.1. Please let R&D and marketing know.              │
  12876. └───────────────────────────────────────────────────────────────────────┘
  12877. ┌───────────────────────────────────────────────────────────────────────┐
  12878. │                          ProblemNumber : 1182                         │
  12879. │    Product      : RW                      Duplicate No.:      0       │
  12880. │    Reported By  : CS                      DateReported :  5/11/93     │
  12881. │    Reported In  : 3003                    RevisedDate  :  7/22/94     │
  12882. │       Fixed In  :                         Status       : Suggestion   │
  12883. │       Origin    : Internal                                            │
  12884. │    Severity     : Unassigned Severity                                 │
  12885. │                               Synopsis                                │
  12886. │                        Report Writer as a DLL                         │
  12887. │                                Section                                │
  12888. │                          ReportWriter Formatter                       │
  12889. ├───────────────────────────────────────────────────────────────────────┤
  12890. │                                                                       │
  12891. │                           Problem Description                         │
  12892. │                                                                       │
  12893. │      Fm: E.J. Tejera 71066,1361                                       │
  12894. │      A really good idea would be to make the Report Writer            │
  12895. │      available as a DLL! It could then be incorporated                │
  12896. │      seamlessly into CDD applications. Since there are license        │
  12897. │      implications here, a dll version of the RW could be made         │
  12898. │      available as a separate product. Eric.                           │
  12899. └───────────────────────────────────────────────────────────────────────┘
  12900. ┌───────────────────────────────────────────────────────────────────────┐
  12901. │                          ProblemNumber : 4513                         │
  12902. │    Product      : CDD                     Duplicate No.:      0       │
  12903. │    Reported By  : MD                      DateReported :  4/22/94     │
  12904. │    Reported In  :                         RevisedDate  :  4/22/94     │
  12905. │       Fixed In  :                         Status       : Suggestion   │
  12906. │       Origin    :                                                     │
  12907. │    Severity     : Unassigned Severity                                 │
  12908. │                               Synopsis                                │
  12909. │0                                                                      │
  12910. │                                Section                                │
  12911. │                          ReportWriter Formatter                       │
  12912. ├───────────────────────────────────────────────────────────────────────┤
  12913. │                                                                       │
  12914. │                           Problem Description                         │
  12915. │                                                                       │
  12916. │      Would be nice to show which line number you are on when          │
  12917. │      viewing the report to the screen so that you have a better       │
  12918. │      idea what it will look like on paper.                            │
  12919. └───────────────────────────────────────────────────────────────────────┘
  12920. ┌───────────────────────────────────────────────────────────────────────┐
  12921. │                          ProblemNumber : 5215                         │
  12922. │    Product      : RW                      Duplicate No.:      0       │
  12923. │    Reported By  : QA                      DateReported :  8/08/94     │
  12924. │    Reported In  : 3001                    RevisedDate  :  8/08/94     │
  12925. │       Fixed In  :                         Status       : Suggestion   │
  12926. │       Origin    : Internal                                            │
  12927. │    Severity     : Suggestion or documentation error                   │
  12928. │                               Synopsis                                │
  12929. │                      Expand runtime range entry                       │
  12930. │                                Section                                │
  12931. │                          ReportWriter Formatter                       │
  12932. ├───────────────────────────────────────────────────────────────────────┤
  12933. │                                                                       │
  12934. │                           Problem Description                         │
  12935. │                                                                       │
  12936. │      Please look into expanding the runtime range entry to            │
  12937. │      include any field.                                               │
  12938. └───────────────────────────────────────────────────────────────────────┘
  12939. ┌───────────────────────────────────────────────────────────────────────┐
  12940. │                          ProblemNumber : 4984                         │
  12941. │    Product      : RW                      Duplicate No.:      0       │
  12942. │    Reported By  : QA                      DateReported :  4/21/94     │
  12943. │    Reported In  :                         RevisedDate  :  4/21/94     │
  12944. │       Fixed In  :                         Status       : Suggestion   │
  12945. │       Origin    : Internal                                            │
  12946. │    Severity     : Unassigned Severity                                 │
  12947. │                               Synopsis                                │
  12948. │0                                                                      │
  12949. │                                Section                                │
  12950. │                                  Runtime                              │
  12951. ├───────────────────────────────────────────────────────────────────────┤
  12952. │                                                                       │
  12953. │                           Problem Description                         │
  12954. │                                                                       │
  12955. │      request came from Beta tester to add another command line        │
  12956. │      parameter.  The parameter would accept the filespec for the      │
  12957. │      DCT file to override what is currently in the RWF.               │
  12958. └───────────────────────────────────────────────────────────────────────┘
  12959. ┌───────────────────────────────────────────────────────────────────────┐
  12960. │                          ProblemNumber : 5008                         │
  12961. │    Product      : RW                      Duplicate No.:      0       │
  12962. │    Reported By  : QA                      DateReported :  5/05/94     │
  12963. │    Reported In  : b2                      RevisedDate  :  5/05/94     │
  12964. │       Fixed In  :                         Status       : Suggestion   │
  12965. │       Origin    : Internal                                            │
  12966. │    Severity     : Unassigned Severity                                 │
  12967. │                               Synopsis                                │
  12968. │0                                                                      │
  12969. │                                Section                                │
  12970. │                                  Runtime                              │
  12971. ├───────────────────────────────────────────────────────────────────────┤
  12972. │                                                                       │
  12973. │                           Problem Description                         │
  12974. │                                                                       │
  12975. │      How about a hotkey to Run the report, now its three ket          │
  12976. │      combos to run one.                                               │
  12977. └───────────────────────────────────────────────────────────────────────┘
  12978. ┌───────────────────────────────────────────────────────────────────────┐
  12979. │                          ProblemNumber : 5085                         │
  12980. │    Product      : RW                      Duplicate No.:      0       │
  12981. │    Reported By  : QA                      DateReported :  5/26/94     │
  12982. │    Reported In  : 1                       RevisedDate  :  7/28/94     │
  12983. │       Fixed In  :                         Status       : Suggestion   │
  12984. │       Origin    : Internal                                            │
  12985. │    Severity     : Cosmetic or user interface problem                  │
  12986. │                               Synopsis                                │
  12987. │                        Controls and Overprint                         │
  12988. │                                Section                                │
  12989. │                                  Runtime                              │
  12990. ├───────────────────────────────────────────────────────────────────────┤
  12991. │                                                                       │
  12992. │                           Problem Description                         │
  12993. │                                                                       │
  12994. │      It is not possible to place a printer control without            │
  12995. │      loosing a space.  for example:                                   │
  12996. │      HereIsALineThatShoudlBeBold,AndThenTurnIntoItalicsLater          │
  12997. │      If I want to change at the Comma above I must include an         │
  12998. │      extra space.  You can do it w/ several lines and OverPrint       │
  12999. │      Next but it doesn't help w/ the WYSIWYG stuff.                   │
  13000. └───────────────────────────────────────────────────────────────────────┘
  13001. ┌───────────────────────────────────────────────────────────────────────┐
  13002. │                          ProblemNumber : 5087                         │
  13003. │    Product      : RW                      Duplicate No.:      0       │
  13004. │    Reported By  : QA                      DateReported :  5/26/94     │
  13005. │    Reported In  : 3.0                     RevisedDate  :  5/26/94     │
  13006. │       Fixed In  :                         Status       : Suggestion   │
  13007. │       Origin    : Internal                                            │
  13008. │    Severity     : Unassigned Severity                                 │
  13009. │                               Synopsis                                │
  13010. │0                                                                      │
  13011. │                                Section                                │
  13012. │                                  Runtime                              │
  13013. ├───────────────────────────────────────────────────────────────────────┤
  13014. │                                                                       │
  13015. │                           Problem Description                         │
  13016. │                                                                       │
  13017. │      Allow the control codes to be printed, the Names be printed      │
  13018. │      or not used at all.                                              │
  13019. └───────────────────────────────────────────────────────────────────────┘
  13020. ┌───────────────────────────────────────────────────────────────────────┐
  13021. │                          ProblemNumber : 5096                         │
  13022. │    Product      : RW                      Duplicate No.:      0       │
  13023. │    Reported By  : J                       DateReported :  6/09/94     │
  13024. │    Reported In  :                         RevisedDate  :  6/09/94     │
  13025. │       Fixed In  :                         Status       : Suggestion   │
  13026. │       Origin    : Internal                                            │
  13027. │    Severity     : Unassigned Severity                                 │
  13028. │                               Synopsis                                │
  13029. │0                                                                      │
  13030. │                                Section                                │
  13031. │                                  Runtime                              │
  13032. ├───────────────────────────────────────────────────────────────────────┤
  13033. │                                                                       │
  13034. │                           Problem Description                         │
  13035. │                                                                       │
  13036. │      The Laser.ctl and Matrix.ctl could use some updating - most      │
  13037. │      common user suggestion                                           │
  13038. └───────────────────────────────────────────────────────────────────────┘
  13039. ┌───────────────────────────────────────────────────────────────────────┐
  13040. │                          ProblemNumber : 5119                         │
  13041. │    Product      : RW                      Duplicate No.:      0       │
  13042. │    Reported By  : CS                      DateReported :  6/27/94     │
  13043. │    Reported In  : 3.0                     RevisedDate  :  6/27/94     │
  13044. │       Fixed In  :                         Status       : Suggestion   │
  13045. │       Origin    : Internal                                            │
  13046. │    Severity     : Unassigned Severity                                 │
  13047. │                               Synopsis                                │
  13048. │0                                                                      │
  13049. │                                Section                                │
  13050. │                                  Runtime                              │
  13051. ├───────────────────────────────────────────────────────────────────────┤
  13052. │                                                                       │
  13053. │                           Problem Description                         │
  13054. │                                                                       │
  13055. │      Got "Unable to Run Report" after completing Tutorial 2.          │
  13056. │      Boy,that's really a helpful message! Couldn't you try a          │
  13057. │      little  harder to identify the general area where you found      │
  13058. │      the     roblem?  I tried all the usual suspects, no success.     │
  13059. └───────────────────────────────────────────────────────────────────────┘
  13060. ┌───────────────────────────────────────────────────────────────────────┐
  13061. │                          ProblemNumber : 0122                         │
  13062. │    Product      : CDD                     Duplicate No.:      0       │
  13063. │    Reported By  : DP                      DateReported :  1/25/93     │
  13064. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  13065. │       Fixed In  :                         Status       : Suggestion   │
  13066. │       Origin    :                                                     │
  13067. │    Severity     : Unassigned Severity                                 │
  13068. │                               Synopsis                                │
  13069. │0                                                                      │
  13070. │                                Section                                │
  13071. │                         Screen Formatter - Editor                     │
  13072. ├───────────────────────────────────────────────────────────────────────┤
  13073. │                                                                       │
  13074. │                           Problem Description                         │
  13075. │                                                                       │
  13076. │      Tracking could have the colors stop at the actual track          │
  13077. │      character rather than at the character 'cell'.  Example          │
  13078. │      more 'Windowishy'.  The DOS shell is DOS 5 is implemented        │
  13079. │      as the above statement without being a bitmapped Windows         │
  13080. │      program.                                                         │
  13081. │      R&D: We don't have a way to my knowledge of supporting this      │
  13082. │      with our current screen library (other than the                  │
  13083. │      special thin borders, which is coming).  Don, you may want       │
  13084. │      to show this to Mike.  Not in the release.                       │
  13085. └───────────────────────────────────────────────────────────────────────┘
  13086. ┌───────────────────────────────────────────────────────────────────────┐
  13087. │                          ProblemNumber : 1022                         │
  13088. │    Product      : CDD                     Duplicate No.:      0       │
  13089. │    Reported By  : ??                      DateReported :  4/12/93     │
  13090. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  13091. │       Fixed In  :                         Status       : Suggestion   │
  13092. │       Origin    :                                                     │
  13093. │    Severity     : Suggestion or documentation error                   │
  13094. │                               Synopsis                                │
  13095. │0                                                                      │
  13096. │                                Section                                │
  13097. │                         Screen Formatter - Editor                     │
  13098. ├───────────────────────────────────────────────────────────────────────┤
  13099. │                                                                       │
  13100. │                           Problem Description                         │
  13101. │                                                                       │
  13102. │      when placing a point field in 2.1 you could actually see         │
  13103. │      the space that it would be occupying. in 3.0 you cannot          │
  13104. │      see where the point field is located when placing it on          │
  13105. │      the screen.                                                      │
  13106. │      3.1 ISSUE                                                        │
  13107. └───────────────────────────────────────────────────────────────────────┘
  13108. ┌───────────────────────────────────────────────────────────────────────┐
  13109. │                          ProblemNumber : 1028                         │
  13110. │    Product      : CDD                     Duplicate No.:      0       │
  13111. │    Reported By  : PB                      DateReported :  4/12/93     │
  13112. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  13113. │       Fixed In  :                         Status       : Suggestion   │
  13114. │       Origin    :                                                     │
  13115. │    Severity     : Suggestion or documentation error                   │
  13116. │                               Synopsis                                │
  13117. │0                                                                      │
  13118. │                                Section                                │
  13119. │                         Screen Formatter - Editor                     │
  13120. ├───────────────────────────────────────────────────────────────────────┤
  13121. │                                                                       │
  13122. │                           Problem Description                         │
  13123. │                                                                       │
  13124. │      when changing virtual and physical screen size, the screen       │
  13125. │      generator tries to make the size closest to the 43/50 line       │
  13126. │      mode. this has some problems                                     │
  13127. │      Version 3.1                                                      │
  13128. └───────────────────────────────────────────────────────────────────────┘
  13129. ┌───────────────────────────────────────────────────────────────────────┐
  13130. │                          ProblemNumber : 1102                         │
  13131. │    Product      : CDD                     Duplicate No.:      0       │
  13132. │    Reported By  : GF                      DateReported :  4/27/93     │
  13133. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  13134. │       Fixed In  :                         Status       : Suggestion   │
  13135. │       Origin    :                                                     │
  13136. │    Severity     : Unassigned Severity                                 │
  13137. │                               Synopsis                                │
  13138. │0                                                                      │
  13139. │                                Section                                │
  13140. │                         Screen Formatter - Editor                     │
  13141. ├───────────────────────────────────────────────────────────────────────┤
  13142. │                                                                       │
  13143. │                           Problem Description                         │
  13144. │                                                                       │
  13145. │      In Editor (probably Generator also) Screen Formatter.            │
  13146. │      Button Text DOES allow a variable name to be entered,            │
  13147. │      however it does not allow dimensioned variables.                 │
  13148. │      ie:  StringVar       is allowed                                  │
  13149. │           StringVar[1]    gives an error for an Invalid Field         │
  13150. │                           Name                                        │
  13151. └───────────────────────────────────────────────────────────────────────┘
  13152. ┌───────────────────────────────────────────────────────────────────────┐
  13153. │                          ProblemNumber : 1242                         │
  13154. │    Product      : CDD                     Duplicate No.:      0       │
  13155. │    Reported By  : GF                      DateReported :  5/14/93     │
  13156. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  13157. │       Fixed In  :                         Status       : Suggestion   │
  13158. │       Origin    :                                                     │
  13159. │    Severity     : Unassigned Severity                                 │
  13160. │                               Synopsis                                │
  13161. │0                                                                      │
  13162. │                                Section                                │
  13163. │                         Screen Formatter - Editor                     │
  13164. ├───────────────────────────────────────────────────────────────────────┤
  13165. │                                                                       │
  13166. │                           Problem Description                         │
  13167. │                                                                       │
  13168. │      User Suggestion:                                                 │
  13169. │      Allow the Screen Formatter in the Application Generator to       │
  13170. │      display the graphical Check boxes and Radio buttons when         │
  13171. │      the environment's "Use Graphical Fonts" is turned on.            │
  13172. └───────────────────────────────────────────────────────────────────────┘
  13173. ┌───────────────────────────────────────────────────────────────────────┐
  13174. │                          ProblemNumber : 1252                         │
  13175. │    Product      : CDD                     Duplicate No.:      0       │
  13176. │    Reported By  : GF                      DateReported :  5/17/93     │
  13177. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  13178. │       Fixed In  :                         Status       : Suggestion   │
  13179. │       Origin    :                                                     │
  13180. │    Severity     : Unassigned Severity                                 │
  13181. │                               Synopsis                                │
  13182. │0                                                                      │
  13183. │                                Section                                │
  13184. │                         Screen Formatter - Editor                     │
  13185. ├───────────────────────────────────────────────────────────────────────┤
  13186. │                                                                       │
  13187. │                           Problem Description                         │
  13188. │                                                                       │
  13189. │      User Suggestion:    Pushbutton addition to screen.               │
  13190. │      When adding a pushbutton to the screen structure, you may        │
  13191. │      now enter either text for the button or a variable name.         │
  13192. │      So, the entry field is innitialized to: ' '                      │
  13193. │      with the cursor in the middle of the two single quotes.          │
  13194. │      The user must hit the insert key to keep from overtyping         │
  13195. │      the last single quote.  Can this field default to INS mode?      │
  13196. │      The user doesn't need to worry about overtyping the quote -      │
  13197. │      if the string starts with a quote and the end quote is           │
  13198. │      overwritten, an ending quote will automatically be placed        │
  13199. │      at the end.                                                      │
  13200. │      Colvin                                                           │
  13201. └───────────────────────────────────────────────────────────────────────┘
  13202. ┌───────────────────────────────────────────────────────────────────────┐
  13203. │                          ProblemNumber : 1259                         │
  13204. │    Product      : CDD                     Duplicate No.:      0       │
  13205. │    Reported By  : GF                      DateReported :  5/17/93     │
  13206. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  13207. │       Fixed In  :                         Status       : Suggestion   │
  13208. │       Origin    :                                                     │
  13209. │    Severity     : Unassigned Severity                                 │
  13210. │                               Synopsis                                │
  13211. │0                                                                      │
  13212. │                                Section                                │
  13213. │                         Screen Formatter - Editor                     │
  13214. ├───────────────────────────────────────────────────────────────────────┤
  13215. │                                                                       │
  13216. │                           Problem Description                         │
  13217. │                                                                       │
  13218. │      User Suggestion:  Ctrl-W                                         │
  13219. │      User was WOW'd by the + and - key usage on Ctrl-W.  Would        │
  13220. │      like to see resizing for Listboxes, Text fields and Image        │
  13221. │      fields work the same way in future releases.                     │
  13222. └───────────────────────────────────────────────────────────────────────┘
  13223. ┌───────────────────────────────────────────────────────────────────────┐
  13224. │                          ProblemNumber : 2017                         │
  13225. │    Product      : CDD                     Duplicate No.:      0       │
  13226. │    Reported By  : CS                      DateReported :  7/30/93     │
  13227. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  13228. │       Fixed In  :                         Status       : Suggestion   │
  13229. │       Origin    :                                                     │
  13230. │    Severity     : Unassigned Severity                                 │
  13231. │                               Synopsis                                │
  13232. │0                                                                      │
  13233. │                                Section                                │
  13234. │                         Screen Formatter - Editor                     │
  13235. ├───────────────────────────────────────────────────────────────────────┤
  13236. │                                                                       │
  13237. │                           Problem Description                         │
  13238. │                                                                       │
  13239. │      Fm: David Jung 72466,1526                                        │
  13240. │       Right, that's what I want, but the "Reorder Fields"             │
  13241. │      commandis in a drop down menu while looking at the FORM          │
  13242. │      screen and the "Auto-Reorder" is buried in the screen field      │
  13243. │      processing accessed via Control-F.  I couldn't immediately       │
  13244. │      find        it.  It would be nice to have the "Auto-Reorder"     │
  13245. │       (and Auto-Populate) next to the "Reorder Fields" in the         │
  13246. │      same drop down menu...                                           │
  13247. │                     OR                                                │
  13248. │                     perhaps a 'checkable' option that as you move     │
  13249. │       fields around on the screen using Control-M, either the         │
  13250. │      underlying accept order changes also (2.1 style) or the          │
  13251. │      accept order is static and remains unchanged.                    │
  13252. │                            i.e.  [X]  Accept Order Static (or         │
  13253. │      Dynamic)                                                         │
  13254. │                               Choosing Auto-Reorder or Reorder        │
  13255. │      Fields would ignore how the option is set. What do you           │
  13256. │      think?                                                           │
  13257. │                                      --David                          │
  13258. └───────────────────────────────────────────────────────────────────────┘
  13259. ┌───────────────────────────────────────────────────────────────────────┐
  13260. │                          ProblemNumber : 2079                         │
  13261. │    Product      : CDD                     Duplicate No.:      0       │
  13262. │    Reported By  : PS                      DateReported :  8/10/93     │
  13263. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  13264. │       Fixed In  :                         Status       : Suggestion   │
  13265. │       Origin    :                                                     │
  13266. │    Severity     : Unassigned Severity                                 │
  13267. │                               Synopsis                                │
  13268. │0                                                                      │
  13269. │                                Section                                │
  13270. │                         Screen Formatter - Editor                     │
  13271. ├───────────────────────────────────────────────────────────────────────┤
  13272. │                                                                       │
  13273. │                           Problem Description                         │
  13274. │                                                                       │
  13275. │      You cannot paint an area of a screen BrightWhite on              │
  13276. │      BrightWhite.                                                     │
  13277. │      R&D:  This may be fixed in a future release - it will be a       │
  13278. │      fundamental redesign of screener to do so.                       │
  13279. └───────────────────────────────────────────────────────────────────────┘
  13280. ┌───────────────────────────────────────────────────────────────────────┐
  13281. │                          ProblemNumber : 2124                         │
  13282. │    Product      : CDD                     Duplicate No.:      0       │
  13283. │    Reported By  : PB                      DateReported :  8/13/93     │
  13284. │    Reported In  : 3004                    RevisedDate  :  2/03/94     │
  13285. │       Fixed In  :                         Status       : Suggestion   │
  13286. │       Origin    :                                                     │
  13287. │    Severity     : Unassigned Severity                                 │
  13288. │                               Synopsis                                │
  13289. │0                                                                      │
  13290. │                                Section                                │
  13291. │                         Screen Formatter - Editor                     │
  13292. ├───────────────────────────────────────────────────────────────────────┤
  13293. │                                                                       │
  13294. │                           Problem Description                         │
  13295. │                                                                       │
  13296. │      suggestion from user:  when doing a make and debug and           │
  13297. │      enable debug settings has not been marked, automatically         │
  13298. │      have it do a make as if it was marked                            │
  13299. │      R&D:  You would drive yourself crazy having to recompile         │
  13300. │      the entire program each time.  This is not a good idea.          │
  13301. │      Maybe we could pop up a warning before continuing so you         │
  13302. │      could fix the settings before attempting the run                 │
  13303. └───────────────────────────────────────────────────────────────────────┘
  13304. ┌───────────────────────────────────────────────────────────────────────┐
  13305. │                          ProblemNumber : 2925                         │
  13306. │    Product      : CDD                     Duplicate No.:      0       │
  13307. │    Reported By  : CS                      DateReported : 11/04/93     │
  13308. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  13309. │       Fixed In  :                         Status       : Suggestion   │
  13310. │       Origin    :                                                     │
  13311. │    Severity     : Unassigned Severity                                 │
  13312. │                               Synopsis                                │
  13313. │0                                                                      │
  13314. │                                Section                                │
  13315. │                         Screen Formatter - Editor                     │
  13316. ├───────────────────────────────────────────────────────────────────────┤
  13317. │                                                                       │
  13318. │                           Problem Description                         │
  13319. │                                                                       │
  13320. │      Fm: Stephen Swope 71525,1225 MSG#:40345                          │
  13321. │      If your designing a screen in an Embedded Data area and          │
  13322. │      wantto use the same  Styles colors that you have for the         │
  13323. │          application you need to Specify that same styles file in     │
  13324. │          the Options for that screen (CTRL-O).                        │
  13325. │          Suggestion: It would be nice if the embedded source          │
  13326. │      screen  formatter defaulted the styles file to the one           │
  13327. │      specified in the Applications Properties Window.                 │
  13328. │                   Greg                                                │
  13329. └───────────────────────────────────────────────────────────────────────┘
  13330. ┌───────────────────────────────────────────────────────────────────────┐
  13331. │                          ProblemNumber : 3481                         │
  13332. │    Product      : CDD                     Duplicate No.:      0       │
  13333. │    Reported By  : DH                      DateReported :  1/06/94     │
  13334. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  13335. │       Fixed In  :                         Status       : Suggestion   │
  13336. │       Origin    :                                                     │
  13337. │    Severity     : Unassigned Severity                                 │
  13338. │                               Synopsis                                │
  13339. │0                                                                      │
  13340. │                                Section                                │
  13341. │                         Screen Formatter - Editor                     │
  13342. ├───────────────────────────────────────────────────────────────────────┤
  13343. │                                                                       │
  13344. │                           Problem Description                         │
  13345. │                                                                       │
  13346. │      The code support multiple alrt attributes on a field but         │
  13347. │      the formatters only support one or a range. Users have           │
  13348. │      requested that we support multi attributes.                      │
  13349. └───────────────────────────────────────────────────────────────────────┘
  13350. ┌───────────────────────────────────────────────────────────────────────┐
  13351. │                          ProblemNumber : 3553                         │
  13352. │    Product      : CDD                     Duplicate No.:      0       │
  13353. │    Reported By  : PB                      DateReported :  1/20/94     │
  13354. │    Reported In  : 3007                    RevisedDate  :  1/21/94     │
  13355. │       Fixed In  :                         Status       : Suggestion   │
  13356. │       Origin    :                                                     │
  13357. │    Severity     : Unassigned Severity                                 │
  13358. │                               Synopsis                                │
  13359. │0                                                                      │
  13360. │                                Section                                │
  13361. │                         Screen Formatter - Editor                     │
  13362. ├───────────────────────────────────────────────────────────────────────┤
  13363. │                                                                       │
  13364. │                           Problem Description                         │
  13365. │                                                                       │
  13366. │      user would like the ability to comment a screen in the           │
  13367. │      source code like 2.1                                             │
  13368. └───────────────────────────────────────────────────────────────────────┘
  13369. ┌───────────────────────────────────────────────────────────────────────┐
  13370. │                          ProblemNumber : 0267                         │
  13371. │    Product      : CDD                     Duplicate No.:      0       │
  13372. │    Reported By  : TB                      DateReported :  2/05/93     │
  13373. │    Reported In  : 3001                    RevisedDate  :  4/26/94     │
  13374. │       Fixed In  :                         Status       : Suggestion   │
  13375. │       Origin    :                                                     │
  13376. │    Severity     : Unassigned Severity                                 │
  13377. │                               Synopsis                                │
  13378. │0                                                                      │
  13379. │                                Section                                │
  13380. │                       Screen Formatter - Generator                    │
  13381. ├───────────────────────────────────────────────────────────────────────┤
  13382. │                                                                       │
  13383. │                           Problem Description                         │
  13384. │                                                                       │
  13385. │      When adding a fixed row, typing on the listbox, control \        │
  13386. │      does not change case.                                            │
  13387. │      I know that is being picky but I'm just mentioning it.           │
  13388. └───────────────────────────────────────────────────────────────────────┘
  13389. ┌───────────────────────────────────────────────────────────────────────┐
  13390. │                          ProblemNumber : 1089                         │
  13391. │    Product      : CDD                     Duplicate No.:      0       │
  13392. │    Reported By  : TB                      DateReported :  4/23/93     │
  13393. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  13394. │       Fixed In  :                         Status       : Suggestion   │
  13395. │       Origin    :                                                     │
  13396. │    Severity     : Unassigned Severity                                 │
  13397. │                               Synopsis                                │
  13398. │0                                                                      │
  13399. │                                Section                                │
  13400. │                       Screen Formatter - Generator                    │
  13401. ├───────────────────────────────────────────────────────────────────────┤
  13402. │                                                                       │
  13403. │                           Problem Description                         │
  13404. │                                                                       │
  13405. │      under control O there is row and column for a fixed screen.      │
  13406. │      We are allowed to put a variable in for these two entry          │
  13407. │      fields or a constant but you cannot put one of each.             │
  13408. │      These entries are not mentioned in the f1 help either.           │
  13409. │      Q & A : Now fixed at Topic Level.  Help is there.                │
  13410. │              Current compiler does not support this - will            │
  13411. │              retain as a suggestion for future support.               │
  13412. └───────────────────────────────────────────────────────────────────────┘
  13413. ┌───────────────────────────────────────────────────────────────────────┐
  13414. │                          ProblemNumber : 1277                         │
  13415. │    Product      : CDD                     Duplicate No.:      0       │
  13416. │    Reported By  : CS                      DateReported :  5/26/93     │
  13417. │    Reported In  : 3003                    RevisedDate  :  8/09/94     │
  13418. │       Fixed In  :                         Status       : Suggestion   │
  13419. │       Origin    : Internal                                            │
  13420. │    Severity     : Unassigned Severity                                 │
  13421. │                               Synopsis                                │
  13422. │              Request for "free form" formula generation               │
  13423. │                                Section                                │
  13424. │                       Screen Formatter - Generator                    │
  13425. ├───────────────────────────────────────────────────────────────────────┤
  13426. │                                                                       │
  13427. │                           Problem Description                         │
  13428. │                                                                       │
  13429. │      Fm: Barry McClure 75170,1100                                     │
  13430. │      4) I sure hope there's another way of entering a formula         │
  13431. │      for a Computed Field. Traversing menus to do "CLIP (             │
  13432. │      Con:FirstName ) & ' ' & Con:LastName" is incredibly awkward      │
  13433. │      and slow. I suspect you've implemented this way so changing      │
  13434. │      a Dictionary field will change the field in the formula as       │
  13435. │      well. Am I right? If so, it may be worth jumping through         │
  13436. │      hoops to get a formula written. If not, better allow for         │
  13437. │      freehand formula entry.                                          │
  13438. │      5) When moving/marking text or a field on the screen, the        │
  13439. │      TAB key should tab across the sceen. It would make marking       │
  13440. │      text/fields much faster.                                         │
  13441. │      6) Procedure Properties/Template. Templates should have a        │
  13442. │      locator field so pressing "B" jumps to the Browse template.      │
  13443. │      Makes template selection faster. Ditto for when selecting        │
  13444. │      file & field names from the list.                                │
  13445. │      7) When designing a screen, for some strange reason Ctrl-P       │
  13446. │      will close the Desqview window and all the screen work           │
  13447. │      since the last save will be lost. This happens only when         │
  13448. │      designing the screen. Ctrl-P has no mysterious effect            │
  13449. │      outside of the Screen template. Ctrl-T also exits the            │
  13450. │      SCREEN and closes the Desqview window. Are there any             │
  13451. │      special Desqview settings I should be aware of? I'm using        │
  13452. │      the QEMM settings as outlined in the DOCS.                       │
  13453. │      8) When designing a screen, the blinking cursor gets lost        │
  13454. │      when it is on top of a solid (blue) track color.                 │
  13455. │      9) When compiling the CONTACTS application, I get the error      │
  13456. │      message "ERROR-Unknown Procedure" and it points to               │
  13457. │      ShowPhones. Yet, ShowPhones is defined as "ShowPhones            │
  13458. │      (BROWSE)" in the Procedure Worksheet, but code is not            │
  13459. │      generated for it in CONTAC01.CLA. What gives? The same           │
  13460. │      thing has happened to someone else here that was trying out      │
  13461. │      the tutorial from scratch.                                       │
  13462. │      10) Because you're using a screen font, some of the track        │
  13463. │      characters will produce the incorrect character where they       │
  13464. │      intersect (double line meets single line). If you're short       │
  13465. │      of screen characters, why not use a small square or a            │
  13466. │      dot to mark where the lines intersect? That way you're           │
  13467. │      using only 1 screen character. It's better than seeing a         │
  13468. │      "]" on the screen.                                               │
  13469. │      11) I find it awkward in a List Box to move a field by           │
  13470. │      deleting it, then make room for it by deleting characters.       │
  13471. └───────────────────────────────────────────────────────────────────────┘
  13472. ┌───────────────────────────────────────────────────────────────────────┐
  13473. │                          ProblemNumber : 1710                         │
  13474. │    Product      : CDD                     Duplicate No.:      0       │
  13475. │    Reported By  : DH                      DateReported :  7/02/93     │
  13476. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  13477. │       Fixed In  :                         Status       : Suggestion   │
  13478. │       Origin    :                                                     │
  13479. │    Severity     : Unassigned Severity                                 │
  13480. │                               Synopsis                                │
  13481. │0                                                                      │
  13482. │                                Section                                │
  13483. │                       Screen Formatter - Generator                    │
  13484. ├───────────────────────────────────────────────────────────────────────┤
  13485. │                                                                       │
  13486. │                           Problem Description                         │
  13487. │                                                                       │
  13488. │      User suggests that when a field is deleted from a screen         │
  13489. │      that you be alerted in some way, if you have embedded            │
  13490. │      source on that field.  It's easy to wipe out alot of work.       │
  13491. └───────────────────────────────────────────────────────────────────────┘
  13492. ┌───────────────────────────────────────────────────────────────────────┐
  13493. │                          ProblemNumber : 1955                         │
  13494. │    Product      : CDD                     Duplicate No.:      0       │
  13495. │    Reported By  : TB                      DateReported :  7/21/93     │
  13496. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  13497. │       Fixed In  :                         Status       : Suggestion   │
  13498. │       Origin    :                                                     │
  13499. │    Severity     : Unassigned Severity                                 │
  13500. │                               Synopsis                                │
  13501. │0                                                                      │
  13502. │                                Section                                │
  13503. │                       Screen Formatter - Generator                    │
  13504. ├───────────────────────────────────────────────────────────────────────┤
  13505. │                                                                       │
  13506. │                           Problem Description                         │
  13507. │                                                                       │
  13508. │      allow a pause field to be used from the app gen                  │
  13509. └───────────────────────────────────────────────────────────────────────┘
  13510. ┌───────────────────────────────────────────────────────────────────────┐
  13511. │                          ProblemNumber : 1960                         │
  13512. │    Product      : CDD                     Duplicate No.:      0       │
  13513. │    Reported By  : DH                      DateReported :  7/21/93     │
  13514. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  13515. │       Fixed In  :                         Status       : Suggestion   │
  13516. │       Origin    :                                                     │
  13517. │    Severity     : Unassigned Severity                                 │
  13518. │                               Synopsis                                │
  13519. │0                                                                      │
  13520. │                                Section                                │
  13521. │                       Screen Formatter - Generator                    │
  13522. ├───────────────────────────────────────────────────────────────────────┤
  13523. │                                                                       │
  13524. │                           Problem Description                         │
  13525. │                                                                       │
  13526. │      User requests that space between the radio button and the        │
  13527. │      text for the option be shortened. Claims that a screen with      │
  13528. │      many buttons causes problems.                                    │
  13529. └───────────────────────────────────────────────────────────────────────┘
  13530. ┌───────────────────────────────────────────────────────────────────────┐
  13531. │                          ProblemNumber : 1980                         │
  13532. │    Product      : CDD                     Duplicate No.:      0       │
  13533. │    Reported By  : CS                      DateReported :  7/26/93     │
  13534. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  13535. │       Fixed In  :                         Status       : Suggestion   │
  13536. │       Origin    :                                                     │
  13537. │    Severity     : Unassigned Severity                                 │
  13538. │                               Synopsis                                │
  13539. │0                                                                      │
  13540. │                                Section                                │
  13541. │                       Screen Formatter - Generator                    │
  13542. ├───────────────────────────────────────────────────────────────────────┤
  13543. │                                                                       │
  13544. │                           Problem Description                         │
  13545. │                                                                       │
  13546. │      Fm: Paul Smulders 72114,3357                                     │
  13547. │      No big issues, but perhaps some ideas to make the product        │
  13548. │      even better. In release 3.004 you included my suggestion of      │
  13549. │      'Default colors' menu option in the screen formatter. In my      │
  13550. │        applications I use various screen defaults, which is e         │
  13551. │        specially useful if various screens display on top of each     │
  13552. │       other. The colorscheme says something about the function of     │
  13553. │       the screen (validate browse, inputform, warning, etc).          │
  13554. │        It would be great if there would be a 'Save to disk' and       │
  13555. │      import facility of screen defaults, so that in designing the     │
  13556. │       screen one can choose from various predefined colorschemes.     │
  13557. │         Is the Browse engine going to be changed such that it         │
  13558. │      will react to PAGEUP in the last page of records?                │
  13559. │            The conditional switch for the COMPILE directive is        │
  13560. │      located under the DEBUG pushbutton of the CHANGE PROGRAM         │
  13561. │      MODULE. Does that make sense? It has more to do with the         │
  13562. │      compile options then with debugging?!?!                          │
  13563. │                    In the first prerelease of CDD 3 the debugger      │
  13564. │      showed the amount of memory used (or still available, I          │
  13565. │      don't remember). That was an interesting feature which for       │
  13566. │      some reason was left out???? It would be helpfull if one can     │
  13567. │       search a procedure in the debugger which is not in the          │
  13568. │      present module. If in CLAVID, one has to go out, start up        │
  13569. │      CDD and check            the procedure tree to see in which      │
  13570. │      module it is.                                                    │
  13571. │                               When adding or changing embedded        │
  13572. │      code in the editor, it would be helpfull to have a list of       │
  13573. │      local and global variables available!!!! Even beter: one         │
  13574. │      that allows pasting them in the text.                            │
  13575. │                                     There are 2 Replies.              │
  13576. └───────────────────────────────────────────────────────────────────────┘
  13577. ┌───────────────────────────────────────────────────────────────────────┐
  13578. │                          ProblemNumber : 2081                         │
  13579. │    Product      : CDD                     Duplicate No.:      0       │
  13580. │    Reported By  : CS                      DateReported :  8/10/93     │
  13581. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  13582. │       Fixed In  :                         Status       : Suggestion   │
  13583. │       Origin    :                                                     │
  13584. │    Severity     : Unassigned Severity                                 │
  13585. │                               Synopsis                                │
  13586. │0                                                                      │
  13587. │                                Section                                │
  13588. │                       Screen Formatter - Generator                    │
  13589. ├───────────────────────────────────────────────────────────────────────┤
  13590. │                                                                       │
  13591. │                           Problem Description                         │
  13592. │                                                                       │
  13593. │      Fm: David Jung 72466,1526                                        │
  13594. │      The IMAGE field documentation indicates that the SCREEN          │
  13595. │      have the GRAPHICS attribute. Neither the Application edito r     │
  13596. │       or the COMPILER is detecting the error condition of             │
  13597. │      omitting the required GRAPHICS attribute! Everything             │
  13598. │      compiles ok  and works except no GIF/PCX is displayed...         │
  13599. │                   1.  The COMPILER should have flagged the IMAGE      │
  13600. │      field line as being in error since the SCREEN did not have       │
  13601. │      a GRAPHICS attribute.                                            │
  13602. │                    2. Application editor should have complained       │
  13603. │      about me adding an IMAGE field to a screen that wasn't           │
  13604. │      'checked' as being GRAPHIC.                                      │
  13605. │                          I spent a lot time looking for this          │
  13606. │      one...<sigh>            version 3004                             │
  13607. └───────────────────────────────────────────────────────────────────────┘
  13608. ┌───────────────────────────────────────────────────────────────────────┐
  13609. │                          ProblemNumber : 2182                         │
  13610. │    Product      : CDD                     Duplicate No.:      0       │
  13611. │    Reported By  : CS                      DateReported :  8/20/93     │
  13612. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  13613. │       Fixed In  :                         Status       : Suggestion   │
  13614. │       Origin    :                                                     │
  13615. │    Severity     : Unassigned Severity                                 │
  13616. │                               Synopsis                                │
  13617. │0                                                                      │
  13618. │                                Section                                │
  13619. │                       Screen Formatter - Generator                    │
  13620. ├───────────────────────────────────────────────────────────────────────┤
  13621. │                                                                       │
  13622. │                           Problem Description                         │
  13623. │                                                                       │
  13624. │      Fm: David Jung 72466,1526                                        │
  13625. │      I've been using the reapply default colors option, however       │
  13626. │      you have to go to each screen.... I'm looking for a "gobal"      │
  13627. │       reapply default colors.                                         │
  13628. │       --David                                                         │
  13629. └───────────────────────────────────────────────────────────────────────┘
  13630. ┌───────────────────────────────────────────────────────────────────────┐
  13631. │                          ProblemNumber : 2339                         │
  13632. │    Product      : CDD                     Duplicate No.:      0       │
  13633. │    Reported By  : PB                      DateReported :  9/17/93     │
  13634. │    Reported In  : 3005                    RevisedDate  :  4/26/94     │
  13635. │       Fixed In  :                         Status       : Suggestion   │
  13636. │       Origin    :                                                     │
  13637. │    Severity     : Unassigned Severity                                 │
  13638. │                               Synopsis                                │
  13639. │0                                                                      │
  13640. │                                Section                                │
  13641. │                       Screen Formatter - Generator                    │
  13642. ├───────────────────────────────────────────────────────────────────────┤
  13643. │                                                                       │
  13644. │                           Problem Description                         │
  13645. │                                                                       │
  13646. │      suggestion from user: wants to be able to create local data      │
  13647. │      from within the screen designer                                  │
  13648. └───────────────────────────────────────────────────────────────────────┘
  13649. ┌───────────────────────────────────────────────────────────────────────┐
  13650. │                          ProblemNumber : 2360                         │
  13651. │    Product      : CDD                     Duplicate No.:      0       │
  13652. │    Reported By  : CS                      DateReported :  9/21/93     │
  13653. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  13654. │       Fixed In  :                         Status       : Suggestion   │
  13655. │       Origin    :                                                     │
  13656. │    Severity     : Unassigned Severity                                 │
  13657. │                               Synopsis                                │
  13658. │0                                                                      │
  13659. │                                Section                                │
  13660. │                       Screen Formatter - Generator                    │
  13661. ├───────────────────────────────────────────────────────────────────────┤
  13662. │                                                                       │
  13663. │                           Problem Description                         │
  13664. │                                                                       │
  13665. │      Fm: GLENN HARDIN 72611,1410                                      │
  13666. │      The DIM fields (that's DIM not damn) could stand some he         │
  13667. │      lp.On a FORM using Alt-L for Auto-populate when you select       │
  13668. │      the DIM field it should automatically increment the              │
  13669. │      incremental counter to select the next iteration of the DIM      │
  13670. │      field.      Currently it is always [01] level that pops up       │
  13671. │      for          population.                                         │
  13672. └───────────────────────────────────────────────────────────────────────┘
  13673. ┌───────────────────────────────────────────────────────────────────────┐
  13674. │                          ProblemNumber : 3804                         │
  13675. │    Product      : CDD                     Duplicate No.:      0       │
  13676. │    Reported By  : CS                      DateReported :  2/12/94     │
  13677. │    Reported In  : 30071                   RevisedDate  :  2/14/94     │
  13678. │       Fixed In  :                         Status       : Suggestion   │
  13679. │       Origin    :                                                     │
  13680. │    Severity     : Unassigned Severity                                 │
  13681. │                               Synopsis                                │
  13682. │0                                                                      │
  13683. │                                Section                                │
  13684. │                       Screen Formatter - Generator                    │
  13685. ├───────────────────────────────────────────────────────────────────────┤
  13686. │                                                                       │
  13687. │                           Problem Description                         │
  13688. │                                                                       │
  13689. │      3. Consider reversing buttons on "Button Field Properties"       │
  13690. │      dialog window to                                                 │
  13691. │      show WHEN SELECTED first, and WHEN CHOSEN second (i.e.,          │
  13692. │      reverse them). This                                              │
  13693. │      more closely mirrors what happens when the application is        │
  13694. │      running and how the                                              │
  13695. │      developer is thinking when designing the application.            │
  13696. │      DH - I second this suggestion                                    │
  13697. │      R&D (Colvin):  This was the way it was originally done - I       │
  13698. │      was told to reverse it to the way it is now.                     │
  13699. └───────────────────────────────────────────────────────────────────────┘
  13700. ┌───────────────────────────────────────────────────────────────────────┐
  13701. │                          ProblemNumber : 3806                         │
  13702. │    Product      : CDD                     Duplicate No.:      0       │
  13703. │    Reported By  : CS                      DateReported :  2/12/94     │
  13704. │    Reported In  : 30071                   RevisedDate  :  2/12/94     │
  13705. │       Fixed In  :                         Status       : Suggestion   │
  13706. │       Origin    :                                                     │
  13707. │    Severity     : Unassigned Severity                                 │
  13708. │                               Synopsis                                │
  13709. │0                                                                      │
  13710. │                                Section                                │
  13711. │                       Screen Formatter - Generator                    │
  13712. ├───────────────────────────────────────────────────────────────────────┤
  13713. │                                                                       │
  13714. │                           Problem Description                         │
  13715. │                                                                       │
  13716. │      Is there a switch to cause screen formatter to use               │
  13717. │      "pressure sensitive"                                             │
  13718. │      scrolling during virtual screen designs? On my system, the       │
  13719. │      normal auto-scroll                                               │
  13720. │      feature makes the screen move so quickly I cannot control        │
  13721. │      it very well. (If                                                │
  13722. │      not, move this under suggestions).                               │
  13723. └───────────────────────────────────────────────────────────────────────┘
  13724. ┌───────────────────────────────────────────────────────────────────────┐
  13725. │                          ProblemNumber : 4224                         │
  13726. │    Product      : CDD                     Duplicate No.:      0       │
  13727. │    Reported By  : JB                      DateReported :  3/25/94     │
  13728. │    Reported In  : 3007                    RevisedDate  :  3/29/94     │
  13729. │       Fixed In  :                         Status       : Suggestion   │
  13730. │       Origin    :                                                     │
  13731. │    Severity     : Unassigned Severity                                 │
  13732. │                               Synopsis                                │
  13733. │0                                                                      │
  13734. │                                Section                                │
  13735. │                       Screen Formatter - Generator                    │
  13736. ├───────────────────────────────────────────────────────────────────────┤
  13737. │                                                                       │
  13738. │                           Problem Description                         │
  13739. │                                                                       │
  13740. │      User requests ability to disable skip on @t3 and @t6             │
  13741. │      R&D:  These picture tokens are not explicitly supported for      │
  13742. │      entry of data.  Although it appears that they will work for      │
  13743. │      entry, not every case actually works correctly, such as          │
  13744. │      entering 12:30 and trying to get it to be PM instead of AM.      │
  13745. │      In addition, to support these tokens would imply support         │
  13746. │      for similar date tokens, which would in turn be far more         │
  13747. │      complicated to implement.                                        │
  13748. │      The inadvertant ability to get fields with picture tokens        │
  13749. │      of @T3 and @T6 into generator screener by using populate         │
  13750. │      will be fixed.                                                   │
  13751. └───────────────────────────────────────────────────────────────────────┘
  13752. ┌───────────────────────────────────────────────────────────────────────┐
  13753. │                          ProblemNumber : 4526                         │
  13754. │    Product      : CDD                     Duplicate No.:      0       │
  13755. │    Reported By  : CS                      DateReported :  4/22/94     │
  13756. │    Reported In  : 3008                    RevisedDate  :  4/22/94     │
  13757. │       Fixed In  :                         Status       : Suggestion   │
  13758. │       Origin    :                                                     │
  13759. │    Severity     : Unassigned Severity                                 │
  13760. │                               Synopsis                                │
  13761. │0                                                                      │
  13762. │                                Section                                │
  13763. │                       Screen Formatter - Generator                    │
  13764. ├───────────────────────────────────────────────────────────────────────┤
  13765. │                                                                       │
  13766. │                           Problem Description                         │
  13767. │                                                                       │
  13768. │      Fm: Mark Goldberg 75250,2551 MSG#:67610                          │
  13769. │      Appgen:Screener:^F:Source (Completed)                            │
  13770. │         make a change                                                 │
  13771. │         alt-f-x (save the change)                                     │
  13772. │         esc     (to exit ^F screen)                                   │
  13773. │      Notice that the change to the source has been saved!             │
  13774. │      If would suggest that ESC exits the ^F as if Cancel were         │
  13775. │      pressed, but if any changes have been made then an are you       │
  13776. │      sure y/n screen appears, just like what happens when             │
  13777. │      esc'ing from the procedure screen (where the #prompts are).      │
  13778. │                 Mark                                                  │
  13779. └───────────────────────────────────────────────────────────────────────┘
  13780. ┌───────────────────────────────────────────────────────────────────────┐
  13781. │                          ProblemNumber : 4803                         │
  13782. │    Product      : CDD                     Duplicate No.:      0       │
  13783. │    Reported By  : BF                      DateReported :  6/10/94     │
  13784. │    Reported In  : 3009B                   RevisedDate  :  6/13/94     │
  13785. │       Fixed In  :                         Status       : Suggestion   │
  13786. │       Origin    :                                                     │
  13787. │    Severity     : Unassigned Severity                                 │
  13788. │                               Synopsis                                │
  13789. │0                                                                      │
  13790. │                                Section                                │
  13791. │                       Screen Formatter - Generator                    │
  13792. ├───────────────────────────────────────────────────────────────────────┤
  13793. │                                                                       │
  13794. │                           Problem Description                         │
  13795. │                                                                       │
  13796. │      From a student in a previous class...allow a step locator        │
  13797. │      on the track window.(Type an '!', move straight to that          │
  13798. │      character)                                                       │
  13799. │      R&D:  Good idea, but it's unlikely this will make it into        │
  13800. │      the list for 3.1 at this point.                                  │
  13801. └───────────────────────────────────────────────────────────────────────┘
  13802. ┌───────────────────────────────────────────────────────────────────────┐
  13803. │                          ProblemNumber : 0120                         │
  13804. │    Product      : CDD                     Duplicate No.:      0       │
  13805. │    Reported By  : DP                      DateReported :  1/25/93     │
  13806. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  13807. │       Fixed In  :                         Status       : Suggestion   │
  13808. │       Origin    :                                                     │
  13809. │    Severity     : Unassigned Severity                                 │
  13810. │                               Synopsis                                │
  13811. │0                                                                      │
  13812. │                                Section                                │
  13813. │                              Screen Library                           │
  13814. ├───────────────────────────────────────────────────────────────────────┤
  13815. │                                                                       │
  13816. │                           Problem Description                         │
  13817. │                                                                       │
  13818. │      Caps attribute...how about setting a switch that would           │
  13819. │      provide an opportunity to turn on our caps support from the      │
  13820. │      existing switch.  We could stick in a quick template mod         │
  13821. │      with a check box added to the form dialog.                       │
  13822. └───────────────────────────────────────────────────────────────────────┘
  13823. ┌───────────────────────────────────────────────────────────────────────┐
  13824. │                          ProblemNumber : 0212                         │
  13825. │    Product      : CDD                     Duplicate No.:      0       │
  13826. │    Reported By  : CS                      DateReported :  2/02/93     │
  13827. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  13828. │       Fixed In  :                         Status       : Suggestion   │
  13829. │       Origin    :                                                     │
  13830. │    Severity     : Unassigned Severity                                 │
  13831. │                               Synopsis                                │
  13832. │0                                                                      │
  13833. │                                Section                                │
  13834. │                              Screen Library                           │
  13835. ├───────────────────────────────────────────────────────────────────────┤
  13836. │                                                                       │
  13837. │                           Problem Description                         │
  13838. │                                                                       │
  13839. │      PUTSTYLES should NOT be a third-party enhancement. You have      │
  13840. │      included three-fourths of a color management system in C3;       │
  13841. │      to leave out the last quarter is simply sloppy.                  │
  13842. │      Third party enhancements should address things that are not      │
  13843. │      part of the core language, not fix things that are wrong         │
  13844. │      with the base system. That is why LPM is such a kludge           │
  13845. │      (although a tremendously useful one... no offense, Dave).        │
  13846. │      YOU decided that color management would be part of the base      │
  13847. │      language, so give us all the capabilities we need to make        │
  13848. │      use of it. Without PUTSTYLES, color management is only           │
  13849. │      available at design time, not at run time... unless we           │
  13850. │      expect our users to redefine their colors every time they        │
  13851. │      run the program.                                                 │
  13852. │      Don                                                              │
  13853. │      PS: I happen to think that report redirection (screen            │
  13854. │      printer disk) should be part of the core... but you decided      │
  13855. │      otherwise. However, if you were to add printer redirection,      │
  13856. │      would you leave the file viewer out??? I think not. I            │
  13857. │      think this is analogous to leaving out PUTSTYLES!                │
  13858. └───────────────────────────────────────────────────────────────────────┘
  13859. ┌───────────────────────────────────────────────────────────────────────┐
  13860. │                          ProblemNumber : 0245                         │
  13861. │    Product      : CDD                     Duplicate No.:      0       │
  13862. │    Reported By  : TB                      DateReported :  2/03/93     │
  13863. │    Reported In  : 3001                    RevisedDate  :  4/22/94     │
  13864. │       Fixed In  :                         Status       : Suggestion   │
  13865. │       Origin    :                                                     │
  13866. │    Severity     : Unassigned Severity                                 │
  13867. │                               Synopsis                                │
  13868. │0                                                                      │
  13869. │                                Section                                │
  13870. │                              Screen Library                           │
  13871. ├───────────────────────────────────────────────────────────────────────┤
  13872. │                                                                       │
  13873. │                           Problem Description                         │
  13874. │                                                                       │
  13875. │      Can we change the default color of a checkbox away from          │
  13876. │      white on black ?  Especially since the screen is black on        │
  13877. │      white.  Basically the checkbox default color is ugly.            │
  13878. │      Personal opinion.                                                │
  13879. │      The radio buttons are in the same condition.                     │
  13880. └───────────────────────────────────────────────────────────────────────┘
  13881. ┌───────────────────────────────────────────────────────────────────────┐
  13882. │                          ProblemNumber : 0414                         │
  13883. │    Product      : CDD                     Duplicate No.:      0       │
  13884. │    Reported By  : TB                      DateReported :  2/18/93     │
  13885. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  13886. │       Fixed In  :                         Status       : Suggestion   │
  13887. │       Origin    :                                                     │
  13888. │    Severity     : Unassigned Severity                                 │
  13889. │                               Synopsis                                │
  13890. │0                                                                      │
  13891. │                                Section                                │
  13892. │                              Screen Library                           │
  13893. ├───────────────────────────────────────────────────────────────────────┤
  13894. │                                                                       │
  13895. │                           Problem Description                         │
  13896. │                                                                       │
  13897. │      a user requested the ability to find out if the monitor is       │
  13898. │      monochrome or color.                                             │
  13899. │      Q & A - Look at hardware information under cshell.               │
  13900. │      he was referencing in his code?                                  │
  13901. └───────────────────────────────────────────────────────────────────────┘
  13902. ┌───────────────────────────────────────────────────────────────────────┐
  13903. │                          ProblemNumber : 0467                         │
  13904. │    Product      : CDD                     Duplicate No.:      0       │
  13905. │    Reported By  : CS                      DateReported :  3/01/93     │
  13906. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  13907. │       Fixed In  :                         Status       : Suggestion   │
  13908. │       Origin    :                                                     │
  13909. │    Severity     : Unassigned Severity                                 │
  13910. │                               Synopsis                                │
  13911. │0                                                                      │
  13912. │                                Section                                │
  13913. │                              Screen Library                           │
  13914. ├───────────────────────────────────────────────────────────────────────┤
  13915. │                                                                       │
  13916. │                           Problem Description                         │
  13917. │                                                                       │
  13918. │      Picture Token                                                    │
  13919. │          I was (very) disappointed to see the lack of support         │
  13920. │      for entering a Time value using @T3 "HH:MMXM" and @T6            │
  13921. │      "HH:MM:SSXM". This has been a thorn in my side with 2.1 and      │
  13922. │      I was hoping it would be fixed in 3.0 but IT HASN'T. Why         │
  13923. │      can't you make life easier on programmers who have to input      │
  13924. │      time values?                                                     │
  13925. │         It means I have to convert Time fields which are stored       │
  13926. │      as 24:00 and display them in the 12:00 format and set an         │
  13927. │      input field for the AM/PM indicator. Then when the field is      │
  13928. │      changed, convert it from the 12:00xM format back to the          │
  13929. │      24:00 format. If I have 3 or 4 time fields on a form, it         │
  13930. │      becomes a big programming hassle with conversion routines        │
  13931. │      on the setup line and the edit line for each time field,         │
  13932. │      plus constructing memory variables to hold the AM/PM             │
  13933. │      indicators for each time field. The only support that            │
  13934. │      Clarion 3.0/2.x has to enter 5:30PM is to force the user to      │
  13935. │      enter it as 17:30 hours, and how many end users out there        │
  13936. │      know military time? It's about time Clarion supported @T3 &      │
  13937. │      @T6 for data entry!                                              │
  13938. └───────────────────────────────────────────────────────────────────────┘
  13939. ┌───────────────────────────────────────────────────────────────────────┐
  13940. │                          ProblemNumber : 0853                         │
  13941. │    Product      : CDD                     Duplicate No.:      0       │
  13942. │    Reported By  : GF                      DateReported :  4/08/93     │
  13943. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  13944. │       Fixed In  :                         Status       : Suggestion   │
  13945. │       Origin    :                                                     │
  13946. │    Severity     : Unassigned Severity                                 │
  13947. │                               Synopsis                                │
  13948. │0                                                                      │
  13949. │                                Section                                │
  13950. │                              Screen Library                           │
  13951. ├───────────────────────────────────────────────────────────────────────┤
  13952. │                                                                       │
  13953. │                           Problem Description                         │
  13954. │                                                                       │
  13955. │      Runtime.  Mouse Control of the Repeat Structure's Point          │
  13956. │                Bar.                                                   │
  13957. │      Suggestion for version 3.1(ish):                                 │
  13958. │      Have Repeat structures work at runtime the same as               │
  13959. │      listboxes at runtime in regards to the use of the                │
  13960. │                 Right Mouse Button Screen Scrolling                   │
  13961. │      when above or below the mouse scroll.                            │
  13962. └───────────────────────────────────────────────────────────────────────┘
  13963. ┌───────────────────────────────────────────────────────────────────────┐
  13964. │                          ProblemNumber : 0985                         │
  13965. │    Product      : CDD                     Duplicate No.:      0       │
  13966. │    Reported By  : TB                      DateReported :  4/12/93     │
  13967. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  13968. │       Fixed In  :                         Status       : Suggestion   │
  13969. │       Origin    :                                                     │
  13970. │    Severity     : Unassigned Severity                                 │
  13971. │                               Synopsis                                │
  13972. │0                                                                      │
  13973. │                                Section                                │
  13974. │                              Screen Library                           │
  13975. ├───────────────────────────────────────────────────────────────────────┤
  13976. │                                                                       │
  13977. │                           Problem Description                         │
  13978. │                                                                       │
  13979. │      when help appears shouldn't the pulldown be dimmed so that       │
  13980. │      I cannot select the action bar while showing help                │
  13981. │      -----------------------------------------------------------      │
  13982. │      Is this a Problem?  If you think so, enter it as a               │
  13983. │      suggestion to change the help/screen libraries.  There is        │
  13984. │      no good way in the templates to intercept the F1 key when        │
  13985. │      you have a HelpID declared.                                      │
  13986. │      Screens are not dimmed (DISABLE()'d) either.                     │
  13987. └───────────────────────────────────────────────────────────────────────┘
  13988. ┌───────────────────────────────────────────────────────────────────────┐
  13989. │                          ProblemNumber : 1151                         │
  13990. │    Product      : CDD                     Duplicate No.:      0       │
  13991. │    Reported By  : CS                      DateReported :  5/07/93     │
  13992. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  13993. │       Fixed In  :                         Status       : Suggestion   │
  13994. │       Origin    :                                                     │
  13995. │    Severity     : Unassigned Severity                                 │
  13996. │                               Synopsis                                │
  13997. │0                                                                      │
  13998. │                                Section                                │
  13999. │                              Screen Library                           │
  14000. ├───────────────────────────────────────────────────────────────────────┤
  14001. │                                                                       │
  14002. │                           Problem Description                         │
  14003. │                                                                       │
  14004. │      Fm: Douglas E. Johnson 71543,1566                                │
  14005. │      With all this fuss over CUA compliance, the thought comes        │
  14006. │      to mind that being able to toggle CUA on/off in one's Apps       │
  14007. │      might be a nice feature. Might R&D look into allowing the        │
  14008. │      CUA screen attribute to be set by a variable? Something          │
  14009. │      like SET CLACUA=ON might do the trick.                           │
  14010. └───────────────────────────────────────────────────────────────────────┘
  14011. ┌───────────────────────────────────────────────────────────────────────┐
  14012. │                          ProblemNumber : 1258                         │
  14013. │    Product      : CDD                     Duplicate No.:      0       │
  14014. │    Reported By  : GF                      DateReported :  5/17/93     │
  14015. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  14016. │       Fixed In  :                         Status       : Suggestion   │
  14017. │       Origin    :                                                     │
  14018. │    Severity     : Unassigned Severity                                 │
  14019. │                               Synopsis                                │
  14020. │0                                                                      │
  14021. │                                Section                                │
  14022. │                              Screen Library                           │
  14023. ├───────────────────────────────────────────────────────────────────────┤
  14024. │                                                                       │
  14025. │                           Problem Description                         │
  14026. │                                                                       │
  14027. │      RADIO BUTTONS:   Allow the Skip attribute for these fields.      │
  14028. │      GDF - Handy when using a radio button field as a 'Hot            │
  14029. │      Field' for a Browse procedure.                                   │
  14030. └───────────────────────────────────────────────────────────────────────┘
  14031. ┌───────────────────────────────────────────────────────────────────────┐
  14032. │                          ProblemNumber : 1324                         │
  14033. │    Product      : CDD                     Duplicate No.:      0       │
  14034. │    Reported By  : PS                      DateReported :  5/21/93     │
  14035. │    Reported In  : 3003                    RevisedDate  :  4/27/94     │
  14036. │       Fixed In  :                         Status       : Suggestion   │
  14037. │       Origin    :                                                     │
  14038. │    Severity     : Unassigned Severity                                 │
  14039. │                               Synopsis                                │
  14040. │0                                                                      │
  14041. │                                Section                                │
  14042. │                              Screen Library                           │
  14043. ├───────────────────────────────────────────────────────────────────────┤
  14044. │                                                                       │
  14045. │                           Problem Description                         │
  14046. │                                                                       │
  14047. │      user wants to be able to design a pushbutton that takes on       │
  14048. │      more than one variable for the text.                             │
  14049. │        ex.    --------                                                │
  14050. │              |  var1  |                                               │
  14051. │              |  var2  |                                               │
  14052. │              |  var3  |                                               │
  14053. │              |  var4  |                                               │
  14054. │               --------                                                │
  14055. └───────────────────────────────────────────────────────────────────────┘
  14056. ┌───────────────────────────────────────────────────────────────────────┐
  14057. │                          ProblemNumber : 1551                         │
  14058. │    Product      : CDD                     Duplicate No.:      0       │
  14059. │    Reported By  : PB                      DateReported :  6/15/93     │
  14060. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  14061. │       Fixed In  :                         Status       : Suggestion   │
  14062. │       Origin    :                                                     │
  14063. │    Severity     : Unassigned Severity                                 │
  14064. │                               Synopsis                                │
  14065. │0                                                                      │
  14066. │                                Section                                │
  14067. │                              Screen Library                           │
  14068. ├───────────────────────────────────────────────────────────────────────┤
  14069. │                                                                       │
  14070. │                           Problem Description                         │
  14071. │                                                                       │
  14072. │      user wants to be able to have graphical virtual screens,         │
  14073. │      understands all the penalties this might cause but he            │
  14074. │      thinks it is essential for his application.                      │
  14075. └───────────────────────────────────────────────────────────────────────┘
  14076. ┌───────────────────────────────────────────────────────────────────────┐
  14077. │                          ProblemNumber : 1568                         │
  14078. │    Product      : CDD                     Duplicate No.:      0       │
  14079. │    Reported By  : DH                      DateReported :  6/16/93     │
  14080. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  14081. │       Fixed In  :                         Status       : Suggestion   │
  14082. │       Origin    :                                                     │
  14083. │    Severity     : Unassigned Severity                                 │
  14084. │                               Synopsis                                │
  14085. │0                                                                      │
  14086. │                                Section                                │
  14087. │                              Screen Library                           │
  14088. ├───────────────────────────────────────────────────────────────────────┤
  14089. │                                                                       │
  14090. │                           Problem Description                         │
  14091. │                                                                       │
  14092. │      user wants use to return the actual row and col size of an       │
  14093. │      existing pcx image so that they can display it correctly         │
  14094. │      instead of guessing the size. Dan Richards works at              │
  14095. │      National Gallery and is creating a database of artwork           │
  14096. │      images.                                                          │
  14097. └───────────────────────────────────────────────────────────────────────┘
  14098. ┌───────────────────────────────────────────────────────────────────────┐
  14099. │                          ProblemNumber : 1659                         │
  14100. │    Product      : CDD                     Duplicate No.:      0       │
  14101. │    Reported By  : CS                      DateReported :  6/28/93     │
  14102. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  14103. │       Fixed In  :                         Status       : Suggestion   │
  14104. │       Origin    :                                                     │
  14105. │    Severity     : Unassigned Severity                                 │
  14106. │                               Synopsis                                │
  14107. │0                                                                      │
  14108. │                                Section                                │
  14109. │                              Screen Library                           │
  14110. ├───────────────────────────────────────────────────────────────────────┤
  14111. │                                                                       │
  14112. │                           Problem Description                         │
  14113. │                                                                       │
  14114. │      Fm: D. Fast 71652,2205                                           │
  14115. │      It Says... There is NOT a Color Attribute... This DOES NOT       │
  14116. │      say there cannot BE one... I Guess it may have seemed as         │
  14117. │      though I Hadn't read the Docs ... But; the Question WAS          │
  14118. │      directed to R & D...Implying a Request for a Language            │
  14119. │      Enhancement where the PRESENT Aspects of the Pulldown is         │
  14120. │      LACKING.                                                         │
  14121. │                      May I Re-Iterate the Query...                    │
  14122. │      Can the Pulldown Object be IMPROVED to INCLUDE a COLOR()         │
  14123. │      Attribute for ITEM()'s ?                                         │
  14124. └───────────────────────────────────────────────────────────────────────┘
  14125. ┌───────────────────────────────────────────────────────────────────────┐
  14126. │                          ProblemNumber : 1683                         │
  14127. │    Product      : CDD                     Duplicate No.:      0       │
  14128. │    Reported By  : PB                      DateReported :  6/29/93     │
  14129. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  14130. │       Fixed In  :                         Status       : Suggestion   │
  14131. │       Origin    :                                                     │
  14132. │    Severity     : Unassigned Severity                                 │
  14133. │                               Synopsis                                │
  14134. │0                                                                      │
  14135. │                                Section                                │
  14136. │                              Screen Library                           │
  14137. ├───────────────────────────────────────────────────────────────────────┤
  14138. │                                                                       │
  14139. │                           Problem Description                         │
  14140. │                                                                       │
  14141. │      suggestion from user: when using the cols() attribute for a      │
  14142. │      list box, he would like the ability to make a stationary         │
  14143. │      column, basically fix a column so when you move right to         │
  14144. │      other columns this one will stay in place                        │
  14145. └───────────────────────────────────────────────────────────────────────┘
  14146. ┌───────────────────────────────────────────────────────────────────────┐
  14147. │                          ProblemNumber : 1788                         │
  14148. │    Product      : CDD                     Duplicate No.:      0       │
  14149. │    Reported By  : DH                      DateReported :  7/12/93     │
  14150. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  14151. │       Fixed In  :                         Status       : Suggestion   │
  14152. │       Origin    :                                                     │
  14153. │    Severity     : Unassigned Severity                                 │
  14154. │                               Synopsis                                │
  14155. │0                                                                      │
  14156. │                                Section                                │
  14157. │                              Screen Library                           │
  14158. ├───────────────────────────────────────────────────────────────────────┤
  14159. │                                                                       │
  14160. │                           Problem Description                         │
  14161. │                                                                       │
  14162. │      Couldn't we post some type of error if the style file is         │
  14163. │      not found - instead of just having the colors be crazy.          │
  14164. │      Maybe GETSTYLES should post an error - file not found            │
  14165. └───────────────────────────────────────────────────────────────────────┘
  14166. ┌───────────────────────────────────────────────────────────────────────┐
  14167. │                          ProblemNumber : 1859                         │
  14168. │    Product      : CDD                     Duplicate No.:      0       │
  14169. │    Reported By  : CS                      DateReported :  7/16/93     │
  14170. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  14171. │       Fixed In  :                         Status       : Suggestion   │
  14172. │       Origin    :                                                     │
  14173. │    Severity     : Unassigned Severity                                 │
  14174. │                               Synopsis                                │
  14175. │0                                                                      │
  14176. │                                Section                                │
  14177. │                              Screen Library                           │
  14178. ├───────────────────────────────────────────────────────────────────────┤
  14179. │                                                                       │
  14180. │                           Problem Description                         │
  14181. │                                                                       │
  14182. │      Fm: Barry McClure 75170,1100                                     │
  14183. │      Just a thought. Allowing the user to move the windows ar         │
  14184. │      ound the screen with the mouse is an excellent idea. But why     │
  14185. │       not go one step further and keep the same window locations      │
  14186. │      the next time the application is run or the window is            │
  14187. │      opened? This would probably mean storing the procedure name      │
  14188. │      and window location in a database file. The x,y screen           │
  14189. │      coordinates are retrieved from the file during the procedure     │
  14190. │       setup. When the procedure exits, if the window location is      │
  14191. │            different from when the window was first opened, the       │
  14192. │      new screen coordinates are saved to the file. It might make      │
  14193. │      for a nice add-on, like the VGA Color Kit. Call it Window        │
  14194. │      Achors.                                                          │
  14195. └───────────────────────────────────────────────────────────────────────┘
  14196. ┌───────────────────────────────────────────────────────────────────────┐
  14197. │                          ProblemNumber : 1874                         │
  14198. │    Product      : CDD                     Duplicate No.:      0       │
  14199. │    Reported By  : CS                      DateReported :  7/16/93     │
  14200. │    Reported In  : 3004                    RevisedDate  :  1/26/94     │
  14201. │       Fixed In  :                         Status       : Suggestion   │
  14202. │       Origin    :                                                     │
  14203. │    Severity     : Unassigned Severity                                 │
  14204. │                               Synopsis                                │
  14205. │0                                                                      │
  14206. │                                Section                                │
  14207. │                              Screen Library                           │
  14208. ├───────────────────────────────────────────────────────────────────────┤
  14209. │                                                                       │
  14210. │                           Problem Description                         │
  14211. │                                                                       │
  14212. │      Fm: David Bayliss 100025,1577                                    │
  14213. │      When in _continuous_ select mode (IE when doing form             │
  14214. │      validation) a PRESS cannot be used to enter data into an         │
  14215. │      entry form                                                       │
  14216. │                Therefore if you have a field with a lookup as a       │
  14217. │      SELECT routine it will not work if invalid data gets into        │
  14218. │      that field. (The lookup template returns results using           │
  14219. │      PRESS)                                                           │
  14220. │                        DAB                                            │
  14221. │      Q&A:  This is due to the use of PRESS in the templates.          │
  14222. │      Until they are changed this is going to happen.                  │
  14223. └───────────────────────────────────────────────────────────────────────┘
  14224. ┌───────────────────────────────────────────────────────────────────────┐
  14225. │                          ProblemNumber : 2045                         │
  14226. │    Product      : CDD                     Duplicate No.:      0       │
  14227. │    Reported By  : TB                      DateReported :  8/05/93     │
  14228. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  14229. │       Fixed In  :                         Status       : Suggestion   │
  14230. │       Origin    :                                                     │
  14231. │    Severity     : Unassigned Severity                                 │
  14232. │                               Synopsis                                │
  14233. │0                                                                      │
  14234. │                                Section                                │
  14235. │                              Screen Library                           │
  14236. ├───────────────────────────────────────────────────────────────────────┤
  14237. │                                                                       │
  14238. │                           Problem Description                         │
  14239. │                                                                       │
  14240. │      a user wants as an upgrade to the system; a virtual window       │
  14241. │      vs a virtual screen.  Meaning that part of the screen is         │
  14242. │      fixed while the rest is virtual so that the buttons for          │
  14243. │      exit and cancel never move.                                      │
  14244. └───────────────────────────────────────────────────────────────────────┘
  14245. ┌───────────────────────────────────────────────────────────────────────┐
  14246. │                          ProblemNumber : 2315                         │
  14247. │    Product      : CDD                     Duplicate No.:      0       │
  14248. │    Reported By  : CS                      DateReported :  9/09/93     │
  14249. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  14250. │       Fixed In  :                         Status       : Suggestion   │
  14251. │       Origin    :                                                     │
  14252. │    Severity     : Unassigned Severity                                 │
  14253. │                               Synopsis                                │
  14254. │0                                                                      │
  14255. │                                Section                                │
  14256. │                              Screen Library                           │
  14257. ├───────────────────────────────────────────────────────────────────────┤
  14258. │                                                                       │
  14259. │                           Problem Description                         │
  14260. │                                                                       │
  14261. │      Fm: Paul Smulders 72114,3357                                     │
  14262. │      The Button shadow (if any) is always black. That doesn't         │
  14263. │      make sense on a black screen. Can't you make CDD detect          │
  14264. │      Black  background and modify shadow to dark Gray                 │
  14265. │      accordingly?                                                     │
  14266. │                        When used to using shadow/buttons              │
  14267. │      (allways!) the Black screen in fact can't be used.               │
  14268. │                                From Greg_W: The suggestion: Allow     │
  14269. │       for different colored    shadows.                               │
  14270. └───────────────────────────────────────────────────────────────────────┘
  14271. ┌───────────────────────────────────────────────────────────────────────┐
  14272. │                          ProblemNumber : 2372                         │
  14273. │    Product      : CDD                     Duplicate No.:      0       │
  14274. │    Reported By  : CS                      DateReported :  9/23/93     │
  14275. │    Reported In  : 3004                    RevisedDate  :  4/27/94     │
  14276. │       Fixed In  :                         Status       : Suggestion   │
  14277. │       Origin    :                                                     │
  14278. │    Severity     : Unassigned Severity                                 │
  14279. │                               Synopsis                                │
  14280. │0                                                                      │
  14281. │                                Section                                │
  14282. │                              Screen Library                           │
  14283. ├───────────────────────────────────────────────────────────────────────┤
  14284. │                                                                       │
  14285. │                           Problem Description                         │
  14286. │                                                                       │
  14287. │      Fm: Kurt Lamoreaux 75450,1545                                    │
  14288. │      I have just recently seen a copy of DacEasy Accounting (         │
  14289. │      4.4) and I saw a     vertical scroll bar that I like _very_      │
  14290. │      much.  To bad CServe won't take     extended characters.         │
  14291. │      I'll have to just give a description of it.                      │
  14292. │            The scroll bar is always five rows long, no matter how     │
  14293. │       many rows are     scrolled, and it is placed at the middle      │
  14294. │      of the scroll.  The top     character is ASCII(30) (up           │
  14295. │      arrow).  Clicking on this allows you to     scroll up one        │
  14296. │      line at a time.  The next character is ASCII(177) (checker       │
  14297. │                   box).  Clicking here issues a PageUp on the         │
  14298. │      scroll.  The middle     character is ASCII(18) (up-down          │
  14299. │      arrow) and is simply a divider (it does     nothing.  The        │
  14300. │      last two are ASCII(177) and ASCII(31), and, of course, are       │
  14301. │         the reverse of the top two characters.                        │
  14302. │                            At first I thought that it looked          │
  14303. │      rather strange, but as I used it, I     saw right away that      │
  14304. │      how intuitive it was, and how it removed many of the             │
  14305. │      problems that are faced by trying to guess how long a scroll     │
  14306. │       might be,     and have it reflected in the scrollbar.           │
  14307. │                                   I would like to see a version       │
  14308. │      of this in CDD.  If Clarion doesn't     include it, I may        │
  14309. │      try it myself (looks pretty easy to implement).  Any     one     │
  14310. │       else have thoughts on this?                                     │
  14311. │                                  Kurt                                 │
  14312. │                                  There is 1 Reply.                    │
  14313. └───────────────────────────────────────────────────────────────────────┘
  14314. ┌───────────────────────────────────────────────────────────────────────┐
  14315. │                          ProblemNumber : 2471                         │
  14316. │    Product      : CDD                     Duplicate No.:      0       │
  14317. │    Reported By  : DH                      DateReported :  9/27/93     │
  14318. │    Reported In  : 3004                    RevisedDate  :  1/21/94     │
  14319. │       Fixed In  :                         Status       : Suggestion   │
  14320. │       Origin    :                                                     │
  14321. │    Severity     : Unassigned Severity                                 │
  14322. │                               Synopsis                                │
  14323. │0                                                                      │
  14324. │                                Section                                │
  14325. │                              Screen Library                           │
  14326. ├───────────────────────────────────────────────────────────────────────┤
  14327. │                                                                       │
  14328. │                           Problem Description                         │
  14329. │                                                                       │
  14330. │      There's a problem with formatted pictures that has been          │
  14331. │      around since 2.1 and it's made its way into 3.0. For             │
  14332. │      example:                                                         │
  14333. │      val   real x     string                                          │
  14334. │           code                                                        │
  14335. │             val = 1.234                                               │
  14336. │             x = format(val, @P<<#.#P)                                 │
  14337. │      So what's wrong with this picture you say?                       │
  14338. │      Well, x has the value ".1" not "1.2" like it should. The         │
  14339. │      "."is treated just like any insertion character and doesn't      │
  14340. │         align the decimal point in any way. Why doesn't it?           │
  14341. │         The "." should align the decimal point of the number. Or      │
  14342. │      at least use another symbol to align the decimal, like the       │
  14343. │      "~" symbol. Example: x = format(val, @P<<#~.#P)                  │
  14344. │          At least then we'd be able to use the @P picture with        │
  14345. │          decimal numbers with some assurance that we'll see the       │
  14346. │          proper number I realize there are some uses for non          │
  14347. │      aligned decimals with the @P picture, which is why I             │
  14348. │      suggested a    decimal alignment character. So @P<<#~.#P         │
  14349. │      will align the    decimal with the ~ symbol, which just          │
  14350. │      happens to be next to the "." (Imagine that<g>). So YOU          │
  14351. │      don't have to change a    thing, and I will be able to           │
  14352. │      format real numbers "correctly"without having to use fudge       │
  14353. │      factors like "*10". With the    decimal alignment character      │
  14354. │      "~", if someone changes the     picture, he doesn't have to      │
  14355. │      remember to change the "*10" to "*100" in every calculation      │
  14356. │      in the program.                                                  │
  14357. │                                      Note: this is a suggestion       │
  14358. │      submitted on Compuserve.                                         │
  14359. └───────────────────────────────────────────────────────────────────────┘
  14360. ┌───────────────────────────────────────────────────────────────────────┐
  14361. │                          ProblemNumber : 2474                         │
  14362. │    Product      : CDD                     Duplicate No.:      0       │
  14363. │    Reported By  : BN                      DateReported :  9/27/93     │
  14364. │    Reported In  : 3004                    RevisedDate  :  1/21/94     │
  14365. │       Fixed In  :                         Status       : Suggestion   │
  14366. │       Origin    :                                                     │
  14367. │    Severity     : Unassigned Severity                                 │
  14368. │                               Synopsis                                │
  14369. │0                                                                      │
  14370. │                                Section                                │
  14371. │                              Screen Library                           │
  14372. ├───────────────────────────────────────────────────────────────────────┤
  14373. │                                                                       │
  14374. │                           Problem Description                         │
  14375. │                                                                       │
  14376. │      3004 - suggestion from user - having an equate for a             │
  14377. │      mouseright2, there is one for mouseleft2                         │
  14378. └───────────────────────────────────────────────────────────────────────┘
  14379. ┌───────────────────────────────────────────────────────────────────────┐
  14380. │                          ProblemNumber : 2609                         │
  14381. │    Product      : CDD                     Duplicate No.:      0       │
  14382. │    Reported By  : CS                      DateReported : 10/12/93     │
  14383. │    Reported In  : 3004                    RevisedDate  :  1/21/94     │
  14384. │       Fixed In  :                         Status       : Suggestion   │
  14385. │       Origin    :                                                     │
  14386. │    Severity     : Unassigned Severity                                 │
  14387. │                               Synopsis                                │
  14388. │0                                                                      │
  14389. │                                Section                                │
  14390. │                              Screen Library                           │
  14391. ├───────────────────────────────────────────────────────────────────────┤
  14392. │                                                                       │
  14393. │                           Problem Description                         │
  14394. │                                                                       │
  14395. │      There is no easy way to enter decimal values like an adding      │
  14396. │      machine where 1234 = 12.34 . A reliatively simple function       │
  14397. │      that every adidng machine and accoutant in the world uses        │
  14398. │      but cannot be done in clarion without handcoding. This           │
  14399. │      could be a time saver to anyone who enters many numeric          │
  14400. │      values in a row.                                                 │
  14401. └───────────────────────────────────────────────────────────────────────┘
  14402. ┌───────────────────────────────────────────────────────────────────────┐
  14403. │                          ProblemNumber : 2888                         │
  14404. │    Product      : CDD                     Duplicate No.:      0       │
  14405. │    Reported By  : CS                      DateReported : 11/03/93     │
  14406. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  14407. │       Fixed In  :                         Status       : Suggestion   │
  14408. │       Origin    :                                                     │
  14409. │    Severity     : Unassigned Severity                                 │
  14410. │                               Synopsis                                │
  14411. │0                                                                      │
  14412. │                                Section                                │
  14413. │                              Screen Library                           │
  14414. ├───────────────────────────────────────────────────────────────────────┤
  14415. │                                                                       │
  14416. │                           Problem Description                         │
  14417. │                                                                       │
  14418. │      Fm: Paul Smulders 72114,3357 MSG#:40054                          │
  14419. │      If Scroll Lock is on in a virtual screen, the screen             │
  14420. │      scrolls with the arrowkeys, which is a nice feature.             │
  14421. │             If the screen dimensions are such that the width of       │
  14422. │      the virtual screen is equal to the width of the physical         │
  14423. │      screen (80 columns), the Left and Right arrow keys should        │
  14424. │      maintain their original function.                                │
  14425. └───────────────────────────────────────────────────────────────────────┘
  14426. ┌───────────────────────────────────────────────────────────────────────┐
  14427. │                          ProblemNumber : 2996                         │
  14428. │    Product      : CDD                     Duplicate No.:      0       │
  14429. │    Reported By  : PB                      DateReported : 11/09/93     │
  14430. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  14431. │       Fixed In  :                         Status       : Suggestion   │
  14432. │       Origin    :                                                     │
  14433. │    Severity     : Unassigned Severity                                 │
  14434. │                               Synopsis                                │
  14435. │0                                                                      │
  14436. │                                Section                                │
  14437. │                              Screen Library                           │
  14438. ├───────────────────────────────────────────────────────────────────────┤
  14439. │                                                                       │
  14440. │                           Problem Description                         │
  14441. │                                                                       │
  14442. │      user wants to be able to put checkbox fields on the screen       │
  14443. │      without any text next to it.                                     │
  14444. │               [√][√][√][√] or [√] [√] [√] [√]                         │
  14445. │      cannot put them together without a space between them, if        │
  14446. │      you leave one space between them at runtime there will be        │
  14447. │      two spaces.                                                      │
  14448. │      R&D: This is a suggestion, it was never designed to do such      │
  14449. │      a thing.                                                         │
  14450. └───────────────────────────────────────────────────────────────────────┘
  14451. ┌───────────────────────────────────────────────────────────────────────┐
  14452. │                          ProblemNumber : 2997                         │
  14453. │    Product      : CDD                     Duplicate No.:      0       │
  14454. │    Reported By  : PB                      DateReported : 11/09/93     │
  14455. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  14456. │       Fixed In  :                         Status       : Suggestion   │
  14457. │       Origin    :                                                     │
  14458. │    Severity     : Unassigned Severity                                 │
  14459. │                               Synopsis                                │
  14460. │0                                                                      │
  14461. │                                Section                                │
  14462. │                              Screen Library                           │
  14463. ├───────────────────────────────────────────────────────────────────────┤
  14464. │                                                                       │
  14465. │                           Problem Description                         │
  14466. │                                                                       │
  14467. │      user would like the ability to move screens off the current      │
  14468. │      screen to the point where there is only the 1 line of the        │
  14469. │      screen left on the current screen so that you can look at        │
  14470. │      something in the middle of the screen. user says that            │
  14471. │      nortons, pctools etc. move screens like this.                    │
  14472. └───────────────────────────────────────────────────────────────────────┘
  14473. ┌───────────────────────────────────────────────────────────────────────┐
  14474. │                          ProblemNumber : 3032                         │
  14475. │    Product      : CDD                     Duplicate No.:      0       │
  14476. │    Reported By  : J                       DateReported : 11/11/93     │
  14477. │    Reported In  : 3006                    RevisedDate  :  4/28/94     │
  14478. │       Fixed In  :                         Status       : Suggestion   │
  14479. │       Origin    :                                                     │
  14480. │    Severity     : Unassigned Severity                                 │
  14481. │                               Synopsis                                │
  14482. │0                                                                      │
  14483. │                                Section                                │
  14484. │                              Screen Library                           │
  14485. ├───────────────────────────────────────────────────────────────────────┤
  14486. │                                                                       │
  14487. │                           Problem Description                         │
  14488. │                                                                       │
  14489. │      SHOWIMAGE would be even better if it did not S T R E T C H       │
  14490. │      images - ie. if it maintained the so-called 'aspect ratio'       │
  14491. │      by proportionately reducing the picture regardless of the        │
  14492. │      size or shape of area given to display in, blacking out the      │
  14493. │      unused space in the area specified.                              │
  14494. └───────────────────────────────────────────────────────────────────────┘
  14495. ┌───────────────────────────────────────────────────────────────────────┐
  14496. │                          ProblemNumber : 3080                         │
  14497. │    Product      : CDD                     Duplicate No.:      0       │
  14498. │    Reported By  : QA                      DateReported : 11/17/93     │
  14499. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  14500. │       Fixed In  :                         Status       : Suggestion   │
  14501. │       Origin    :                                                     │
  14502. │    Severity     : Unassigned Severity                                 │
  14503. │                               Synopsis                                │
  14504. │0                                                                      │
  14505. │                                Section                                │
  14506. │                              Screen Library                           │
  14507. ├───────────────────────────────────────────────────────────────────────┤
  14508. │                                                                       │
  14509. │                           Problem Description                         │
  14510. │                                                                       │
  14511. │      It seems there has been a change t the Lib so that when a        │
  14512. │      Program exits back to DOS the Screen is always cleared.          │
  14513. │      A couple of users would like it put back to the old way.         │
  14514. └───────────────────────────────────────────────────────────────────────┘
  14515. ┌───────────────────────────────────────────────────────────────────────┐
  14516. │                          ProblemNumber : 3147                         │
  14517. │    Product      : CDD                     Duplicate No.:      0       │
  14518. │    Reported By  : QA                      DateReported : 11/24/93     │
  14519. │    Reported In  : 3007                    RevisedDate  :  4/27/94     │
  14520. │       Fixed In  :                         Status       : Suggestion   │
  14521. │       Origin    :                                                     │
  14522. │    Severity     : Unassigned Severity                                 │
  14523. │                               Synopsis                                │
  14524. │0                                                                      │
  14525. │                                Section                                │
  14526. │                              Screen Library                           │
  14527. ├───────────────────────────────────────────────────────────────────────┤
  14528. │                                                                       │
  14529. │                           Problem Description                         │
  14530. │                                                                       │
  14531. │      When entering Negative numbers there is currently no method      │
  14532. │      in which the KB Operator can change a negative number to a       │
  14533. │      positive number by pressing the - key.                           │
  14534. │      I think this could be a very nice improvement since most KB      │
  14535. │      Operators are use to a calculator reversing the sign for         │
  14536. │      them when they press the - key.  Currently I the programmer      │
  14537. │      have to add a HOT KEY and some code to pull this off.  It        │
  14538. │      tends to be awkward for the end users.                           │
  14539. └───────────────────────────────────────────────────────────────────────┘
  14540. ┌───────────────────────────────────────────────────────────────────────┐
  14541. │                          ProblemNumber : 3332                         │
  14542. │    Product      : CDD                     Duplicate No.:      0       │
  14543. │    Reported By  : DH                      DateReported : 12/16/93     │
  14544. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  14545. │       Fixed In  :                         Status       : Suggestion   │
  14546. │       Origin    :                                                     │
  14547. │    Severity     : Unassigned Severity                                 │
  14548. │                               Synopsis                                │
  14549. │0                                                                      │
  14550. │                                Section                                │
  14551. │                              Screen Library                           │
  14552. ├───────────────────────────────────────────────────────────────────────┤
  14553. │                                                                       │
  14554. │                           Problem Description                         │
  14555. │                                                                       │
  14556. │      The attached file shows a problem when you try to use a          │
  14557. │      listbox with a trn attribute so that a graphic image will        │
  14558. │      show behind the listbox.  Everything is okay unless you          │
  14559. │      scroll the list - horizontal or vertical. The image retains      │
  14560. │      the text previously displayed at that location. See file         │
  14561. │      attached.                                                        │
  14562. │      R&D: That's a cute idea, but no way...this most certainly        │
  14563. │      was never intended to happen or work like that.                  │
  14564. └───────────────────────────────────────────────────────────────────────┘
  14565. ┌───────────────────────────────────────────────────────────────────────┐
  14566. │                          ProblemNumber : 3347                         │
  14567. │    Product      : CDD                     Duplicate No.:      0       │
  14568. │    Reported By  : JB                      DateReported : 12/17/93     │
  14569. │    Reported In  : 3007                    RevisedDate  :  4/27/94     │
  14570. │       Fixed In  :                         Status       : Suggestion   │
  14571. │       Origin    :                                                     │
  14572. │    Severity     : Unassigned Severity                                 │
  14573. │                               Synopsis                                │
  14574. │0                                                                      │
  14575. │                                Section                                │
  14576. │                              Screen Library                           │
  14577. ├───────────────────────────────────────────────────────────────────────┤
  14578. │                                                                       │
  14579. │                           Problem Description                         │
  14580. │                                                                       │
  14581. │      Perhaps in v3.1, when we can somehow programmatically            │
  14582. │      address relative position and total "records" communication      │
  14583. │      to/from the Listbox vertical scrollbar, I suggest we             │
  14584. │      consider "dynamic" scrollbars.  This would mean that if no       │
  14585. │      records sit outside the bounds of what is displayed in the       │
  14586. │      listbox, the respective scrollbar disappears.                    │
  14587. │      For example, if there is a 20 row Listbox, and there are         │
  14588. │      only 20 total records (or less) in the listbox, the              │
  14589. │      verticalscrollbar disappears.  Likewise, if the listbox is       │
  14590. │      60       columns, and the maximum record size displayed is       │
  14591. │      60 columns(or less), the horizontal scrollbar disappears.        │
  14592. └───────────────────────────────────────────────────────────────────────┘
  14593. ┌───────────────────────────────────────────────────────────────────────┐
  14594. │                          ProblemNumber : 3508                         │
  14595. │    Product      : CDD                     Duplicate No.:      0       │
  14596. │    Reported By  : CS                      DateReported :  1/12/94     │
  14597. │    Reported In  : 3006                    RevisedDate  :  4/27/94     │
  14598. │       Fixed In  :                         Status       : Suggestion   │
  14599. │       Origin    :                                                     │
  14600. │    Severity     : Unassigned Severity                                 │
  14601. │                               Synopsis                                │
  14602. │0                                                                      │
  14603. │                                Section                                │
  14604. │                              Screen Library                           │
  14605. ├───────────────────────────────────────────────────────────────────────┤
  14606. │                                                                       │
  14607. │                           Problem Description                         │
  14608. │                                                                       │
  14609. │      Fm: Martin Wehlou (Cactus) 72047,2444 MSG#:49726                 │
  14610. │      What would be very useful is another two keyin template          │
  14611. │      characters. One to allow entry of only numeric keys 0-9, or      │
  14612. │      nothing. The other would allow 0-9, decimal point, plus and      │
  14613. │      minus signs. I'd like to use these to enter numeric              │
  14614. │      codes into string fields, which have to be sorted as             │
  14615. │      accounts.                                                        │
  14616. │             The currently available '#' and '<' characters don't      │
  14617. │      fill the bill, as they both adjust the entered number, or        │
  14618. │      prefill it with zero's. Of course, the entry can be checked      │
  14619. │      in the code and rejected if not numeric, but that's not          │
  14620. │      half as elegant as having the right keyin template to            │
  14621. │      begin with.                                                      │
  14622. │                     -- Martin [Cactus Computing bvba - Belgium]       │
  14623. └───────────────────────────────────────────────────────────────────────┘
  14624. ┌───────────────────────────────────────────────────────────────────────┐
  14625. │                          ProblemNumber : 3574                         │
  14626. │    Product      : CDD                     Duplicate No.:      0       │
  14627. │    Reported By  : DH                      DateReported :  1/22/94     │
  14628. │    Reported In  : 3007                    RevisedDate  :  1/24/94     │
  14629. │       Fixed In  :                         Status       : Suggestion   │
  14630. │       Origin    :                                                     │
  14631. │    Severity     : Unassigned Severity                                 │
  14632. │                               Synopsis                                │
  14633. │0                                                                      │
  14634. │                                Section                                │
  14635. │                              Screen Library                           │
  14636. ├───────────────────────────────────────────────────────────────────────┤
  14637. │                                                                       │
  14638. │                           Problem Description                         │
  14639. │                                                                       │
  14640. │      It is my understanding that if you have a monochrome VGA         │
  14641. │      that we will still detect the hardware as color and use the      │
  14642. │      color codes for color monotors from the styles file and not      │
  14643. │      the mono colors. Is it possible to change this or give the       │
  14644. │      user the ability to force the specific graphic mode.             │
  14645. │      R&D: Try MODE BW80 to get mono styles.                           │
  14646. └───────────────────────────────────────────────────────────────────────┘
  14647. ┌───────────────────────────────────────────────────────────────────────┐
  14648. │                          ProblemNumber : 3665                         │
  14649. │    Product      : CDD                     Duplicate No.:      0       │
  14650. │    Reported By  : CS                      DateReported :  2/01/94     │
  14651. │    Reported In  : 3007                    RevisedDate  :  2/01/94     │
  14652. │       Fixed In  :                         Status       : Suggestion   │
  14653. │       Origin    :                                                     │
  14654. │    Severity     : Unassigned Severity                                 │
  14655. │                               Synopsis                                │
  14656. │0                                                                      │
  14657. │                                Section                                │
  14658. │                              Screen Library                           │
  14659. ├───────────────────────────────────────────────────────────────────────┤
  14660. │                                                                       │
  14661. │                           Problem Description                         │
  14662. │                                                                       │
  14663. │      Fm: Danny L. Joe 75010,2427 MSG#:52750                           │
  14664. │      Suggestion: Create new Clarion language statement to "fix"       │
  14665. │      asection of a virtual screen.                                    │
  14666. │       Clarion's virtual screen capabilities are one of its most       │
  14667. │       appealing aspects in terms of enhancing end-user                │
  14668. │       productivity. It's unfortunate that this area seems to be       │
  14669. │       getting so little attention. With a little more effort, its     │
  14670. │       usability could be improved dramatically.                       │
  14671. │       Imagine how useful a split virtual/fixed screen could be.       │
  14672. │      Itwould put an end to the table/form, list/screen,               │
  14673. │        select/edit, menu/screen combinations we've made our users     │
  14674. │        endure for so long. You could have a list box on one side,     │
  14675. │        and the virtual edit screen on the other and never have to     │
  14676. │        leave that context. Also, a single set of edit control         │
  14677. │        buttons (add, edit, delete, cancel, save, help, etc.)          │
  14678. │      could be used to control multiple list boxes and fields on a     │
  14679. │            single virtual screen. Right now, only a pulldown can      │
  14680. │      offer this kind of functionality, because the existing           │
  14681. │      virtual    screen concept is to ego-centric (it effectively      │
  14682. │      takes over the whole show until closed!)                         │
  14683. │                 What do you think? I don't know how that part of      │
  14684. │      the video  library is constructed, but if it wouldn't            │
  14685. │      require          reimplementing the whole thing, this should     │
  14686. │       really be given some _serious_ consideration. I know in         │
  14687. │      CDDW what I just    described will be extremely easy to do,      │
  14688. │      even if I have to   hand code it (thanks to the all-powerful     │
  14689. │       "setproperty"      statement). I sure hope CDD can play         │
  14690. │      tag-a-long on this     before too long. Danny                    │
  14691. └───────────────────────────────────────────────────────────────────────┘
  14692. ┌───────────────────────────────────────────────────────────────────────┐
  14693. │                          ProblemNumber : 4055                         │
  14694. │    Product      : CDD                     Duplicate No.:      0       │
  14695. │    Reported By  : CS                      DateReported :  3/07/94     │
  14696. │    Reported In  : 30071                   RevisedDate  :  3/07/94     │
  14697. │       Fixed In  :                         Status       : Suggestion   │
  14698. │       Origin    :                                                     │
  14699. │    Severity     : Unassigned Severity                                 │
  14700. │                               Synopsis                                │
  14701. │0                                                                      │
  14702. │                                Section                                │
  14703. │                              Screen Library                           │
  14704. ├───────────────────────────────────────────────────────────────────────┤
  14705. │                                                                       │
  14706. │                           Problem Description                         │
  14707. │                                                                       │
  14708. │      #: 58846 S17/Priority Support                                    │
  14709. │          05-Mar-94  13:25:02                                          │
  14710. │      Sb: Word Wrap                                                    │
  14711. │      Fm: Scott Merritt 71140,2502                                     │
  14712. │      To: SYSOP (X)                                                    │
  14713. │      When are you going to finally fix the text field, object,        │
  14714. │      whatever you want to                                             │
  14715. │      call it.  You know the problem.  The routine inserts             │
  14716. │      additional spaces into the                                       │
  14717. │      wrapped string so that the only way it looks right is when       │
  14718. │      the display area is                                              │
  14719. │      the same dimension as the original text dimension.  I can't      │
  14720. │      believe it still                                                 │
  14721. │      works like this particulary when CDD is now capable of           │
  14722. │      sharing a variety of                                             │
  14723. │      data with other applications, DBMSs' and report generators.      │
  14724. └───────────────────────────────────────────────────────────────────────┘
  14725. ┌───────────────────────────────────────────────────────────────────────┐
  14726. │                          ProblemNumber : 4272                         │
  14727. │    Product      : CDD                     Duplicate No.:      0       │
  14728. │    Reported By  : CS                      DateReported :  4/01/94     │
  14729. │    Reported In  : 30072                   RevisedDate  :  4/01/94     │
  14730. │       Fixed In  :                         Status       : Suggestion   │
  14731. │       Origin    :                                                     │
  14732. │    Severity     : Unassigned Severity                                 │
  14733. │                               Synopsis                                │
  14734. │0                                                                      │
  14735. │                                Section                                │
  14736. │                              Screen Library                           │
  14737. ├───────────────────────────────────────────────────────────────────────┤
  14738. │                                                                       │
  14739. │                           Problem Description                         │
  14740. │                                                                       │
  14741. │      Fm: Joseph A. Bouterse 70541,305 MSG#:63238                      │
  14742. │         Using CDD 3007.2, an ENTRY field with a picture of            │
  14743. │      @N-9.2 acts much    different than CPD 2.1 and as described      │
  14744. │      on page 3-19 of the LRM. Clarion has    always had the           │
  14745. │      strange way of throwing the minus sign clear to the left         │
  14746. │      edge             of the field during entry, but always           │
  14747. │      brought it back to immediately left of    the number once        │
  14748. │      the field was completed. However, now it stays clear to the      │
  14749. │         left of the entry field boundary after completion. This       │
  14750. │      is very confusing to     the user and certainly not the way      │
  14751. │      I would expect (or want) it to work. Am I    missing             │
  14752. │      something, or can this be added to the 3008 to-do list?          │
  14753. │                                   Thanks,                             │
  14754. │                                   Joe Bouterse Creative               │
  14755. │      Solutions, Inc. Indianapolis, IN                                 │
  14756. └───────────────────────────────────────────────────────────────────────┘
  14757. ┌───────────────────────────────────────────────────────────────────────┐
  14758. │                          ProblemNumber : 4281                         │
  14759. │    Product      : CDD                     Duplicate No.:      0       │
  14760. │    Reported By  : CS                      DateReported :  4/01/94     │
  14761. │    Reported In  : 30072                   RevisedDate  :  4/01/94     │
  14762. │       Fixed In  :                         Status       : Suggestion   │
  14763. │       Origin    :                                                     │
  14764. │    Severity     : Unassigned Severity                                 │
  14765. │                               Synopsis                                │
  14766. │0                                                                      │
  14767. │                                Section                                │
  14768. │                              Screen Library                           │
  14769. ├───────────────────────────────────────────────────────────────────────┤
  14770. │                                                                       │
  14771. │                           Problem Description                         │
  14772. │                                                                       │
  14773. │      Fm: E.J. Tejera 71066,1361 MSG#:63480                            │
  14774. │      Suggestion: Allow for deleting entire lines in memos             │
  14775. │      without having to have wordwrap enabled.                         │
  14776. │      Message:                                                         │
  14777. │      Ah! we must be using the few that don't fit in "almost           │
  14778. │      always" <g>. A good example is capturing technical (very         │
  14779. │      formatted) output from outside sources. If wordwrap is on        │
  14780. │      it will almost always <g> trash the column formatting.           │
  14781. │      I very much need to be able to delete a line even if not         │
  14782. │      using word warp                                                  │
  14783. │      Eric. PS. As the sage said : "Wordwrap or not delete a line      │
  14784. │      from time to time you must"                                      │
  14785. └───────────────────────────────────────────────────────────────────────┘
  14786. ┌───────────────────────────────────────────────────────────────────────┐
  14787. │                          ProblemNumber : 4405                         │
  14788. │    Product      : CDD                     Duplicate No.:      0       │
  14789. │    Reported By  : CS                      DateReported :  4/15/94     │
  14790. │    Reported In  : 3008                    RevisedDate  :  4/26/94     │
  14791. │       Fixed In  :                         Status       : Suggestion   │
  14792. │       Origin    :                                                     │
  14793. │    Severity     : Unassigned Severity                                 │
  14794. │                               Synopsis                                │
  14795. │0                                                                      │
  14796. │                                Section                                │
  14797. │                              Screen Library                           │
  14798. ├───────────────────────────────────────────────────────────────────────┤
  14799. │                                                                       │
  14800. │                           Problem Description                         │
  14801. │                                                                       │
  14802. │      Fm: Rick Weiss 71764,1312 MSG#:65992                             │
  14803. │      >Using a Keyin Picture of K#####|-####K a ZIP code enter as      │
  14804. │      60601 displays as 60601 but prints as 60601-0000.  Shoudn't      │
  14805. │      the the field display and print the same.                        │
  14806. │      >>REPLY> the keyin picture only deals with keyin'd               │
  14807. │      characters and has nothing to do with printing.                  │
  14808. │               OK, I would like to submit this as a R&D                │
  14809. │      suggestion then.  Allow a pattern with a character that          │
  14810. │      specifies that the following formating be ignored if the         │
  14811. │      data behind the "|" is blank.  In other words, allow all of      │
  14812. │      the formating options in  a "P" picture as a "K" picture.        │
  14813. │           This would allow us to print the data in the same           │
  14814. │      format that it is displayed using the K picture.                 │
  14815. │      From Greg_W: I created an Example that shows the fact that       │
  14816. │      -0000 gets stored in the variable even if you don't enter        │
  14817. │      values.                                                          │
  14818. └───────────────────────────────────────────────────────────────────────┘
  14819. ┌───────────────────────────────────────────────────────────────────────┐
  14820. │                          ProblemNumber : 4746                         │
  14821. │    Product      : CDD                     Duplicate No.:      0       │
  14822. │    Reported By  : JB                      DateReported :  6/01/94     │
  14823. │    Reported In  : 3008                    RevisedDate  :  6/01/94     │
  14824. │       Fixed In  :                         Status       : Suggestion   │
  14825. │       Origin    :                                                     │
  14826. │    Severity     : Unassigned Severity                                 │
  14827. │                               Synopsis                                │
  14828. │0                                                                      │
  14829. │                                Section                                │
  14830. │                              Screen Library                           │
  14831. ├───────────────────────────────────────────────────────────────────────┤
  14832. │                                                                       │
  14833. │                           Problem Description                         │
  14834. │                                                                       │
  14835. │      User wants ability to disable hotkey letters for pulldown        │
  14836. │      menu items                                                       │
  14837. └───────────────────────────────────────────────────────────────────────┘
  14838. ┌───────────────────────────────────────────────────────────────────────┐
  14839. │                          ProblemNumber : 4939                         │
  14840. │    Product      : CDD                     Duplicate No.:      0       │
  14841. │    Reported By  : CS                      DateReported :  7/12/94     │
  14842. │    Reported In  : 3008                    RevisedDate  :  7/12/94     │
  14843. │       Fixed In  :                         Status       : Suggestion   │
  14844. │       Origin    :                                                     │
  14845. │    Severity     : Unassigned Severity                                 │
  14846. │                               Synopsis                                │
  14847. │0                                                                      │
  14848. │                                Section                                │
  14849. │                              Screen Library                           │
  14850. ├───────────────────────────────────────────────────────────────────────┤
  14851. │                                                                       │
  14852. │                           Problem Description                         │
  14853. │                                                                       │
  14854. │      Fm: Lee G. White 74067,3441 MSG#:81898                           │
  14855. │      PLEASE - PLEASE return the logic that existed in CPD2.1 to       │
  14856. │      CDD3.0 or at least provide a flag so that the spacebar           │
  14857. │      ZERO's a numeric field instead of inserting another 0.           │
  14858. │            I've got several clients who are VERY used to this         │
  14859. │      and are now VERY upset with me!                                  │
  14860. │               Lee [LSi]  }:\  (make it change to {:> , please!)       │
  14861. └───────────────────────────────────────────────────────────────────────┘
  14862. ┌───────────────────────────────────────────────────────────────────────┐
  14863. │                          ProblemNumber : 5178                         │
  14864. │    Product      : CDD                     Duplicate No.:      0       │
  14865. │    Reported By  : GW                      DateReported :  8/01/94     │
  14866. │    Reported In  : 3009                    RevisedDate  :  8/02/94     │
  14867. │       Fixed In  :                         Status       : Suggestion   │
  14868. │       Origin    : External                                            │
  14869. │    Severity     : Suggestion or documentation error                   │
  14870. │                               Synopsis                                │
  14871. │          Display is not updating field if only colors change          │
  14872. │                                Section                                │
  14873. │                              Screen Library                           │
  14874. ├───────────────────────────────────────────────────────────────────────┤
  14875. │                                                                       │
  14876. │                           Problem Description                         │
  14877. │                                                                       │
  14878. │      If you want to change the COLOR of a field using SETCOLOR        │
  14879. │      you must change it's value since DISPLAY will only update        │
  14880. │      the Screen when the value changes.                               │
  14881. │      Suggestion is to allow some kind of "Forced" screen update       │
  14882. │      just in case all you want to do is change the Color.             │
  14883. └───────────────────────────────────────────────────────────────────────┘
  14884. ┌───────────────────────────────────────────────────────────────────────┐
  14885. │                          ProblemNumber : 5181                         │
  14886. │    Product      : CDD                     Duplicate No.:      0       │
  14887. │    Reported By  : GW                      DateReported :  8/01/94     │
  14888. │    Reported In  : 3009                    RevisedDate  :  8/01/94     │
  14889. │       Fixed In  :                         Status       : Suggestion   │
  14890. │       Origin    : External                                            │
  14891. │    Severity     : Suggestion or documentation error                   │
  14892. │                               Synopsis                                │
  14893. │                Suggestion for Field Clearing on Entry.                │
  14894. │                                Section                                │
  14895. │                              Screen Library                           │
  14896. ├───────────────────────────────────────────────────────────────────────┤
  14897. │                                                                       │
  14898. │                           Problem Description                         │
  14899. │                                                                       │
  14900. │      Is there an "attribute" for a screen ENTRY field which will      │
  14901. │      result in the field being "cleared" upon the first               │
  14902. │      keystroke?  I know you have seen this, as have I, in other       │
  14903. │      applications...., the field is entered with a display of         │
  14904. │      thecurrent contents and if nothing is actually entered (just     │
  14905. │       a normal field completion key, e.g., "tab" or "enter") the      │
  14906. │         contents are unaffected, but if any other key is entered,     │
  14907. │         the entire field "blanks" and the entered keystroke           │
  14908. │         is displayed waiting for following keystrokes. I              │
  14909. │      "thought"  I had observed this action someplace within the       │
  14910. │      CDD         application itself, but I can't find it again.       │
  14911. │                  I think it is quite common in "Windows"              │
  14912. │      applications.                                                    │
  14913. │                          If there is no such "attribute" in CDD,      │
  14914. │      I believe it would  be a welcome addition.                       │
  14915. └───────────────────────────────────────────────────────────────────────┘
  14916. ┌───────────────────────────────────────────────────────────────────────┐
  14917. │                          ProblemNumber : 5203                         │
  14918. │    Product      : CDD                     Duplicate No.:      0       │
  14919. │    Reported By  : BN                      DateReported :  8/04/94     │
  14920. │    Reported In  : 3009                    RevisedDate  :  8/04/94     │
  14921. │       Fixed In  :                         Status       : Suggestion   │
  14922. │       Origin    : External                                            │
  14923. │    Severity     : Unassigned Severity                                 │
  14924. │                               Synopsis                                │
  14925. │               Escaping from a screen with a req'd field               │
  14926. │                                Section                                │
  14927. │                              Screen Library                           │
  14928. ├───────────────────────────────────────────────────────────────────────┤
  14929. │                                                                       │
  14930. │                           Problem Description                         │
  14931. │                                                                       │
  14932. │      User suggestion:                                                 │
  14933. │      Even though there is a required field on a non-CUA FORM,         │
  14934. │      you still should be able to ESCAPE off the FORM even if the      │
  14935. │      required field isn't filled in.                                  │
  14936. └───────────────────────────────────────────────────────────────────────┘
  14937. ┌───────────────────────────────────────────────────────────────────────┐
  14938. │                          ProblemNumber : 5287                         │
  14939. │    Product      : CDD                     Duplicate No.:      0       │
  14940. │    Reported By  : CS                      DateReported :  8/18/94     │
  14941. │    Reported In  : 3009                    RevisedDate  :  8/18/94     │
  14942. │       Fixed In  :                         Status       : Suggestion   │
  14943. │       Origin    : External                                            │
  14944. │    Severity     : Unassigned Severity                                 │
  14945. │                               Synopsis                                │
  14946. │            Suggestion for single keystroke immediate field            │
  14947. │                                Section                                │
  14948. │                              Screen Library                           │
  14949. ├───────────────────────────────────────────────────────────────────────┤
  14950. │                                                                       │
  14951. │                           Problem Description                         │
  14952. │                                                                       │
  14953. │      Just in case a suggestion I made awhile back didn't get          │
  14954. │      saved: It would be real nice if the IMM (or some new)            │
  14955. │      attribute on ENTRY fields behaved like the IMM attribute on      │
  14956. │      LIST fields (IMMediately completing ACCEPT after each            │
  14957. │      keystroke rather then when the data reaches the end of the       │
  14958. │      field).                                                          │
  14959. │      If you've ever used QUICKEN, you no doubt appreciate its         │
  14960. │      QUICKFILL feature, which is also similar (in concept) to         │
  14961. │      Microsoft Word 6.0's ability to correct spelling errors          │
  14962. │      on-the-fly. Another analogy is a locator field without a         │
  14963. │      list (e.g., virtual or unseen).                                  │
  14964. │      Users would love to have this feature (QUICKFILL,                │
  14965. │      SMARTFILL,etc.), but it is impractical to implement right        │
  14966. │      now while   ACCEPT is gobbling up all the users keystrokes.      │
  14967. │      One could   alert A-Z and 1-9, etc., but this is way too         │
  14968. │      messy.                                                           │
  14969. └───────────────────────────────────────────────────────────────────────┘
  14970. ┌───────────────────────────────────────────────────────────────────────┐
  14971. │                          ProblemNumber : 0209                         │
  14972. │    Product      : CDD                     Duplicate No.:      0       │
  14973. │    Reported By  : CS                      DateReported :  2/02/93     │
  14974. │    Reported In  : 3001                    RevisedDate  :  1/25/94     │
  14975. │       Fixed In  :                         Status       : Suggestion   │
  14976. │       Origin    :                                                     │
  14977. │    Severity     : Unassigned Severity                                 │
  14978. │                               Synopsis                                │
  14979. │0                                                                      │
  14980. │                                Section                                │
  14981. │                                Suggestion                             │
  14982. ├───────────────────────────────────────────────────────────────────────┤
  14983. │                                                                       │
  14984. │                           Problem Description                         │
  14985. │                                                                       │
  14986. │      One of the things that has always bugged me about Clarion        │
  14987. │      is the way it removes the leading 0 from a date. It makes        │
  14988. │      reports look funny. I was hoping that version 3 would fix        │
  14989. │      this, but not so.                                                │
  14990. │      Can you add to the wish list, a new Date Option so that if       │
  14991. │      we want the leading 0, we can have it?                           │
  14992. └───────────────────────────────────────────────────────────────────────┘
  14993. ┌───────────────────────────────────────────────────────────────────────┐
  14994. │                          ProblemNumber : 0269                         │
  14995. │    Product      : CDD                     Duplicate No.:      0       │
  14996. │    Reported By  : CS                      DateReported :  2/05/93     │
  14997. │    Reported In  : 3001                    RevisedDate  :  1/25/94     │
  14998. │       Fixed In  :                         Status       : Suggestion   │
  14999. │       Origin    :                                                     │
  15000. │    Severity     : Unassigned Severity                                 │
  15001. │                               Synopsis                                │
  15002. │0                                                                      │
  15003. │                                Section                                │
  15004. │                                Suggestion                             │
  15005. ├───────────────────────────────────────────────────────────────────────┤
  15006. │                                                                       │
  15007. │                           Problem Description                         │
  15008. │                                                                       │
  15009. │      8.  Can't use hotkeys to activate "Change/Ok/Cancel" on the      │
  15010. │      "Select Color for Entry Field" screens.  Also, same problem      │
  15011. │      on the lower buttons of the Track Draw selection screen.         │
  15012. │      (Tested OK PAS)                                                  │
  15013. │      Suggestion:                                                      │
  15014. │      9. P L E A S E !!!! make RADIO BUTTONS available on the          │
  15015. │      PULLDOWN menu item type selection. Or else allow entry of        │
  15016. │      source associated with menu items (toggles etc). Case in         │
  15017. │      point, a pulldown choice of LPT ports to "check" the             │
  15018. │      desired destination. It looses something in the translation      │
  15019. │      if you have to go to a FORM/SCREEN procedure type                │
  15020. │      (primarily due to the pulldown disappearing).                    │
  15021. └───────────────────────────────────────────────────────────────────────┘
  15022. ┌───────────────────────────────────────────────────────────────────────┐
  15023. │                          ProblemNumber : 2850                         │
  15024. │    Product      : CDD                     Duplicate No.:      0       │
  15025. │    Reported By  : CS                      DateReported : 11/01/93     │
  15026. │    Reported In  : 3006                    RevisedDate  :  1/21/94     │
  15027. │       Fixed In  :                         Status       : Suggestion   │
  15028. │       Origin    :                                                     │
  15029. │    Severity     : Unassigned Severity                                 │
  15030. │                               Synopsis                                │
  15031. │0                                                                      │
  15032. │                                Section                                │
  15033. │                                Suggestion                             │
  15034. ├───────────────────────────────────────────────────────────────────────┤
  15035. │                                                                       │
  15036. │                           Problem Description                         │
  15037. │                                                                       │
  15038. │      Fm: Mark Goldberg 75250,2551 MSG#:39702                          │
  15039. │      Suggestions:                                                     │
  15040. │      editor: alt-w-c file window should be much wider, as full        │
  15041. │      paths are used.                                                  │
  15042. │        IDE: edit styles always brings up the IDE's style /            │
  15043. │      default style vs. the      style specified in the .APP (for      │
  15044. │      appgen), or maybe the last style editted.                        │
  15045. │              editor: default replace checkboxes, seem like they       │
  15046. │      would be better altered         should default to replace        │
  15047. │      within block (my preference)         should default to           │
  15048. │      replace all within block (my guess most peoples pref)            │
  15049. │                      Appgen: External Source (that points to          │
  15050. │      .CLA's) should have the source         button active and a       │
  15051. │      method of pulling up the source file. (module)                   │
  15052. │                           IDEA: An attribute of a field (in dct       │
  15053. │      as well as data sections) should be if         it is             │
  15054. │      _usually_ a display field, then when adding this field in        │
  15055. │      screener                               it would default to       │
  15056. │      display.                                                         │
  15057. │                                      IDEA: Add a generator            │
  15058. │      toggle, that will generate source code with _ALL_                │
  15059. │      embed points included even EMPTY ones.  Why ?  So that we        │
  15060. │      can look         at generated code for the current               │
  15061. │      procedure and visually see where         the embed points        │
  15062. │      would be.  This would be more natural than looking               │
  15063. │       at the templates.   Ok, so maybe this suggestion is             │
  15064. │      streching it a bit.                                              │
  15065. │      IDEA: Appgen: Add a universal color re-mapper (no not            │
  15066. │      styles), but rather a way         to change all of a color       │
  15067. │      code to another code, this would be used for                     │
  15068. │      reconcilling code written under differently mapped styles        │
  15069. │      files.                                                           │
  15070. │                      cdd filename.btv (I use .btv for btrieve         │
  15071. │      files) causes the editor to be loaded    and a subsequent        │
  15072. │      xtrace to be generated (mg: crash\xtrace.002)                    │
  15073. │                           edit errors editor (W0): should be          │
  15074. │      able to switch documents, I would find     this useful to        │
  15075. │      be able to check data structure, and map, etc.                   │
  15076. │                                 ooops: what do we do if we            │
  15077. │      disable _all_ fields on a form ??       I did a                  │
  15078. │      disable(pre:field) vs. a disable(?pre:field) and it caused       │
  15079. │            all fields to be disabled.  (Except maybe, my main         │
  15080. │      pulldown)                                              I         │
  15081. │      did do a disable(?pre:field), but I did it before the            │
  15082. │      screen was        open, thereby disabling the previous           │
  15083. │      screen, although it recognized        the new field equate,      │
  15084. │      maybe a compiler warning is appropriate here,        or          │
  15085. │      maybe I should just be more careful.                             │
  15086. └───────────────────────────────────────────────────────────────────────┘
  15087. ┌───────────────────────────────────────────────────────────────────────┐
  15088. │                          ProblemNumber : 3547                         │
  15089. │    Product      : CDD                     Duplicate No.:      0       │
  15090. │    Reported By  : PB                      DateReported :  1/18/94     │
  15091. │    Reported In  : 3007                    RevisedDate  :  1/19/94     │
  15092. │       Fixed In  :                         Status       : Suggestion   │
  15093. │       Origin    :                                                     │
  15094. │    Severity     : Suggestion or documentation error                   │
  15095. │                               Synopsis                                │
  15096. │0                                                                      │
  15097. │                                Section                                │
  15098. │                                Suggestion                             │
  15099. ├───────────────────────────────────────────────────────────────────────┤
  15100. │                                                                       │
  15101. │                           Problem Description                         │
  15102. │                                                                       │
  15103. │      a few users have suggested they would like the ablility to       │
  15104. │      copy screens, pulldowns, reports, local data and formulas        │
  15105. │      from one procedure to another                                    │
  15106. └───────────────────────────────────────────────────────────────────────┘
  15107. ┌───────────────────────────────────────────────────────────────────────┐
  15108. │                          ProblemNumber : 3628                         │
  15109. │    Product      : CDD                     Duplicate No.:      0       │
  15110. │    Reported By  : CS                      DateReported :  1/27/94     │
  15111. │    Reported In  : 3006                    RevisedDate  :  1/27/94     │
  15112. │       Fixed In  :                         Status       : Suggestion   │
  15113. │       Origin    :                                                     │
  15114. │    Severity     : Unassigned Severity                                 │
  15115. │                               Synopsis                                │
  15116. │0                                                                      │
  15117. │                                Section                                │
  15118. │                                Suggestion                             │
  15119. ├───────────────────────────────────────────────────────────────────────┤
  15120. │                                                                       │
  15121. │                           Problem Description                         │
  15122. │                                                                       │
  15123. │      Fm: Barry Smith 73072,3314 MSG#:52163                            │
  15124. │      The big question.  Why doesn't Clarion have a smoother           │
  15125. │      upgrade path? A document saying "watch for these things          │
  15126. │      whenyou move to 3007" would have made life easier. Also, say     │
  15127. │          "this is like this now because ..." Agggh.                   │
  15128. └───────────────────────────────────────────────────────────────────────┘
  15129. ┌───────────────────────────────────────────────────────────────────────┐
  15130. │                          ProblemNumber : 3707                         │
  15131. │    Product      : CDD                     Duplicate No.:      0       │
  15132. │    Reported By  : CS                      DateReported :  2/05/94     │
  15133. │    Reported In  : 3007                    RevisedDate  :  3/01/94     │
  15134. │       Fixed In  :                         Status       : Suggestion   │
  15135. │       Origin    :                                                     │
  15136. │    Severity     : Unassigned Severity                                 │
  15137. │                               Synopsis                                │
  15138. │0                                                                      │
  15139. │                                Section                                │
  15140. │                                Suggestion                             │
  15141. ├───────────────────────────────────────────────────────────────────────┤
  15142. │                                                                       │
  15143. │                           Problem Description                         │
  15144. │                                                                       │
  15145. │      User requests lft rt and center attributes for setmsg            │
  15146. └───────────────────────────────────────────────────────────────────────┘
  15147. ┌───────────────────────────────────────────────────────────────────────┐
  15148. │                          ProblemNumber : 3761                         │
  15149. │    Product      : CDD                     Duplicate No.:      0       │
  15150. │    Reported By  : RB                      DateReported :  2/10/94     │
  15151. │    Reported In  :                         RevisedDate  :  2/10/94     │
  15152. │       Fixed In  :                         Status       : Suggestion   │
  15153. │       Origin    :                                                     │
  15154. │    Severity     : Unassigned Severity                                 │
  15155. │                               Synopsis                                │
  15156. │0                                                                      │
  15157. │                                Section                                │
  15158. │                                Suggestion                             │
  15159. ├───────────────────────────────────────────────────────────────────────┤
  15160. │                                                                       │
  15161. │                           Problem Description                         │
  15162. │                                                                       │
  15163. │      How about adding a new validation type to the                    │
  15164. │      dictionary and Screener similar to "Must be in List" except      │
  15165. │      instead of Buttons, we have a drop down list box with a          │
  15166. │      Arrow () at the end of the field. This would make the DOS       │
  15167. │      product behave even more like the Windows product.               │
  15168. └───────────────────────────────────────────────────────────────────────┘
  15169. ┌───────────────────────────────────────────────────────────────────────┐
  15170. │                          ProblemNumber : 3780                         │
  15171. │    Product      : CDD                     Duplicate No.:      0       │
  15172. │    Reported By  : DH                      DateReported :  2/11/94     │
  15173. │    Reported In  : 30071                   RevisedDate  :  2/11/94     │
  15174. │       Fixed In  :                         Status       : Suggestion   │
  15175. │       Origin    :                                                     │
  15176. │    Severity     : Unassigned Severity                                 │
  15177. │                               Synopsis                                │
  15178. │0                                                                      │
  15179. │                                Section                                │
  15180. │                                Suggestion                             │
  15181. ├───────────────────────────────────────────────────────────────────────┤
  15182. │                                                                       │
  15183. │                           Problem Description                         │
  15184. │                                                                       │
  15185. │      Are the 'B' (sound on/off) and 'V' (screen blanker)              │
  15186. │      switchesfrom earlier Clarion releases no longer supported in     │
  15187. │       CDD 3? The sound on/off is impt to a number of our users -      │
  15188. │      how can I get the equivalent of B=NO in CDD 3? -dave cohen       │
  15189. │              Can we add the b=no ability. Through API?                │
  15190. └───────────────────────────────────────────────────────────────────────┘
  15191. ┌───────────────────────────────────────────────────────────────────────┐
  15192. │                          ProblemNumber : 3798                         │
  15193. │    Product      : CDD                     Duplicate No.:      0       │
  15194. │    Reported By  : CS                      DateReported :  2/12/94     │
  15195. │    Reported In  : 30071                   RevisedDate  :  2/12/94     │
  15196. │       Fixed In  :                         Status       : Suggestion   │
  15197. │       Origin    :                                                     │
  15198. │    Severity     : Unassigned Severity                                 │
  15199. │                               Synopsis                                │
  15200. │0                                                                      │
  15201. │                                Section                                │
  15202. │                                Suggestion                             │
  15203. ├───────────────────────────────────────────────────────────────────────┤
  15204. │                                                                       │
  15205. │                           Problem Description                         │
  15206. │                                                                       │
  15207. │      1. Hide mouse pointer when keyboard is accessed, revealing       │
  15208. │      it again only when                                               │
  15209. │      mouse movement is detected. This keeps it out of the way         │
  15210. │      when it obviously                                                │
  15211. │      isn't needed--very programmer friendly (hint).                   │
  15212. └───────────────────────────────────────────────────────────────────────┘
  15213. ┌───────────────────────────────────────────────────────────────────────┐
  15214. │                          ProblemNumber : 3851                         │
  15215. │    Product      : CDD                     Duplicate No.:      0       │
  15216. │    Reported By  : TB                      DateReported :  2/15/94     │
  15217. │    Reported In  : 30071                   RevisedDate  :  2/17/94     │
  15218. │       Fixed In  :                         Status       : Suggestion   │
  15219. │       Origin    :                                                     │
  15220. │    Severity     : Unassigned Severity                                 │
  15221. │                               Synopsis                                │
  15222. │0                                                                      │
  15223. │                                Section                                │
  15224. │                                Suggestion                             │
  15225. ├───────────────────────────────────────────────────────────────────────┤
  15226. │                                                                       │
  15227. │                           Problem Description                         │
  15228. │                                                                       │
  15229. │      A user would like to have embeds around doing lookups.           │
  15230. │      This is desired for both the forms and browses.  He is           │
  15231. │      aware that he can change his own and has already done so.        │
  15232. └───────────────────────────────────────────────────────────────────────┘
  15233. ┌───────────────────────────────────────────────────────────────────────┐
  15234. │                          ProblemNumber : 3862                         │
  15235. │    Product      : CDD                     Duplicate No.:      0       │
  15236. │    Reported By  : J                       DateReported :  2/16/94     │
  15237. │    Reported In  : 3007                    RevisedDate  :   /  /       │
  15238. │       Fixed In  :                         Status       : Suggestion   │
  15239. │       Origin    :                                                     │
  15240. │    Severity     : Unassigned Severity                                 │
  15241. │                               Synopsis                                │
  15242. │0                                                                      │
  15243. │                                Section                                │
  15244. │                                Suggestion                             │
  15245. ├───────────────────────────────────────────────────────────────────────┤
  15246. │                                                                       │
  15247. │                           Problem Description                         │
  15248. │                                                                       │
  15249. │      User wants ability to declare a group as external                │
  15250. └───────────────────────────────────────────────────────────────────────┘
  15251. ┌───────────────────────────────────────────────────────────────────────┐
  15252. │                          ProblemNumber : 4067                         │
  15253. │    Product      : CDD                     Duplicate No.:      0       │
  15254. │    Reported By  : TB                      DateReported :  3/08/94     │
  15255. │    Reported In  : 3007                    RevisedDate  :  3/08/94     │
  15256. │       Fixed In  :                         Status       : Suggestion   │
  15257. │       Origin    :                                                     │
  15258. │    Severity     : Unassigned Severity                                 │
  15259. │                               Synopsis                                │
  15260. │0                                                                      │
  15261. │                                Section                                │
  15262. │                                Suggestion                             │
  15263. ├───────────────────────────────────────────────────────────────────────┤
  15264. │                                                                       │
  15265. │                           Problem Description                         │
  15266. │                                                                       │
  15267. │      USER WOULD LIKE TO HAVe the help id's for a screen be            │
  15268. │      defaulted to the procedure label.                                │
  15269. └───────────────────────────────────────────────────────────────────────┘
  15270. ┌───────────────────────────────────────────────────────────────────────┐
  15271. │                          ProblemNumber : 4080                         │
  15272. │    Product      : CDD                     Duplicate No.:      0       │
  15273. │    Reported By  : TB                      DateReported :  3/09/94     │
  15274. │    Reported In  : 3007                    RevisedDate  :   /  /       │
  15275. │       Fixed In  :                         Status       : Suggestion   │
  15276. │       Origin    :                                                     │
  15277. │    Severity     : Unassigned Severity                                 │
  15278. │                               Synopsis                                │
  15279. │0                                                                      │
  15280. │                                Section                                │
  15281. │                                Suggestion                             │
  15282. ├───────────────────────────────────────────────────────────────────────┤
  15283. │                                                                       │
  15284. │                           Problem Description                         │
  15285. │                                                                       │
  15286. │      a user has the desire to take a data section from an             │
  15287. │      embedded source and have it import to the data button so         │
  15288. │      that he can use the screen formatter in the app gen.             │
  15289. └───────────────────────────────────────────────────────────────────────┘
  15290. ┌───────────────────────────────────────────────────────────────────────┐
  15291. │                          ProblemNumber : 4116                         │
  15292. │    Product      : CDD                     Duplicate No.:      0       │
  15293. │    Reported By  : CS                      DateReported :  3/15/94     │
  15294. │    Reported In  : 30072                   RevisedDate  :  3/15/94     │
  15295. │       Fixed In  :                         Status       : Suggestion   │
  15296. │       Origin    :                                                     │
  15297. │    Severity     : Unassigned Severity                                 │
  15298. │                               Synopsis                                │
  15299. │0                                                                      │
  15300. │                                Section                                │
  15301. │                                Suggestion                             │
  15302. ├───────────────────────────────────────────────────────────────────────┤
  15303. │                                                                       │
  15304. │                           Problem Description                         │
  15305. │                                                                       │
  15306. │      For any given field which has been #FIXed in %Field, there       │
  15307. │      does not seem to be a %Symbol allowing one to verify the         │
  15308. │      following:                                                       │
  15309. │      1) Validity Checks Off 2) Cannot Be Zero Or Blank 3) Must        │
  15310. │      Be True Or False                                                 │
  15311. │      Any ideas for accomplishing this WITHOUT %Field being used       │
  15312. │      on a screen?                                                     │
  15313. │      Douglas                                                          │
  15314. └───────────────────────────────────────────────────────────────────────┘
  15315. ┌───────────────────────────────────────────────────────────────────────┐
  15316. │                          ProblemNumber : 4171                         │
  15317. │    Product      : CDD                     Duplicate No.:      0       │
  15318. │    Reported By  : CS                      DateReported :  3/22/94     │
  15319. │    Reported In  : 30072                   RevisedDate  :  3/22/94     │
  15320. │       Fixed In  :                         Status       : Suggestion   │
  15321. │       Origin    :                                                     │
  15322. │    Severity     : Unassigned Severity                                 │
  15323. │                               Synopsis                                │
  15324. │0                                                                      │
  15325. │                                Section                                │
  15326. │                                Suggestion                             │
  15327. ├───────────────────────────────────────────────────────────────────────┤
  15328. │                                                                       │
  15329. │                           Problem Description                         │
  15330. │                                                                       │
  15331. │      : 61540 S8/3.0 Support                                           │
  15332. │          21-Mar-94  16:21:24                                          │
  15333. │      Sb: #61414-#case-insensitive Q sort                              │
  15334. │      Fm: Jeff Moyers 70254,2434                                       │
  15335. │      To: Greg Whitaker [Clarion] 76711,1035 (X)                       │
  15336. │      Greg:                                                            │
  15337. │       >> Storing the Upper of the field in another queue field        │
  15338. │      is                                                               │
  15339. │       >> about the best suggestion I can think of.                    │
  15340. │      Thanks for your reply. This solution will work, BUT look at      │
  15341. │      its potential                                                    │
  15342. │      costs.  Consider a queue that has a 48 byte Name field that      │
  15343. │      is your sort key.                                                │
  15344. │      If I have a queue with 50,000 records (not at all uncommon       │
  15345. │      in our application),                                             │
  15346. │      and I have to duplicate that 48 byte string for sorting,         │
  15347. │      that adds (48 * 50000)                                           │
  15348. │      = 2,400,000 bytes (2.34MB) to my memory requirements. Yes,       │
  15349. │      I could trim the key                                             │
  15350. │      down some. Yes, I could use a temporary file. Yes, I could       │
  15351. │      other things. But                                                │
  15352. │      the ability to sort the queue case-insensitive is the only       │
  15353. │      logical _solution_                                               │
  15354. │      to the problem; everything else is a workaround.                 │
  15355. │      In reality, in protected mode (we are), this will                │
  15356. │      automatically get swapped to                                     │
  15357. │      disk if memory is exhausted, but that _really_ slows things      │
  15358. │      down.  Adding                                                    │
  15359. │      another 4MB (to a base of 4MB) of memory, would cost our         │
  15360. │      company approximately                                            │
  15361. │      $28,000.  (200 machines * $140/machine). This can't be that      │
  15362. │      hard a thing for                                                 │
  15363. │      you guys to do, and I know I'm not the only person whose         │
  15364. │      ever suggested it.                                               │
  15365. │      Could we at least get it to be considered?!?.  Thanks!           │
  15366. └───────────────────────────────────────────────────────────────────────┘
  15367. ┌───────────────────────────────────────────────────────────────────────┐
  15368. │                          ProblemNumber : 4244                         │
  15369. │    Product      : CDD                     Duplicate No.:      0       │
  15370. │    Reported By  : CS                      DateReported :  3/29/94     │
  15371. │    Reported In  : 30072                   RevisedDate  :  3/29/94     │
  15372. │       Fixed In  :                         Status       : Suggestion   │
  15373. │       Origin    :                                                     │
  15374. │    Severity     : Unassigned Severity                                 │
  15375. │                               Synopsis                                │
  15376. │0                                                                      │
  15377. │                                Section                                │
  15378. │                                Suggestion                             │
  15379. ├───────────────────────────────────────────────────────────────────────┤
  15380. │                                                                       │
  15381. │                           Problem Description                         │
  15382. │                                                                       │
  15383. │      Sb: #dictionary not req.                                         │
  15384. │      Fm: Jon B. Bushey 71521,2267                                     │
  15385. │      To: sysop (X)                                                    │
  15386. │      In Generator, the dictionary should not be required.  There      │
  15387. │      are many times when                                              │
  15388. │      our programs do not require a dictionary.  One example is a      │
  15389. │      program we wrote to                                              │
  15390. │      use the findfirst and findnext directory functions.  It          │
  15391. │      does not use any files.                                          │
  15392. │      It simply builds a queue of matching file names.                 │
  15393. └───────────────────────────────────────────────────────────────────────┘
  15394. ┌───────────────────────────────────────────────────────────────────────┐
  15395. │                          ProblemNumber : 4342                         │
  15396. │    Product      : CDD                     Duplicate No.:      0       │
  15397. │    Reported By  : CS                      DateReported :  4/08/94     │
  15398. │    Reported In  : 3008                    RevisedDate  :  4/08/94     │
  15399. │       Fixed In  :                         Status       : Suggestion   │
  15400. │       Origin    :                                                     │
  15401. │    Severity     : Unassigned Severity                                 │
  15402. │                               Synopsis                                │
  15403. │0                                                                      │
  15404. │                                Section                                │
  15405. │                                Suggestion                             │
  15406. ├───────────────────────────────────────────────────────────────────────┤
  15407. │                                                                       │
  15408. │                           Problem Description                         │
  15409. │                                                                       │
  15410. │      #: 64988 S8/3.0 Support                                          │
  15411. │          08-Apr-94  02:13:59                                          │
  15412. │      Sb: _Filespec 'BUG'                                              │
  15413. │      Fm: Rob Mousley 100075,772                                       │
  15414. │      To: Debby Herman 72662,475                                       │
  15415. │      Hi Debby                                                         │
  15416. │      If you're in a LAN environment it is not uncommon to have a      │
  15417. │      filespec like:                                                   │
  15418. │              SYS:\SubDir\Filename.dat                                 │
  15419. │      We specify pathnames like this in filespec variables, no         │
  15420. │      problem.  But the                                                │
  15421. │      validation in the dictionary when you try to hard code a         │
  15422. │      file spec like this                                              │
  15423. │      throws it out.                                                   │
  15424. │      The validation should allow for a drive 'letter' like SYS:.      │
  15425. │      Rob from Chariot                                                 │
  15426. └───────────────────────────────────────────────────────────────────────┘
  15427. ┌───────────────────────────────────────────────────────────────────────┐
  15428. │                          ProblemNumber : 4357                         │
  15429. │    Product      : CDD                     Duplicate No.:      0       │
  15430. │    Reported By  : CS                      DateReported :  4/11/94     │
  15431. │    Reported In  : 3008                    RevisedDate  :  4/11/94     │
  15432. │       Fixed In  :                         Status       : Suggestion   │
  15433. │       Origin    :                                                     │
  15434. │    Severity     : Unassigned Severity                                 │
  15435. │                               Synopsis                                │
  15436. │0                                                                      │
  15437. │                                Section                                │
  15438. │                                Suggestion                             │
  15439. ├───────────────────────────────────────────────────────────────────────┤
  15440. │                                                                       │
  15441. │                           Problem Description                         │
  15442. │                                                                       │
  15443. │      #: 64709 S8/3.0 Support                                          │
  15444. │          06-Apr-94  18:20:01                                          │
  15445. │      Sb: Suggestion                                                   │
  15446. │      Fm: Danny L. Joe 75010,2427                                      │
  15447. │      To: Debby Herman 72662,475                                       │
  15448. │      Debbie or Greg,                                                  │
  15449. │      Please ask R&D to give us some way to have the IMM               │
  15450. │      attribute in ALL field types                                     │
  15451. │      cause ACCEPT to complete after every keystroke, as it now        │
  15452. │      does in LIST and                                                 │
  15453. │      button fields. This will enable us to add an AUTOFILL            │
  15454. │      feature to our entry                                             │
  15455. │      fields, similar to the LOCATOR field on record lists. This       │
  15456. │      is _very_                                                        │
  15457. │      significant to our users (most competing products have this      │
  15458. │      feature).                                                        │
  15459. │      Thanks,                                                          │
  15460. │      Danny                                                            │
  15461. └───────────────────────────────────────────────────────────────────────┘
  15462. ┌───────────────────────────────────────────────────────────────────────┐
  15463. │                          ProblemNumber : 4369                         │
  15464. │    Product      : CDD                     Duplicate No.:      0       │
  15465. │    Reported By  : PB                      DateReported :  4/13/94     │
  15466. │    Reported In  : 3008                    RevisedDate  :  4/13/94     │
  15467. │       Fixed In  :                         Status       : Suggestion   │
  15468. │       Origin    :                                                     │
  15469. │    Severity     : Unassigned Severity                                 │
  15470. │                               Synopsis                                │
  15471. │0                                                                      │
  15472. │                                Section                                │
  15473. │                                Suggestion                             │
  15474. ├───────────────────────────────────────────────────────────────────────┤
  15475. │                                                                       │
  15476. │                           Problem Description                         │
  15477. │                                                                       │
  15478. │      users would like to see updated matrix.ctl and laser.ctl         │
  15479. │      files.                                                           │
  15480. └───────────────────────────────────────────────────────────────────────┘
  15481. ┌───────────────────────────────────────────────────────────────────────┐
  15482. │                          ProblemNumber : 4431                         │
  15483. │    Product      : CDD                     Duplicate No.:      0       │
  15484. │    Reported By  : CS                      DateReported :  4/19/94     │
  15485. │    Reported In  : 3008                    RevisedDate  :  4/19/94     │
  15486. │       Fixed In  :                         Status       : Suggestion   │
  15487. │       Origin    :                                                     │
  15488. │    Severity     : Unassigned Severity                                 │
  15489. │                               Synopsis                                │
  15490. │0                                                                      │
  15491. │                                Section                                │
  15492. │                                Suggestion                             │
  15493. ├───────────────────────────────────────────────────────────────────────┤
  15494. │                                                                       │
  15495. │                           Problem Description                         │
  15496. │                                                                       │
  15497. │      Fm: Rob Mousley 100075,772 MSG#:66535                            │
  15498. │      Debby>>With linker warnings you can go ahead and create the      │
  15499. │      .exe. Select the Continue Button.                                │
  15500. │      Rob>>>> Ah yes, I know to press Continue, but the whole          │
  15501. │      point is I don't _want_ to have to press continue to get         │
  15502. │      passed spurious warnings that I want to ignore.  CDD takes       │
  15503. │      so long to regenerate & compile that one prefers to make         │
  15504. │      coffe, go for a    walk, whatever and to have the app up &       │
  15505. │      running when one comes back!  To have to press continue          │
  15506. │      justadds irritation to irritation!  That's why I'd prefer to     │
  15507. │          have a switch saying 'Yes, I realise that the warnings       │
  15508. │      are  going to show, but I   want to continue automatically.'     │
  15509. │              Rob from Chariot                                         │
  15510. └───────────────────────────────────────────────────────────────────────┘
  15511. ┌───────────────────────────────────────────────────────────────────────┐
  15512. │                          ProblemNumber : 4480                         │
  15513. │    Product      : CDD                     Duplicate No.:      0       │
  15514. │    Reported By  : SA                      DateReported :  4/21/94     │
  15515. │    Reported In  : 3009                    RevisedDate  :  4/21/94     │
  15516. │       Fixed In  :                         Status       : Suggestion   │
  15517. │       Origin    :                                                     │
  15518. │    Severity     : Unassigned Severity                                 │
  15519. │                               Synopsis                                │
  15520. │0                                                                      │
  15521. │                                Section                                │
  15522. │                                Suggestion                             │
  15523. ├───────────────────────────────────────────────────────────────────────┤
  15524. │                                                                       │
  15525. │                           Problem Description                         │
  15526. │                                                                       │
  15527. │      1. Load template varibles from generator.                        │
  15528. │      2. APP layout and DCT layout to develope 3rd. party              │
  15529. │         software.   Auto Documentor Syntax checker                    │
  15530. │      3. Clarion 3.0 driver is not consistant with the library         │
  15531. │         name ???cla21.lib.                                            │
  15532. │      4. The copy function from Clarion can only Copy to .DAT          │
  15533. │         names regardless of the name variable passed to it.           │
  15534. │         Extention is ignored.                                         │
  15535. └───────────────────────────────────────────────────────────────────────┘
  15536. ┌───────────────────────────────────────────────────────────────────────┐
  15537. │                          ProblemNumber : 4549                         │
  15538. │    Product      : CDD                     Duplicate No.:      0       │
  15539. │    Reported By  : PB                      DateReported :  4/25/94     │
  15540. │    Reported In  : 3008                    RevisedDate  :  4/25/94     │
  15541. │       Fixed In  :                         Status       : Suggestion   │
  15542. │       Origin    :                                                     │
  15543. │    Severity     : Unassigned Severity                                 │
  15544. │                               Synopsis                                │
  15545. │0                                                                      │
  15546. │                                Section                                │
  15547. │                                Suggestion                             │
  15548. ├───────────────────────────────────────────────────────────────────────┤
  15549. │                                                                       │
  15550. │                           Problem Description                         │
  15551. │                                                                       │
  15552. │      suggestion from end user                                         │
  15553. │      wants to be able to pass a variable number of parameters to      │
  15554. │      a procedure/function like an optional repeat in C                │
  15555. │      pass a field as an entity-parameter                              │
  15556. └───────────────────────────────────────────────────────────────────────┘
  15557. ┌───────────────────────────────────────────────────────────────────────┐
  15558. │                          ProblemNumber : 4608                         │
  15559. │    Product      : CDD                     Duplicate No.:      0       │
  15560. │    Reported By  : CS                      DateReported :  5/03/94     │
  15561. │    Reported In  : 3008                    RevisedDate  :  5/03/94     │
  15562. │       Fixed In  :                         Status       : Suggestion   │
  15563. │       Origin    :                                                     │
  15564. │    Severity     : Unassigned Severity                                 │
  15565. │                               Synopsis                                │
  15566. │0                                                                      │
  15567. │                                Section                                │
  15568. │                                Suggestion                             │
  15569. ├───────────────────────────────────────────────────────────────────────┤
  15570. │                                                                       │
  15571. │                           Problem Description                         │
  15572. │                                                                       │
  15573. │      #: 69337 S8/3.0 Support                                          │
  15574. │          02-May-94  09:00:44                                          │
  15575. │      Sb: #68869-Multiple Forms for Brows                              │
  15576. │      Fm: Alan  L. Schoolcraf 73133,2624                               │
  15577. │      To: Debby Herman 72662,475                                       │
  15578. │      Debby -                                                          │
  15579. │              PMFJI but, at DEVCON 93, I talked to Bruce about         │
  15580. │      allowing a parameter                                             │
  15581. │      for RUN that would leave the files open and not lose the         │
  15582. │      pointers.  This is                                               │
  15583. │      needed for instance if you want to RUN from a button on a        │
  15584. │      browse.  Bruce                                                   │
  15585. │      thought this was already there and when I told him it            │
  15586. │      wasn't, he had me talk                                           │
  15587. │      to one of you guys about getting it done.                        │
  15588. │              Do you know if it's in the works?                        │
  15589. │      ALAN                                                             │
  15590. └───────────────────────────────────────────────────────────────────────┘
  15591. ┌───────────────────────────────────────────────────────────────────────┐
  15592. │                          ProblemNumber : 4872                         │
  15593. │    Product      : CDD                     Duplicate No.:      0       │
  15594. │    Reported By  : CS                      DateReported :  6/27/94     │
  15595. │    Reported In  : 3009                    RevisedDate  :  6/27/94     │
  15596. │       Fixed In  :                         Status       : Suggestion   │
  15597. │       Origin    :                                                     │
  15598. │    Severity     : Unassigned Severity                                 │
  15599. │                               Synopsis                                │
  15600. │0                                                                      │
  15601. │                                Section                                │
  15602. │                                Suggestion                             │
  15603. ├───────────────────────────────────────────────────────────────────────┤
  15604. │                                                                       │
  15605. │                           Problem Description                         │
  15606. │                                                                       │
  15607. │      #: 78734 S9/3.0 Discussion                                       │
  15608. │          24-Jun-94  15:54:03                                          │
  15609. │      Sb: Need *.STY inCLARION.RED                                     │
  15610. │      Fm: Barry McClure 75170,1100                                     │
  15611. │      To: Debby Herman 72662,475                                       │
  15612. │      Debby,                                                           │
  15613. │           Is there a reason why we can't have a redirection           │
  15614. │      directory for                                                    │
  15615. │           styles files? Like:                                         │
  15616. │                   *.STY = ;F:\CLARION3\x                              │
  15617. │           I find I have a lot of duplicate mystyle.STY files in       │
  15618. │      several                                                          │
  15619. │           subdirectories. They each get updated independently         │
  15620. │      and is a                                                         │
  15621. │           hassle to maintain. If they're like me, I think a lot       │
  15622. │      of                                                               │
  15623. │           programmers may work with 1 or 2 styles for most of         │
  15624. │      their programs.                                                  │
  15625. │           Having a central location of styles is the way to go        │
  15626. │      and will                                                         │
  15627. │           eliminate a lot of duplicate style files.                   │
  15628. │           I know what you're going to say. "Why not just enter        │
  15629. │      the                                                              │
  15630. │           complete path name for the style file from the options      │
  15631. │      menu and                                                         │
  15632. │           have it point to a subdirectory where all the styles        │
  15633. │      are kept?"                                                       │
  15634. │           This creates a problem when the programmer is about to      │
  15635. │      release a                                                        │
  15636. │           new copy of the software. He (or she) is going to have      │
  15637. │      to change                                                        │
  15638. │           it and recompile the app because the user's program         │
  15639. │      expects to                                                       │
  15640. │           find it in the current subdirectory and not in the          │
  15641. │      style                                                            │
  15642. │           subdirectory.                                               │
  15643. │           So how about asking R&D to put a "*.STY" in                 │
  15644. │      CLARION.RED? (pretty                                             │
  15645. │           please.<g>)                                                 │
  15646. │      Barry...                                                         │
  15647. └───────────────────────────────────────────────────────────────────────┘
  15648. ┌───────────────────────────────────────────────────────────────────────┐
  15649. │                          ProblemNumber : 4940                         │
  15650. │    Product      : CDD                     Duplicate No.:      0       │
  15651. │    Reported By  : CS                      DateReported :  7/13/94     │
  15652. │    Reported In  : 3009                    RevisedDate  :  7/13/94     │
  15653. │       Fixed In  :                         Status       : Suggestion   │
  15654. │       Origin    :                                                     │
  15655. │    Severity     : Unassigned Severity                                 │
  15656. │                               Synopsis                                │
  15657. │0                                                                      │
  15658. │                                Section                                │
  15659. │                                Suggestion                             │
  15660. ├───────────────────────────────────────────────────────────────────────┤
  15661. │                                                                       │
  15662. │                           Problem Description                         │
  15663. │                                                                       │
  15664. │      #: 82108 S8/3.0 Support                                          │
  15665. │          11-Jul-94  15:37:49                                          │
  15666. │      Sb: CDD Version Number                                           │
  15667. │      Fm: Will Fastie 76655,1566                                       │
  15668. │      To: All                                                          │
  15669. │      Greetings, All:                                                  │
  15670. │       Is the version number (i.e., 3009 or 3.009) or a                │
  15671. │      representation of it                                             │
  15672. │      available anywhere within the runtime environment?  If so,       │
  15673. │      where?  If it's                                                  │
  15674. │      stored in a variable somewhere, that's all we'd need.            │
  15675. │       If not, a CVersion() function should be added to the            │
  15676. │      system.                                                          │
  15677. │       Will                                                            │
  15678. │       Written on 11-Jul-1994 @ 15:20:45 EDT using Windows NavCIS      │
  15679. │      PRO 1.21                                                         │
  15680. └───────────────────────────────────────────────────────────────────────┘
  15681. ┌───────────────────────────────────────────────────────────────────────┐
  15682. │                          ProblemNumber : 5162                         │
  15683. │    Product      : CDD                     Duplicate No.:      0       │
  15684. │    Reported By  : CS                      DateReported :  7/28/94     │
  15685. │    Reported In  : 3009                    RevisedDate  :  7/28/94     │
  15686. │       Fixed In  :                         Status       : Suggestion   │
  15687. │       Origin    : Internal                                            │
  15688. │    Severity     : Unassigned Severity                                 │
  15689. │                               Synopsis                                │
  15690. │                 Modify the Tree Display in Generator                  │
  15691. │                                Section                                │
  15692. │                                Suggestion                             │
  15693. ├───────────────────────────────────────────────────────────────────────┤
  15694. │                                                                       │
  15695. │                           Problem Description                         │
  15696. │                                                                       │
  15697. │      #: 85935 S8/3.0 Support                                          │
  15698. │          27-Jul-94  13:10:56                                          │
  15699. │      Sb: Suggestion for Generator                                     │
  15700. │      Fm: Danny L. Joe 75010,2427                                      │
  15701. │      To: Greg Whitaker [Clarion] 76711,1035                           │
  15702. │      Hi Greg,                                                         │
  15703. │      Please enter as a suggestion (for version 3.1 maybe?) the        │
  15704. │      ability to expand(+)                                             │
  15705. │      and collapse (-) the call tree in the CDD Generator. This        │
  15706. │      is a great feature in                                            │
  15707. │      CW, and would be extremely helpful to have in CDD as well.       │
  15708. │      The existing FIND feature is helpful, but only if one            │
  15709. │      remembers the name of the                                        │
  15710. │      desired func/proc. Some of these trees can be _very_ long        │
  15711. │      and are therefore                                                │
  15712. │      quite difficult to navigate when the tree is fully expanded      │
  15713. │      all the time as it                                               │
  15714. │      is right now.                                                    │
  15715. │      Regards,                                                         │
  15716. │      Danny                                                            │
  15717. └───────────────────────────────────────────────────────────────────────┘
  15718. ┌───────────────────────────────────────────────────────────────────────┐
  15719. │                          ProblemNumber : 5186                         │
  15720. │    Product      : RW                      Duplicate No.:      0       │
  15721. │    Reported By  : CS                      DateReported :  8/01/94     │
  15722. │    Reported In  : 3009                    RevisedDate  :  8/02/94     │
  15723. │       Fixed In  :                         Status       : Suggestion   │
  15724. │       Origin    : External                                            │
  15725. │    Severity     : Cosmetic or user interface problem                  │
  15726. │                               Synopsis                                │
  15727. │                  Suggestions for next report Writer                   │
  15728. │                                Section                                │
  15729. │                                Suggestion                             │
  15730. ├───────────────────────────────────────────────────────────────────────┤
  15731. │                                                                       │
  15732. │                           Problem Description                         │
  15733. │                                                                       │
  15734. │      Fm: Rob Mousley 100075,772                                       │
  15735. │      Some irritating things in CRW - please forward the               │
  15736. │      following as siggestions for                                     │
  15737. │      the next version:                                                │
  15738. │      -----------------------------------------------------------      │
  15739. │      When placing fields from a file layout onto a report, you        │
  15740. │      select a field from the list, the next time you hit CtrlF,       │
  15741. │      the file layout pops up with the cursor on the next field -      │
  15742. │      which is what you mostly want, great. Then you hit Enter to      │
  15743. │      select the field.                                                │
  15744. │      When selecting total fields, the same is not true. The           │
  15745. │      system does not remember which total field you selected          │
  15746. │      lastso you always have to scroll down to it, and then when       │
  15747. │      you  press Enter you're popped into the field editor. This       │
  15748. │      is    inconsistent and drives me (at least) round the bend.      │
  15749. │      When  placing fields, Enter = Select!                            │
  15750. │      --------------------------------------------------------         │
  15751. │      Please put locators on all possible system Browses eg            │
  15752. │      Clarion function lists inside the formula editor - make it       │
  15753. │      work like CPD2.1! - -                                            │
  15754. │      -----------------------------------------------------------      │
  15755. │      The File driver selector screen that pops up when you            │
  15756. │      selecta file to import is also an abortion... Try to             │
  15757. │      mimimise the keystrokes needed & make those keystrokes           │
  15758. │      logical. (No      flames, I know this is version 1.0<g>,         │
  15759. │      this is just         feedback.)                                  │
  15760. │                            Rob from Chariot                           │
  15761. └───────────────────────────────────────────────────────────────────────┘
  15762. ┌───────────────────────────────────────────────────────────────────────┐
  15763. │                          ProblemNumber : 5187                         │
  15764. │    Product      : CDD                     Duplicate No.:      0       │
  15765. │    Reported By  : CS                      DateReported :  8/01/94     │
  15766. │    Reported In  :                         RevisedDate  :  8/01/94     │
  15767. │       Fixed In  :                         Status       : Suggestion   │
  15768. │       Origin    : External                                            │
  15769. │    Severity     : Unassigned Severity                                 │
  15770. │                               Synopsis                                │
  15771. │               Wants locator on color list in style file               │
  15772. │                                Section                                │
  15773. │                                Suggestion                             │
  15774. ├───────────────────────────────────────────────────────────────────────┤
  15775. │                                                                       │
  15776. │                           Problem Description                         │
  15777. │                                                                       │
  15778. │      #: 85360 S8/3.0 Support                                          │
  15779. │          25-Jul-94  11:31:28                                          │
  15780. │      Sb: Picking Colors in CDD3                                       │
  15781. │      Fm: Thom Gray 76244,2460                                         │
  15782. │      To: Support                                                      │
  15783. │      In the CDD3 application generator, when I'm selecting a          │
  15784. │      color from the list of                                           │
  15785. │      colors stored in the style file, a locator field would be        │
  15786. │      *SO VERY HELPFUL*. I                                             │
  15787. │      can't remember all those codes, but the names are                │
  15788. │      meaningful. So sorting by                                        │
  15789. │      alpha helps, but that alone doesn't come close to how easy       │
  15790. │      it would be to pick                                              │
  15791. │      those lil' suckers with a locator.                               │
  15792. │      Thanks! Thom Gray  76244,2460                                    │
  15793. └───────────────────────────────────────────────────────────────────────┘
  15794. ┌───────────────────────────────────────────────────────────────────────┐
  15795. │                          ProblemNumber : 5195                         │
  15796. │    Product      : CDD                     Duplicate No.:      0       │
  15797. │    Reported By  : CS                      DateReported :  8/02/94     │
  15798. │    Reported In  : 3009                    RevisedDate  :  8/02/94     │
  15799. │       Fixed In  :                         Status       : Suggestion   │
  15800. │       Origin    : External                                            │
  15801. │    Severity     : Unassigned Severity                                 │
  15802. │                               Synopsis                                │
  15803. │                     suggestion for array checking                     │
  15804. │                                Section                                │
  15805. │                                Suggestion                             │
  15806. ├───────────────────────────────────────────────────────────────────────┤
  15807. │                                                                       │
  15808. │                           Problem Description                         │
  15809. │                                                                       │
  15810. │        I guess what I'm really asking for is if "Array Index          │
  15811. │      Checking"                                                        │
  15812. │           is turned on, Clarion should at least tell you the          │
  15813. │      line in the                                                      │
  15814. │           program the subscript was out of bounds. Don't you          │
  15815. │      agree? Please                                                    │
  15816. │           pass this suggestion onto R&D. Thanks.                      │
  15817. └───────────────────────────────────────────────────────────────────────┘
  15818. ┌───────────────────────────────────────────────────────────────────────┐
  15819. │                          ProblemNumber : 5197                         │
  15820. │    Product      : CDD                     Duplicate No.:      0       │
  15821. │    Reported By  : CS                      DateReported :  8/02/94     │
  15822. │    Reported In  : 3009                    RevisedDate  :  8/02/94     │
  15823. │       Fixed In  :                         Status       : Suggestion   │
  15824. │       Origin    : External                                            │
  15825. │    Severity     : Unassigned Severity                                 │
  15826. │                               Synopsis                                │
  15827. │            hotkey in environment to save app from anywhere            │
  15828. │                                Section                                │
  15829. │                                Suggestion                             │
  15830. ├───────────────────────────────────────────────────────────────────────┤
  15831. │                                                                       │
  15832. │                           Problem Description                         │
  15833. │                                                                       │
  15834. │      Have some global HotKey that saves your file.  Then every 5      │
  15835. │      minutes or so the developer can hit the HotKey & know that       │
  15836. │      he's safe again.                                                 │
  15837. │      He wants this from anywhere at any level. In an embeded          │
  15838. │      source window even not just from the application properties      │
  15839. │      window.                                                          │
  15840. └───────────────────────────────────────────────────────────────────────┘
  15841. ┌───────────────────────────────────────────────────────────────────────┐
  15842. │                          ProblemNumber : 5242                         │
  15843. │    Product      : CDD                     Duplicate No.:      0       │
  15844. │    Reported By  : NA                      DateReported :  8/11/94     │
  15845. │    Reported In  : 3009                    RevisedDate  :  8/11/94     │
  15846. │       Fixed In  :                         Status       : Suggestion   │
  15847. │       Origin    : External                                            │
  15848. │    Severity     : Cosmetic or user interface problem                  │
  15849. │                               Synopsis                                │
  15850. │                          System Halt Window                           │
  15851. │                                Section                                │
  15852. │                                Suggestion                             │
  15853. ├───────────────────────────────────────────────────────────────────────┤
  15854. │                                                                       │
  15855. │                           Problem Description                         │
  15856. │                                                                       │
  15857. │      User would like the abililty of the system stop window to        │
  15858. │      go to the particular line that is giving problems                │
  15859. └───────────────────────────────────────────────────────────────────────┘
  15860. ┌───────────────────────────────────────────────────────────────────────┐
  15861. │                          ProblemNumber : 5262                         │
  15862. │    Product      : CDD                     Duplicate No.:      0       │
  15863. │    Reported By  : UK                      DateReported :  8/16/94     │
  15864. │    Reported In  : 3009                    RevisedDate  :  8/16/94     │
  15865. │       Fixed In  :                         Status       : Suggestion   │
  15866. │       Origin    : Internal                                            │
  15867. │    Severity     : Suggestion or documentation error                   │
  15868. │                               Synopsis                                │
  15869. │                           Editor Suggestion                           │
  15870. │                                Section                                │
  15871. │                                Suggestion                             │
  15872. ├───────────────────────────────────────────────────────────────────────┤
  15873. │                                                                       │
  15874. │                           Problem Description                         │
  15875. │                                                                       │
  15876. │      When you load a large file, it says on the botton of the         │
  15877. │      screen the record number.  Can it do the same when you           │
  15878. │      save, so that you know the machine has not locked.  The          │
  15879. │      cursor stays in the same place while the save is taking          │
  15880. │      place and you do not know what is going on.                      │
  15881. └───────────────────────────────────────────────────────────────────────┘
  15882. ┌───────────────────────────────────────────────────────────────────────┐
  15883. │                          ProblemNumber : 5281                         │
  15884. │    Product      : CDD                     Duplicate No.:      0       │
  15885. │    Reported By  : PB                      DateReported :  8/18/94     │
  15886. │    Reported In  : 3009                    RevisedDate  :  8/18/94     │
  15887. │       Fixed In  :                         Status       : Suggestion   │
  15888. │       Origin    : External                                            │
  15889. │    Severity     : Unassigned Severity                                 │
  15890. │                               Synopsis                                │
  15891. │                      Template Language Suggeston                      │
  15892. │                                Section                                │
  15893. │                                Suggestion                             │
  15894. ├───────────────────────────────────────────────────────────────────────┤
  15895. │                                                                       │
  15896. │                           Problem Description                         │
  15897. │                                                                       │
  15898. │      a suggestion from an end user is to have a templage              │
  15899. │      language statment that would allow the template to check         │
  15900. │      and see if there was embedded code added to a certain            │
  15901. │      embed.  THis would allow the template to include the embed       │
  15902. │      code or generate some other code.                                │
  15903. │      ex.   #if embedded('my embed section')                           │
  15904. │               #embed('my embed section')                              │
  15905. │            #else                                                      │
  15906. │               ... include this code ...                               │
  15907. │            #endif                                                     │
  15908. └───────────────────────────────────────────────────────────────────────┘
  15909. ┌───────────────────────────────────────────────────────────────────────┐
  15910. │                          ProblemNumber : 5293                         │
  15911. │    Product      : CDD                     Duplicate No.:      0       │
  15912. │    Reported By  : CS                      DateReported :  8/19/94     │
  15913. │    Reported In  :                         RevisedDate  :  8/19/94     │
  15914. │       Fixed In  :                         Status       : Suggestion   │
  15915. │       Origin    : External                                            │
  15916. │    Severity     : Unassigned Severity                                 │
  15917. │                               Synopsis                                │
  15918. │                   CRW as a dll in a Clarion Program                   │
  15919. │                                Section                                │
  15920. │                                Suggestion                             │
  15921. ├───────────────────────────────────────────────────────────────────────┤
  15922. │                                                                       │
  15923. │                           Problem Description                         │
  15924. │                                                                       │
  15925. │      How about the possibility of creating DLL's/LIB's for CRW        │
  15926. │      for incorporation into CDD app's. Just wondering whatever        │
  15927. │      happened to the suggestion since I didn't get any response.      │
  15928. │      Any idea if this might even be of future consideration?          │
  15929. │      Just thought I'd ask -                                           │
  15930. └───────────────────────────────────────────────────────────────────────┘
  15931. ┌───────────────────────────────────────────────────────────────────────┐
  15932. │                          ProblemNumber : 5317                         │
  15933. │    Product      : CDD                     Duplicate No.:      0       │
  15934. │    Reported By  : QA                      DateReported :  8/29/94     │
  15935. │    Reported In  : 3.1                     RevisedDate  :  8/29/94     │
  15936. │       Fixed In  :                         Status       : Suggestion   │
  15937. │       Origin    : Internal                                            │
  15938. │    Severity     : Does not operate as documented                      │
  15939. │                               Synopsis                                │
  15940. │               Hot key access to different radio buttons               │
  15941. │                                Section                                │
  15942. │                                Suggestion                             │
  15943. ├───────────────────────────────────────────────────────────────────────┤
  15944. │                                                                       │
  15945. │                           Problem Description                         │
  15946. │                                                                       │
  15947. │      Please provide hot-key access to different radio button          │
  15948. │      options In the Constraints dialog in the dictionary editor       │
  15949. │      when declaring relationships.                                    │
  15950. └───────────────────────────────────────────────────────────────────────┘
  15951. ┌───────────────────────────────────────────────────────────────────────┐
  15952. │                          ProblemNumber : 5318                         │
  15953. │    Product      : CDD                     Duplicate No.:      0       │
  15954. │    Reported By  : QA                      DateReported :  8/29/94     │
  15955. │    Reported In  : 3.1                     RevisedDate  :  8/29/94     │
  15956. │       Fixed In  :                         Status       : Suggestion   │
  15957. │       Origin    : Internal                                            │
  15958. │    Severity     : Does not operate as documented                      │
  15959. │                               Synopsis                                │
  15960. │                              Field Pool                               │
  15961. │                                Section                                │
  15962. │                                Suggestion                             │
  15963. ├───────────────────────────────────────────────────────────────────────┤
  15964. │                                                                       │
  15965. │                           Problem Description                         │
  15966. │                                                                       │
  15967. │      If you are not going to add a field pool in the dictionary       │
  15968. │      editor as was previously stated, could you provide a means       │
  15969. │      to copy one field from one file to another so as to give us      │
  15970. │      the ability to copy similar fields (pictures, validations,       │
  15971. │      keyboard handling, etc.) to insure likeness between field        │
  15972. │      for like fields.                                                 │
  15973. └───────────────────────────────────────────────────────────────────────┘
  15974. ┌───────────────────────────────────────────────────────────────────────┐
  15975. │                          ProblemNumber : 0236                         │
  15976. │    Product      : CDD                     Duplicate No.:      0       │
  15977. │    Reported By  : PS                      DateReported :  2/03/93     │
  15978. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  15979. │       Fixed In  :                         Status       : Suggestion   │
  15980. │       Origin    :                                                     │
  15981. │    Severity     : Unassigned Severity                                 │
  15982. │                               Synopsis                                │
  15983. │0                                                                      │
  15984. │                                Section                                │
  15985. │                             Validate Template                         │
  15986. ├───────────────────────────────────────────────────────────────────────┤
  15987. │                                                                       │
  15988. │                           Problem Description                         │
  15989. │                                                                       │
  15990. │      In the Validate template allow Multi component validations.      │
  15991. └───────────────────────────────────────────────────────────────────────┘
  15992. ┌───────────────────────────────────────────────────────────────────────┐
  15993. │                          ProblemNumber : 0278                         │
  15994. │    Product      : CDD                     Duplicate No.:      0       │
  15995. │    Reported By  : CS                      DateReported :  2/06/93     │
  15996. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  15997. │       Fixed In  :                         Status       : Suggestion   │
  15998. │       Origin    :                                                     │
  15999. │    Severity     : Unassigned Severity                                 │
  16000. │                               Synopsis                                │
  16001. │0                                                                      │
  16002. │                                Section                                │
  16003. │                             Validate Template                         │
  16004. ├───────────────────────────────────────────────────────────────────────┤
  16005. │                                                                       │
  16006. │                           Problem Description                         │
  16007. │                                                                       │
  16008. │      A small problem that I have found while using the examples       │
  16009. │      that came with 3.0 is that on a validation screen you can't      │
  16010. │      get out without selecting something.                             │
  16011. │      SCENARIO - user inadvertantly makes a change to the first        │
  16012. │      letter of a field that makes it invalid. Validation table        │
  16013. │      pops up. Users doesn't remember what was in the field            │
  16014. │      before. (In 2.X you could just escape and the original           │
  16015. │      contents would be undisturbed).  In 3.0 you must select          │
  16016. │      something even if it may be incorrect. The templates should      │
  16017. │      be changed to allow a cancel button on the validation            │
  16018. │      screen.                                                          │
  16019. └───────────────────────────────────────────────────────────────────────┘
  16020. ┌───────────────────────────────────────────────────────────────────────┐
  16021. │                          ProblemNumber : 1339                         │
  16022. │    Product      : CDD                     Duplicate No.:      0       │
  16023. │    Reported By  : TB                      DateReported :  5/25/93     │
  16024. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  16025. │       Fixed In  :                         Status       : Suggestion   │
  16026. │       Origin    :                                                     │
  16027. │    Severity     : Unassigned Severity                                 │
  16028. │                               Synopsis                                │
  16029. │0                                                                      │
  16030. │                                Section                                │
  16031. │                             Validate Template                         │
  16032. ├───────────────────────────────────────────────────────────────────────┤
  16033. │                                                                       │
  16034. │                           Problem Description                         │
  16035. │                                                                       │
  16036. │      The validate does not go to the closest match of what they       │
  16037. │      typed in, like it did in 2.1.                                    │
  16038. │      RND:Working on it...it is a bit complicated with the             │
  16039. │      BrowseAction/ResetFirst interaction.  Thought it was done,       │
  16040. │      but found a bug when setting past the last record.               │
  16041. │      Soon...but not 3003.                                             │
  16042. │      R & D : Suggestion/Enhancement                                   │
  16043. └───────────────────────────────────────────────────────────────────────┘
  16044. ┌───────────────────────────────────────────────────────────────────────┐
  16045. │                          ProblemNumber : 2189                         │
  16046. │    Product      : CDD                     Duplicate No.:      0       │
  16047. │    Reported By  : PB                      DateReported :  8/23/93     │
  16048. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  16049. │       Fixed In  :                         Status       : Suggestion   │
  16050. │       Origin    :                                                     │
  16051. │    Severity     : Unassigned Severity                                 │
  16052. │                               Synopsis                                │
  16053. │0                                                                      │
  16054. │                                Section                                │
  16055. │                             Validate Template                         │
  16056. ├───────────────────────────────────────────────────────────────────────┤
  16057. │                                                                       │
  16058. │                           Problem Description                         │
  16059. │                                                                       │
  16060. │      validate on a field with IMM skips the field after the           │
  16061. │      field being validated                                            │
  16062. │              field1(imm)    field2(imm)    field3(imm)                │
  16063. │        after validate on field 1, cursor appears on field 3, and      │
  16064. │      field 2 is skipped                                               │
  16065. │      Q&A: This is going to happen all the time because of the         │
  16066. │      use of Press() in the Templates.  Remove the IMM from            │
  16067. │      fields that are to be validated.   Because of the                │
  16068. │      Press(value); Press(TabKey) usage in validate.                   │
  16069. └───────────────────────────────────────────────────────────────────────┘
  16070. ┌───────────────────────────────────────────────────────────────────────┐
  16071. │                          ProblemNumber : 2297                         │
  16072. │    Product      : CDD                     Duplicate No.:      0       │
  16073. │    Reported By  : GW                      DateReported :  9/03/93     │
  16074. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  16075. │       Fixed In  :                         Status       : Suggestion   │
  16076. │       Origin    :                                                     │
  16077. │    Severity     : Unassigned Severity                                 │
  16078. │                               Synopsis                                │
  16079. │0                                                                      │
  16080. │                                Section                                │
  16081. │                             Validate Template                         │
  16082. ├───────────────────────────────────────────────────────────────────────┤
  16083. │                                                                       │
  16084. │                           Problem Description                         │
  16085. │                                                                       │
  16086. │      The validate template has no facility for escaping or            │
  16087. │      aborting the validate.                                           │
  16088. │      I'm reporting this as a bug only because the function is         │
  16089. │      not available not because it's broken.                           │
  16090. └───────────────────────────────────────────────────────────────────────┘
  16091. ┌───────────────────────────────────────────────────────────────────────┐
  16092. │                          ProblemNumber : 2325                         │
  16093. │    Product      : CDD                     Duplicate No.:      0       │
  16094. │    Reported By  : CS                      DateReported :  9/15/93     │
  16095. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  16096. │       Fixed In  :                         Status       : Suggestion   │
  16097. │       Origin    :                                                     │
  16098. │    Severity     : Unassigned Severity                                 │
  16099. │                               Synopsis                                │
  16100. │0                                                                      │
  16101. │                                Section                                │
  16102. │                             Validate Template                         │
  16103. ├───────────────────────────────────────────────────────────────────────┤
  16104. │                                                                       │
  16105. │                           Problem Description                         │
  16106. │                                                                       │
  16107. │      Fm: David L. Shapiro 72122,330                                   │
  16108. │      Concerning validate procedures, you should ask if I want to      │
  16109. │      automatically move to the next field (include "press(T           │
  16110. │      ABKey)" code) on the procedure properties window. This is        │
  16111. │      need so that validates work with multiple immediate fields.      │
  16112. └───────────────────────────────────────────────────────────────────────┘
  16113. ┌───────────────────────────────────────────────────────────────────────┐
  16114. │                          ProblemNumber : 2569                         │
  16115. │    Product      : CDD                     Duplicate No.:      0       │
  16116. │    Reported By  : CS                      DateReported : 10/05/93     │
  16117. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  16118. │       Fixed In  :                         Status       : Suggestion   │
  16119. │       Origin    :                                                     │
  16120. │    Severity     : Unassigned Severity                                 │
  16121. │                               Synopsis                                │
  16122. │0                                                                      │
  16123. │                                Section                                │
  16124. │                             Validate Template                         │
  16125. ├───────────────────────────────────────────────────────────────────────┤
  16126. │                                                                       │
  16127. │                           Problem Description                         │
  16128. │                                                                       │
  16129. │      Fm: Scott Smiley 75610,2212 MSG#:34693                           │
  16130. │      can we get immediate locators in validate template like the      │
  16131. │      browse and select in 3005d?                                      │
  16132. └───────────────────────────────────────────────────────────────────────┘
  16133. ┌───────────────────────────────────────────────────────────────────────┐
  16134. │                          ProblemNumber : 1634                         │
  16135. │    Product      : CDD                     Duplicate No.:      0       │
  16136. │    Reported By  : ??                      DateReported :  6/23/93     │
  16137. │    Reported In  : 3003                    RevisedDate  :  4/28/94     │
  16138. │       Fixed In  :                         Status       : Suggestion   │
  16139. │       Origin    :                                                     │
  16140. │    Severity     : Unassigned Severity                                 │
  16141. │                               Synopsis                                │
  16142. │0                                                                      │
  16143. │                                Section                                │
  16144. │                             VGA Color Library                         │
  16145. ├───────────────────────────────────────────────────────────────────────┤
  16146. │                                                                       │
  16147. │                           Problem Description                         │
  16148. │                                                                       │
  16149. │      The VGA COLOR KIT doc should mention that the *.CLR needs        │
  16150. │      tobe ditributed with the finish app.                             │
  16151. └───────────────────────────────────────────────────────────────────────┘
  16152. ┌───────────────────────────────────────────────────────────────────────┐
  16153. │                          ProblemNumber : 0186                         │
  16154. │    Product      : CDD                     Duplicate No.:      0       │
  16155. │    Reported By  : DH                      DateReported :  2/01/93     │
  16156. │    Reported In  : 3001                    RevisedDate  :  4/27/94     │
  16157. │       Fixed In  :                         Status       : Suggestion   │
  16158. │       Origin    :                                                     │
  16159. │    Severity     : Unassigned Severity                                 │
  16160. │                               Synopsis                                │
  16161. │0                                                                      │
  16162. │                                Section                                │
  16163. │                                    VID                                │
  16164. ├───────────────────────────────────────────────────────────────────────┤
  16165. │                                                                       │
  16166. │                           Problem Description                         │
  16167. │                                                                       │
  16168. │      Watch Arrays in VID.....                                         │
  16169. └───────────────────────────────────────────────────────────────────────┘
  16170. ┌───────────────────────────────────────────────────────────────────────┐
  16171. │                          ProblemNumber : 0469                         │
  16172. │    Product      : CDD                     Duplicate No.:      0       │
  16173. │    Reported By  : ??                      DateReported :  3/01/93     │
  16174. │    Reported In  : 3002                    RevisedDate  :  4/26/94     │
  16175. │       Fixed In  :                         Status       : Suggestion   │
  16176. │       Origin    :                                                     │
  16177. │    Severity     : Unassigned Severity                                 │
  16178. │                               Synopsis                                │
  16179. │0                                                                      │
  16180. │                                Section                                │
  16181. │                                    VID                                │
  16182. ├───────────────────────────────────────────────────────────────────────┤
  16183. │                                                                       │
  16184. │                           Problem Description                         │
  16185. │                                                                       │
  16186. │      User Claims that Vid will not work if his IBM token ring         │
  16187. │      drivers are loaded. he has 3000.                                 │
  16188. │      R & D : We are using INT 63.  This will be fixed in a            │
  16189. │              future release.                                          │
  16190. └───────────────────────────────────────────────────────────────────────┘
  16191. ┌───────────────────────────────────────────────────────────────────────┐
  16192. │                          ProblemNumber : 0941                         │
  16193. │    Product      : CDD                     Duplicate No.:      0       │
  16194. │    Reported By  : CS                      DateReported :  4/09/93     │
  16195. │    Reported In  : 3002                    RevisedDate  :  4/26/94     │
  16196. │       Fixed In  :                         Status       : Suggestion   │
  16197. │       Origin    :                                                     │
  16198. │    Severity     : Unassigned Severity                                 │
  16199. │                               Synopsis                                │
  16200. │0                                                                      │
  16201. │                                Section                                │
  16202. │                                    VID                                │
  16203. ├───────────────────────────────────────────────────────────────────────┤
  16204. │                                                                       │
  16205. │                           Problem Description                         │
  16206. │                                                                       │
  16207. │      Fm: E.J. Tejera 71066,1361                                       │
  16208. │      1-.VID seems to crash a lot, is there a trick in the setup?      │
  16209. │      I can crash VID by: a-.pressing F5  (always)                     │
  16210. │      b-. asking for an out of scope value (sometimes)                 │
  16211. │      c-.ALtF6 (sometimes)                                             │
  16212. │      BTW, stealth and CLAVID simply do not get along in my            │
  16213. │      Gateway 2000 4DX2-66V, while every other app (including          │
  16214. │      CDD) works fine.                                                 │
  16215. │      2-.^E rearrange fields does not always work, specially on        │
  16216. │      screens with many fields.                                        │
  16217. │      3-.On quitting the program, the DOS prompt is not displayed      │
  16218. │      at pos1 (left of screen), but rather at whatever position        │
  16219. │      the cursor was last in the compiled program.                     │
  16220. │      4-.CLAVID will not totally release either extended or            │
  16221. │      conventional memory. If I load CLAVID repeatedly, it will        │
  16222. │      eventually allocate (and fail to release) most of the            │
  16223. │      computer's memory.                                               │
  16224. │      5-.CLAVID, serch string popup often displays garbage.            │
  16225. └───────────────────────────────────────────────────────────────────────┘
  16226. ┌───────────────────────────────────────────────────────────────────────┐
  16227. │                          ProblemNumber : 1046                         │
  16228. │    Product      : CDD                     Duplicate No.:      0       │
  16229. │    Reported By  : CS                      DateReported :  4/16/93     │
  16230. │    Reported In  : 3002                    RevisedDate  :  4/27/94     │
  16231. │       Fixed In  :                         Status       : Suggestion   │
  16232. │       Origin    :                                                     │
  16233. │    Severity     : Unassigned Severity                                 │
  16234. │                               Synopsis                                │
  16235. │0                                                                      │
  16236. │                                Section                                │
  16237. │                                    VID                                │
  16238. ├───────────────────────────────────────────────────────────────────────┤
  16239. │                                                                       │
  16240. │                           Problem Description                         │
  16241. │                                                                       │
  16242. │      Fm: Mark Goldberg 75250,2551                                     │
  16243. │        Is it possible to step through code inside of an include       │
  16244. │      when running in Clavid ?                                         │
  16245. └───────────────────────────────────────────────────────────────────────┘
  16246. ┌───────────────────────────────────────────────────────────────────────┐
  16247. │                          ProblemNumber : 1248                         │
  16248. │    Product      : CDD                     Duplicate No.:      0       │
  16249. │    Reported By  : PB                      DateReported :  5/14/93     │
  16250. │    Reported In  : 3003                    RevisedDate  :  4/26/94     │
  16251. │       Fixed In  :                         Status       : Suggestion   │
  16252. │       Origin    :                                                     │
  16253. │    Severity     : Unassigned Severity                                 │
  16254. │                               Synopsis                                │
  16255. │0                                                                      │
  16256. │                                Section                                │
  16257. │                                    VID                                │
  16258. ├───────────────────────────────────────────────────────────────────────┤
  16259. │                                                                       │
  16260. │                           Problem Description                         │
  16261. │                                                                       │
  16262. │      watch variables - trying to watch a decimal field, get           │
  16263. │      message 'Variable not watchable (structured type)'               │
  16264. │      examine variables - trying to examine a decimal field,           │
  16265. │      comes up as an array of hex values                               │
  16266. │      R& D : Enhancement for future version of CLAXVID.                │
  16267. └───────────────────────────────────────────────────────────────────────┘
  16268. ┌───────────────────────────────────────────────────────────────────────┐
  16269. │                          ProblemNumber : 1890                         │
  16270. │    Product      : CDD                     Duplicate No.:      0       │
  16271. │    Reported By  : PB                      DateReported :  7/16/93     │
  16272. │    Reported In  : 3004                    RevisedDate  :  4/26/94     │
  16273. │       Fixed In  :                         Status       : Suggestion   │
  16274. │       Origin    :                                                     │
  16275. │    Severity     : Unassigned Severity                                 │
  16276. │                               Synopsis                                │
  16277. │0                                                                      │
  16278. │                                Section                                │
  16279. │                                    VID                                │
  16280. ├───────────────────────────────────────────────────────────────────────┤
  16281. │                                                                       │
  16282. │                           Problem Description                         │
  16283. │                                                                       │
  16284. │      in vid you can choose or examine a global group or each of       │
  16285. │      the individual fields in the group. if i want to look at         │
  16286. │      the individual fields in group from a file, i have to look       │
  16287. │      at the entire group. i also cannot set watch variables on a      │
  16288. │      field within a group                                             │
  16289. └───────────────────────────────────────────────────────────────────────┘
  16290. ┌───────────────────────────────────────────────────────────────────────┐
  16291. │                          ProblemNumber : 2926                         │
  16292. │    Product      : CDD                     Duplicate No.:      0       │
  16293. │    Reported By  : CS                      DateReported : 11/04/93     │
  16294. │    Reported In  : 3006                    RevisedDate  : 11/04/93     │
  16295. │       Fixed In  :                         Status       : Suggestion   │
  16296. │       Origin    :                                                     │
  16297. │    Severity     : Unassigned Severity                                 │
  16298. │                               Synopsis                                │
  16299. │0                                                                      │
  16300. │                                Section                                │
  16301. │                                    VID                                │
  16302. ├───────────────────────────────────────────────────────────────────────┤
  16303. │                                                                       │
  16304. │                           Problem Description                         │
  16305. │                                                                       │
  16306. │      Fm: Randy Rogers 75730,1337 MSG#:40404                           │
  16307. │      It would be nice not to have a VID key combination that          │
  16308. │      displays the same basic information as Alt= does at run          │
  16309. │      time?                                                            │
  16310. └───────────────────────────────────────────────────────────────────────┘
  16311. ┌───────────────────────────────────────────────────────────────────────┐
  16312. │                          ProblemNumber : 3670                         │
  16313. │    Product      : CDD                     Duplicate No.:      0       │
  16314. │    Reported By  : CS                      DateReported :  2/02/94     │
  16315. │    Reported In  : 3007                    RevisedDate  :  2/02/94     │
  16316. │       Fixed In  :                         Status       : Suggestion   │
  16317. │       Origin    :                                                     │
  16318. │    Severity     : Unassigned Severity                                 │
  16319. │                               Synopsis                                │
  16320. │0                                                                      │
  16321. │                                Section                                │
  16322. │                                    VID                                │
  16323. ├───────────────────────────────────────────────────────────────────────┤
  16324. │                                                                       │
  16325. │                           Problem Description                         │
  16326. │                                                                       │
  16327. │      Fm: Mark W. Coil 76627,1532 MSG#:52470                           │
  16328. │      I'm using 3007.1 now and just discovered a problem with          │
  16329. │      debug.  If you change a source file, and then run Debug          │
  16330. │      without doing a make first, Debug crashes the system when        │
  16331. │      it tries to read the changed source.  This occured within        │
  16332. │      Windows 3.0 and froze windows as well.  However, Windows         │
  16333. │      wasable to recover by terminating Debug with Ctrl-Alt-Del.       │
  16334. │      Of course, you wouldn't really want to do debug without          │
  16335. │      doing the Make first, but it can happen inadvertently.           │
  16336. └───────────────────────────────────────────────────────────────────────┘
  16337. ┌───────────────────────────────────────────────────────────────────────┐
  16338. │                          ProblemNumber : 4950                         │
  16339. │    Product      : CDD                     Duplicate No.:      0       │
  16340. │    Reported By  : BN                      DateReported :  7/15/94     │
  16341. │    Reported In  : 3009                    RevisedDate  :  7/22/94     │
  16342. │       Fixed In  :                         Status       : Suggestion   │
  16343. │       Origin    : Internal                                            │
  16344. │    Severity     : Unassigned Severity                                 │
  16345. │                               Synopsis                                │
  16346. │         Ctrl Break not showing which line had executed in VID         │
  16347. │                                Section                                │
  16348. │                                    VID                                │
  16349. ├───────────────────────────────────────────────────────────────────────┤
  16350. │                                                                       │
  16351. │                           Problem Description                         │
  16352. │                                                                       │
  16353. │      In when running an application in CLAVID, after doing a          │
  16354. │      CTRL+BREAK, the line that was executing should be the            │
  16355. │      highlighted line.                                                │
  16356. │       ------------------------Work Arounds--------------------        │
  16357. │           Press the space bar to execute one more line of             │
  16358. │           code.  The  Highlited line of code will now be              │
  16359. │           correct.                                                    │
  16360. └───────────────────────────────────────────────────────────────────────┘
  16361. ┌───────────────────────────────────────────────────────────────────────┐
  16362. │                          ProblemNumber : 0368                         │
  16363. │    Product      : CDD                     Duplicate No.:      0       │
  16364. │    Reported By  : TB                      DateReported :  4/09/93     │
  16365. │    Reported In  : 3002                    RevisedDate  :  4/26/94     │
  16366. │       Fixed In  :                         Status       : Suggestion   │
  16367. │       Origin    :                                                     │
  16368. │    Severity     : Unassigned Severity                                 │
  16369. │                               Synopsis                                │
  16370. │0                                                                      │
  16371. │                                Section                                │
  16372. │                               View Template                           │
  16373. ├───────────────────────────────────────────────────────────────────────┤
  16374. │                                                                       │
  16375. │                           Problem Description                         │
  16376. │                                                                       │
  16377. │      View -- when the warning screen appears and tells you that       │
  16378. │      you might have to wait..... how about a way to abort             │
  16379. │      looking at it like pressing cancel instead of ok --              │
  16380. │      -----------------------------------------------------            │
  16381. │      Upgrade suggestion : Have a Function similar to ShowWarning      │
  16382. │      which returns a byte:    1 - OK                                  │
  16383. │                               0 - Cancel                              │
  16384. │      IF ~ConfirmScreen                                                │
  16385. │        RETURN                                                         │
  16386. │      .                                                                │
  16387. └───────────────────────────────────────────────────────────────────────┘
  16388. ┌───────────────────────────────────────────────────────────────────────┐
  16389. │                          ProblemNumber : 2068                         │
  16390. │    Product      : CDD                     Duplicate No.:      0       │
  16391. │    Reported By  : DH                      DateReported :  8/09/93     │
  16392. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  16393. │       Fixed In  :                         Status       : Suggestion   │
  16394. │       Origin    :                                                     │
  16395. │    Severity     : Unassigned Severity                                 │
  16396. │                               Synopsis                                │
  16397. │0                                                                      │
  16398. │                                Section                                │
  16399. │                               View Template                           │
  16400. ├───────────────────────────────────────────────────────────────────────┤
  16401. │                                                                       │
  16402. │                           Problem Description                         │
  16403. │                                                                       │
  16404. │      The view template doesn't consider fixed rows in the list        │
  16405. │      when building the queue for the list. Can we do a little         │
  16406. │      %screenfieldfix action in the view template. User has            │
  16407. │      requested it.                                                    │
  16408. └───────────────────────────────────────────────────────────────────────┘
  16409. ┌───────────────────────────────────────────────────────────────────────┐
  16410. │                          ProblemNumber : 2085                         │
  16411. │    Product      : CDD                     Duplicate No.:      0       │
  16412. │    Reported By  : DH                      DateReported :  8/10/93     │
  16413. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  16414. │       Fixed In  :                         Status       : Suggestion   │
  16415. │       Origin    :                                                     │
  16416. │    Severity     : Unassigned Severity                                 │
  16417. │                               Synopsis                                │
  16418. │0                                                                      │
  16419. │                                Section                                │
  16420. │                               View Template                           │
  16421. ├───────────────────────────────────────────────────────────────────────┤
  16422. │                                                                       │
  16423. │                           Problem Description                         │
  16424. │                                                                       │
  16425. │      On the View template screen if you switch text modes, the        │
  16426. │      scroll bar move to the top of the file when the screen is        │
  16427. │      redisplayed.  Can we save the position in the queue and          │
  16428. │      select(?list,position)                                           │
  16429. └───────────────────────────────────────────────────────────────────────┘
  16430. ┌───────────────────────────────────────────────────────────────────────┐
  16431. │                          ProblemNumber : 2086                         │
  16432. │    Product      : CDD                     Duplicate No.:      0       │
  16433. │    Reported By  : DH                      DateReported :  8/10/93     │
  16434. │    Reported In  : 3004                    RevisedDate  :  4/28/94     │
  16435. │       Fixed In  :                         Status       : Suggestion   │
  16436. │       Origin    :                                                     │
  16437. │    Severity     : Unassigned Severity                                 │
  16438. │                               Synopsis                                │
  16439. │0                                                                      │
  16440. │                                Section                                │
  16441. │                               View Template                           │
  16442. ├───────────────────────────────────────────────────────────────────────┤
  16443. │                                                                       │
  16444. │                           Problem Description                         │
  16445. │                                                                       │
  16446. │      User would like the ability to do a text search in the file      │
  16447. │      that the view template displays                                  │
  16448. └───────────────────────────────────────────────────────────────────────┘
  16449.