CLARION Database Developer Anomalies and Fixes Ascii Report as of 1/21/94 COPYRIGHT 1985, 1986, 1988, 1990, 1992, 1993 by Clarion Software Corporation All Rights reserved. ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 0015 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DB DateReported : 4/09/93 ³ ³ Reported In : 3002 RevisedDate : 1/18/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : Pulldown Formatter - Editor ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Mouse support needs to be added to the pulldown menu ³ ³ generator!! ³ ³ Q & A: 3.1 Issue ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 0118 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DP DateReported : 1/25/93 ³ ³ Reported In : 3001 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ CLARION'S EXIT is Ctrl_x, Top Speed's Exit is Alt_X, ³ ³ Windows Exit is Alt_F4 and OS2 exit is Alt_F4. Please do ³ ³ Alt_4 for CDD.BAT. Have a switch to go from Ctrl_x to ³ ³ Alt_F4, then the product will be compatible with OS2 and ³ ³ windows. ³ ³ Q & A : Suggestions from compuserve user. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 0187 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 2/01/93 ³ ³ Reported In : 3001 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : ClaCnv ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Take away the "immediate" attribute from the case ³ ³ conversion field prior to conversion. Maybe add a "PRESS ³ ³ ENTER TO BEGIN CONVERSION" message. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 0227 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 2/03/93 ³ ³ Reported In : 3001 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : Miscellaneous ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Artisoft's Lancache cannot be running when you go into ³ ³ clarion3. ³ ³ R & D: Does a Clarion3 Extended program run? Does Btrieve ³ ³ use the /E switch? How much conventional memory is free. ³ ³ What happens if it is running. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 0371 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : GF DateReported : 2/15/93 ³ ³ Reported In : 3007 RevisedDate : 1/10/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : CHANGES / LANGUAGE STATEMENTS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ INSTRING() with 4 parameters should return the byte offset ³ ³ from the beginning of the string. Not from the starting ³ ³ point of the search. ³ ³ ie: StyleString = '251,112,112,System Window' ³ ³ Comma1 = INSTRING(',', StyleString, 1, 1) ³ ³ Comma2 = INSTRING(',', StyleString, 1, Comma1 + 1) ³ ³ Comma2 = 4 and Should = 8 ³ ³ Tech Writer : There is no correction needed, works as ³ ³ documented. The example above is returning ³ ³ the step number, which is 4 in this case. ³ ³ R&D: The test program has a bug. The second INSTRING is ³ ³ using f2+1 instead of f1+1. With this fix it shows ³ ³ INSTRING returning the offset from the start rather than ³ ³ as documented (ie 8 instead of 4). INSTRING should return ³ ³ 4 as TW indicates. ³ ³ SF2RT: CPD2.0 and greater have all had this bug in them ³ ³ (according to a user and verified for 2.1 by BZ). So we ³ ³ need to change the docs rather than fix the bug as this ³ ³ breaks all existing code that uses this bug. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 0378 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 2/16/93 ³ ³ Reported In : 3001 RevisedDate : 11/09/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Following are several requests for CDD 3.0. ³ ³ - I have a field on my data entry screen, with a USE ³ ³ variable. I want to find out what File this variable is ³ ³ part of. It seems like the natural way to do this would be ³ ³ to put ³ ³ #FIX(%Field, %ScreenFieldUse) ³ ³ and then to access %File. However, the "dependent ³ ³ multivalued symbols" only seem to work top-down, not ³ ³ bottom-up (as I am doing). Is there any way to determine ³ ³ the %File of a %Field without looping through all the files ³ ³ and fields with a #FOR loop? ³ ³ - It would be nice if the Generator had a switch so that ³ ³ #EMBED statements in the template DO NOT generate EMBED ³ ³ statements in the code. Sometimes I want to use embedded ³ ³ code to work around an issue and I can't because it assumes ³ ³ that my embedded code will be actual code statements rather ³ ³ than, say, a single variable name. ³ ³ - It would be nice if the Screen Field Properties allowed ³ ³ for an extra slot into which I could put my own ³ ³ information. Call it a "comment" or something, and make ³ ³ sure it can be accessed by the template. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 0408 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 2/18/93 ³ ³ Reported In : 3001 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : InTheFuture ³ ³ ³ ³ Section : PULLDOWN MENU FORMATTER / APPLICATION GENERATOR ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ In case it hasn't been suggested or requested, a MSG ³ ³ attribute for PullDown items would be a very nice addition. ³ ³ R&D: Implemented in 3005 in Library, but no access to MSG ³ ³ attribute in the Pulldown Menu Formatter yet. Requires an ³ ³ App format change. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 0468 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 3/01/93 ³ ³ Reported In : 3002 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ CDD is designed to be extremely extensible, with all sorts ³ ³ of provisions for adding external capabilities -- one ³ ³ application at a time. ³ ³ I believe CDD needs something very much like the database ³ ³ driver registration process, where I can specify a ³ ³ prototype for a function or a procedure, and specify the ³ ³ library that contains that function or procedure. ³ ³ Say I write (or download, or buy) a .CLA file or .DLL that ³ ³ contains a function, CALC(), that displays a calculator, ³ ³ takes no parameters, and returns a long into the currently ³ ³ selected field. ³ ³ I should be able to register that function in a Language ³ ³ Extensions Database (LED), then call it from any program. ³ ³ At code generation, CDD should recognize the call as ³ ³ unresolved in the current map and search the LED for a ³ ³ function or procedure prototype that matches the name and ³ ³ format of the call. The map and .PR file would then be ³ ³ modified to resolve the reference. ³ ³ In our example, I could specify CALC() as the setup code ³ ³ for a field. I would not have to change the .PR file or add ³ ³ the call to the map UNLESS I wanted to use a CALC() ³ ³ function different than the one registered in the LED. CDD ³ ³ would note that the call was unresolved, consult the LED, ³ ³ and add the call to the map and .PR file. Program ³ ³ compilation and linking would proceed as normal from that ³ ³ point. ³ ³ This would save any programmer considerable time during the ³ ³ development process, and would encourage the development ³ ³ and use of language extensions, in all forms. ³ ³ This would also eliminate a lot of duplication or ³ ³ shuffling. Once I develop a VIEWFILE procedure, for ³ ³ example, I could register it in the LED and stick a .DLL or ³ ³ .LIB or .CLA/.PR pair in \CLARION3\LIB. From that time on, ³ ³ I can use it in every program just by calling it. If I get ³ ³ a better VIEWFILE, I just replace the old one. If I want a ³ ³ special VIEWFILE for this particular program, I complete ³ ³ the design locally, the call is no longer unresolved, and ³ ³ the LED is never consulted. ³ ³ Oh, yeah, while I'm asking... the LED registration program ³ ³ should take command line parameters, so I could obtain a ³ ³ library from someone, run a batch file, and go to work. ³ ³ If a match to the current registry is found, offer an ³ ³ option to replace the current entry, ignore the new entry, ³ ³ or leave both in the database. At code generation time, if ³ ³ more than one entry is found in the LED for a particular ³ ³ call, display the libraries that contain both calls and let ³ ³ the developer select the one to be used. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 0470 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 3/01/93 ³ ³ Reported In : 3002 RevisedDate : 12/22/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : OPERATING SYSTEMS / LANTASTIC ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ I found out if I loaded SERVER.exe locally __AND__ logged ³ ³ into my machine (I don't even have to "NET USE" any local ³ ³ resources), the "bleep" went away. If I then logged out, ³ ³ the "bleep" came back. ³ ³ REDIR.exe MYCPU ³ ³ SERVER.exe ³ ³ NET LOGIN \\MYCPU <---- At this point the bleep is ³ ³ gone, as long as I am logged ³ ³ into "MYCPU" ³ ³ NET LOGOUT \\MYCPU <---- At this point the bleep is ³ ³ back. ³ ³ Further I can even remove SERVER.exe via the command line ³ ³ or Ctrl_Alt_DEL, and the bleep stays away as long as I ³ ³ don't logout of my local machine before I remove Server, ³ ³ ie: ³ ³ REDIR.exe MYCPU ³ ³ SERVER.exe ³ ³ NET LOGIN \\MYCPU <---- At this point the bleep is ³ ³ gone, as long as I am logged ³ ³ into "MYCPU" ³ ³ SERVER.exe /REMOVE <---- At this point the bleep is ³ ³ still gone, even though Server ³ ³ is no longer loaded. REDIR ³ ³ apparently still thinks I'm logged into ³ ³ myself. If I subsequently"NET LOGOUT //MYCPU" ³ ³ the bleep is comes back ³ ³ again. ³ ³ Also, for what its worth, SHARE doesn't matter in the above ³ ³ mix, I've tried it both with and without SHARE loaded. ³ ³ Obviously, LANtastic is partially at fault, CDD .exe's work ³ ³ fine under straight DOS, therefore, LANtastic is not ³ ³ behaving as 100% DOS compatible. ³ ³ However, I would personally hesitate to put all the blame ³ ³ on LANtastic, since this is the first time this has ever ³ ³ happened on my system, I think CDD3 must be doing something ³ ³ fairly unusual. I test most major commercial packages, ³ ³ including other beta products, and this has never happened ³ ³ before. ³ ³ R & D: Sent to England ³ ³ R&D: What is he talking about? What beep? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 0479 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 3/02/93 ³ ³ Reported In : 3002 RevisedDate : 12/15/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Last week in the user group, in my millionth Clarion 3 demo ³ ³ to them, a fellow in the group made an interesting ³ ³ suggestion, towit: why not have a list box mix and match ³ ³ interface for piecing together template files? You could ³ ³ double click or press enter on the file you wanted to chain ³ ³ into the template you were building and a "process" button ³ ³ would ask you for a new name for the template and then take ³ ³ care of writing a comment in the first file and placing the ³ ³ correct "CHAIN" statements in the rest. The dialog might ³ ³ look like this: ³ ³ +--------------------------+------------------------------+ ³ ³ | Source Files | New Template: ACCOUNT | ³ ³ +----------------------------------------------+ ³ ³ | CLARION - Master file |CLARION - Clarion Master Defs | ³ ³ | CLARION1 - Browse (Def) |CLARION1 - Clarion Browse | ³ ³ | CLARION2 - Form (def) |MYTEMP1 - Special Functions | ³ ³ | CLARION3 - Menu (Def) | | ³ ³ | CLARION4 - | | ³ ³ | Pulldown (Default) | | ³ ³ | CLARION5 - etc | | ³ ³ | CLARION6 | | ³ ³ | CLARION7 | | ³ ³ | MYTEMPL | | ³ ³ | MYTEMPL1 | | ³ ³ +--------------------------+------------------------------+ ³ ³ | Select from Source with Mouse | PROCESS | | ³ ³ Mark ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 0520 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 3/07/93 ³ ³ Reported In : 3002 RevisedDate : 11/10/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Suggestions: ³ ³ 1) Allow PHYSICAL order to be treated like a key in ³ ³ generator ³ ³ 2) Allow copy of a procedure to another procedure (AND) ³ ³ allow procedure type to change. What ever attributes can ³ ³ survive should. This is an alternative to being able to ³ ³ directly change the proc. type ³ ³ 3) Add macro support to generator & dictionary builder, ³ ³ (like editor) ³ ³ 4) Show more useful info in dictionary, and ³ ³ LINE UP COLUMNS ³ ³ a) file : name,prefix,driver then description ³ ³ b) fields: name,type,picture,attributes,validations ³ ³ then description ³ ³ c) keys : name,type,attributes then description ... ³ ³ x) in the past (Prodigy) I've talked about multiple ³ ³ views for dictionary along the general lines of ³ ³ the two views in generator ³ ³ y) I would also like to see FILL fields used in ³ ³ dictionary builder ³ ³ 5) When selecting keys in generator, make ALL ³ ³ information viewable at least show field components !!! ³ ³ a) Same goes for selecting keys in the relationship ³ ³ section of dct. ³ ³ 6) I support the field dictionary ideas, ³ ³ a) if nothing else, add support for the LIKE feature of ³ ³ the language. ³ ³ b) support field ^gets, so can copy a field ³ ³ (or tagged list of fields) from one file to another. ³ ³ 7) Give some indication that a save is actually being ³ ³ performed when do a file-save (in dictionary [and ³ ³ elsewhere]). ³ ³ 8) Dictionary, TAG a file as deleted until save dct, I ³ ³ ACCIDENTALLY hit my keyboard, pressing (I assume) ³ ³ delete and another key thereby succeding in blowing ³ ³ an entire file away. I used a ^Get from the .BCT to ³ ³ restore, but somehow that was too accidental. ³ ³ 9) Add ^G support inside of generator for clarion.app ³ ³ (template.app) ³ ³ 10) Don't use enhanced/blink to around inactive windows in ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 0526 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 3/08/93 ³ ³ Reported In : 3002 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TOOLS / CALCULATOR ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ It is immaterial that eXit is *NOT* consistent within the ³ ³ Clarion Software Corporation. (And will need to be changed ³ ³ for Windows, and, again for OS/2). ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 0689 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 3/30/93 ³ ³ Reported In : 3002 RevisedDate : 1/04/94 ³ ³ Fixed In : 3007 Status : Need/Info ³ ³ ³ ³ Section : TEMPLATE / BROWSE - CLARION3.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: LARRY TEAMES 73150,104 ³ ³ 1. BROWSE FILTERing - a "conditional field" filter coded: ³ ³ (A='X') OR B='X' generates the following source: ³ ³ IF ~((A='X')) OR B='X' in error (note that the source s/b ³ ³ IF ~((A='X') OR B='X') ) GDF - Tested OK ³ ³ 2. REPORT DATA - using the Report Data Editor, if a ³ ³ dimensioned Group is defined, then the elements are ³ ³ defined, then 1 or more of the elements are changed or ³ ³ deleted, the Computed Size displayed for the group is ³ ³ incorrect. ³ ³ 3. OVER - using the "OVER" attribute on a data item screen ³ ³ puts the "OVER" code INSIDE of the data definition it is ³ ³ defined as being "over". ³ ³ 4. SCREEN GARBLING - seems to be (at least partially) ³ ³ attributed to having HOT fields on a browse screen in ³ ³ addition to a LOCATOR field. GDF - Tested OK ³ ³ 5. BUILD QUEUE - on a Browse screen specified the ³ ³ following fields: '3',ConditionalField,'3',RecordField. The ³ ³ code generated excludes the 2nd VertLine (ie. '3' & ³ ³ ConditionalField & RecordField). - Need Clarification. ³ ³ 6. FOX DRIVER - based on my tests, looks like the file ³ ³ must be created first with a separate program (ie. the ³ ³ open(file) command doesn't return an error so the create ³ ³ never gets done). Also, if any indexes are defined, the ³ ³ open will not return an error, but in fact the file is not ³ ³ open, and any subsequent file i/o will fail with errorcode ³ ³ 37 "File Not Open". If the index def(s) are removed from ³ ³ the file def, the errorcode 37 goes away. Its interesting ³ ³ to note that if the index(s) ARE defined in the file def, ³ ³ and a BUILD is performed on the file (ie. BUILD(File)) no ³ ³ errorcode is returned, even though the index(s) was not ³ ³ built. Trying to BUILD(PRE:INDEXNAME), generates a compiler ³ ³ error "invalid 1st parameter". Take off the prefix, and the ³ ³ error persists. Conclusion, you can't do a build on a ³ ³ single index for the FOX driver? ³ ³ QA: See #6 and test file 689.zip ³ ³ QA : 1 is fixed ³ ³ 2 is fixed ³ ³ 3 is fixed ³ ³ 4 is fixed ³ ³ 5 needs clarification ³ ³ 6 is a bug ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 0736 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : ?? DateReported : 4/02/93 ³ ³ Reported In : 3002 RevisedDate : 11/10/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : FORMULA EDITOR ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ problems creating a field that contains an apostrophe. ³ ³ ex. in creating the field(generate expression) ³ ³ phn:state&''' showed as phn:state&'''' in the ³ ³ computed field screen. this is a little confusing, but ³ ³ works fine at runtime. ³ ³ ex. generate expression - phn:state& 'a'a' - got generated ³ ³ as phn:state&'a''a' which is correct but aat runtime the ³ ³ field got displayed as FLa' a - the space after the ' ³ ³ is incorrect. ^-***RUNTIME PROBLEM*** ³ ³ Q & A : 3.1 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1118 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 4/30/93 ³ ³ Reported In : 3003 RevisedDate : 1/12/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : FORMULA EDITOR ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ When a formulas are generated, they execute in order of ³ ³ entry. There is not way to rearrange the order in which ³ ³ the formulas are calculated other than deleting and ³ ³ re-entering in a different order. This is important when ³ ³ one field relies on the results of another field. ³ ³ R&D: Formula free-format option in 3007. Order of defined ³ ³ formulas is maintained/compiled in Btrieve sort order. ³ ³ Thisorder will be able to be changed by the user in a future ³ ³ release of CDD. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1223 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 5/14/93 ³ ³ Reported In : 3003 RevisedDate : 11/04/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ User Bruce Wojak (who has been very helpful in reporting ³ ³ bugs) requests that we allow more #prompts in the template. ³ ³ We spoke at the developers conference indicating that we ³ ³ would allow the ability to scroll the procedure properties ³ ³ window allowing room for more prompts. Bruce is doing some ³ ³ extensive template developement and I am assuming these ³ ³ will be made available as third party add ons. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1235 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 5/14/93 ³ ³ Reported In : 3003 RevisedDate : 11/18/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : HARDWARE SPECIFIC ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Michael A. Pasley 75260,412 ³ ³ Paul, ³ ³ I'm using a Suncom Icontroller to control my mouse arrow. ³ ³ When I move the arrow from its initial position, in ³ ³ graphics mode, the arrow has the effect of scraping away ³ ³ the graphics 'revealing' the graphics that is at the bottom ³ ³ of the screen. ³ ³ Operating environment: 25Mhz 386, DOS 6, 386Max v6.0, ³ ³ Stacker 3.0, Western Digital Super VGA, VESA Mode. ³ ³ I would appreciate your assistance. Thanx! ³ ³ Q & A : We would need the SunCom Icontroller. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1240 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PS DateReported : 5/14/93 ³ ³ Reported In : 3003 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : HARDWARE SPECIFIC ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user has a hercules incolor card, c3 should come up in ³ ³ color mode, but comes up in monochrome. ³ ³ robert greenstein ³ ³ 818-702-8614 ³ ³ Q & A: Try with 3003 release. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1302 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 5/27/93 ³ ³ Reported In : 3003 RevisedDate : 12/21/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : RUNTIME ERROR ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ reported by user, i have not tested ³ ³ dll's do not get loaded at runtime if you are using a ³ ³ substituted drive (dos subst command) ³ ³ R&D: Have duplicated this when subst drive has a backslash ³ ³ in the path. Also causes problems loading dll's from any ³ ³ root directory. Work around: remove the (root) backslash ³ ³ from the substituted drive; in other words use F: instead ³ ³ of F:\. This is a loader problem. ³ ³ R & D : London knows about this problem. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1412 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 6/01/93 ³ ³ Reported In : 3003 RevisedDate : 1/13/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : BROWSE.CLA / REPEAT.CLA ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Setup procs for entries still do not work. ³ ³ In the template under of no records; when there are no ³ ³ records with an update proc; code fro record not added ³ ³ appears twice. ³ ³ Mulitcomponet range limits: ³ ³ When adding a record that does not meet the range limit; ³ ³ the list box only gets the first record upon returning. ³ ³ We need to restore range limit when the insert button is ³ ³ used; like when you are in the listbox and press insert ³ ³ Maybe if we restore range limits when coming out of ³ ³ updateproc and save range limits as setup to list then ³ ³ we could use entry fields to fill the range limits ³ ³ Q & A : In a similar situation Placing code in a Locator ³ ³ field in the 'When Selected Area' will not get ³ ³ executed even when Enable Hot Records is selected. ³ ³ The above reports are not fixed in 3005. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1480 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 6/11/93 ³ ³ Reported In : 3003 RevisedDate : 12/09/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : CLAVID / CLARION 3.0 DEBUGGER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ vidcfg will not run unless a 'claxvid.exe' file exists in ³ ³ c3 directory. ³ ³ R & D : This will be fixed when time permits. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1487 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 6/14/93 ³ ³ Reported In : 3003 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : CSHELL / FILE ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Helmut J. Schwarzin 73140,2732 ³ ³ CSHELL doesn't ask if you want to overwrite an existing ³ ³ file when copying a file to a file that already exists. ³ ³ 1) Press Ctrl-C on a highlighted File. ³ ³ 2) Enter the name of a File that already Exists ³ ³ 3) Press Enter ³ ³ 4) It overwrites the existing file without asking if it ³ ³ is OK. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1519 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 6/14/93 ³ ³ Reported In : 3003 RevisedDate : 11/29/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : TEMPLATE / BROWSE - CLARION3.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fred Schmitthammer 76436,3511 ³ ³ Please Recommend to the template guru's that the setup ³ ³ formula class should be executed before the secondary ³ ³ lookups in the template. This will allow the programmer to ³ ³ equate values from a lookup record structure that is in ³ ³ memory before the lookup is done and the record is clear. ³ ³ For example lets say I have an invoice header. I select ³ ³ the invoice header and call the invoice header and call the ³ ³ invoice detail browse table. On the update form I am going ³ ³ to want to stuff the unique header number into the detail ³ ³ to create the parent child link. If the secondary lookup's ³ ³ are done before I can do that equation then the secondary ³ ³ lookups will clear the record structure and the connection ³ ³ will not be made. ³ ³ If they do not want to make the change can you please let ³ ³ be know why. ³ ³ RND: What is he talking about? There is no such thing as ³ ³ a 'setup formula class.' If he wants to do his own ³ ³ lookups, have him look in the manual under the GET() ³ ³ command. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1527 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PS DateReported : 6/14/93 ³ ³ Reported In : 3006 RevisedDate : 11/10/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The following code will EAT XMS memory: ³ ³ Program ³ ³ Code ³ ³ Chain('C:\Command.com /c CLS') ³ ³ return ³ ³ See accompanying test file! ³ ³ Prior to run #1 ----- 1,744,896 ³ ³ mem after run 1 892,928 ³ ³ " " " 2 499,712 ³ ³ 3 303,104 ³ ³ 4 172 032 ³ ³ I think this is enough to say something is very very wrong ³ ³ here! ³ ³ Q & A : This bug is reducing EMS memory and has been sent ³ ³ to England. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1535 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 6/14/93 ³ ³ Reported In : 3003 RevisedDate : 11/18/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : HARDWARE SPECIFIC ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ western digital 1c video card in supervga or allgraphics ³ ³ mode will cause the mouse to act like an eraser on a pcx ³ ³ Q & A : Cannot be tested until the card is in Clarion's ³ ³ hands. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1553 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 6/15/93 ³ ³ Reported In : 3003 RevisedDate : 12/20/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : COMPILER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ problems with the Format function syntax. see code example ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1591 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 6/18/93 ³ ³ Reported In : 3003 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : HARDWARE SPECIFIC ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ a user had two video cards in his machine so he could use ³ ³ two monitors (one vga, the other monochome). the ³ ³ environmentalways detects the vga card. should the ³ ³ environment respect the mode command and look at the mono ³ ³ card if modebw80 is set? Vid works fine with his two ³ ³ monitors because it has a /s6 switch, but the envronment ³ ³ always uses the vga card. user reg. no. 224253 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1665 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 6/28/93 ³ ³ Reported In : 3003 RevisedDate : 11/22/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : PROJECT SYSTEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Are there any plans to change the CDD project system so it ³ ³ does not change a project file that it does not understand ? ³ ³ I have configured my CDD/Topspeed enviornment so I can ³ ³ compile any Topspeed language I have under my Clarion ³ ³ enviornment. However, the darn CDD project system always ³ ³ changes my project files ! If I had my wish, I would ³ ³ want the power of the Topspeed project system with the ³ ³ front end of the CDD project system. ³ ³ R&D: The Clarion Project System is only a Subset of the ³ ³ TopSpeed Project system. At present there are some things ³ ³ that you will not be able to accomplish in the Clarion ³ ³ Project System that can be done w/ the TopSpeed Project ³ ³ System. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1679 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 6/29/93 ³ ³ Reported In : 3003 RevisedDate : 12/09/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : CLAVID / CLARION 3.0 DEBUGGER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ There's a problem with Desqview and the Debugger. When ³ ³ select ALT-K to Make and Debug, when the debugger is ³ ³ supposeto appear, all I get is a black screen. No cursor, no ³ ³ nothing. A totally black screen. ³ ³ If I press GO BREAK, the program starts running and I ³ ³ see the first screen of the program. However whenever I ³ ³ go into the debugger, I don't see any of the debugger ³ ³ screens. No help, no source code, no nothing. ³ ³ Pressing Q will display a cursor in the upper ³ ³ left hand corner of the screen, but without any "Quit?" ³ ³ text. Pressing "Y" will quit the debugger then I'm ³ ³ returned to CDD and the screen re-appears. ³ ³ The debugger used to work with this program. ³ ³ I have 580K free in the DV window, 8 megs of EMS ³ ³ available to it, and lots of disk space. ³ ³ I'm running NOOSTACK from ³ ³ Quarterdeck. This application has worked before. The same ³ ³ program works fine if I run it from DOS (without DV) ³ ³ using the debugger. ³ ³ If I then return to DV ³ ³ & run the application using just ALT-D, I get the black ³ ³ screen instead of the debugger screen. Any ideas? I'm ³ ³ in the dark about this one. ³ ³ Barry McClure ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1689 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 6/29/93 ³ ³ Reported In : 3003 RevisedDate : 11/04/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : GENERAL ENVIRONMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: GARY WEGNER 100236,1224 ³ ³ 1) Extend 'DUPLICATE' fn to support non-unique keys. ³ ³ Sometimes I want to be able to warn users that they are ³ ³ will create a duplicate key but still allow them to do so. ³ ³ 2) Change the mnemonics listed in the 'Keycode Chart...' ³ ³ tool to be exactly the same as 'KEYCODES.EQU' ³ ³ 3) Add a facility to the 'open' dialog to 'chnage ³ ³ directory' ³ ³ 4) Remove the border around the 'edit errors' ³ ³ screen so that the scroll bars are still available for use ³ ³ with a mouse ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1705 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 7/01/93 ³ ³ Reported In : 3003 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : HARDWARE SPECIFIC ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user report that he is getting mouse garbage on the screen, ³ ³ after a graphics screen has been used. he is using a ³ ³ diamond speedstar graphics card, tseng 4000 chipset. he is ³ ³ also using the vesa driver we ship. microsoft mouse driver ³ ³ 8.2 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3524 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DB DateReported : 1/14/94 ³ ³ Reported In : 3007 RevisedDate : 1/18/94 ³ ³ Fixed In : 3007 Status : Tested/OK ³ ³ ³ ³ Section : DICTIONARY / WORKSHEETS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ You cannot create a Dynamic index. When saving the ³ ³ dictionary, you will get an error window that says "DynIdx ³ ³ has no components".. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1711 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 7/02/93 ³ ³ Reported In : 3004 RevisedDate : 12/03/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : DATABASE MANAGER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Check out the attached phones data file from the tutorial ³ ³ in the database manager. Phone number are declared with ³ ³ over attribute and it looks like database manager has a ³ ³ hard time with this. Maybe it is just because of the ³ ³ custome picture. See zip file 1711.zip ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1725 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DB DateReported : 7/06/93 ³ ³ Reported In : 3004 RevisedDate : 12/21/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : CLARION DATABASE DEVELOPER / GENERAL ENVIRONMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ An "Internal Stack Overflow" can be generated doing the ³ ³ following: ³ ³ 1. Do a "Make and Run" ³ ³ 2. When your program is running, hit CTRL-BREAK. ³ ³ 3. Goto step 1. You will get an "Internal Stack Overflow" ³ ³ after the 4th or 5th iteration. ³ ³ R & D : This will take time to investigate. It may be a ³ ³ problem in the library break handler. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1787 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 7/12/93 ³ ³ Reported In : 3004 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ User Reports - build command - 3 times slower - ³ ³ 120k record data file ³ ³ 2.1 takes 2.5 hours ³ ³ 3.0 takes 7.5 hours ³ ³ 6 keys ³ ³ 3 are 6 component ³ ³ 2 are 4 component ³ ³ Q&A: Have the user try the Static Model. Build is much ³ ³ faster in Static then Overlay or dynalink. ³ ³ I have continual reports that build is slow in 3.0 and s ³ ³ out of memory in any link model. Has someone tested this ³ ³ tocheck out these reports? Please do. Thanks. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1859 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 7/16/93 ³ ³ Reported In : 3004 RevisedDate : 11/03/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Barry McClure 75170,1100 ³ ³ Just a thought. Allowing the user to move the windows ar ³ ³ ound the screen with the mouse is an excellent idea. But why ³ ³ not go one step further and keep the same window locations ³ ³ the next time the application is run or the window is ³ ³ opened? This would probably mean storing the procedure name ³ ³ and window location in a database file. The x,y screen ³ ³ coordinates are retrieved from the file during the procedure ³ ³ setup. When the procedure exits, if the window location is ³ ³ different from when the window was first opened, the ³ ³ new screen coordinates are saved to the file. It might make ³ ³ for a nice add-on, like the VGA Color Kit. Call it Window ³ ³ Achors. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1860 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 7/16/93 ³ ³ Reported In : 3004 RevisedDate : 11/03/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: TYRONE F. BAKER 72124,1054 ³ ³ In place of the formula generator I would suggest the ³ ³ following helps be made available inside each of the source ³ ³ hook windows. A popup data list like the Files Button. A ³ ³ popup list of clarion funcion & procedure prototypes with ³ ³ short explanations. A popup list of color style codes and a ³ ³ popup list of keycodes. ³ ³ I would also like to see a couple extra attributes. ³ ³ A string field attribute possibly called WIPE that would ³ ³ cause a field to clear like the numeric types do with the ³ ³ INS attribute if the first keystroke on that field was a ³ ³ visible character. A numeric attribute possibly called ³ ³ CURRENCY that would insert from the far right and ³ ³ push left like mostbusiness calculators do. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 1961 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 7/21/93 ³ ³ Reported In : 3004 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : HARDWARE SPECIFIC ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user reported problems with a genius mouse and microsoft ³ ³ 7.2 driver, says c3 locks up with this driver loaded. ³ ³ user reported problem with logitech 5.01 driver and a NEC ³ ³ mouse, mouse not working at all ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2077 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : SF DateReported : 8/10/93 ³ ³ Reported In : 3004 RevisedDate : 12/06/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : COMPILER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Btrieve PDECIMAL type allows up to 19 digits to be stored. ³ ³ We currently only support 15 digits. This stops access to ³ ³ RealWorld accounting databases. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2079 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PS DateReported : 8/10/93 ³ ³ Reported In : 3003 RevisedDate : 11/04/93 ³ ³ Fixed In : Status : InTheFuture ³ ³ ³ ³ Section : SCREEN FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ You cannot paint an area of a screen BrightWhite on ³ ³ BrightWhite. ³ ³ R&D: This may be fixed in a future release - it will be a ³ ³ fundamental redesign of screener to do so. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2688 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 10/18/93 ³ ³ Reported In : 3005 RevisedDate : 1/03/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ User requests that Template and Dictionary line in the ³ ³ generator allow for just the file name therefore defaulting ³ ³ to the current directory instead of requiring the full path ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2193 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BN DateReported : 8/23/93 ³ ³ Reported In : 3006 RevisedDate : 12/14/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ using the RESTART statement without any parameters causes ³ ³ the compiled program to hang up, if a procedure is ³ ³ specified, ie. RESTART(MAIN) this works fine. ³ ³ Q & A / R & D : Cannot Reproduce ³ ³ see file 2193.zip ³ ³ R&D:This seems to be a compiler bug. Call to RESTART w/no ³ ³ parameter is generating RESTART(DOSHUGESHIFT)! ³ ³ DOSHUGESHIFT is a public constant (12/0CH) in coremain.obj. ³ ³ Dave, RESTART() should generate ³ ³ RESTART((void(*)(void))NULL); ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2200 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 8/24/93 ³ ³ Reported In : 3004 RevisedDate : 11/04/93 ³ ³ Fixed In : 0000 Status : Need/Info ³ ³ ³ ³ Section : BTREIVE NLM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ when exiting his program that is using brequest version ³ ³ 5.16, he returns to windows and if he does nothing for ³ ³ about 5 seconds he gets an exception error 6 from emm if he ³ ³ exits windows within 5 seconds then he does not get that ³ ³ error at the dos prompt ³ ³ R&D: Cannot reproduce. I suspect memory conflicts ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2207 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 8/24/93 ³ ³ Reported In : 3004 RevisedDate : 12/14/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATES IN GENERAL ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: David Jung 72466,1526 ³ ³ An example: ³ ³ Two files: Items and Categories. The Categories file has ³ ³ two keys, primary key is autoincremented (i.e. the record ³ ³ number), second key is based upon a category description. ³ ³ The Item record has a field that contains the "Category ³ ³ Record Number". This number is of no interest to the ³ ³ end-user and will be hidden from them. The relational link ³ ³ is in this "hidden field". The User will always see the ³ ³ categories presented by description. This is NOT an ³ ³ uncommon way to link lookup data. ³ ³ The templates as they exist for 3004 ³ ³ appear to assume that the actual link fields will be on the ³ ³ screen. As a result, the "hidden" links are destroyed by ³ ³ the secondary lookups coding. ³ ³ Its possible to work around the ³ ³ problem, but IMO the templates should be able to handle ³ ³ these simple relationships correctly. ³ ³ --David ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2210 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 8/25/93 ³ ³ Reported In : 3004 RevisedDate : 11/03/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : HELP EDITOR ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Barry McClure 75170,1100 ³ ³ Here's a couple of suggestions. Instead of using "Secti ³ ³ ons" and "Topics" for the mouse buttons, which most new ³ ³ user will find confusing, why not label them "Related ³ ³ Topics" and "Help Index". That's what I did for my ³ ³ application and the help is a lot easier to understand. ³ ³ Ascii help files also poses a problem when the applicat ³ ³ ion is distributed. If I distribute a compiled CDD ³ ³ application on a BBS, someone can easily go into the ³ ³ help file and change the text, then resubmit it on ³ ³ another BBS. He could change my name and address, and ³ ³ put unsavory comments in the help file. There's enough ³ ³ problems with viruses, let's not encourage more ³ ³ meddling. There should be a way to encrypt the help ³ ³ file via a check box so this doesn't happen. Maybe in ³ ³ 3.1? ³ ³ Barry... ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2255 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 8/30/93 ³ ³ Reported In : 3004 RevisedDate : 11/12/93 ³ ³ Fixed In : 0000 Status : Need/Info ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user wants to be able to create a field in expression ³ ³ generator in generator and r/w to do the following ³ ³ calculation: ³ ³ a=a+b, or a=a&b ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2298 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 9/03/93 ³ ³ Reported In : 3004 RevisedDate : 12/08/93 ³ ³ Fixed In : 3005d Status : Need/Info ³ ³ ³ ³ Section : DATABASE MANAGER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ clarion driver - file with over 300 fields cannot load in ³ ³ database manager (xtrace) ³ ³ QA: Could you see if you can find a file this big? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2322 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 9/10/93 ³ ³ Reported In : 3005 RevisedDate : 11/02/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : APPLICATION / TOOLS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ if you go into dos prompt from the tools menu and print a ³ ³ file you will lock up when exiting back to clarion ³ ³ R&D: So far I cannot reproduce this bug. ³ ³ (Colvin) ³ ³ QA: Did you use PRINT ??? Print is a TSR and you ³ ³ should not load or remove TSRs from within the Environment. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2325 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 9/15/93 ³ ³ Reported In : 3004 RevisedDate : 12/01/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATE / VALIDATE - CLARION3.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: David L. Shapiro 72122,330 ³ ³ Concerning validate procedures, you should ask if I want to ³ ³ automatically move to the next field (include "press(T ³ ³ ABKey)" code) on the procedure properties window. This is ³ ³ need so that validates work with multiple immediate fields. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2345 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DB DateReported : 9/17/93 ³ ³ Reported In : 3005 RevisedDate : 11/04/93 ³ ³ Fixed In : Status : InTheFuture ³ ³ ³ ³ Section : DATABASE MANAGER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Database Manager : In the "File", "Print" pulldown option, ³ ³ "Print" should be "Print..." since another dialog pops up ³ ³ after you choose it. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2351 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 9/20/93 ³ ³ Reported In : 3005a RevisedDate : 11/05/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Alexander Pukhovsky: @D3 picture format is changing the ³ ³ character that is used for the Month. It only happens when ³ ³ you use a decimal 159 as the first letter. I use CLAMON is ³ ³ the .INI to specify which characters to use. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2364 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 9/22/93 ³ ³ Reported In : 3004 RevisedDate : 12/09/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : CLAVID / CLARION 3.0 DEBUGGER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Wanted to pass along, CLAXVID dies with Norton 7.0 NCACHE2 ³ ³ loaded -- but worked fine on my machine with Smartdrv. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2367 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 9/22/93 ³ ³ Reported In : 3004 RevisedDate : 11/04/93 ³ ³ Fixed In : 0000 Status : Need/Info ³ ³ ³ ³ Section : RUNTIME / FILES ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user reports -=- 3004 browse form - clarion file - when ³ ³ deleting records in his example the key explodes to 2.1 ³ ³ gigs -- he will send in an example ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2368 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 9/23/93 ³ ³ Reported In : 3004 RevisedDate : 11/08/93 ³ ³ Fixed In : 0000 Status : Need/Info ³ ³ ³ ³ Section : SCREEN LIBRARY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ if you have a locator on the screen which has a special ³ ³ picture, for ex. @p######p, at runtime you cannot tab thru ³ ³ fields but if you have the same field @p######pb, this ³ ³ picture allows you to tab thru all the fields ³ ³ R&D: This sounds like a template problem, not a screen ³ ³ library problem. If more investigation is needed, I need a ³ ³ sample file. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2381 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PS DateReported : 9/24/93 ³ ³ Reported In : 3005 RevisedDate : 12/06/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : COMPILER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The SETMSG() statement should have additional parameters ³ ³ for atleast color. This will enhance the MSG() attribute ³ ³ being used in screens. ³ ³ This is a bug ³ ³ Corrects.doc says that the forth parameter (color)was added ³ ³ exists in 3005 - it gives compile errors - ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2441 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 9/24/93 ³ ³ Reported In : 3005c RevisedDate : 12/06/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : COMPILER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fr: Advantage Software ³ ³ According to LRM 13-33, the subscript parameter of MAXIMUM ³ ³ may be variable. According to the compiler 'must be ³ ³ constant'. ³ ³ Since maximum is determined at compile time, this must be ³ ³ constant. The documentation is correct, the compiler is ³ ³ wrong. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2442 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 9/24/93 ³ ³ Reported In : 3005c RevisedDate : 12/06/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : COMPILER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fr: Advantage Software ³ ³ According to the LRM 13-35, the position parameter of ³ ³ OMITTED may be variable. According to the compiler 'must ³ ³ be constant'. See test file 2442.zip ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2445 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 9/24/93 ³ ³ Reported In : 3005c RevisedDate : 12/06/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : COMPILER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fr: Advantage Software ³ ³ SHOW will not accept an equated picture. LOOK does. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2458 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 9/26/93 ³ ³ Reported In : 3004 RevisedDate : 1/13/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : BROWSE.CLA / REPEAT.CLA ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ cannot use "when field is selected" for a locator field. ³ ³ if this is intended it should be documented in template ³ ³ help. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2471 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 9/27/93 ³ ³ Reported In : 3004 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : Screen Library ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ There's a problem with formatted pictures that has been ³ ³ around since 2.1 and it's made its way into 3.0. For ³ ³ example: ³ ³ val real x string ³ ³ code ³ ³ val = 1.234 ³ ³ x = format(val, @P<<#.#P) ³ ³ So what's wrong with this picture you say? ³ ³ Well, x has the value ".1" not "1.2" like it should. The ³ ³ "."is treated just like any insertion character and doesn't ³ ³ align the decimal point in any way. Why doesn't it? ³ ³ The "." should align the decimal point of the number. Or ³ ³ at least use another symbol to align the decimal, like the ³ ³ "~" symbol. Example: x = format(val, @P<<#~.#P) ³ ³ At least then we'd be able to use the @P picture with ³ ³ decimal numbers with some assurance that we'll see the ³ ³ proper number I realize there are some uses for non ³ ³ aligned decimals with the @P picture, which is why I ³ ³ suggested a decimal alignment character. So @P<<#~.#P ³ ³ will align the decimal with the ~ symbol, which just ³ ³ happens to be next to the "." (Imagine that). So YOU ³ ³ don't have to change a thing, and I will be able to ³ ³ format real numbers "correctly"without having to use fudge ³ ³ factors like "*10". With the decimal alignment character ³ ³ "~", if someone changes the picture, he doesn't have to ³ ³ remember to change the "*10" to "*100" in every calculation ³ ³ in the program. ³ ³ Note: this is a suggestion ³ ³ submitted on Compuserve. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2474 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BN DateReported : 9/27/93 ³ ³ Reported In : 3004 RevisedDate : 1/21/94 ³ ³ Fixed In : 0000 Status : Suggestion ³ ³ ³ ³ Section : Screen Library ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ 3004 - suggestion from user - having an equate for a ³ ³ mouseright2, there is one for mouseleft2 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2477 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 9/27/93 ³ ³ Reported In : 3004 RevisedDate : 11/11/93 ³ ³ Fixed In : 0000 Status : InTheFuture ³ ³ ³ ³ Section : FILE DRIVER / DBASE IV VERSION 1.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user reports -- dbase4 driver -- he says that dbase ³ ³ actually stores a CR and he cannot store the CR in the same ³ ³ manner in clarion -=- This gets stored by pressing the ³ ³ enter key in dbase ... ³ ³ he claims that if he adds a memo to the dbase4 file in ³ ³ clarion ...then goes to dbase and edits then saves that ³ ³ memo, clarion can no longer read that memo. ³ ³ R&D: This will require a change to the screen structure, ³ ³ addition of new driver functions and a rewrite of ³ ³ parts of the screen library. So this will not be ³ ³ done until 3.1 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2493 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 9/28/93 ³ ³ Reported In : 3004 RevisedDate : 11/22/93 ³ ³ Fixed In : 0000 Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ ERIC TEJERA (401)- 885-1916 -=- build in 3004..300,000 in ³ ³ portected mode has taken over a day and a half and is still ³ ³ running -=- in 2105 this only took 2.5 hours ³ ³ I know writes to the disk are getting swapped out to ³ ³ conventional memory but is this still considered normal ³ ³ QA: Since build does a ton of File I/O it should only be ³ ³ used in Static or Overlay mode for the best results. ³ ³ R&D: This is being addressed, a protected mode build should ³ ³ be as fast, or slightly faster than a 2105 build an a soon ³ ³ upcoming release. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2507 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BN DateReported : 9/30/93 ³ ³ Reported In : 3004 RevisedDate : 11/04/93 ³ ³ Fixed In : 0000 Status : Need/Info ³ ³ ³ ³ Section : CLARION DATABASE DEVELOPER / GENERAL ENVIRONMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user reports: CDD will corrupt keys when memory gets low ³ ³ while doing a build with CLARUNFLUSH=ON. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2512 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 10/01/93 ³ ³ Reported In : 3005 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : GENERAL ENVIRONMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Running CDD w/ my Trident Video card, when I exit the ³ ³ environment I have a cursor but NO PROMPT! I can only get ³ ³ a prompt by doing a MODE CO80. At least I don't need the ³ ³ vesa driver any more. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2521 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 10/02/93 ³ ³ Reported In : 3005d RevisedDate : 11/03/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ problems with decimal(15,0) when it holds 999999999999999 ³ ³ see test program 2521.zip ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2522 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DB DateReported : 10/04/93 ³ ³ Reported In : 3005 RevisedDate : 1/10/94 ³ ³ Fixed In : Status : Tested/OK ³ ³ ³ ³ Section : SCREEN LIBRARY / ENTRY FIELDS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ I have a string with the picture of @k####|^kb ³ ³ If the field is left blank, zero's are put in where the '#' ³ ³ are. ³ ³ QA&E: I don't understand what you are trying to convey. ³ ³ TECH: You fix it. That's why you didn't understand it. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2556 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 10/05/93 ³ ³ Reported In : 3004 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : FILE DRIVER / BTRIEVE VERSION 1.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Name: Tony Feissle ³ ³ Reg. Number: #202348 ³ ³ Phone Number 314-993-9000 ³ ³ The problem occurs when you try to add a duplicate ³ ³ record to ³ ³ the file. It reports the duplicate condition correctly, ³ ³ then ³ ³ when you return to the browse screen it causes a general ³ ³ protection ³ ³ error with xtrace, when in Protected Mode. When compiled ³ ³ without ³ ³ protected mode the machine just locks up. ³ ³ I have been talking to Pam about this problem. ³ ³ Unzip the file in \clarion3\coacct. Put the *.btr ³ ³ files in a ³ ³ sub-directory called \nba\fin\findata. Type "Finmast" to ³ ³ start the ³ ³ program, choose the Financial pulldown, then click on the ³ ³ Financial ³ ³ Accounts. Insert a record, try "001 1010 000 00 0 000". ³ ³ This ³ ³ record already exists, when you leave the screen you will ³ ³ get the ³ ³ error. ³ ³ See uploaded file 2556.zip ³ ³ QA: Zip file does not have a DCT in it. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2560 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/05/93 ³ ³ Reported In : 3004 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : SCREEN LIBRARY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Jan van Dalen 71773,3321 MSG#:34094 ³ ³ No, I am not using SETAREA(). ³ ³ It is very easy to duplicate, just have a procedure to set ³ ³ your screen between 25,80 and 200,200. ³ ³ After setting to 200,200 go to a browse, get out, set back ³ ³ to 25,80, go back to the browse, move the mouse down. ³ ³ Do you see it? ³ ³ If not, I'll send you my program. I just don't want to ³ ³ spend 2 hours when you can do it in 5 minutes. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2570 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/05/93 ³ ³ Reported In : 3004 RevisedDate : 11/22/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : OPTIONS.EXE ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: George Williams 70436,1643 MSG#:34671 ³ ³ clatmp=c:\ dosent work as a parameter when executing the ³ ³ program now. Seems as if the only way clatmp= works in the ³ ³ set command. A step backward? It used to work...sigh... ³ ³ Also, I know that I am nagging, but really, really, really ³ ³ need it to work from the .ini file...please? ³ ³ R&D:Unfortunately, this is a time consuming feature to ³ ³ implement, and yours is the only request. I suggest you ³ ³ make your appeal directly to a higher court (ie:BB) or ³ ³ consider using a .BAT file to start your program as we do. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2596 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 10/07/93 ³ ³ Reported In : 3004 RevisedDate : 12/16/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : FORMULA EDITOR ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ where is the records()? ³ ³ R&D:Was implemeneted in free-format entry of expressions ³ ³ and then had to be removed... will be added in 3.1... ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2597 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 10/07/93 ³ ³ Reported In : 3005d RevisedDate : 11/05/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ errorfile() does not return a value. see attached example ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2598 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BN DateReported : 10/08/93 ³ ³ Reported In : 3004 RevisedDate : 11/04/93 ³ ³ Fixed In : 0000 Status : Need/Info ³ ³ ³ ³ Section : REPORT WRITER / FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ If a report has more than 2 detail sections, and the middle ³ ³ one is deleted, the system will xtrace, but if the last one ³ ³ is deleted and then the middle one, doesn't cause a xtrace. ³ ³ R & D. Do not understand this bug. How can you delete a ³ ³ detail structure? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2601 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 10/11/93 ³ ³ Reported In : 3004 RevisedDate : 11/10/93 ³ ³ Fixed In : 3007 Status : Need/Info ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user reports -=- the set statement turns on eof() but not ³ ³ bof() when there are no records in the file. ³ ³ I could not tell what should happen from the manuals. ³ ³ QA: Trent, we need a test file for this one! What driver ³ ³ is doing this? This is definately a Driver dependant issue ³ ³ and not a statement issue! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2609 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/12/93 ³ ³ Reported In : 3004 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : Screen Library ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ There is no easy way to enter decimal values like an adding ³ ³ machine where 1234 = 12.34 . A reliatively simple function ³ ³ that every adidng machine and accoutant in the world uses ³ ³ but cannot be done in clarion without handcoding. This ³ ³ could be a time saver to anyone who enters many numeric ³ ³ values in a row. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2612 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/12/93 ³ ³ Reported In : 3004 RevisedDate : 12/09/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ !Jim Morgan [Mitten] 72371,2444 MSG#:35800 ³ ³ ! This program demonstrates the the SIZE statement does ³ ³ ! return the proper value for Equate Strings. ³ ³ ! It returns 0 for me. (Strings are OK) ³ ³ ! Batch 3005b - Jim Morgan, Mitten Software 612-593-5019 ³ ³ program ³ ³ EOP_Str String( ' End Of Page ') ³ ³ EOP_Msg Equate( ' End Of Page ') ³ ³ EOP2_Msg Equate( 'End Of Page') ³ ³ size_EOPMsg Equate(13) ³ ³ TEST_SIZE SHORT ³ ³ CODE ³ ³ ! Equal_Size = (Text_Cols - Size( EOP_Msg)) / 2 ³ ³ ! Equal_Size = (Text_Cols - Size_EOPMsg) / 2 ³ ³ Test_Size = Size( EOP_Msg) ³ ³ STOP('Test 1 Size S.B. 13. It is ' & Test_size) ³ ³ Test_Size = Size( EOP2_Msg) ³ ³ STOP('Test 2 Size S.B. 11. It is ' & Test_size) ³ ³ Test_Size = Size( EOP_Str) ³ ³ STOP('Test 3 Size S.B. 13. (Strings OK) It is '& ³ ³ Test_size) return ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2617 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 10/13/93 ³ ³ Reported In : 3005 RevisedDate : 12/13/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : XTRACE ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ while running windows you cannot run vid from the ³ ³ enviornment -- one procedure;already has the debug code in ³ ³ it and you just need to alt-d and debug. this causes an ³ ³ xtrace. ³ ³ steps to reproduce ³ ³ 1. load windows ³ ³ 2. load cdd ³ ³ 3. debug an app ³ ³ QA: Load the billfold.app files provided in the zip file ³ ³ and debug from the Environment. An EXE and MAP files are ³ ³ include and compiled with the latest release of 3007. ³ ³ While loading the dbd files you will see an xtrace. ³ ³ Sent to London 12/13/93 at 3:00P.M. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2664 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BN DateReported : 10/15/93 ³ ³ Reported In : 3004 RevisedDate : 11/17/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user reports: ³ ³ it appears that the ACCEPT command is stuck on a ³ ³ non-required OPTION field after displaying a screen with a ³ ³ REPEAT entry section with a skip attribute. ³ ³ refer to proj2373 ³ ³ QA: Where's the test file?? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2642 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 10/14/93 ³ ³ Reported In : 3005 RevisedDate : 11/03/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LOADER / OVERLAY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user reported that chain() does not work on a lantastic ³ ³ network when a drive is redirected to another drive - he ³ ³ gets error 'overlay failed' ³ ³ ex. drive c is redirected to drive f ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2645 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/14/93 ³ ³ Reported In : 3004 RevisedDate : 12/22/93 ³ ³ Fixed In : 3007 Status : Need/Info ³ ³ ³ ³ Section : LINKER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ uploaded file from Jim Morgan regarding link errors and ³ ³ runtime errors. ³ ³ See file 2645.zip ³ ³ R & D : Cannot reproduce, No data file found. File not ³ ³ found is normal behavior. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2674 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 10/18/93 ³ ³ Reported In : 3005 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : CLAVID / CLARION 3.0 DEBUGGER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ uwer reported - breakpoint in main module does not work. ³ ³ when setting a single breakpoint you always get a sticky ³ ³ breakpoint ³ ³ R&D: WOKOMM - Need an example ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2676 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 10/18/93 ³ ³ Reported In : 3005 RevisedDate : 12/14/93 ³ ³ Fixed In : 0000 Status : Suggestion ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ eject subtitle title -- these compiler directive are said ³ ³ to do something for a clarion listing in the 3.0 manual. ³ ³ Where can i get a clarion listing? If nowhere, do we plan ³ ³ on creating this? If not, Can we mention that these ³ ³ statements do not do anything? ³ ³ QA: This may be done in a future release. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2678 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/18/93 ³ ³ Reported In : 3004 RevisedDate : 11/04/93 ³ ³ Fixed In : Status : InTheFuture ³ ³ ³ ³ Section : EDITOR / CLARION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Wayne Eggleston 73777,607 MSG#:36528 ³ ³ Is there any way to set the Insert/Overwrite mode default ³ ³ in the editor? It always defaults to Overwrite which is ³ ³ getting VERY frustrating! ³ ³ From Greg_W:I duplicated this problem and it is a duplicate ³ ³ of bug#327. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2679 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/18/93 ³ ³ Reported In : 3005 RevisedDate : 11/22/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : LIBRARY / PROBLEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ If you try to link in some Modula-2 code into a Clarion ³ ³ program in overlay mode you get linker errors. Below is ³ ³ some test code that shows the problem: ³ ³ MODULE Test; ³ ³ IMPORT FIO; ³ ³ VAR ³ ³ f : FIO.File; ³ ³ BEGIN ³ ³ f := FIO.Open('Fred'); ³ ³ END Test. ³ ³ ---------Project file--------- ³ ³ #system auto exe ³ ³ #model overlay ³ ³ #compile %main ³ ³ #set tscla=on ³ ³ #link %prjname ³ ³ -------Error Messages---------- ³ ³ SYSTEM$TRANSFER is unresolved in file ro_m2.lib ³ ³ SYSTEM$NEWPROCESS is unresolved in file ro_m2.lib ³ ³ SYSTEM$CurrentProcess is unresolved in file ro_m2.lib ³ ³ SYSTEM$initprocess is unresolved in file ro_m2.lib ³ ³ __getTID is unresolved in file ro_m2.lib ³ ³ R&D: This is because the overlay and dynalink models of the ³ ³ TopSpeed MODULA-2 libraries are built to support ³ ³ multi-thread programming. This is not the case with ³ ³ Clarion libraries and hence the problems follow. We are ³ ³ consisdering some options for making the two systems more ³ ³ compatible, but in the mean time, you may want to consider ³ ³ using the static (xlarge) or extended models which are not ³ ³ multithreaded. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2689 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 10/18/93 ³ ³ Reported In : 3004 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : PROJECT SYSTEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ changing a lib name from the module worksheet adds this new ³ ³ name to project system but does not remove the old one. ³ ³ R & D : If the lib is placed in the project through the ³ ³ templates or generator, it must be changed there. ³ ³ Good suggestion for better error trapping in a ³ ³ future release. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2702 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BN DateReported : 10/20/93 ³ ³ Reported In : 3005 RevisedDate : 11/08/93 ³ ³ Fixed In : 0000 Status : Need/Info ³ ³ ³ ³ Section : PRINT ENGINE ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user reports in 3005.2 if a memo spans more than one page, ³ ³ the header prints on a seperate page, then formfeeds to a ³ ³ new page to print the rest of the memo. He is using a btrv ³ ³ driver, memo field is 50 rows by 78 columns and make text ³ ³ is set on. ³ ³ R & D - I need an example App & Dct. Is there a Formfeed ³ ³ in the footer that is causing this or what is in there!?? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2703 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/20/93 ³ ³ Reported In : 3004 RevisedDate : 1/13/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : BROWSE.CLA / REPEAT.CLA ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ : Douglas Johnson 75310,2035 MSG#:36818 ³ ³ This has been reported several times before, but it seems ³ ³ to not be of very high priority even though anyone using ³ ³ Browse (Lib or Dll) is potentially affected. ³ ³ When on the ?List field in a Browse procedure, if one ³ ³ selects another field but does not complete it (Tab/ShftTab ³ ³ out of ?List), the field setup code (CASE SELECTED) is not ³ ³ executed. This is because execution is never returned back ³ ³ from Browse.Lib. The culprit code in Browse.Cla is: ³ ³ ACCEPT ³ ³ .. OF ?List ³ ³ ... ³ ³ IF SELECTED() <> ?List THEN CYCLE. << Goes right ³ ³ back to AcceptInput ³ ³ PS - note from Debby ³ ³ The selected code for the first entry field on the browse ³ ³ does not get executed coming into the browse. If you are ³ ³ the list box and select any other field on the screen, the ³ ³ selected code does not execute. Regardless of hot records. ³ ³ Please do not mark this "user may have to enable hot ³ ³ records like you did the last XX#@#@ times this was ³ ³ reported. Even in response to David Bayliss. This is a ³ ³ problem even if hot records or enabled. Fine to say we ³ ³ won't fix it yet but don't mark it fixed in 3005 cause it ³ ³ ain't. thanks ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2714 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 10/20/93 ³ ³ Reported In : 3005 RevisedDate : 11/19/93 ³ ³ Fixed In : 0000 Status : Need/Info ³ ³ ³ ³ Section : GUI ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ a supervga image no longer shows in supervga ³ ³ R&D: What? I need more to go on this...like a test exe, a ³ ³ supervga image that no longer shows in supervga... ³ ³ Keep in mind that GUI defaults to VGA and NOT SuperVGA!! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2715 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 10/20/93 ³ ³ Reported In : 3005 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : APPLICATION / IMPORT 3.0 APP ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ import global data is dimmed, help says you can do this for ³ ³ a 3.0 app. this is enabled for import 2.1 app ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2728 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 10/20/93 ³ ³ Reported In : 3005 RevisedDate : 12/28/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : APPLICATION / REPORT FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Not really this category but it will do. ³ ³ When you create a new detail section which consists of a ³ ³ blank line with no fields or text it will not print even if ³ ³ fixed attribute or seperate attib. ³ ³ R & D This is currently the limitation of reports. If the ³ ³ Fixed attributed is on the detail section that you want to ³ ³ be separated from all is fine. ³ ³ Okay I accept the answer, but you can't change the status ³ ³ tonot a bug. It is a bug. We just can't fix it. It needs to ³ ³ bedocumented in corrects.doc or changes.doc, that you must ³ ³ add a dummy field to print a blank line. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2733 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/20/93 ³ ³ Reported In : 3004 RevisedDate : 11/29/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : MEMORY MANAGER / QEMM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Peter Hyman 71270,1405 MSG#:37161 ³ ³ I just upgraded to 3005.1 and 3005.2. Now, CDD does not ³ ³ run under DOS and QEMM 7.02 with or without DPMI support ³ ³ loaded. Under OS/2, CDD also will die with DPMI support ³ ³ enabled od disabled. Surprisingly, on my system, the ³ ³ XTRACE.TXT file is identical for crashes under DOS. ³ ³ The OS/2 XTRACE.TXT is also surprisingly similar. ³ ³ My crashes are occuring inside the APPGEN ³ ³ while opening a procedure. The processor Exception 13 ³ ³ message terminates matters. In OS/2 I tried disabling DPMI, ³ ³ but the error persists.The following are three XTRACE file ³ ³ dumps from 1) DOS with QEMM DPMI enabled and DPMI disabled, ³ ³ 2) OS/2 with DPMI disabled, and 3) OS/2 with DPMI enabled. ³ ³ Please see what is going on? If I ³ ³ can't depend on CDD in APPGEN, I cannot trust it for ³ ³ anything more. ³ ³ 1) XTRACE.DOS ³ ³ *** Exception 0D : General ³ ³ protection, code = 4950 ³ ³ CS:IP = 052C:15DD segment ³ ³ 44 DESENV1 (D:\CLARION3\DESENV1.DLL) ³ ³ AX=0334 BX=6753 CX=0000 ³ ³ DX=00F4 SI=B628 DI=004C SP=6713 BP=695F FL=0246 DS=0C0C ³ ³ limit=FFFF ES=0334 limit=1F0A ³ ³ segment 05 DESENV1 (D:\CLARION3\DESENV1.DLL) SS=00F4 ³ ³ limit=7FFF segment 01 D:\CLARION3\CLARION3.EXE ³ ³ 2) ³ ³ XTRACE.OS/2 NO DPMI ³ ³ *** Exception 0D : General protection, code = 4950 ³ ³ CS:IP = 05FF:15DD segment 44 DESENV1 ³ ³ (D:\CLARION3\DESENV1.DLL) ³ ³ AX=0407 BX=6753 CX=0000 DX=01C7 ³ ³ SI=B504 DI=004C SP=6713 BP=695F FL=2246 DS=0CDF ³ ³ limit=FFFF ES=0407 limit=1F0A ³ ³ segment 05 DESENV1 (D:\CLARION3\DESENV1.DLL) SS=01C7 ³ ³ limit=7FFF segment 01 D:\CLARION3\CLARION3.EXE ³ ³ 3) ³ ³ XTRACE.OS/2 DPMI ENABLED ³ ³ *** Exception 0D : General protection, code = 4950 ³ ³ CS:IP = 05FF:15DD segment 44 DESENV1 ³ ³ (D:\CLARION3\DESENV1.DLL) ³ ³ AX=0407 BX=6753 CX=0000 DX=01C7 ³ ³ SI=B504 DI=004C SP=6713 BP=695F FL=2246 DS=0CDF ³ ³ limit=FFFF ES=0407 limit=1F0A ³ ³ segment 05 DESENV1 (D:\CLARION3\DESENV1.DLL) SS=01C7 ³ ³ limit=7FFF segment 01 D:\CLARION3\CLARION3.EXE ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2746 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/22/93 ³ ³ Reported In : 3004 RevisedDate : 11/19/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : GUI ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Paul M. Blais 72103,111 MSG#:37427 ³ ³ Love the new GUI. I noticed you fixed the coloring ³ ³ problems with pull down menus. There is a new one however ³ ³ that is only cosmetic. The pull down menus color the last ³ ³ column on the right hand side of a pull down with the ³ ³ border color. ³ ³ R&D: Can't dupe. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2745 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 10/21/93 ³ ³ Reported In : 3005 RevisedDate : 11/03/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : FILE DRIVER / PARADOX 3.5 VERSION 1.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ when sharing file on network user is recieveing access ³ ³ denied, he is using paradox.net send command before file is ³ ³ opened ³ ³ PSW: I was not able to duplicate the problem. I assume ³ ³ that there isn't actually a problem here, the user may have ³ ³ failed to specify the PARADOX.NET file correctly. I will ³ ³ need an example if I am to pursue this further. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2777 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/26/93 ³ ³ Reported In : 3004 RevisedDate : 12/15/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : VID ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Robert M. Query 72103,2126 MSG#:38163 ³ ³ Is VID working right in 3005.2 other than the OS/2 problem? ³ ³ I have run VID in Dos since it won't run in OS/2, but it ³ ³ doesn't behave as it was and I don't think it is behaving ³ ³ correctly. ³ ³ First, it doesn't respond to '/' by swapping screens. ³ ³ I have to use control-break. ³ ³ Second, it doesn't stop at a breakpoint when I use ³ ³ 'GC'. It doesn't stop at the cursor in this case. I have ³ ³ not tried setting breakpoints in other ways, but this ³ ³ doesn't seem to work. I place the cursor on 'Main', my ³ ³ first menu name, and it ignores that breakpoint. ³ ³ Third, at least part of the time I exit VID, it returns ³ ³ to Dos rather than the environment (Clarion) from which I ³ ³ started it. Having gotten used to its behavior in previous ³ ³ versions, I find this peculiar and difficult to use. I am ³ ³ surprised that I have seen no other messages about this. ³ ³ Is it something I am doing or something about running C3 ³ ³ from Dos rather than OS/2 that gives it this different ³ ³ behavior? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2782 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 10/26/93 ³ ³ Reported In : 3005 RevisedDate : 12/22/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : COMPILER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ uploaded bug example - garbug.exe ³ ³ cs id 100140,1150 ³ ³ locks during compile ³ ³ see renamed example 2782.zip project 2548 ³ ³ R&D: 2782.zip does not exist ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2783 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/26/93 ³ ³ Reported In : 3004 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : DOCUMENTATION / CLARION 3.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: David Brooks 71234,1534 MSG#:38608 ³ ³ I get the following error in the Halt Window ..Filename:33 ³ ³ Please recommend that Clarion print some documentation on ³ ³ the operation and interpretation of the Program Halt window. ³ ³ There was enought information in the window to allow ³ ³ me to solve the problem, but no documentation to tell me ³ ³ how to read it. thanks again. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2787 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/26/93 ³ ³ Reported In : 3004 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : APPLICATION / CLARION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: E.J. Tejera 71066,1361 MSG#:38588 ³ ³ Greg, ³ ³ 3005.2, app gen will often crash with I/O errors (error 3, ³ ³ if I remember right). The crash generates an xtrace. This ³ ³ problem was very prevalent in 3003, all but gone in 3004 ³ ³ and is back in 30052. This is how we can easily trigger ³ ³ this bug. Work on a large (>800K) app. Use protected mode. ³ ³ Complile, link run a few times (CLARUNFLUSH is on). Make ³ ³ some changes. At some point the IDE becomes a little ³ ³ unstable but still works. Keystrokes are dropped or ³ ³ remapped (cursor keys seem the most sensitive) mostly in ³ ³ the editor. After a few more compile/link run ³ ³ cycles the app gen will xtrace. (Usually during link). The ³ ³ application will also run more slowly after a few ³ ³ compile/link/run cycles. It would appear that : a) the IDE ³ ³ does not release all memory on every ³ ³ compile/link/cycle and b) some work space is not properly ³ ³ initialized. I find that if I boot OS/2, shutdown OS/2 then ³ ³ warm boot the computer to a DOS session the IDE is much ³ ³ more stable and will remain so for hours! OS/2 may clear or ³ ³ set all the station's memory to some value that CDD likes. ³ ³ This is a vague bug. Good luck tracing it! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2790 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 10/26/93 ³ ³ Reported In : 3006 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : EDITOR / EDIT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ problems moving text with a mouse - ³ ³ 1. position cursor on text to be moved ³ ³ 2. use mouse to highlight text on one line ³ ³ 3. move mouse to destination and right click ³ ³ you should see nothing move ³ ³ after doing the above all subsequent moves either with ³ ³ keyboard or mouse does not work correctly ³ ³ after doing the above, hit ctrl-m and highlight text with ³ ³ keyboard then hit enter. you should see only a portion of ³ ³ this text now highlighted. ³ ³ doing this step without doing the first part of this ³ ³ messageseems to work ok ³ ³ R&D: Cannot reproduce. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2795 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 10/27/93 ³ ³ Reported In : 3006 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : CLAVID / CLARION 3.0 DEBUGGER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ after doing a make on an app (ctrl-m) and then a debug ³ ³ (ctrl-d) you will lock after the DBD's are loaded into the ³ ³ debugger ³ ³ R&D:WOKOMM - need an example proving this ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2798 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 10/27/93 ³ ³ Reported In : 3006 RevisedDate : 1/06/94 ³ ³ Fixed In : 3007 Status : Problem ³ ³ ³ ³ Section : TEMPLATE / FORM - CLARION4.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ reported by user 216856 -- using gui table deletekey to a ³ ³ form thenpresses ok and it loops forever -- 3006 -=- this ³ ³ only happens when using gui and when the last push ³ ³ button in field order is not ok or cancel, but instead ³ ³ some other push button. ³ ³ I don't make these up, I just report them. ³ ³ QA: I tried to duplicate this with the ORDERGUI app. I ³ ³ added a button to one of the forms. WOKOMM. Have the user ³ ³ send in his APP & DCT. I have a feeling he removed the CUA ³ ³ Attribute off the Screen and that is causing the problem. ³ ³ Ok. You win he has the Cua attribute off. That makes this ³ ³ a template bug then I think. Even if it is not in gui this ³ ³ happens. So it has nada to do with gui. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2802 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 10/27/93 ³ ³ Reported In : 3006 RevisedDate : 12/07/93 ³ ³ Fixed In : 3007 Status : Suggestion ³ ³ ³ ³ Section : TEMPLATE / MULTIPAGE - CLARION4.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ on the multi page template if you click on the OK button ³ ³ and there is a required field on a pageof, you will be ³ ³ brought over to the correct pageof procedure but the ³ ³ message at the top of the screen says 'PAGE 1 of 2' when ³ ³ you are really on page 2. when you are on page 2 and click ³ ³ on LAST PAGE button is saves the record and brings you back ³ ³ to the browse that originally called it ³ ³ R&D: Problem 1: Display of Page Corrected ³ ³ Problem 2: Please change to suggestion (Ability to ³ ³ stop Non-Stop select on MultiPage). ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2805 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/27/93 ³ ³ Reported In : 3006 RevisedDate : 11/04/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : GUI ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Fred Schmitthammer 76436,3511 MSG#:38855 ³ ³ 1. Invalid screen structure on a GUI pulldown. If I do ³ ³ not use the GUI the error does not occur. ³ ³ 2. Protection errors on ASK/ACCEPT with GUI enabled. I ³ ³ still cannot shake this problem. My last fix I am ³ ³ waiting for is my Modula2 source kit that will allow me ³ ³ to make my Modula2 Extended DLL's. If that does not fix ³ ³ my XTRACES I will be back to ask for help. ³ ³ 3. SETMSG color attribute still giving a compiler ³ ³ error. ³ ³ I guess that is it.....the XTRACES are a REAL ³ ³ PAIN. I am doing everything I can to eliminate my code. ³ ³ The only remaining piece is the Modula2 Extended DLL's ³ ³ somehow interferring with the GUI. As soon as I can ³ ³ upgrade my Topspeed to use the Extended DLL's then ³ ³ I will let you guys know. ³ ³ Regards, ³ ³ Fred Schmitthammer ³ ³ Professional Practice Systems, ³ ³ INC. (310)804-7674 ³ ³ p.s. ³ ³ Any way I can get a 3006 ³ ³ install set since my 3005 came on the day 3006 came out ? ³ ³ QA: Fred needs to send in an Example of the Invalid Screen ³ ³ in GUI. It is possible this is related to the Loader ³ ³ problem we had in 3005 that should be fixed in 3006. ³ ³ The new parameter in SETMSG has not been implemented into ³ ³ the compiler at this time. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2811 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 10/28/93 ³ ³ Reported In : 3006 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATES IN GENERAL ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ When using change template form a browse to a list, it is a ³ ³ straight converstion except for the fact that the list uses ³ ³ line for the "from" for the list box and the browse uses ³ ³ queue. We might want to consider changing this to make ³ ³ them compatible. Or maybe we could generate a generation ³ ³ error #error to alert them of this. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2815 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/29/93 ³ ³ Reported In : 3006 RevisedDate : 12/22/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : OPERATING SYSTEMS / WINDOWS FOR WORKGROUPS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Rob Mousley 100075,772 MSG#:39418 ³ ³ We have a developer who reports the following running 3004 ³ ³ with Windows for Workgroups. From within the environment he ³ ³ can print to printer w/o problems eg source listing. ³ ³ If he runs an app from within the environment & prints to ³ ³ printer, the 1st line prints, and then no more. The app ³ ³ doesn't hang, just 'loses' the data that has been sent to ³ ³ the printer. If he prints to screen & then clicks on the ³ ³ print button in a view screen, the printer prints a whole ³ ³ page of blanks. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2823 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 10/29/93 ³ ³ Reported In : 3006 RevisedDate : 1/05/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : CSHELL / DOS COMMAND ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Joseph A. Bouterse 70541,305 MSG#:39562 ³ ³ CSHELL will not accept a DOS command line longer than the ³ ³ displayed entry field length. I think it should accept ³ ³ input to the DOS limit, rather than the 50 or 60 ³ ³ characters that it does now. ³ ³ Joe Bouterse Creative Solutions, Inc. Indianapolis, IN ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2827 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 10/29/93 ³ ³ Reported In : 3006 RevisedDate : 11/11/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : EDITOR / EDIT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ CtrlM to move while in Character mode.. the subsequent ³ ³ Enter will highlight to the column where the mouse is. You ³ ³ don't have to be using the mouse for the move but it ³ ³ detects the column where the mouse is positioned an ³ ³ highlights to that column. ³ ³ R & D - I can't reproduce this ! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2832 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/01/93 ³ ³ Reported In : 3006 RevisedDate : 11/04/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Patrick Donnelly 73730,1215 MSG#:39664 ³ ³ RE: Clarion V3 Language Reference P 13-14 "Valid numeric ³ ³ characters are the digits 0 through 9, a leading minus ³ ³ sign,and a decimal point." I also note the the 2.1 manual ³ ³ (3rd rev) P13-15 is similar but allows for leading spaces. ³ ³ A possible solution would be a change to the ³ ³ Language and adding a optional parameter specifying a ³ ³ Numeric base oran "S" for scientific. Any charecter not part ³ ³ of the specified base would return false. For ³ ³ example, if base was 16 then alpha "A" thur "F" would also ³ ³ return true, whereas abase of 8 would return false for an ³ ³ "8" or "9". ³ ³ This suggestion comes from the fact ³ ³ that NUMERIC returns true when there is an E in the ³ ³ string. ie, '1234E456' ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2834 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 11/01/93 ³ ³ Reported In : 3006 RevisedDate : 11/09/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ I have a case() structure that starts in column one and I ³ ³ get no compiler errors. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2838 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/01/93 ³ ³ Reported In : 3006 RevisedDate : 12/15/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : MEMORY MANAGER / QEMM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Kenny Gardner 76054,210 MSG#:39970 ³ ³ >> Download STLTH.ZIP from LIB 5 and if your still having ³ ³ problems let >> me know. ³ ³ Stealth Mode no longer works with Clarion. It worked ³ ³ forall versions prior to 3005, but somehow broke with the ³ ³ 3005 patch. QDPMI now works, but not Stealth. It may be ³ ³ computer related (i.e., works on some computers but not ³ ³ others). For reference, QEMM didn't change between ³ ³ 3004 and 3005,Clarion did. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2847 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/01/93 ³ ³ Reported In : 3006 RevisedDate : 12/15/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : VID ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Jim Morgan [Mitten] 72371,2444 MSG#:39663 ³ ³ In CLAVID. Press V for a variable list where you have more ³ ³ that one page of variable names. Now press a letter for a ³ ³ variable that appears on the second page (before pressing ³ ³ PgDn) to position the cursor. The system will lock up. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2850 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/01/93 ³ ³ Reported In : 3006 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : Suggestion ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Mark Goldberg 75250,2551 MSG#:39702 ³ ³ Suggestions: ³ ³ editor: alt-w-c file window should be much wider, as full ³ ³ paths are used. ³ ³ IDE: edit styles always brings up the IDE's style / ³ ³ default style vs. the style specified in the .APP (for ³ ³ appgen), or maybe the last style editted. ³ ³ editor: default replace checkboxes, seem like they ³ ³ would be better altered should default to replace ³ ³ within block (my preference) should default to ³ ³ replace all within block (my guess most peoples pref) ³ ³ Appgen: External Source (that points to ³ ³ .CLA's) should have the source button active and a ³ ³ method of pulling up the source file. (module) ³ ³ IDEA: An attribute of a field (in dct ³ ³ as well as data sections) should be if it is ³ ³ _usually_ a display field, then when adding this field in ³ ³ screener it would default to ³ ³ display. ³ ³ IDEA: Add a generator ³ ³ toggle, that will generate source code with _ALL_ ³ ³ embed points included even EMPTY ones. Why ? So that we ³ ³ can look at generated code for the current ³ ³ procedure and visually see where the embed points ³ ³ would be. This would be more natural than looking ³ ³ at the templates. Ok, so maybe this suggestion is ³ ³ streching it a bit. ³ ³ IDEA: Appgen: Add a universal color re-mapper (no not ³ ³ styles), but rather a way to change all of a color ³ ³ code to another code, this would be used for ³ ³ reconcilling code written under differently mapped styles ³ ³ files. ³ ³ cdd filename.btv (I use .btv for btrieve ³ ³ files) causes the editor to be loaded and a subsequent ³ ³ xtrace to be generated (mg: crash\xtrace.002) ³ ³ edit errors editor (W0): should be ³ ³ able to switch documents, I would find this useful to ³ ³ be able to check data structure, and map, etc. ³ ³ ooops: what do we do if we ³ ³ disable _all_ fields on a form ?? I did a ³ ³ disable(pre:field) vs. a disable(?pre:field) and it caused ³ ³ all fields to be disabled. (Except maybe, my main ³ ³ pulldown) I ³ ³ did do a disable(?pre:field), but I did it before the ³ ³ screen was open, thereby disabling the previous ³ ³ screen, although it recognized the new field equate, ³ ³ maybe a compiler warning is appropriate here, or ³ ³ maybe I should just be more careful. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2851 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 11/01/93 ³ ³ Reported In : 3006 RevisedDate : 12/02/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ after the logout statement I issued a stop the error ³ ³ messages that were reported in the system button. clarion ³ ³ error 0 "Ts" dos error 1 "invalid function". For an ³ ³ example I used the order.app with share on. Also while I ³ ³ was at the stop() after the logout I tried ctrl-alt-del to ³ ³ get a .log file and was unsuccessfull. ³ ³ R&D:E&A, can you reproduce this? No example found. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2856 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/02/93 ³ ³ Reported In : 3006 RevisedDate : 12/27/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : PROJECT SYSTEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Richard Miller 72134,3474 MSG#:39881 ³ ³ If you do a Make & RUN (a) from the applications ³ ³ generator (v3006) then abort with during the ³ ³ Compile stage it will still RUN the EXE (if it finds an old ³ ³ exe). ³ ³ ----------------------------------------------- ³ ³ BobC: RC, I'll need some kind of a message back from ³ ³ DESMAINto indicate abortion by . Have had a number of ³ ³ requests now... ³ ³ From Greg_W: It will run an old EXE if you have compile ³ ³ errors like "File Not Found" as well. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2859 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 11/02/93 ³ ³ Reported In : 3006 RevisedDate : 12/06/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : APPLICATION / REPORT FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ control field use() ³ ³ I cannot get a variable to work in this control field. It ³ ³ does work if i use constant text or ctrl-p and use that ³ ³ option. ³ ³ R & D: Can not reproduce. What are you trying to do.? ³ ³ What I was trying to do was use the CONTROL statement with ³ ³ a USE variable. And convince the printer to realize that I ³ ³ was sending a sequence. ³ ³ R & D: I still can not reproduce this. Show me! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2863 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : J DateReported : 11/02/93 ³ ³ Reported In : 3006 RevisedDate : 12/03/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : TEMPLATE / CHILD ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ In non-cua during add or change of a record, pressing the ³ ³ Save button causes a continuous loop ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2864 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/02/93 ³ ³ Reported In : 3006 RevisedDate : 12/14/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : UNCLASSIFIABLE PROBLEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Mark Goldberg 75250,2551 MSG#:39998 ³ ³ I have put this message in a file 2864.zip. ³ ³ R&D: This file is missing! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2867 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 11/02/93 ³ ³ Reported In : 3006 RevisedDate : 11/10/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : APPLICATION / SCREEN FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ press ctrl-c to copy some data in a screen structure, and ³ ³ without moving the cursor at all, in other words, while you ³ ³ still have instructions as to what to do next, press ³ ³ ctrl-o. This locks up the formatter. ³ ³ R&D: So far, I am unable to reproduce this on any other ³ ³ machine, although I have seen it happen on Trent's machine. ³ ³ If anyone can shed any light, please do so. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2868 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/02/93 ³ ³ Reported In : 3006 RevisedDate : 1/13/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : BROWSE.CLA / REPEAT.CLA ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Bob Divine 76130,3536 MSG#:39895 ³ ³ There is a MAJOR problem with the browse template in 3006!! ³ ³ Want to try this one out?? Just make the ORDERS.APP in the ³ ³ example subdirectory with 3006. ³ ³ From the pulldown select Update Files. Select Products ³ ³ (procedure name is: BrowseProducts). ³ ³ Now, with the highlight bar on the first entry, double ³ ³ click the mouse anywhere on an empty space on the form ie: ³ ³ the open space under the listbox. Presto, the first field ³ ³ in the listbox goes blank! ³ ³ Now select the second item in the list. Double click again ³ ³ in some empty space and, not only does the first field in ³ ³ the second row go blank, the rest of the data elements take ³ ³ on the value of the data elements from line one. ³ ³ You can keep on going down the list, until the whole list ³ ³ has a blank first field and all other fields filled with ³ ³ the data from record one. ³ ³ QA: See test file!! If you remove the locator it does not ³ ³ happen!!!! Must be in Browse.cla somewhere! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2870 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/02/93 ³ ³ Reported In : 3006 RevisedDate : 11/24/93 ³ ³ Fixed In : Status : InTheFuture ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: GERALD ME 100267,1023 MSG#:40025 ³ ³ ROWS and COLS return the number of rows or columns used by ³ ³ the current active window, not the windows structure that ³ ³ pass to the function. ³ ³ From Greg_W: I duplicated this bug test file 2870.zip ³ ³ R&D: This requires a compiler change because the compiler ³ ³ does not pass any parameters ro the ROWS and COLS ³ ³ functions. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2872 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 11/03/93 ³ ³ Reported In : 3004 RevisedDate : 11/04/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : PRINT ENGINE ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ This zip file demonstrates serious problems with the Report ³ ³ Printer Controls substitutions. Jim morgan ³ ³ see file 2872.zip cisid 72371,2444 ³ ³ tsup proj 2602 ³ ³ QA; Need the file, there is not one on H:\bugrpt\files! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2883 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 11/03/93 ³ ³ Reported In : 3006 RevisedDate : 1/19/94 ³ ³ Fixed In : 3007 Status : Tested/OK ³ ³ ³ ³ Section : Example Applications ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ bug in demo.app- it uses a SETCOLOR(XX) without a ³ ³ SETCOLOR() ³ ³ choose colors ³ ³ go back to meni choose text - virtual screen ³ ³ choose the record for editing - all entry fields are white ³ ³ needs a setcolor() in the source procedure that shows the ³ ³ color pallatte. ³ ³ R&D: YOU MUST ISSUE A SETCOLOR TO TURN IT OFF OR ELSE THE ³ ³ ENTRY FIELDS WILL TAKE ON THAT COLOR! ³ ³ DH: That is exactly what I am reporting. This is a bug in ³ ³ our example application,"DEMO". It needs to be fixed. ³ ³ R&D: This is not my bug. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2888 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/03/93 ³ ³ Reported In : 3006 RevisedDate : 11/04/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SCREEN LIBRARY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Paul Smulders 72114,3357 MSG#:40054 ³ ³ If Scroll Lock is on in a virtual screen, the screen ³ ³ scrolls with the arrowkeys, which is a nice feature. ³ ³ If the screen dimensions are such that the width of ³ ³ the virtual screen is equal to the width of the physical ³ ³ screen (80 columns), the Left and Right arrow keys should ³ ³ maintain their original function. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2892 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 11/03/93 ³ ³ Reported In : 3006 RevisedDate : 12/16/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : FILE DRIVER / PARADOX 3.5 VERSION 1.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ when changing the same record on two workstations at the ³ ³ same time, instead of getting changed by another station, ³ ³ The error message of errorcode 33 record not available is ³ ³ returned. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2893 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/03/93 ³ ³ Reported In : 3006 RevisedDate : 11/09/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : EDITOR / CLARION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Paul Smulders 72114,3357 MSG#:40100 ³ ³ Loading editor costs a lot of time. ³ ³ I am impatient and start typing Ctrl-S (for search) and ³ ³ some text. It is annoying to find out that, once editor is ³ ³ loaded, part of my text is typed into my document. ³ ³ I know, I know, it is my fault and I am to impatient. But ³ ³ ifpossible and not to much trouble, please don't clear the ³ ³ keyboardbuffer when Editor is ready. It would enable me ³ ³ and many others to start typing during the loading time of ³ ³ Editor. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2898 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : RB DateReported : 11/03/93 ³ ³ Reported In : 3006 RevisedDate : 11/10/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : GENERAL ENVIRONMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Why cant the Wrap button mean the same thing in report ³ ³ layout as in screener?????!!!!??? ³ ³ R & D - Because there is no way for this information to be ³ ³ passed to the runtime report engine or for that matter, the ³ ³ report formatter. ³ ³ RB - I was under the impression that the screen formatter ³ ³ and the report formatter had access to the same information ³ ³ about files and fields. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2899 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 11/03/93 ³ ³ Reported In : 3006 RevisedDate : 11/04/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : APPLICATION / REPORT FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Copy a TOTAL field & change the name, might xtrace OR ³ ³ copy then delete WILL xtrace (per Tom Mai) ³ ³ R & D - Can't Reproduce, send an app example!! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2904 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : RB DateReported : 11/04/93 ³ ³ Reported In : 3006 RevisedDate : 12/02/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATE / CHILD ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Need to be able to use sum, avg and count formulas in the ³ ³ child template. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2925 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/04/93 ³ ³ Reported In : 3006 RevisedDate : 11/04/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SCREEN FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Stephen Swope 71525,1225 MSG#:40345 ³ ³ If your designing a screen in an Embedded Data area and ³ ³ wantto use the same Styles colors that you have for the ³ ³ application you need to Specify that same styles file in ³ ³ the Options for that screen (CTRL-O). ³ ³ Suggestion: It would be nice if the embedded source ³ ³ screen formatter defaulted the styles file to the one ³ ³ specified in the Applications Properties Window. ³ ³ Greg ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2908 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 11/04/93 ³ ³ Reported In : 3006 RevisedDate : 11/09/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : APPLICATION / REPORT FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ reported by user -- recompiled his program -- now his ³ ³ reports do not work -- he had two fields that were strings ³ ³ and he made them text fields now no other fields print ³ ³ belowthem -- ³ ³ QA: Cannot Duplicate in 3007 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2909 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : SF DateReported : 11/04/93 ³ ³ Reported In : 3006 RevisedDate : 11/22/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : PROJECT SYSTEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The Clarion project system is throwing a lot of unnecessary ³ ³ and sometimes disadvantages lines into the project file. ³ ³ For example the following project file was created for a ³ ³ new protected mode application with debugging: ³ ³ #system auto exe ³ ³ #model extendll ³ ³ #pragma data(stack_size=>8192,threshold=>0) ³ ³ #pragma optimize(cpu=>86) ³ ³ #pragma debug(vid=>full) ³ ³ #pragma link_option(map=>on,case=>on) ³ ³ #compile TEST.CLA /define(GENERATED=>on) ³ ³ #compile TEST01.CLA /define(GENERATED=>on) ³ ³ #link TEST ³ ³ threshold=>0 I do not know what this will do. I hope the ³ ³ project system ignores it. ³ ³ cpu=>86 This causes worse code to be generated than ³ ³ necessary ³ ³ map=>on and case=>on These are the defaults so do not need ³ ³ to be in the project file. ³ ³ BC:"threshold" is used to avoid exhausting segment size, 0 ³ ³ is a dubious value, I'll have a look at that. "map and ³ ³ case" are not always defaulted correctly by tsprj.txt, ³ ³ especially when vid comes into play, explicit declaration ³ ³ does not hurt. cpu=>86, is probably an artifact from ³ ³ making the project in a real model, or having the switch in ³ ³ the default clarion.pr. It is overriden by tsprj so does ³ ³ not degenerate the code, although it might be more ³ ³ appropriate to reset it when extender is selected. Ok. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2912 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/04/93 ³ ³ Reported In : 3006 RevisedDate : 11/09/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Mark Goldberg 75250,2551 MSG#:37648 ³ ³ Suggestions: ³ ³ 1) Appgen, file-save should leave the scroll bar where it ³ ³ was, vs. going to the first procedure. ³ ³ 2) Add support for string structures in appgen screener, ³ ³ or if entry,skips are really the way to go, then a default ³ ³ color should be applied to skip'd fields vs. real entry ³ ³ fields. ³ ³ 3) Make it simple to copy color setting from one ³ ³ field to another in screener. Remember how ^A could be used ³ ³ to set the 'normal' field color in 2.1's screener. That ³ ³ would be nice, as well as being able to put my cursor on a ³ ³ field, press a hot-key to set the default 1-5 colors, and ³ ³ then another hot-to apply those colors to the field ³ ³ currently under my cursor. If this is too hard, then allow ³ ³ us to directly enter the color codes when in the color ³ ³ setting window, vs. having to go to the styles listbox, ³ ³ which has no locator, or to the color selection grid. ³ ³ 4) Add a toggle to ³ ³ disable auto-prompt creation, on field creation ³ ³ 5) As earlier ³ ³ noted, add support for editting the field label, this would ³ ³ be a major enhancement, by allowing field copies to be ³ ³ useful. This would also support field name changes in the ³ ³ dictionary. 6) Make ³ ³ it possible to tell the style number (the actual color ³ ³ number and more to the point the style description) for ³ ³ non-fields that are on the screen. Ex: tracks, text typed ³ ³ on the screen, paints etc. This could be done by showing ³ ³ the screen structure, much like the ^F screen. ³ ³ 7) Show the style number (better yet the sytle ³ ³ description), on the track window in addition to the visual ³ ³ cue of what color it is currently mapped to. ³ ³ 8) Have listboxes support the scroll-lock key, ³ ³ for our code as well as CDD's code. ³ ³ 9) The output of a compile should ³ ³ automatically be stored in an output text file. It would ³ ³ have the name as the .pr but with a different extention. ³ ³ Failing that, there should be redirection support when the ³ ³ print button is pressed, so that a file name can be ³ ³ specified. 10) A compile ³ ³ should beep when completed ³ ³ 11) Standard ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2915 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : J DateReported : 11/04/93 ³ ³ Reported In : 30052 RevisedDate : 11/22/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : TEMPLATE / FORM - CLARION4.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Using pulldowns with a virtual screen, the pulldown does ³ ³ not operate, and it remains on the screen after the form ³ ³ screen is closed ³ ³ R&D: I can't figure what this means. I tried a pulldown on ³ ³ a virtual screen and it works fine. If a problem exists, a ³ ³ sample program would be a big help. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2922 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DP DateReported : 11/04/93 ³ ³ Reported In : 3006 RevisedDate : 11/04/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATES IN GENERAL ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ 1. Make a globle Access Mode Variable, assign it, ³ ³ %AccessMode:Glo:AccessMode Byte(%AccessMode) ³ ³ 2. Change the CheckOpen prototype to: ³ ³ CheckOpen(*file,),byte ³ ³ 3. After the check open function to: ³ ³ CheckOpen Function(File,AccessMode) ³ ³ Code ³ ³ If ~AccessMode ³ ³ AccessMode = GLO:AccessMode ³ ³ END ³ ³ Open(File,%AccessMode) ³ ³ ........ ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2924 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : J DateReported : 11/04/93 ³ ³ Reported In : 3005 RevisedDate : 11/22/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : SYSTEM INFORMATION WINDOW ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ In the Options menu, Character Case does not have any ³ ³ affect when used with extended characters ³ ³ R&D:Don't know what you are doing, but you probably have a ³ ³ misunderstanding of the way it works, or I misunderstand ³ ³ your problem. Thousands of people in Europe are using it ³ ³ with extended characters, and none have reported failures. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2926 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/04/93 ³ ³ Reported In : 3006 RevisedDate : 11/04/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : VID ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Randy Rogers 75730,1337 MSG#:40404 ³ ³ It would be nice not to have a VID key combination that ³ ³ displays the same basic information as Alt= does at run ³ ³ time? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2927 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/04/93 ³ ³ Reported In : 3006 RevisedDate : 1/11/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : OPERATING SYSTEMS / OS2 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Mike Hanson, BoxSoft 73234,1447 MSG#:40225 ³ ³ I've got a problem running CSHELL under OS/2. If I select ³ ³ a floppy that is not available, I get a general protection ³ ³ and usually an XTRACE. It seems like your critical error ³ ³ handling code is not cutting it under OS/2. ³ ³ R&D, 1/10/94: Found that extender Critical Error handler ³ ³ expects real mode addresses from the underlying OS. OS/2 ³ ³ returns protected mode addresses. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2932 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 11/04/93 ³ ³ Reported In : 3006 RevisedDate : 11/22/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ fill attribute of a listbox ³ ³ user reports -- when using the example on page 8-40 of the ³ ³ lrm, the string field on the screen for partnumbergets the ³ ³ wrong information. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2935 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/04/93 ³ ³ Reported In : 3006 RevisedDate : 11/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : APPLICATION / REPORT FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Richard Miller 72134,3474 MSG#:40425 ³ ³ In a report, when converting long string to multi- row text ³ ³ field if you select wrap strange and interesting characters ³ ³ are interspersed in the field... also same problem as ³ ³ before(3004-5) with WRAP coming and going... keeps turning ³ ³ itself off. RJMiller@SAF ³ ³ R & D - I can't reproduce either of these. Please send an ³ ³ example. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2937 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/05/93 ³ ³ Reported In : 3006 RevisedDate : 12/03/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : PROJECT SYSTEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Fred Schmitthammer 76436,3511 MSG#:40445 ³ ³ I have a project file that is over 255 chars long. The CDD ³ ³ 3006 project system cuts the line off at 255 chars. Is ³ ³ there any workaround for this? If not I would like to ³ ³ report it as a bug. ³ ³ R&D:There is no workaround for allowing lines of this ³ ³ length in the project system. But I suspect the reason the ³ ³ line is so long is because you have maxed out the automatic ³ ³ export feature for creating DLL libraries. To work around ³ ³ this I recomend that you freeze your export file and manage ³ ³ it manually. To do this; create an "Overlay Control File" ³ ³ module in your project called "projname".EXP, the file ³ ³ already exists in your working directory. The project ³ ³ system will no longer use the "Called From This DLL Only" ³ ³ check box to determine your exported items, you will have ³ ³ to manage these in the .EXP file using the text editor. ³ ³ Notice that the fact that you are exporting items from so ³ ³ many modules is highly unusual and you may want to consider ³ ³ "privatizing" those modules which you will not be calling ³ ³ directly from another DLL or EXE. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2939 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/05/93 ³ ³ Reported In : 3006 RevisedDate : 11/05/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : FILE DRIVER / BTRIEVE VERSION 1.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ With NLM 5.x you non-case sensitive sorting is controlled ³ ³ via the alternate collating sequence. The Clarion system ³ ³ allows you to use the CLACOLSEQ variable to specify an ³ ³ alternate collating sequence. However, this does not give ³ ³ true case insensitive sorting like Btrieve. Instead you ³ ³ have a 3007... ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2984 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 11/09/93 ³ ³ Reported In : 3006 RevisedDate : 11/10/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : APPLICATION / BTRIEVE FILE SYSTEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ example that xtraces when trying to modify procedure in the ³ ³ generator. procedures creatworkorders & closeworkorders ³ ³ tech proj 2537 ³ ³ FROM VINCE: Problem is the local data. Spoke with user and ³ ³ suspect the problem is in the local data conversion between ³ ³ 3004 and 3005.2... unable to reproduce the problem so will ³ ³ just wait and see if any other related reports come in! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2986 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/09/93 ³ ³ Reported In : 3006 RevisedDate : 11/09/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : API ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Ralph Johnston 71033,135 MSG#:41630 ³ ³ I'd like to put that in as a suggestion. "Please add a way ³ ³ (even if it's in the API Toolkit) to retrieve the currently ³ ³ aliased keys (and what they are aliased to)." Thanks. ³ ³ ..Ralph ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2987 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 11/09/93 ³ ³ Reported In : 3006 RevisedDate : 1/06/94 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : APPLICATION / BTRIEVE FILE SYSTEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ e. tejera tech supp project #2636 ³ ³ user reports after doing several makes, runs, shelling out ³ ³ to dos he will eventually run into internal error 3, ³ ³ invalid internal record type and xtraces durring a make. ³ ³ this will happen faster on a larger app but he has ³ ³ duplicated it with the demo.app after a lot of makes etc. ³ ³ this is a dos 5.0 system and he is testing results using ³ ³ the /E for btreive ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2988 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/09/93 ³ ³ Reported In : 3006 RevisedDate : 12/16/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : APPLICATION / CLARION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Ralph Johnston 71033,135 MSG#:41633 ³ ³ In addition to the ordering feature (for formula fields), I ³ ³ would suggest some way of looking at them in the order ³ ³ theywere entered (or at least in the order they will be ³ ³ calculated). Now I believe they are sorted ³ ³ alphabetically, which is nice, but not useful in ³ ³ determining evalutation order. Thanks... ³ ³ ..Ralph ³ ³ R&D: On the schedule for 3.1... ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2989 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/09/93 ³ ³ Reported In : 3006 RevisedDate : 11/09/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : GUI ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Greg Salyer 70731,2752 MSG#:41465 ³ ³ How about a putting a default "click-to-close" box in the ³ ³ upper left hand corner of a GUI app? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2991 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/09/93 ³ ³ Reported In : 3006 RevisedDate : 11/09/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATES IN GENERAL ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Wayne Freeman 76314,2100 MSG#:41496 ³ ³ I've taken care of a shortcoming in the InitFields routine ³ ³ in Clarion5.tpx, and I thought I'd share it with you. ³ ³ The shortcoming is that if you want to set an initial ³ ³ value on a dimensioned field, the generated code is missing ³ ³ all appropriate subscripts, causing syntax errors. ³ ³ Here's the original template code: ³ ³ #GROUP(%InitFields) ³ ³ #IF(%InitRoutine = 'TRUE') ³ ³ InitializeFields ROUTINE ³ ³ #FOR(%Field) ³ ³ #IF(%FieldInitial <> %NULL) ³ ³ %Field = %FieldInitial ³ ³ #ENDIF ³ ³ #ENDFOR ³ ³ #ENDIF ³ ³ Here are my proposed changes (worked for me): ³ ³ InitializeFields ROUTINE ³ ³ #FOR(%Field) ³ ³ #IF(%FieldInitial <> %NULL) ³ ³ #IF(%FieldDimension1) ³ ³ Loop Idx1# = 1 to %FieldDimension1 ³ ³ #IF(%FieldDimension2) ³ ³ Loop Idx2# = 1 to %FieldDimension2 ³ ³ #IF(%FieldDimension3) ³ ³ Loop Idx3# = 1 to %FieldDimension3 ³ ³ #IF(%FieldDimension4) ³ ³ Loop Idx4# = 1 to %FieldDimension4 ³ ³ %Field[Idx1#,Idx2#,Idx3#,Idx4#] = ³ ³ %FieldInitial End !Loop Dimension 4 ³ ³ #ELSE ³ ³ %Field[Idx1#,Idx2#,Idx3#] = ³ ³ %FieldInitial #ENDIF ³ ³ End !Loop Dimension 3 ³ ³ #ELSE ³ ³ %Field[Idx1#,Idx2#] = ³ ³ %FieldInitial #ENDIF ³ ³ End !Loop Dimension 2 ³ ³ #ELSE ³ ³ %Field[Idx1#] = ³ ³ %FieldInitial #ENDIF ³ ³ End !Loop ³ ³ Dimension 1 #ELSE ³ ³ %Field = ³ ³ %FieldInitial #ENDIF ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3102 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 11/19/93 ³ ³ Reported In : 3006 RevisedDate : 11/30/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : HELP / EDIT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ AT RUNTIMe on some help screens the elevator box shows but ³ ³ the elevator does not. No there is not a file that shows ³ ³ this yet. But this is the second person to mention this. ³ ³ R&D: I cannot reproduce this. ³ ³ TB: This happens only in gui the second time you call the ³ ³ help window. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2993 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/09/93 ³ ³ Reported In : 3006 RevisedDate : 11/09/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : DICTIONARY / CLARION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Jon B. Bushey 71521,2267 MSG#:41534 ³ ³ We REALLY need a way to share the .dic file. In the old ³ ³ Clarion users with reporter could share the 'dictionary'. ³ ³ Now we have taken a step back. If a programmer has the ³ ³ generator up - nobody else can access the dictionary. This ³ ³ problem is a killer AND there is no reason. The ³ ³ dictionary does not need to be modified from generator - ³ ³ why is it locked? Thanks, Jon B. Bushey ³ ³ QA: The DCT is not "Locked" it is OPENed therefore it is ³ ³ not shareable! This is not a multi-user development ³ ³ environment! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2996 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 11/09/93 ³ ³ Reported In : 3006 RevisedDate : 11/30/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SCREEN LIBRARY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user wants to be able to put checkbox fields on the screen ³ ³ without any text next to it. ³ ³ [û][û][û][û] or [û] [û] [û] [û] ³ ³ cannot put them together without a space between them, if ³ ³ you leave one space between them at runtime there will be ³ ³ two spaces. ³ ³ R&D: This is a suggestion, it was never designed to do such ³ ³ a thing. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2997 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 11/09/93 ³ ³ Reported In : 3006 RevisedDate : 11/09/93 ³ ³ Fixed In : Status : suggestion ³ ³ ³ ³ Section : SCREEN LIBRARY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user would like the ability to move screens off the current ³ ³ screen to the point where there is only the 1 line of the ³ ³ screen left on the current screen so that you can look at ³ ³ something in the middle of the screen. user says that ³ ³ nortons, pctools etc. move screens like this. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2998 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 11/09/93 ³ ³ Reported In : 3006 RevisedDate : 11/10/93 ³ ³ Fixed In : Status : suggestion ³ ³ ³ ³ Section : APPLICATION / TOOLS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user is requesting that the calculator, ascii chart, color ³ ³ chart and keycode chart be made movable ³ ³ This ability is already there using the mouse. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 2999 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 11/09/93 ³ ³ Reported In : 3006 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : FILE DRIVER / CLARION VERSION 3.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ memo pointers are a bit confused. Contact me for demo. ³ ³ QA to TB: Can you give us a test file? Remember that in ³ ³ 3006 if you print a report w/ a memo you have just hoded ³ ³ it! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3003 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : SF DateReported : 11/09/93 ³ ³ Reported In : 3006 RevisedDate : 11/09/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : COMPILER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The compiler does not accept two of the three variants of ³ ³ the SIZE() function. SIZE('Hello') and SIZE(@P###P) give ³ ³ compiler errors of 'parameter must be a variable' ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3005 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/10/93 ³ ³ Reported In : 3006 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : Clarion Driver ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Paul Sink 71161,2354 MSG#:41741 ³ ³ Transaction files from logout are created in the directory ³ ³ where the EXE is located. Instead of defaulting to the ³ ³ application's original directory, can you guys change it to ³ ³ read the CLATMP variable? ³ ³ Thanks, Paul ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3007 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/10/93 ³ ³ Reported In : 3006 RevisedDate : 11/10/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATES IN GENERAL ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Nik Johnson 70733,2247 MSG#:41923 ³ ³ 1) Suggestion: To be able to check for the existence of ³ ³ whether there was any embedded code. ³ ³ #if embed1 ³ ³ add this code if this embed was used ³ ³ #end ³ ³ The value of CDD3 lie in the ability to create and debug ³ ³ templates (macro-programming) rather than creating and ³ ³ debugging individual programs (micro-programming). Doug's ³ ³ idea of having "standard" code which can optionally be ³ ³ replaced by an embed is a really good one, and the ³ ³ language should support it. ³ ³ 2) While you're at it, could you ask whoever generates file ³ ³ structures to include the comments from the dictionary? We ³ ³ really don't put them there for our health ... they have ³ ³ value in the generated code. -Nik ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3011 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/10/93 ³ ³ Reported In : 3006 RevisedDate : 11/10/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Ward R. Johnson 70164,3136 MSG#:41848 ³ ³ Does the dynamic index support offset/length parameters, ³ ³ such as: ³ ³ build(pre:dynakey,'+pre:zip_code',offset,len) ³ ³ where, if offset was 0 and len was 2 might give you an ³ ³ index based on the first two numbers in a zip code field. ³ ³ Please say yes, or, "we'll have that in 3007." ³ ³ -Ward Johnson 09-Nov-93 8:43a PDT ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3014 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 11/10/93 ³ ³ Reported In : 3007 RevisedDate : 11/12/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : DICTIONARY / WORKSHEETS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Currently when editing a DCT, if I have multiple copies of ³ ³ a datafile, that MUST stay in sync, there is no methdo to ³ ³ copy over (ie. REPLACE) that file's definition with another ³ ³ via a Copy. IOW, I have no method for replacing a datafile ³ ³ definition w/ deleting the current and importing or copying ³ ³ it. ³ ³ Case: Main DCT resides on Network, programmers use a local ³ ³ DCT while programming. Project Mgr Updates DCT. The ³ ³ programmer must either: ³ ³ a) Overwite his DCT. If he does this thru DOS Prompt ³ ³ he is HOSED when he return to the APP and has to access the ³ ³ DCT ³ ³ b) Open the DCT and delete the Files he needs to ³ ³ re-import and then Import them ³ ³ c) not get the changes until a later time. ³ ³ This could be a big winner wh all of our users. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3020 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 11/11/93 ³ ³ Reported In : 3006 RevisedDate : 11/11/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : DOCUMENTATION / CLARION 3.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ in the template documentation it would be nice to have some ³ ³ indication as to which built-in symbols are multi-lined ³ ³ symbols. ³ ³ users are trying to use template code to assign a user ³ ³ defined template symbol to a multi-lined template symbol ³ ³ which is not allowed - but there is no notation as to which ³ ³ are multi-lined ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3022 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 11/11/93 ³ ³ Reported In : 3006 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : Dictionary ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ suggestion from end user - wants to be able to use the LIKE ³ ³ definition on a field from the dictionary editor ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3023 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 11/11/93 ³ ³ Reported In : 3006 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : Pulldown Formatter - Editor ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ suggestion from end user - wants to be able to define a ³ ³ hotkey procedure on a pulldown. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3026 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 11/11/93 ³ ³ Reported In : 3006 RevisedDate : 11/22/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LINKER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ File from Jim Morgan showing bug in Linker Redirections ³ ³ cis id 72371,2444 ³ ³ tech proj 2654 ³ ³ R&D:This is a well documented problem with redirection in ³ ³ the make system. sent to RC ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3031 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 11/11/93 ³ ³ Reported In : 3006 RevisedDate : 12/16/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ file showing problem with deformat ³ ³ cs 71033,135 doug johnston ³ ³ ts 2658 ³ ³ file 3031.zip ³ ³ R&D:Very well documented problem outlining differences ³ ³ between 2.1 and 3.0. My opinion is that 3.0 is more ³ ³ logical but will defer the call to Bruce. ³ ³ **BB: Clarion standard: time midnight is 1. Both 24:00 and ³ ³ 0:00 should convert to 1. 1/100 past midnight is 2. It ³ ³ should work the same in 2.1 and 3.0. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3034 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/11/93 ³ ³ Reported In : 3006 RevisedDate : 11/29/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : APPLICATION / BTRIEVE FILE SYSTEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Rob Mousley 100075,772 MSG#:42115 ³ ³ Reported by two separate developers over the last few ³ ³ days... ³ ³ If you have a large app (>100 procedures) DON'T USE ³ ³ THE REPOPULATE command to re-arrange procedures inside ³ ³ functions. ³ ³ The symptoms are that when you view the ³ ³ repopulated app from the module view, the procedures look ³ ³ ok, but when you click on a procedure, the module name in ³ ³ the procedure properties screen is not the same as the one ³ ³ shown in the Module View. When you try to generate & ³ ³ compile, BAM! GPF. In addition the app file is corrupted ³ ³ beyond recovery - back to the backups. ³ ³ One of the guys tried for some ³ ³ time to reconstruct his .app (no backup & when he went in ³ ³ the second time he overwrote the .bap file). When he ³ ³ re-entered the module name in the Procedure Properties ³ ³ screen, he appeared to get two copies of the same ³ ³ procedure, when he deleted one of the copies, BAM! GPF etc, ³ ³ etc... I know that ³ ³ this is a difficult one for you to chase - I have tried a ³ ³ number of times (with smaller apps) to re-produce this ³ ³ error - so far w/o any success. But ³ ³ these two developers are people we know well & they are not ³ ³ your average hackers - the problem _does_ exist. ³ ³ I ³ ³ have a feeling that it may be something to do with ³ ³ partially corrupted .app files ie if something has already ³ ³ gone wrong with the file (that may not affect normal ³ ³ generate & compile), then doing something low-level like ³ ³ re-populate or import may really screw things up. ³ ³ We've had another two people report ³ ³ problems bring in large app files from 3004 to 3006. In ³ ³ the one case the guy narrowed it down to a problem in one ³ ³ of 7 report procedures (out of an app with +- 150 ³ ³ procedures). One of the 7 had a problem (that was ³ ³ evident in 3004) where the develop[er had placed a prt ³ ³ control in the report which caused the report formatter to ³ ³ crash foever more... Again I suspect that a partially ³ ³ corrupt app file caused the problems. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3036 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : JB DateReported : 11/11/93 ³ ³ Reported In : 3006 RevisedDate : 11/11/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : DOCUMENTATION / CLARION 3.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ In RUNTIME.DOC, CLASYMBOLS has 13 values assigned to it as ³ ³ the example. As of Late Breaking News, LOADSYMBOLS uses 16 ³ ³ values due to smooth mouse (LBN, pg 8). ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3042 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 11/11/93 ³ ³ Reported In : 3006 RevisedDate : 12/14/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : DICTIONARY / EDIT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ bug in the dictionary with no end on group fields ³ ³ bug with field deletion causing xtrace ³ ³ cs 75310,2035 ³ ³ ts 2668 ³ ³ file 3042.zip ³ ³ Cannot reproduce no End of Group fieldsand the field ³ ³ deletion that is xtracing is a trashed relationship. ³ ³ 12/10/93 ³ ³ Did you look at the declaration of the itemsub file in the ³ ³ dctnoend.dct. The field list has no end to itemsubid group. ³ ³ This is not the only report to tech support of loose ends ³ ³ on groups. Do we know what causes them. ³ ³ CRT: We need some reproducible steps for this. I have tried ³ ³ many times to recreate this bug and cannot. I believe the ³ ³ dictionaries that have this problem were damaged by some ³ ³ other process before this End Of bug shows up. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3044 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/12/93 ³ ³ Reported In : 3004 RevisedDate : 12/09/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : SCREEN LIBRARY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Joe Impac 71477,3013 MSG#:42257 ³ ³ If you use the date picture @d3 and the date involved is ³ ³ blank (0), the date is formatted as ' , ' instead ³ ³ of ' , '. ³ ³ -cindy cohen impac medical systems ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3045 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/12/93 ³ ³ Reported In : 3004 RevisedDate : 12/16/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATES IN GENERAL ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Douglas Johnson 75310,2035 MSG#:41606 ³ ³ Debby, ³ ³ Is there a way to reference an #EMBED in templates such ³ ³ that one could do the following: ³ ³ #EMBED('Custom Embed Point') #IF('Custom Embed Point' ³ ³ = %NULL) DO SomeRoutine #ENDIF ³ ³ Douglas ³ ³ R&D: 3.1 design change for #EMBEDs will extend the syntax ³ ³ to: #EMBED(%symbol,description)... it has debated if this ³ ³ will enable the #EMBED to be expanded through symbol ³ ³ reference!?!? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3047 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 11/13/93 ³ ³ Reported In : 3006 RevisedDate : 12/01/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : XTRACE ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ When doing a make the environment xtraces on this ³ ³ particular application. I also noticed that if you go to ³ ³ global setting an xtrace will also occur. Note: When I ³ ³ import this app into a new app then remove all reports ³ ³ forms redirects views and batch procedures the xtrace ³ ³ ceases to happen. This is not the same with the original ³ ³ app in the zip file 3047.zip. ³ ³ Project #2555 ³ ³ R&D: The problem is associated with conversion of Global, ³ ³ Module, and Local Data from a pre-3005.x version to 3005.x. ³ ³ This is the 2nd report of this one! A lot of time has been ³ ³ spent on this one and we cannot reproduce the problem. ³ ³ Spokewith this user... he went to a backup app and it ³ ³ converted fine and he is now upgraded to 3006. He did not ³ ³ have a backup of the actual APP he had the conversion ³ ³ problem with. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3048 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/13/93 ³ ³ Reported In : 3004 RevisedDate : 11/15/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : SCREEN FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Mark Goldberg 75250,2551 MSG#:42128 ³ ³ Hi Greg, ³ ³ If you are typing directly on the screen in INS mode then ³ ³ fields that should be moved (pushed to the right), are not ³ ³ actually moved, only their pictures on the screen are moved ³ ³ (and COPIED). ³ ³ If you then ^Move the text the fields will show their ³ ³ true locations by being moved with the text and stomping on ³ ³ the text that they were hidden under. The new ghost ³ ³ pictures will stay as if you had typed in the pictures ³ ³ directly on the screen. ³ ³ I have _not_ test this bug to see if it ³ ³ exists in the other screeners. ³ ³ Also note, that when typing directly on ³ ³ the screen in INS mode, you have to type v e r y s ³ ³ l o w l y otherwise your keystrokes are lost. ³ ³ HTH, Mark ³ ³ R&D: I am unable to reproduce this. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3050 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/15/93 ³ ³ Reported In : 3004 RevisedDate : 11/15/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : XTRACE ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Nick Van Eldijk 71613,544 MSG#:42221 ³ ³ Greg, ³ ³ I have a reproducible protection violation for you... ³ ³ 1. In the app. gen. create a new procedure with the SCREEN ³ ³ template. 2. Choose SCREEN, you see the full screen with ³ ³ the borders on the edges. 3. Now , put the ³ ³ bottom-border on 18, top-border on 10, left-border on 30 ³ ³ and right-border on 50, complete this with . 4. ³ ³ Select Screen Properties, you see fixed on row:10, ³ ³ column:30. 5. Now change colomn to <11 and click Ok... ³ ³ You can save before the final ³ ³ step 5. and repeat this any time. Nick ³ ³ R&D: I am unable to reproduce this. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3052 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : GW DateReported : 11/15/93 ³ ³ Reported In : 3004 RevisedDate : 1/06/94 ³ ³ Fixed In : Status : Question ³ ³ ³ ³ Section : OPERATING SYSTEMS / WINDOWS FOR WORKGROUPS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Rob Mousley 100075,772 MSG#:42317 ³ ³ Greg, ³ ³ Have you ever heard of an exe behaving differently when run ³ ³ with the debugger. This specific example is a report, which ³ ³ works perfectly with the debugger, but when run alone, half ³ ³ the rcords disappear. The App and Dat files are on a ³ ³ server. The output is OK when redirected to screen but not ³ ³ when redirected to the printer. The network software is ³ ³ Wordgroups for Windows. I suspect that this is where the ³ ³ problem lies. Any comments ? ³ ³ Katja. ³ ³ R&D: When running a non-protected mode program under the ³ ³ debugger the default state is to clear memory. Try ³ ³ starting vid up with a /F:255 switch to see if the problem ³ ³ appears. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3053 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PW DateReported : 11/15/93 ³ ³ Reported In : 3006 RevisedDate : 11/15/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : DOS EXTENDER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ If CDD3 is run in a Windoze DOS session after Visual C++ ³ ³ has been installed, it causes an exception. Visual C++ ³ ³ installs a driver called DOSXNT which is the PharLap NT ³ ³ Extender. When this is removed form the Windoze .INI files ³ ³ there are no further problems. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3056 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/15/93 ³ ³ Reported In : 3004 RevisedDate : 12/06/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATE / BROWSE - CLARION3.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Douglas Johnson 75310,2035 MSG#:42386 ³ ³ Greg, ³ ³ In case any of the template folks are interested, the ³ ³ present implementation of Browse (actually TPX and the CLA) ³ ³ is such that one has to go thru a lot of hoops in order to ³ ³ redisplay the Browse List items when the Range Value has ³ ³ been changed thru something other than a ?Field < ³ ³ ?List. ³ ³ For instance, if one has a Pulldown item which ³ ³ selects various Range Values, Browse.Cla will not see ³ ³ changes and thus redisplay the first page because of the ³ ³ following: ³ ³ OF ProcessField ³ ³ IF FIELD() <> Locator ³ ³ IF Increment ³ ³ DO ClearLocator ³ ³ END ³ ³ IF INRANGE(FIELD(),1,List-1) ³ ³ <<< Assumes a screen field < List FirstPage = 1 ³ ³ END ³ ³ END ³ ³ Of course, simply looking for ³ ³ pulldown values will redisplay the first page everytime. ³ ³ Anyway, a good solution might be one for someone to ³ ³ consider. Douglas ³ ³ R&D: Possibly will make ROUTINE that will re-initialize ³ ³ the BROWSE. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3070 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/16/93 ³ ³ Reported In : 3006 RevisedDate : 11/22/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: david zaremba 70042,1446 MSG#:42624 ³ ³ Is there anyway to obtain the Btrieve layouts of the .APP ³ ³ and .DCT file for creating documentation of projects ? Can ³ ³ these be licensed or a non-disclosure statement signed ? ³ ³ The current methods for printing these files are pretty ³ ³ primitive and work intensive. If not, please forward a ³ ³ request for better project documentation tools to ³ ³ R&D. Thanks. ³ ³ David Zaremba ³ ³ 70042,1446 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3071 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DP DateReported : 11/16/93 ³ ³ Reported In : 3006 RevisedDate : 11/16/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Eric BabCock - Template Suggestion / Relational - Affects ³ ³ RelationalUpdate, RelationalDelete ³ ³ Long 'LINK' field names with multiple segment indexes (5 ³ ³ segments or more) generate lines that are too long in the ³ ³ 'IF' (any field names are different than the value saved by ³ ³ Relation AccessSave) ! Is the record releated? statement. ³ ³ Suggestion: Place a 'End of line' before or after each AND ³ ³ in these statements. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3072 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 11/16/93 ³ ³ Reported In : 3006 RevisedDate : 12/09/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : DATABASE MANAGER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user reports-=- he claims that there is a problem with the ³ ³ wrong file getting read when there is a name attibute for ³ ³ the file. The file that is being read is not in the path ³ ³ of his autoexec nor is it in the current directory nor is ³ ³ it the file he selected to start with or the path specified ³ ³ in the name attribute. He said that there is not a drive ³ ³ specified in the name attribute just '\directory\filename' ³ ³ By the way, The NAME attribute should not effect the file ³ ³ you are openning at this point should it? ³ ³ R&D: I'm going to need a sample file since I cannot get it ³ ³ to fail. A step-by-step readme would be of use also. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3080 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 11/17/93 ³ ³ Reported In : 3006 RevisedDate : 11/17/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SCREEN LIBRARY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ It seems there has been a change t the Lib so that when a ³ ³ Program exits back to DOS the Screen is always cleared. ³ ³ A couple of users would like it put back to the old way. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3082 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/17/93 ³ ³ Reported In : 3006 RevisedDate : 12/14/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : PRINT ENGINE ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ !Fm: Advantage Software 100116,3350 MSG#:42350 ³ ³ ! I consider this to be an anomality in CDD 3.0: ³ ³ PROGRAM ³ ³ Test STRING(30) ³ ³ Report REPORT LENGTH(60),WIDTH(80),DEVICE('PRT.OUT') ³ ³ Detail DETAIL ³ ³ ROW(1,1) STRING(30),USE(Test) ³ ³ . . ³ ³ CODE ³ ³ Test = '<27,25,49>' ! My own printercontrolcode ³ ³ Test = CLIP(Test) & ALL('<0>') ; OPEN(Report) ³ ³ PRINT(Detail) ³ ³ CLOSE(Report) ³ ³ ! Compile and run. ³ ³ ! When checking the file PRT.OUT with eg. CSCN or ³ ³ ! CSHELL appears that Clarion has converted my ³ ³ ! string: <27,25,49> with all <0> after that to a ³ ³ ! string with the <27,25,49> sequence followed by ³ ³ ! all spaces!!!! ³ ³ ! ³ ³ ! I suspect that the internal routine for evaluating ³ ³ ! the USE attribute converts to a CSTRING and thus ³ ³ ! only find the first three characters significant. ³ ³ ! For printers, however, <0>'s could be significant! ³ ³ ! ³ ³ ! Jeroen van Veeren, Advantage Software Nov 12, 1993 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3084 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : JH DateReported : 11/17/93 ³ ³ Reported In : all RevisedDate : 11/17/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ It would really be neat if the OPT attribute for KEY and ³ ³ INDEX could have an optional parameter pointing to some ³ ³ other field (or fields) in the record. (e.g. I would like ³ ³ to look at customers in name sequence but only if he owes ³ ³ me money.) ³ ³ CUST_KEY KEY(CUS:NAME),OPT(CUS:BALANCE) <- new ³ ³ CUST_KEY KEY(CUS:NAME),OPT <- work like now ³ ³ CUST_KEY KEY(CUS:NAME),OPT() <- same as no paran ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3086 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : RB DateReported : 11/17/93 ³ ³ Reported In : 3006 RevisedDate : 11/18/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : 2.1 / 3.0 DIFFERENCES ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Need the ability to have choices as menu items as well as ³ ³ radio buttons. For example: Field -> Is A Dealer?:X No Yes ³ ³ takes less room on the screen than ³ ³ Is A Dealer ( ) No ( ) Yes ³ ³ R&D: This is a design decision for 3.0 - it will be up to ³ ³ Bruce to decide if he wants to add this after all. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3092 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/17/93 ³ ³ Reported In : 3006 RevisedDate : 12/09/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : TEMPLATE / LIST ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: David S. Moore 70761,470 MSG#:43025 ³ ³ I have just loaded up and compiled with 3006. I find that ³ ³ a non-CUA browse window still doesn't work correctly. When ³ ³ you press enter on the highlighted item, the program ³ ³ doesn't call the update procedure-- control just shifts to ³ ³ the locater field (if there is one.) Also, double-clicking ³ ³ with the mouse doesn't always select the correct record. I ³ ³ know that technical support acknowledged that this was a ³ ³ bona-fide bug in 3003. Any plans to fix it in a future ³ ³ release?? ³ ³ This is a new report. The database says fixed in 3001. It's ³ ³ still broke. tested Debby ³ ³ QA Note: ³ ³ This is really a matter of whether or NOT a LISTBOX should ³ ³ be completed by the ENTER KEY (ie should Accecpt be ³ ³ completed when EnterKey is pressed and the current field is ³ ³ a LISTBOX on a NON-CUA Screen). ³ ³ R&D: After trying a small test program, the ENTER key ³ ³ definately does complete the ACCEPT when coming from a list ³ ³ box, so something else is going on with the program other ³ ³ than low-level screen library I/O. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3094 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : RB DateReported : 11/18/93 ³ ³ Reported In : 3006 RevisedDate : 11/22/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : 2.1 / 3.0 DIFFERENCES ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ As a developer, I need Global Hot Procedured that can be ³ ³ defined in the Global section of the app. For example, I ³ ³ may want a Calculator to be available in every procedure, I ³ ³ want to declare this procedure and assign a hot key once. ³ ³ BTW, LPM has this feature. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3101 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 11/19/93 ³ ³ Reported In : 3007 RevisedDate : 11/24/93 ³ ³ Fixed In : Status : InTheFuture ³ ³ ³ ³ Section : APPLICATION / PULLDOWN MENU FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The Pulldown Menu formatter still does not allow for the ³ ³ MSG attribute. This has been like this since the MSG ³ ³ attribute was added to the Pulldown Menu structure. ³ ³ R&D: The MSG attribute was not added to the pulldown ³ ³ formatter because it would change the .APP file format, ³ ³ which would be baaaaaad. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3114 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : J DateReported : 11/22/93 ³ ³ Reported In : 3006 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : RUNTIME / FILES ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user reports a lingering .log file locked up his ³ ³ application - when he removed the .log and ran the app, ³ ³ everything was fine. ³ ³ (The .log was probably caused by some extraneous code after ³ ³ the user deleted his relationships) ³ ³ QA: This sounds like a file driver problem. We will need ³ ³ to know how to dupliacte. It sounds like he had a ³ ³ transactio frame he aborted from thus leaving a LOG file. ³ ³ What driver is he using? ³ ³ R&D may have fixed this for 3007 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3147 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 11/24/93 ³ ³ Reported In : 3007 RevisedDate : 11/24/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SCREEN LIBRARY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ When entering Negative numbers there is currently no method ³ ³ in which the KB Operator can change a negative number to a ³ ³ positive number by pressing the - key. ³ ³ I think this could be a very nice improvement since most KB ³ ³ Operators are use to a calculator reversing the sign for ³ ³ them when they press the - key. Currently I the programmer ³ ³ have to add a HOT KEY and some code to pull this off. It ³ ³ tends to be awkward for the end users. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3117 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : ?? DateReported : 11/22/93 ³ ³ Reported In : 3006 RevisedDate : 12/09/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : DATABASE MANAGER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Greg Salyer 70731,2752 MSG#:42915 ³ ³ Database Manager is not displaying any records even though ³ ³ Iknow there are records and I'm looking in record order. ³ ³ I can add new records but existing records don't show up. ³ ³ If I delete a whole bunch of $$$ files that had ³ ³ accumulated in my CDD sub-dir the records show up. I do not ³ ³ see why thiswould cause disappearing records ??? ³ ³ I had not posted this message yet, so I ³ ³ though I would addto it. The #$%&^%^%& thing did it again! ³ ³ I again deleted the.$$$ files and all is well again. I also ³ ³ noticed after this incident that over 2 meg of my ram had ³ ³ vanished!!! I had to reboot to fix this. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3121 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/22/93 ³ ³ Reported In : 3006 RevisedDate : 11/29/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATES IN GENERAL ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Douglas Johnson 75310,2035 MSG#:43570 ³ ³ There does not seem to be a way to *see* the Queue Prefix ³ ³ inthe Templates, even if something was in ³ ³ %ScreenFieldQueue. ³ ³ FROM VINCE: Yes, this is true... this highlights the larger ³ ³ issue of not being able to access individula data items ³ ³ in general! This may be addressed in the future. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3122 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/22/93 ³ ³ Reported In : 3006 RevisedDate : 11/29/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : APPLICATION / LOCAL DATA ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Jerry L. Petri 72633,3345 MSG#:43675 ³ ³ The AUTO attibute on a variable is not supported through ³ ³ the APPGEN. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3125 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/22/93 ³ ³ Reported In : 3006 RevisedDate : 12/02/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : SCREEN LIBRARY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Mike Hanson, BoxSoft 73234,1447 MSG#:43637 ³ ³ Here are a couple of "anomolies". They are both minor, but ³ ³ I might as well mention them: ³ ³ 1. If you have the "logo" turned off and 50-line mode ³ ³ turned on, the proper font set is not loaded for 50-line ³ ³ mode. ³ ³ 2. If you have a screen designed at 30 lines high ³ ³ for GUI, and the screen has an "expand" row, and you run it ³ ³ in 50-line mode, then it expands to 55 lines and you can't ³ ³ see the upper 5 lines. Also, the colors seem to be faulty. ³ ³ Catch you later! ³ ³ -=> Mike Hanson, BoxSoft <=- ³ ³ R&D: 1) Seemed OK to me. Any ideas? ³ ³ 2) I'm a bit confused. He says he designed a 30 line ³ ³ screen for GUI, then ran it in 50-line mode. GUI doesn't ³ ³ have a 50-line mode. What's up with that? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3131 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 11/23/93 ³ ³ Reported In : 3??? RevisedDate : 12/01/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : UNCLASSIFIABLE PROBLEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ reported by user: when using danish characters asci( 145, ³ ³ 146, 155, 157, 134 and 143) the clip() and left() are ³ ³ removing these characters. Press() also has problems with ³ ³ these characters. he is using codepage 865 dos 5.0 an the ³ ³ autoexec.bat setup command" keyb dk, ³ ³ 865,c:\dos\keyboard.sys ³ ³ ACTUALLY it appears that he thinks It might be just press() ³ ³ since all of these functions were being used in the ³ ³ validate when he has this problem. ³ ³ R&D:This was a problem with which was fixed in phases ³ ³ between 3001 thru 3006. I will need a sample 3007 program ³ ³ before I can proceed. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3134 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 11/23/93 ³ ³ Reported In : 3007 RevisedDate : 12/01/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : LIBRARY / PROBLEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ It seems my executables change the current working ³ ³ directory out from under me. For example: ³ ³ I create a Dynalink EXE. I place it on the Network. The ³ ³ DLLs are on my local drive (C:\Clarion3) which is in my ³ ³ path. I change my local working directory to anything but ³ ³ C:\Clarion3. Now I go onto the network drive (let's say ³ ³ H:) and change to the Directory where I placed the EXE(s). ³ ³ Now run the EXE. After exiting switch back to drive C: and ³ ³ you are NOT in the Directory you thought you should have ³ ³ been in but in the Directory where the DLL(s) where found! ³ ³ R&D: This is inconceivable, nothing would work... need more ³ ³ info. See me ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3141 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BN DateReported : 11/24/93 ³ ³ Reported In : 3006 RevisedDate : 11/24/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : FILE DRIVER / ASCII VERSION 1.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user reports: ³ ³ the DOS file driver will read past an EOF character in a ³ ³ binary file, but it won't write it back out to a file, ³ ³ instead it will skip over it. ³ ³ R&D: I cannot reproduce this. Here is my test code: ³ ³ (DESCLA21.DLL does have a Ctrl-Z in it) ³ ³ program ³ ³ in file,driver('dos'),name('c:\clarion3\descla21.dll') ³ ³ record ³ ³ s1 string(2000) ³ ³ .. ³ ³ out file,driver('dos'),name('c:\clarion3\descla21.d'),create ³ ³ record ³ ³ so1 string(2000) ³ ³ .. ³ ³ code ³ ³ open(in) ³ ³ create(out) ³ ³ open(out) ³ ³ set(in) ³ ³ loop ³ ³ next(in) ³ ³ if errorcode() then break. ³ ³ so1=s1 ³ ³ add(out,bytes(in)) ³ ³ type ('.') ³ ³ . ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3145 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : RB DateReported : 11/24/93 ³ ³ Reported In : 3006+ RevisedDate : 1/13/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : BROWSE.CLA / REPEAT.CLA ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Pictured strings don't work in immediate locators. ³ ³ For example, using a phone #, P###-####P the location ³ ³ accepts the first 3 characters and then proceeds no ³ ³ further. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3151 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 11/24/93 ³ ³ Reported In : 3006 RevisedDate : 11/24/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : FILE DRIVER / BTRIEVE VERSION 1.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ uploaded file with key problems btreive ³ ³ file 3151.zip ³ ³ jon Fletcher 71413,3062 ³ ³ ts 2726 ³ ³ R&D: The zip file contains an app that relies on unseplied ³ ³ templates and there is no readme explaining how to ³ ³ reproduce the problem ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3156 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/29/93 ³ ³ Reported In : 3006 RevisedDate : 11/29/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Fred Schmitthammer 76436,3511 MSG#:44267 ³ ³ Can it be placed on the suggestion list to have a function ³ ³ that will change the field() return like the setkeycode() ³ ³ changes the keycode() ? ³ ³ Suggestion for a function SETFIELD() to set the value ³ ³ returned from FIELD(). ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3160 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 11/29/93 ³ ³ Reported In : 3006 RevisedDate : 12/03/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : HARDWARE SPECIFIC ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ 3160.zip contains two examples of programs that the ³ ³ end-user (distributor) claims will not run on an XT ³ ³ tech support project # 2727 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3161 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 11/29/93 ³ ³ Reported In : 3006 RevisedDate : 12/03/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATES IN GENERAL ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Rick LaBanca 71172,2250 MSG#:44342 ³ ³ It would be nice if templates that read records based on ³ ³ filters would only search the key based on the range ³ ³ specified (assuming that your filtering on a key component) ³ ³ Example: ³ ³ access key: date_key ³ ³ begin range: glo:begin_date ³ ³ end range: glo:end_date ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3162 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 11/29/93 ³ ³ Reported In : 3006 RevisedDate : 1/06/94 ³ ³ Fixed In : Status : Question ³ ³ ³ ³ Section : FILE DRIVER / CLARION VERSION 3.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ I'm I right that we open an index an do not share the ³ ³ index. I have a question on Compuserve regarding sharing ³ ³ indexes. Here is the question. It is about 2.1 actually ³ ³ but I assume it is the same. ... or is it. ³ ³ Question: ³ ³ I have a client (2110) who gets an error message 'Cannot ³ ³ share Index'. This happens with the network model whenever ³ ³ afile is accessed by a second station. ³ ³ The data and key files don't give problems. He has tried ³ ³ deleting the index file and rebuilding it, but no success. ³ ³ Thanks, Katja. ³ ³ I can't remember what the ramafications of using an index ³ ³ inshared mode were. Can you help me out. ³ ³ message 44366 ³ ³ Answer: ³ ³ You must have exclusive access to the IDX file in 2.1. ³ ³ However, using the same code in CDD 2 or more stations were ³ ³ able to access the IDX simultainiously. However, They ³ ³ cannot BUILD() the same index or BUILD() the index if ³ ³ someone already is using it. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3176 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 11/30/93 ³ ³ Reported In : 3006 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LINKER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ when using EXTERNAL for a file, you will get a warning ³ ³ TYPE$CUS:RECORD is duplicated (dll) ³ ³ see enclosed example( extlib is the exe, lib is the dll) ³ ³ tech support project 2739 ³ ³ BC:It is generating the type$x:record in the module ³ ³ w/external used... ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3177 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 12/01/93 ³ ³ Reported In : 3006 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ build() -- clarion file ³ ³ I made the attempt to issue a build to the CALLS.Dat using ³ ³ static model. After 4.5 hrs went by, the first key had not ³ ³ finished. To rebuild the keys using 2.1 Filer, all of the ³ ³ keys are done within an hour. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3178 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 12/01/93 ³ ³ Reported In : 3006 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LIBRARY / GUI ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ reported by user: tech support proj 2568 ³ ³ This program demonstrates two problems with GUI in 3006: ³ ³ 1> Clicking on a horizontal scroll bar with the left mouse ³ ³ will not erase the old scroll button, but a new one ³ ³ appears. This appears random and sporadic, but pretty ³ ³ consistent. ³ ³ 2) The cursor gets lost in a listbox with columns. I have ³ ³ a list box that is made up of 255 single character ³ ³ columns. The cursor becomes totally lost in the list ³ ³ box. All attempts at manually drawing the cursor are ³ ³ futile since the accept statement immediately ³ ³ eliminates the cursor. Any ideas or corrections would ³ ³ be greatly appreciated. The cursor shows fine in ³ ³ Graphics and Text modes. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3180 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BN DateReported : 12/01/93 ³ ³ Reported In : 3006 RevisedDate : 1/11/94 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : APPLICATION / BROWSE PROCEDURE LISTBOX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ If a browse has a locator and/or a filter, double clicking ³ ³ below the list box causes the first field of the browse ³ ³ either blank out if it's a string or zero out if it's a ³ ³ numeric field. ³ ³ I haven't tested it without a locator or filter ³ ³ R&D: Can't seem to duplicate. Please put a test file up ³ ³ showing this problem. ³ ³ Ben: Take a look at 3180.zip ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3184 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/01/93 ³ ³ Reported In : 3006 RevisedDate : 12/01/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : DOCUMENTATION / CLARION 3.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Asa Dean 75600,3421 MSG#:44603 ³ ³ Per the "User's Guide" page 4-30 is a Go ReStart command, ³ ³ but the program doesn't support it. I've seen nothing in ³ ³ the README and DOC files. Am I doing something wrong? ³ ³ Asa... ³ ³ Go Restart in no longer an option in VID - should be ³ ³ included in corrects or somewhere. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3187 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 12/02/93 ³ ³ Reported In : 3006 RevisedDate : 1/03/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LIBRARY / PROBLEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Example file using the graphics library that crashes in ³ ³ protected mode but runs in real mode. ³ ³ see file 3187.zip ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3191 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 12/02/93 ³ ³ Reported In : 3006 RevisedDate : 12/03/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : API ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ in 3191.zip use of the INT86x API call causes invalid ³ ³ screen structure when exiting program ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3193 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 12/02/93 ³ ³ Reported In : 3006 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : UNCLASSIFIABLE PROBLEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ this is a zip file of zip files containing bugs. I didn't ³ ³ log each one individually. If they are bugs, will you log ³ ³ them so we know what they are. Thanks ³ ³ csid 72550,3455 ³ ³ file ³ ³ 3193.zip ³ ³ QA: These need to be split into individual reports so they ³ ³ can be assigned to the appropriate Developers! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3197 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 12/02/93 ³ ³ Reported In : 3007 RevisedDate : 12/02/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : API ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ CLA$ISDRIVE is only prototyped in getdir.inc. This should ³ ³ be placed in both.inc and cla_lib.inc. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3203 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/03/93 ³ ³ Reported In : 3006 RevisedDate : 12/10/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LIBRARY / PROBLEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Danny L. Joe 75010,2427 MSG#:44787 ³ ³ I spent a number of hours yesterday trying to use a memo ³ ³ Clarion field with the BINARY attribute to store binary ³ ³ file information read from disk. I tried to read files ³ ³ created by both PKZIP, WINWORD and WP51 into a Clarion ³ ³ database, delete the original file, then restore it ³ ³ using a DOS file. This is part of a document storage system ³ ³ we're developing (I presume this is precisely why the ³ ³ BINARY attribute was added to the language in 3.0?) ³ ³ The problem is, when I restore the ³ ³ byte stream back to disk using the DOS driver, I get ³ ³ seemingly random data corruption at various offsets in the ³ ³ resulting file. If I use a string field, as opposed to a ³ ³ memo, the problem goes away. ³ ³ In Clarion 2.1, w/o the ³ ³ BINARY attribute, ascii 0 (NULL) characters get converted ³ ³ to ascii 20 (SPACE). I guess that cannot be helped. ³ ³ However, in a test using 3.0, a 350K ZIP file had a single ³ ³ byte changed. It was ascii 9 (TAB), which was converted to ³ ³ a space or NULL (can't remember). Other ZIP filehad ³ ³ numerous bytes changed. Is this a known bug, or am I doing ³ ³ something wrong? Any ideas? ³ ³ Here are the file structures I've used: ³ ³ CLARION FILE: ³ ³ FILEDATA ³ ³ file,name(gFileName),pre(fd),reclaim,create,driver('CLARION ³ ³ ') K1 key(fd:FileName),dup,nocase,optSegData ³ ³ memo(10080),binary !(10080=40*252 ³ ³ bytes) RECORD record ³ ³ FileName string(12) ³ ³ Segment byte !# of ³ ³ segments (max 255) SegSize short ³ ³ !# of bytes in segment . . ³ ³ INPUT/OUTPUT FILE: ³ ³ DOSFILE ³ ³ file,name(gFileName),pre(dos),driver('DOS') RECORD ³ ³ record SegData ³ ³ string(10080) !(40*252 byte ³ ³ segments) . . ³ ³ I can send sample code if you need it, but all I do is a ³ ³ direct assignment, e.g., dos:SegData=fd:SegData, and ³ ³ vice versa ³ ³ Danny ³ ³ SF2CT: I have a copy program that uses only the DOS driver ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3205 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 12/03/93 ³ ³ Reported In : 3006 RevisedDate : 12/06/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : EDITOR / EDIT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ An xtrace occurs when loading a large file. (large? ie: ³ ³ cddlog.nfo) it is 2megs and is the folio file of these ³ ³ bugs. ³ ³ R & D - Can not reproduce this! I loaded a 4meg file with ³ ³ no problem. ³ ³ Note: This seems to have to do with how much disk space you ³ ³ have. I assume we are writing out a temp file. I can do ³ ³ it on my machine and when trent tries to load the same ³ ³ file he xtraces. The bug that we were trying to report ³ ³ was as follows.... ³ ³ When you do get it loaded, search for text that will not be ³ ³ found in the file - You will xtrace. ³ ³ R & D - I found and fixed the xtrace upon searching for a ³ ³ non existent entry; however, I can still not reproduce the ³ ³ file loading problem. I need more info. such as ³ ³ conventional memory, disk space, extended memory and ³ ³ anything else you think is important! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3206 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/03/93 ³ ³ Reported In : 3006 RevisedDate : 12/03/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Rod Mills 70471,65 MSG#:44791 ³ ³ Greg or Deb: ³ ³ I've noticed that many of the Template types (such as ³ ³ Screen) that allows you to define Pulldown Menus do not ³ ³ have the Sticky Menu code. Will future revisions have ³ ³ this code, and if it hasn't been planned, could you ³ ³ pass my vote to the folks in development? Thanx! ³ ³ Rod ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3207 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : SF DateReported : 12/03/93 ³ ³ Reported In : 3006 RevisedDate : 12/03/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : API ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ _bioscom is not exported from DESCLA.EXP ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3208 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/03/93 ³ ³ Reported In : 3006 RevisedDate : 1/10/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATE / TABLE21 - CLARIO90.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ I have a 2.1 Table Template using hot fields. The load time ³ ³ for this table is excessively slow, appears to be video ³ ³ writes to write the repeat area and the fixed area for ³ ³ EACH and EVERY record in the repeat. Could a ³ ³ suggestion be put in to modify the REPEAT code, so that ³ ³ when a full screen page (First_Page and New_Page) is ³ ³ being displayed, the fixed fields are NOT updated? ³ ³ Thanks for your help! ³ ³ Dianne Anstien 73524,107 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3210 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/03/93 ³ ³ Reported In : 3006 RevisedDate : 12/23/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Mark Rayburn 73062,2111 MSG#:45225 ³ ³ I have been a Clarion User for less than 6 months, so ³ ³ please forgive me if I'm suggesting something that is ³ ³ already there (but feel free to point it out). I have ³ ³ written Apps Gens in a previous life and I am impressed ³ ³ with the flexibility of CDD without sacrificing ease of ³ ³ use.That being said, guess what I want. Yep, you got it, I ³ ³ wantMORE. I would very much like to see the following ³ ³ enhancements to the Clarion 3006 product. I would also ³ ³ liketo STAY OUT of the Apps Gen business forever! Thanks in ³ ³ advance for your consideration. ³ ³ Productivity Improvements ³ ³ ------------------------- 1) A tool of this type and ³ ³ technology should allow copying any program or data ³ ³ portion from one place to another. I should never have to ³ ³ go through a data entry excercise more than once ³ ³ (this is NOT a good use of anyones time). Therefore, I ³ ³ would like to: a) copy Local Data to Global Data & ³ ³ vice versa. b) copy portions of Data from one Application ³ ³ to another. c) copy Procedures from one ³ ³ Application to another. 2) It would be nice to drop ³ ³ "bookmarks" or "anchors" at various development ³ ³ points (max of 6? 1?). That way, a key sequence or ³ ³ command line argument could take me to that exact ³ ³ location. The ShiftF4 feature is nice, but with the ³ ³ above change, I could save: ,,,AltU,,Enter,, ,etc. Software tools should remove the mundane. ³ ³ Along these same lines, type-ahead is ³ ³ inconsistant in CDD. You can *usually* type-ahead until ³ ³ you have to press an Enter key, but not always. I hate ³ ³ waiting on screens. I've been to the screen dozens of ³ ³ times, I know how many down arrows, Alt ³ ³ whatevers, etc I need. Why must I wait for the thrill of ³ ³ SEEING the screen again before making my selection, again? ³ ³ I can't even go back to the application I was just working ³ ³ on without waiting for the CDD logo screen to appear (I ³ ³ really do like the screen, but hey, must I see it before I ³ ³ can seleShiftF4?). So could you: ³ ³ a) Give the CDD programmer a way to go back to a ³ ³ SPECIFIC spot? (Specific like Application, Procedure, ³ ³ Source point, & line) b) Allow type-ahead always. ³ ³ c) Give the CDD programmer a way to "go to" the ³ ³ main Procedure Worksheet taking all the "good" ³ ³ (Ok/Exit/Esc-X-Enter/AltF-X- Enter) responses without ³ ³ the CUA finger gymnastics. At least this path ³ ³ generally takes type-ahead (bless you). ³ ³ Feature Enhancements ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3211 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 12/03/93 ³ ³ Reported In : 3006 RevisedDate : 12/16/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : FILE DRIVER / PARADOX 3.5 VERSION 1.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ .LCK file maintenance ³ ³ when a file is opened a filespec.LCK file is created and ³ ³ the paradox.net file is updated. if the shared file is ³ ³ closed while another user has it opened the lck file is ³ ³ removed. this causes problems with the user who still has ³ ³ the file open. they will get errors because an entry is ³ ³ found in the paradox.net file but no corresponding .lck ³ ³ file is found. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3219 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/06/93 ³ ³ Reported In : 3006 RevisedDate : 12/07/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATES IN GENERAL ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Marjolein Katsma 100276,2414 MSG#:45202 ³ ³ 1. #PROMPTs in #GROUPs. ³ ³ The more I do with the templates, the more I ³ ³ realise that having the possiblity of #PROMPTs in #GROUPs ³ ³ is absolutely essential for a truly interactive template ³ ³ language. I suppose the Template Processor uses ³ ³ the #PROMPTs in a template to 'format' the properties ³ ³ window for the type of procedure defined by that template. ³ ³ Since the inclusion or not of a #GROUP can be dependent on ³ ³ conditions not know at the time of processing the ³ ³ template chain, I suppose it's impossible to include ³ ³ #PROMPTs from a #GROUP in that same window. So here's my ³ ³ suggestion: Have the template processor format a 'child' ³ ³ window for each #GROUP that has any #PROMPTs - this child ³ ³ window can then be popped up at design time if and when ³ ³ the conditions for inclusion of that particular #GROUP are ³ ³ met. ³ ³ 2. #SETting a default for a #PROMPT. I tried to do this, ³ ³ and found it didn't work: use #SET to give a 'default' ³ ³ value to a user-defined symbol. After that, use a #PROMPT ³ ³ _for that same user-defined symbol_ to let the programmer ³ ³ change the default value set by #SET if desired. ³ ³ I found first of all, that the entry field for the ³ ³ #PROMPT came up empty, i.e. the #SET value did not appear. ³ ³ Secondly, when I did fill in the entry field, I found that ³ ³ what took effect was the value from the #SET statement; the ³ ³ entered value was ignored. I see no reason why this could ³ ³ not work; such a 'default' mechanism is completely ³ ³ consistent with the concept and syntax of the template ³ ³ language and would be very useful, e.g. where naming ³ ³ conventions are important but may have to be overruled in ³ ³ special cases. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3223 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 12/06/93 ³ ³ Reported In : 3006 RevisedDate : 12/15/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATES IN GENERAL ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Where is the percent symbol for reclaim attribute and the ³ ³ charcter count such as 20 for a string filed? ³ ³ R&D: All needed built-in template symbols will again be ³ ³ addressed in the next release > 3.7... ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3225 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 12/07/93 ³ ³ Reported In : 3007 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : HELP / ID MISSING ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ I found the help for the stop window for the first time, ³ ³ but now the info on that screen has changed, and it needs ³ ³ to be updated ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3229 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 12/07/93 ³ ³ Reported In : 3007b RevisedDate : 1/07/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : UNCLASSIFIABLE PROBLEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ This is a problem with the demo example ...or maybe with a ³ ³ template. When you go to the option with the child ³ ³ template.If you choose insert, instead of the appropriate ³ ³ ...change, the cancel off of the child. The record that was ³ ³ highlited actually is left with just a comma ³ ³ there. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3231 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : RB DateReported : 12/07/93 ³ ³ Reported In : 3007 RevisedDate : 12/07/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATE / FORM - CLARION4.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ When adding to an Auto-Increment file, Action starts out as ³ ³ AddRecord then gets changed to ChangeRecord after Auto# is ³ ³ assigned. This makes it impossible to check for Action = ³ ³ AddRecord when you are indeed adding a record. Probably ³ ³ need something like 2.1's Action = 5 (AutoNumber). ³ ³ R&D: We can do something like that in the future. For now ³ ³ though, If Action = Change then check AutoIncAdd, a byte ³ ³ flag (obviously, true if AutoInc Add in progress). ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3234 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 12/07/93 ³ ³ Reported In : 3006 RevisedDate : 12/07/93 ³ ³ Fixed In : Status : suggestion ³ ³ ³ ³ Section : EDITOR / REPORT FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user would like to be able to see the band lables in the ³ ³ formatter without going into the band properties screen. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3245 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/08/93 ³ ³ Reported In : 3006 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : APPLICATION / IMPORT 2.1 APP ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Rob Mousley 100075,772 MSG#:45621 ³ ³ every time a certain number of procedures are imported from ³ ³ 2.1, an Xtrace occurs. It seems to be 9 or 10 procs. It is ³ ³ not one specific procedure. Selecting one by one or tagging ³ ³ a number of procedures and importing them, produces an ³ ³ Xtrace The Xtrace is: ³ ³ CS:IP = 01B4:021F segment 14 DESCLA ³ ³ (C:CLARION3\DESCLA.DLL) ³ ³ AX=6000 BX=00F4 CX=E053 DX=6054 ³ ³ SI=5F35 DI=8000 SP=5F0D BP=5F0F FL=0246 DS=00F4 limit=7FFF ³ ³ segment 01 C:\CLARION3\CLARION3.EXE ES=00F4 limit=7FFF ³ ³ segment 01 C:\CLARION3\CLARION3.EXSS=00F4 limit=7FFF ³ ³ segment 01 C:\CLARION3\CLARION3.EXE ³ ³ [SS:SP] = FFFF ³ ³ 602B 140F 07A4 FFFF 60B3 1544 00F4 3000 F45F 2F00 005F 4C15 ³ ³ [SS:BP] = 602B 140F 07A4 FFFF 60B3 1544 00F4 3000 F45F 2F00 ³ ³ 005F 4C15 5450 [CS:IP] = F3 AA 8B C2 8C C2 1F 5E 5F 5D CA ³ ³ 02 00 55 8B EC 56 57 1E 8E [call chain] ³ ³ = 602B ³ ³ 07A4:140F segment 0E DESENV2 (C:\CLARION3\DESENV2.DLL) 64AF ³ ³ 090C:1188 segment 3B DESENV2 (C:\CLARION3\DESENV2.DLL) ³ ³ Katja. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3247 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/08/93 ³ ³ Reported In : 3006 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : SCREEN LIBRARY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Mike Hanson, BoxSoft 73234,1447 MSG#:45492 ³ ³ I've found an interesting bug. It is related to REPEAT ³ ³ structures and USE variables within them. Here is a sample ³ ³ program: ³ ³ PROGRAM ³ ³ Ndx BYTE ³ ³ Count BYTE ³ ³ Str STRING(30) ³ ³ SCREEN SCREEN(25,80),EXPAND(3),CUA,COLOR(112) ³ ³ !dimensions=25,80,25,80 ³ ³ REPEAT(10),INDEX(Ndx),MAX(Count) Label ³ ³ ROW(2,13) STRING(@S1) ³ ³ ROW(2,14) ENTRY(@S30),USE(Str),COLOR(126,7,120) ³ ³ . . ³ ³ CODE ³ ³ OPEN(Screen) ³ ³ LOOP Ndx = 1 TO Count ³ ³ Label = ':' ³ ³ Str = 'A' & Ndx ³ ³ DISPLAY ³ ³ . ³ ³ ASK ³ ³ As you can see, ³ ³ my USE variable is not a DIMensioned array. Normally this ³ ³ works fine, as the single variable is used for all ³ ³ elements, depending on the curren Ndx value. ³ ³ The ³ ³ problem is related to the EXPAND and MAX attributes. If I ³ ³ run this program in 50-line mode, then the REPEAT structure ³ ³ is expanded only if the EXPAND value is set to 3. ³ ³ According to the manual, it should be set to 2 to expand ³ ³ the line that contains the repeated fields. If you set it ³ ³ to 2, the repeated fields are shifted 25 lines down. If ³ ³ you set it to 10, the screen is expanded, but the fields ³ ³ are not. ³ ³ As I mentioned, it "works" if EXPAND is set ³ ³ to 3. The problem is that the above code only replicates ³ ³ the ':' down the entire range. The Str field stops after ³ ³ 10 iterations. ³ ³ I also tried adding a DIM(35) to the ³ ³ Str definition, but it made no difference. Thanks for the ³ ³ help. Catch you later! ³ ³ -=> Mike Hanson, BoxSoft <=- ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3250 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 12/08/93 ³ ³ Reported In : 3007 RevisedDate : 12/08/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : TEMPLATES IN GENERAL ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ For every template that uses Range Limits we make it so ³ ³ that NON-CASE-SENSITIVE KEYS WORK! ³ ³ For example a REPORT RANDE LIMITED by status, will not only ³ ³ pickup the "Problem" but also any other mixed case of ³ ³ the word "PROBLEM" that you may come up with. I believe ³ ³ theBROWSE checks a Template token for %KeyCaseSensitive (or ³ ³ what ever you gurus called it) and generates an ³ ³ UPPER(fld) <> UPPER(KEYFLD) ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3259 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : SF DateReported : 12/09/93 ³ ³ Reported In : 3006 RevisedDate : 12/21/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : PROJECT SYSTEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ If you enter %O%%M%%C%mylib.lib in as an external library ³ ³ the project system converts it to %o%%m%%c%mylib.lib ³ ³ R&D:Bruce requested that the project system be case ³ ³ insensitive for the sake of users having to enter %clapfx%. ³ ³ I can't think of satisfactory work around, can you? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3260 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : SF DateReported : 12/09/93 ³ ³ Reported In : 3006 RevisedDate : 12/09/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : API ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The following program only compiles in xlarge: ³ ³ PROGRAM ³ ³ MAP ³ ³ MODULE('InitMod') ³ ³ InitModules(LONG, LONG, , , , ), ³ ³ |C, RAW, NAME('_InitModules'); END ³ ³ END ³ ³ _SYSTEM LONG, EXTERNAL, NAME('SYSTEM$') ³ ³ CODE ³ ³ InitModules(_SYSTEM,0) ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3264 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : SF DateReported : 12/09/93 ³ ³ Reported In : 3007 RevisedDate : 12/09/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : SCREEN LIBRARY / MEMO FIELDS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ I have a memo that is entered via an 8x50 TEXT field and ³ ³ displayed in a 10x40 text field. The word wrapping for the ³ ³ display is all messed up. ³ ³ Test program: L:\DRIVERS\TEST\DRVRTEST ³ ³ Select AltB,F,Enter to see an example memo ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3268 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/09/93 ³ ³ Reported In : 3007 RevisedDate : 12/09/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : DICTIONARY / CLARION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Import from 3.0 DCT file only allows you to select ONE FILE ³ ³ this means you can't get related files with their ³ ³ Relationships intact ???! Come on. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3279 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/10/93 ³ ³ Reported In : 3006 RevisedDate : 12/23/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : API ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Ralph Johnston 71033,135 MSG#:46108 ³ ³ The FindClose function defined in the API is ³ ³ mis-documented. Even though it appears to be in the ³ ³ Clarion Standard Library, its real "NAME()" does NOT start ³ ³ with a CLA$. In other words, it is documented as: ³ ³ FindClose(*GROUP),RAW,NAME('Cla$findclose') but should be: ³ ³ FindClose(*GROUP),RAW,NAME('findclose') ³ ³ Notice the rather unusual lack of either the CLA$ prefix ³ ³ *or* the underscore prefix. ³ ³ ..Ralph ³ ³ documentatio bug ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3282 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 12/13/93 ³ ³ Reported In : 3007 RevisedDate : 12/13/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATE / PAGEOF - CLARION4.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ suggestion from user -- on pageof procedures the user would ³ ³ like OK and CANCEL buttons (to act the same as the ³ ³ multipage procedure) ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3295 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/13/93 ³ ³ Reported In : 3006 RevisedDate : 12/15/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Dave Cohen 70431,132 MSG#:46306 ³ ³ SHUTDOWN with no parameters, which should disarm any active ³ ³ shutdown procedure, doesn't work. I believe it's pulling a ³ ³ random address off the stack to jump to, as it performs ³ ³ differently depending on when it's called. In a small app, ³ ³ it will go right back to the start a couple times before ³ ³ quitting, and in my full app, it reboots the PC. It's easy ³ ³ to reproduce this. -dave ³ ³ From Greg_W: He added that he's linking with Dos Extender ³ ³ and hasn't tried any other link method. ³ ³ from TB: I cannot reproduce this in any mode in 3007b ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3296 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/13/93 ³ ³ Reported In : 3006 RevisedDate : 12/13/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : AppGen ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: John Leschak (CompuSyste 71461,471 MSG#:46334 ³ ³ problem with template language in handling PROJECT/MAP ³ ³ commands. ³ ³ i have a set of templates which has a ³ ³ PROJECT(mylib)/MAP(mylib.inc) statements referencing a lib ³ ³ in a module. so if i were to go into the project/module ³ ³ info, as expected, the insertion of 'mylib' had been ³ ³ entered to the module list. ³ ³ in my procedure listing, i have inserted an external ³ ³ module which also references 'MYLIB', and also referencing ³ ³ MYLIB.INC. but i get duplicate definitions when i compile. ³ ³ the reason for this is that when it inserts the 'mylib.inc' ³ ³ from the MAP () command, it places it in the modules map ³ ³ andnot the program. when i create an external module, it ³ ³ will place this in the program's map. i can see the ³ ³ reasoning for this, and can work around it, but though ³ ³ that a more reasonable approach would be to check to see ³ ³ if the MAP('mylib.inc') has already been included in ³ ³ the programs map structure (via other MAP() commands or ³ ³ via external libsdirectly in appgen ctrl-l)) , and if so, ³ ³ then do not includehere. ³ ³ hope i make sense. ³ ³ jsl ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3303 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/14/93 ³ ³ Reported In : 3006 RevisedDate : 1/06/94 ³ ³ Fixed In : Status : Question ³ ³ ³ ³ Section : HARDWARE PROBLEM MANAGEMENT WINDOW ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: William Farrell 75450,2313 MSG#:46652 ³ ³ I have a WORM optical drive attached to my system via a ³ ³ SCSI adaptor. The adaptor is controlled by a device driver ³ ³ in my CONFIG.SYS and the drive is configured as D:. Since ³ ³ installing 3006, everytime I attempt to access this ³ ³ drive in my Clarion program, I get a Hardware ³ ³ Management Window with the error "Drive not responding". ³ ³ Every other piece of software on my system accesses the ³ ³ drive without problems. Is this a known error and is there ³ ³ a workaround? ³ ³ From Greg_W: User solved problem, didn't know how but the ³ ³ problem went away. ³ ³ R&D:Have never seen this problem, all accesses to any block ³ ³ device are done through DOS. The STATUS function may be ³ ³ making some untypical calls, but nothing too unusual ³ ³ (getdisk, retrieves disk statistics). If the problem is ³ ³ now gone, you should try to identify what part of your ³ ³ system changed. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3305 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 12/14/93 ³ ³ Reported In : 3007 RevisedDate : 12/14/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : API ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ When using the API, if I use BOTH.INC for the module ³ ³ include file I get duplicate Prototypes in my map. These ³ ³ are coming from the TEMPFILE.INC and GETDIR.INC which get ³ ³ included in by the REPORT, PRINT and FILE Templates. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3309 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/14/93 ³ ³ Reported In : 3006 RevisedDate : 12/17/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : TEMPLATE / FORM - CLARION4.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: R.Radcliffe 72460,3560 MSG#:46679 ³ ³ In 3006, there is a change from 3004 in a form template's ³ ³ handling of OK buttons. The new template generates an ³ ³ undefined tag on the previous OK buttons. This is marked by ³ ³ (UNREFERENCED #EMBED) in the Embedded Source. This requires ³ ³ I export the code from the OK button processing and import ³ ³ it underthe current OK button processing. ³ ³ I believe that there were two code points for OK ³ ³ and Cancel in the 3004 templates. The real problem is that ³ ³ no error message is generated to indicate that the 3006 ³ ³ templates are not handling things the same way. There is an ³ ³ error indication but onlu if I go into the Source ³ ³ of the Form. Should be more visible. ³ ³ Now I have to go through every module in ³ ³ every APP to see if I have a problem. (Probably explains ³ ³ why some things don;t work OK (ha,ha) under 3006). ³ ³ [Similar problem with "BATCH" and ³ ³ (UNREFERENCE #EMBED)] ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3310 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/14/93 ³ ³ Reported In : 3006 RevisedDate : 12/14/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATE / FORM - CLARION4.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: David L. Shapiro 72122,330 MSG#:46799 ³ ³ In the case where I have a form that is performing repeated ³ ³ adds, clearing the record each time, I am not happy with ³ ³ the way the template is set up. In my case, I need to set ³ ³ values for various fields. Usually, I set the values in the ³ ³ "Setup Screen" embedded code. This method does not ³ ³ work for multiple adds since this codes is only called ³ ³ once, before the loop, and the record gets cleared after ³ ³ each add. The only other alternative I found was setting ³ ³ the values in the database dictionary through the "Initial ³ ³ Vales." The "InitialValues" is effective, however, any time ³ ³ I need to make a change or set up additional fields, I need ³ ³ to compile the entire application since the database ³ ³ dictionary changed. Augh! ³ ³ I would like to see you add to ³ ³ the Form Template embedded code for 'Set Initial Values' ³ ³ which gets called at the same place as Do InitializeFields. ³ ³ case keycode ³ ³ of InsKey ³ ³ Action = ³ ³ AddRecord Do ³ ³ AutoNumber ³ ³ ... ³ ³ Do InitializeFields ³ ³ Do SetInitial Values ... ³ ³ Thanks for ³ ³ your consideration......Debbie ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3311 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/14/93 ³ ³ Reported In : 3006 RevisedDate : 12/15/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : COMPILER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: R.Radcliffe 72460,3560 MSG#:46816 ³ ³ If a compile error occurs because of a variable name in the ³ ³ Data section of a Batch procedure, then this can be shown ³ ³ at the end of the compile by pressing Alt+E. If the fix to ³ ³ the variable name is made at this point, however, then the ³ ³ change is lost. On the other end, corrections mad to ³ ³ compile errors found in the Source section will be kept. ³ ³ From Greg_W: Tested and duplicated, happens with every ³ ³ templates data embed section. ³ ³ R&D: Enter just the label 'XXX' in the #EMBED('Data ³ ³ Section')... the compiler detects the error and ³ ³ produces a compiler error relative to the source.CLA file ³ ³ instead of relative to line #1 of the EMBED(). ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3312 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : SF DateReported : 12/14/93 ³ ³ Reported In : 3007 RevisedDate : 1/03/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : DATABASE MANAGER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The test file shows a clipper file that can be viewed from ³ ³ a Clarion program but not from the database browser ³ ³ CRT: Mike, this is the bug that needs browser to have an ³ ³ internal DEFORMAT function to check for @s pictures and ³ ³ return the string anyway. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3317 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 12/15/93 ³ ³ Reported In : 3007 RevisedDate : 12/16/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : APPLICATION / REPORT FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user should have the ability to not select a printer for ³ ³ PRINTER() on a report. If they use a CONTROL with a USE, ³ ³ this will not work when a printer is selected. For example ³ ³ CONTROL(10),USE(prn:boldon) where boldon contains the ³ ³ printer control seq. ³ ³ see soft_coded_rpt procedure and take the printer attribute ³ ³ out. without PRINTER() the control codes wil work ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3318 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 12/15/93 ³ ³ Reported In : 3006 RevisedDate : 12/15/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SUGGESTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Btrieve currently does not support a 'manual' key. This is ³ ³ a key that if any component of the key is null an entry is ³ ³ not put in the key. Hopefully we can add this in a future ³ ³ release. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3322 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/15/93 ³ ³ Reported In : 3007 RevisedDate : 12/16/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : OPERATING SYSTEMS / OS2 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fr: Mike Hanson, BoxSoft 73234,1447 ³ ³ When debugging a dynalink model program under OS/2 VDM, you ³ ³ get Cannot Find DLL : Path Set Correctly?. Problem goes ³ ³ away under extendll model. ³ ³ Sent to ENG 12/16/93 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3325 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 12/15/93 ³ ³ Reported In : 3006 RevisedDate : 1/12/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : MEMORY MANAGER / EMM386 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ If the noems switch is used in the load of emm386, the ³ ³ xtstats program will report that protected mode cannot be ³ ³ entered. Is this a correct report. Protected mode programs ³ ³ run along with the environment. Can we get an explaination ³ ³ R&D: This is because XSTATS has not been compiled with the ³ ³ latest extender. If recompiled with the latest extender ³ ³ this should not happen. ³ ³ DH How about we do this then for the next release ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3326 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 12/15/93 ³ ³ Reported In : 3006 RevisedDate : 1/06/94 ³ ³ Fixed In : Status : Question ³ ³ ³ ³ Section : LANGUAGE / HELP ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Question from user: ³ ³ "I need to read the DS register, set the ES register equal ³ ³ to it, and then call INT86X with SREG initialized. How do I ³ ³ do this? ³ ³ Could I get an answer to this. I don't even know if it is a ³ ³ legitimate question. Thanks. ³ ³ Debby ³ ³ R&D: You can find the DS register by taking the segment ³ ³ part of the address of a variable global to a module. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3328 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/15/93 ³ ³ Reported In : 3006 RevisedDate : 12/17/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : TEMPLATE / BROWSE - CLARION3.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Multi-ordered Browse suggestions collected from CIS....... ³ ³ 1. Descending or Ascending order (driver independent). 2. ³ ³ View/Locate on several different listbox key fields. Switch ³ ³ to different views/locators on hotkey/mouse click. 3. ³ ³ Grey+/- reordering of listbox items. 4. Vertical ³ ³ scrollbarshowing relative record position/number of records. ³ ³ The ability to use a vertical scrollbar. 5. Faster ³ ³ accessing of records. 6. Ability to view entire file as a ³ ³ Browse option, instead of just a "viewer". 7. ³ ³ Standalone speed increases vs. shared access (using global ³ ³ #PROMPT). ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3329 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 12/15/93 ³ ³ Reported In : 3006 RevisedDate : 12/15/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : TEMPLATE / FORM - CLARION4.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ If a file is OPENed exclusively the autonumber code in the ³ ³ form template still generates a HOLD to the file. This ³ ³ would rarely cause problems (except in 3006 where there is ³ ³ a bug in the PUT / HOLD statements).... ³ ³ but... we shouldn't be issuing HOLDs in a single user app. ³ ³ It's confusing and just bad code. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3331 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/16/93 ³ ³ Reported In : 3006 RevisedDate : 12/16/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : CLARION DATABASE DEVELOPER / GENERAL ENVIRONMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Steve Mabbutt 70701,2126 MSG#:46626 ³ ³ I've been running CDD 3006 on a Netware 3.11 LAN quite ³ ³ happily for the past few weeks - using the default ³ ³ BTRIEVE.EXE loaded via CDD.BAT. On upgrading to the ³ ³ workstation DOS Requester (VLM V1.02) interface I now get a ³ ³ '085 FILE IN USE' error on selecting ³ ³ File-Open-Application. The console monitor shows that the ³ ³ last file opened is the .APP file itself, and this remains ³ ³ open on exiting CDD. All other file-based applications ³ ³ seemto work OK - am I missing something in the NET.CFG ³ ³ setup? Best wishes, Steve Mabbutt Real Systems ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3332 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 12/16/93 ³ ³ Reported In : 3006 RevisedDate : 12/16/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SCREEN LIBRARY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The attached file shows a problem when you try to use a ³ ³ listbox with a trn attribute so that a graphic image will ³ ³ show behind the listbox. Everything is okay unless you ³ ³ scroll the list - horizontal or vertical. The image retains ³ ³ the text previously displayed at that location. See file ³ ³ attached. ³ ³ R&D: That's a cute idea, but no way...this most certainly ³ ³ was never intended to happen or work like that. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3337 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BZ DateReported : 12/16/93 ³ ³ Reported In : 3007 RevisedDate : 12/16/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : DOS EXTENDER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Load DOS COUNTRY specific support using the provided ³ ³ autoexec.bat and config.sys. Running any program that uses ³ ³ GUI and Extended model results in unreadable chars. The ³ ³ sameprogram in Real mode is just fine. ³ ³ Sent to ENG 12/16/93 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3338 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 12/16/93 ³ ³ Reported In : 3007 RevisedDate : 12/22/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : UNCLASSIFIABLE PROBLEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ graphics library -- in the demo example - the menu option ³ ³ named shades and icons -- ³ ³ when you get to the point where the super icons are and the ³ ³ animation of the super icons, the super icons are not ³ ³ displayed ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3339 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DB DateReported : 12/17/93 ³ ³ Reported In : 3006 RevisedDate : 1/13/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : BROWSE.CLA / REPEAT.CLA ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ A browse is displayed in keyed order. The application is ³ ³ being executed in a multiuser environment. 2 users are in ³ ³ the browse at the same time. One user changes the first ³ ³ record displayed. While changing it, they change the key ³ ³ value. The 2nd user now tries to change that same record ³ ³ but now that the key value has changed, that record that ³ ³ they think that they are changing is no longer there. On ³ ³ the update form, they get the record that is now in the ³ ³ position that the old record used to be in. ³ ³ TM-> I demo'ed this for you before.. See me if you need ³ ³ another demo. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3343 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : JB DateReported : 12/17/93 ³ ³ Reported In : 3007 RevisedDate : 12/17/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : EDITOR / CLARION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Chromacoding (the use of color to highlight syntax) is ³ ³ becoming more common in commercial editors. I think that ³ ³ for v3.1, we should consider on-the-fly syntax ³ ³ highlighting,showing comments and OMITs (perhaps in red), ³ ³ language statements (perhaps in green), text or ³ ³ constants (perhaps in red, also), sectional separators ³ ³ (e.g. CODE, in blue), etc. This would be very helpful in ³ ³ locating code as well as highlighting (no pun intended) ³ ³ the simplicity of the Clarion language. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3344 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 12/17/93 ³ ³ Reported In : 3006 RevisedDate : 12/17/93 ³ ³ Fixed In : 3006 Status : Need/Info ³ ³ ³ ³ Section : FILE DRIVER / DBASE III VERSION 1.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ reported by user -- 3.006 -- db3file driver -- trying to ³ ³ build a dynamic index - it just flies by the code -- both ³ ³ are string fields - ³ ³ build(lnx:workindex,'+lnx:territory,lnx:site') ³ ³ R&D: WOKOMM. 3344.zip holds my test code ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3347 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : JB DateReported : 12/17/93 ³ ³ Reported In : 3007 RevisedDate : 12/17/93 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SCREEN / LISTBOX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Perhaps in v3.1, when we can somehow programmatically ³ ³ address relative position and total "records" communication ³ ³ to/from the Listbox vertical scrollbar, I suggest we ³ ³ consider "dynamic" scrollbars. This would mean that if no ³ ³ records sit outside the bounds of what is displayed in the ³ ³ listbox, the respective scrollbar disappears. ³ ³ For example, if there is a 20 row Listbox, and there are ³ ³ only 20 total records (or less) in the listbox, the ³ ³ verticalscrollbar disappears. Likewise, if the listbox is ³ ³ 60 columns, and the maximum record size displayed is ³ ³ 60 columns(or less), the horizontal scrollbar disappears. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3352 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 12/20/93 ³ ³ Reported In : 3006 RevisedDate : 12/20/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : DOCUMENTATION / CLARION 3.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ In driver.doc for the basic driver the following line is ³ ³ incorrect: res = SEND(ALWAYSQUOTE=OFF) ³ ³ it should be res = send(file,'ALWAYSQUOTE=OFF') ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3353 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 12/20/93 ³ ³ Reported In : 3007 RevisedDate : 12/27/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : SCREEN LIBRARY / MEMO FIELDS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ When entering into a memo that has word wrap and the line ³ ³ actually fills the whole line (or is larger than the ³ ³ line) the first character will be placed on a line by ³ ³ itself. See below: ³ ³ a ³ ³ b ³ ³ c ³ ³ d ³ ³ e ³ ³ f ³ ³ g ³ ³ h ³ ³ i ³ ³ j ³ ³ k ³ ³ l ³ ³ m ³ ³ nopqrstuvwxyz01234567890987654321zyxwvutsrqponmlkjighfedcba ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3355 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/20/93 ³ ³ Reported In : 3006 RevisedDate : 1/13/94 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : APPLICATION / REPORT FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Mark Goldberg 75250,2551 MSG#:47446 ³ ³ 1) Copying total fields and then changing reset/tally ³ ³ information (somehow) leads to the two fields being linked ³ ³ as if they were one field. By this I mean if a change is ³ ³ made in one of the fields, then it shows in both fields. ³ ³ Deleting both of these fields leads to an instant GPF. I ³ ³ was able to get around it eventually by deleting one, and ³ ³ changing the field name of the second and then deleting the ³ ³ second. ³ ³ 2) %ReportGroup is not necessarily sorted in ³ ³ the same order as the key, this plays havoc with the ³ ³ generated code, especially with respect to footers. EX: ³ ³ breaks specify field a,b,c %ReportGroup might be a,c,b ³ ³ From Greg_W: I ask for an example if he has one. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3359 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 12/21/93 ³ ³ Reported In : 3007 RevisedDate : 1/03/94 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : EDITOR / SCREEN FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ if there is a continuation character in a screen structure ³ ³ the screen formatter will xtrace. ³ ³ R&D: Unable to reproduce - this is probably happening in a ³ ³ specific circumstance that I havn't been able to locate. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3362 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 12/21/93 ³ ³ Reported In : 3006 RevisedDate : 12/21/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : EDITOR / PULLDOWN MENU FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ if a pulldown menu is using the RIGHT attribute you cannot ³ ³ format the pulldown menu in the formatter ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3378 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/22/93 ³ ³ Reported In : 3006 RevisedDate : 1/06/94 ³ ³ Fixed In : Status : Question ³ ³ ³ ³ Section : API ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Helmut J. Schwarzin 73140,2732 MSG#:46404 ³ ³ Is there any way to get the SCROLL command to scroll the ³ ³ colors as well as the text? If not, is there any way to ³ ³ get Video writen by INT86X calls to be put in the Clarion ³ ³ Video Buffer, so that the next call to a Screen ³ ³ function/procedure doesn't overwrite what I have just done? ³ ³ QA&E: See # 3405. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3385 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/23/93 ³ ³ Reported In : 3006 RevisedDate : 12/23/93 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : OPERATING SYSTEMS / OS2 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Mike Hanson, BoxSoft 73234,1447 MSG#:48010 ³ ³ I've got a Promise Technology Caching IDE Controller ³ ³ running under OS/2 2.1. I tried using their proprietary ³ ³ 32-bit driver, PTI1S506.ADD, and got continually got an ³ ³ XTRACE.TXT when attempting to run CDD3: ³ ³ *** Exception 0D : General protection ³ ³ CS:IP = 00BF:3DFB ³ ³ AX=4A30 BX=0000 CX=03DF DX=4A30 SI=4A30 ³ ³ DI=0003 SP=711A BP=7144 FL=2213 DS=00B7 limit=FFFF ³ ³ ES=01E7 limit=149A segment 05 ³ ³ D:\CLARION3\CLARION3.EXE SS=00B7 limit=FFFF ³ ³ [SS:SP] = 01E7 715C 00B7 01E7 ³ ³ 4A30 019F 0103 4A30 0001 0648 0080 00A9 0080 [SS:BP] = 7166 ³ ³ 2420 0000 00B7 0000 0163 019F 0105 0000 149B 0000 0105 149A ³ ³ [CS:IP] = 26 8B 14 8B DF 83 EB 05 75 03 E9 C6 00 83 EB FE ³ ³ 75 03 E9 B0 [call chain] = ³ ³ 7166 **** 2420 ³ ³ 71CC **** 2083 ³ ³ -bp---cs---ip- ³ ³ Could you please take a ³ ³ look at it. TIA. Catch you later! ³ ³ -=> Mike Hanson, ³ ³ BoxSoft <=- ³ ³ R&D: If he gives us the IDE drive and controller. It ³ ³ sounds to me like a memory conflict and the controller is ³ ³ not behaving. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3386 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DB DateReported : 12/23/93 ³ ³ Reported In : 3007 RevisedDate : 1/03/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : SCREEN LIBRARY / ENTRY FIELDS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ I have an entry field that has a picture of @N-7.2. I put ³ ³ a value of 1000 into that field.. Instead of showing ³ ³ ***.** (Asterisks) I see ###.##. (see test file) ³ ³ R&D: This is happening in FORMAT so I believe it is D. ³ ³ Bayliss since I do not own the FORMAT code. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3387 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : J DateReported : 12/23/93 ³ ³ Reported In : 3007 RevisedDate : 1/03/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : PICTURE TOKEN ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ A storage picture with v for no decimal separator does not ³ ³ work properly. Type in .01 into entry field, press enter, ³ ³ and it becomes 1.00. Type in .90, in entry field, press ³ ³ enter, it becomes 9.00. 1.01 or 1.10 works fine. SEE FILE ³ ³ 3387.ZIP ³ ³ R&D: This is happening with FORMAT, send to D. Bayliss. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3400 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 12/27/93 ³ ³ Reported In : 3006 RevisedDate : 12/28/93 ³ ³ Fixed In : 3007 Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ I have tracked this to the SET(KEY,KEY,FILEPTR) in the ³ ³ RESETLAST routine. If you just do a SET(KEY,KEY) the ³ ³ problemdoes not occur. (Both servers are netware 386 with ³ ³ BTRIEVE.NLM, BSPXCOM.NLM and BROUTER.NLM Loaded. The ³ ³ workstation is using BREQUEST.EXE ver.6.01) ³ ³ I have discovered another problem related to using CDD on a ³ ³ network. If you have captured a port (non physical) other ³ ³ than LPT1 with the Novell CAPTURE utility and try to print ³ ³ are port to the selected logical port, you will get a ³ ³ message that the 'Printer is not on line'. Apparently, the ³ ³ STATUS command is accessing the hardware at the BIOS ³ ³ level and does not recognize that there is a valid logical ³ ³ port in existence. ³ ³ One More.. If in a single procedure, you have two reports ³ ³ opened simultaneously and redirected to a FILE, when you ³ ³ try to print a detail from the second report that was ³ ³ opened,itends up on the first report. This situation crops ³ ³ up when you have a primary report opened and you wish to ³ ³ print a LOGREPORT of the data from the first report. Call ³ ³ meif you have questions: ³ ³ Jim Grotjan 817-284-3208 ³ ³ User# 207934 ³ ³ cid 72451,75 ³ ³ proj 2867 ³ ³ SF2BC: I have fixed the Btrieve problem. I have passed ³ ³ this onto you for the STATUS bug report. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3401 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BZ DateReported : 12/27/93 ³ ³ Reported In : 3007 RevisedDate : 12/27/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : RUNTIME ERROR ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The creation of the Errorinf.$$$ file has no value to the ³ ³ enduser; they don't want to know what the codes are, just ³ ³ the text describing the error will do nicely. The best ³ ³ example is STACK OVERFLOW: instead of creating the ³ ³ ignominous Errorinf, we need to display a runtime halt ³ ³ window (ala 2.1), that states "STACK OVERFLOW". I attached ³ ³ some code to cause a stack overflow, I can do the same for ³ ³ Array index problems etc., ANY RUNTIME HALT should display ³ ³ a message, NOT just dump some codes to a file. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3403 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/27/93 ³ ³ Reported In : 3006 RevisedDate : 1/06/94 ³ ³ Fixed In : Status : Question ³ ³ ³ ³ Section : UNCLASSIFIABLE PROBLEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Jon B. Bushey 71521,2267 MSG#:47262 ³ ³ Program locks up after going a few screens deep, no error ³ ³ message or any other signs, just locks like a safe. One by ³ ³ one our machines stopped running the program. ³ ³ I thought it was a Clarion virus or something. Strange how ³ ³ different areas of memory kept getting trashed. Not all the ³ ³ time. And sometimes we thought the program worked until we ³ ³ exited to DOS. Or I should say TRIED to exit to what was ³ ³ left of DOS. ³ ³ Yes, I am going to tell you what the problem is. But first, ³ ³ I would like to point out that we NEVER would have figured ³ ³ this out without years of C experience. Clarion is no ³ ³ longera 4GL. Now Clarion programmers had better know C. ³ ³ Because, you see, this is a stack problem. ³ ³ The report has a few (local) variables. Should ³ ³ not been a problem - but it was. I dont understand the ³ ³ stack default of16k and why it was not enough. We made it ³ ³ 40k and it works great. ³ ³ By the way, there is a check box for ³ ³ stack checking in the project screen. Doesn't seem to work ³ ³ too well since it NEVERreported any stack problems during ³ ³ program execution. BTW, Istill think the compiler could ³ ³ catch this problem. It could tell the link what stack is ³ ³ required and the linker ;;[5] Harry - hello? could ³ ³ generate an error if you dont give it enough. Soory if ³ ³ this is not the best message, its been a long week ³ ³ today! ³ ³ Good night ³ ³ - Jon & Brad. ³ ³ From ³ ³ Greg_W: I requested an example if possible. ³ ³ QA: It is possible that he is blowing the stack. He should ³ ³ use ALT= and check how much stack space he has available ³ ³ prior to th eprogram hanging. I suspect he has very ³ ³ little. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3405 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/27/93 ³ ³ Reported In : 3006 RevisedDate : 1/06/94 ³ ³ Fixed In : Status : Question ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Scott Gillis 73173,370 MSG#:47632 ³ ³ I'm trying to set the color of a record in a browse based ³ ³ on a flag .... ³ ³ I need the record to change to red text ( Normal ³ ³ background ) if the record is true, and unchanged if the ³ ³ record is false. ³ ³ I'm pulling my hair out !!!! what am I missing ???? Scott ³ ³ Gillis CDD 3006, GUI, CDDW ³ ³ From Greg_W: Is it possible to change the color of ³ ³ records displayed in a LIST, API or other. I imagine it ³ ³ isn't but I thought I'd ask. ³ ³ R&D: There is no internal way of changing colors in a list. ³ ³ However, with some time and thought, it can be done by ³ ³ using a series of SHOWs and PAINT statements (I've done it ³ ³ before). ³ ³ R&D II: I've put a file (3405.zip) up that demonstrates ³ ³ coloring items in a list. ³ ³ QA&E: I've uploaded a file called CLRLST.ZIP to Lib 8 on ³ ³ CIS (1-6-94). ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3408 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 12/27/93 ³ ³ Reported In : 3006 RevisedDate : 1/07/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : SCREEN LIBRARY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Bug upload shows problems with mouse-cursor when using the ³ ³ idle-proc to show a window ³ ³ cid : 71613,544 ³ ³ proj 2874 ³ ³ file 3408.lhz this file is not a zip file ³ ³ QA&E: Mike, I extracted it from the LHA and rezipped & ³ ³ placed it on the "Net". ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3419 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 12/29/93 ³ ³ Reported In : 3007b RevisedDate : 1/04/94 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ SCROLL -- does not do as manual states, has it changed? ³ ³ In the test file you will see that row 3 has been painted ³ ³ green. When row two is black on white. when I scroll down ³ ³ I would expect row three of the screen to stay green ³ ³ instead of changing to black on white. ³ ³ R&D: Yes, this does not work like 2.1 and should be ³ ³ considered a bug. However, I've notice many users on Cserve ³ ³ preferring it this way, some begging to keep it this way. ³ ³ Until further instructions, I'm going to leave it as it is. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3420 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 12/29/93 ³ ³ Reported In : 3006 RevisedDate : 12/29/93 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Erik Pepping 100135,472 MSG#:47723 ³ ³ I always get a crash when using chain in protected mode ³ ³ when I indicate a path in my .exe to chain. Try ³ ³ CHAIN(\). This will crash. ³ ³ Erik Peping ³ ³ From Greg_W: I duplicated the Xtrace when I had an invalid ³ ³ path and linked in protected mode. Valid paths worked ³ ³ fine. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3421 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 12/29/93 ³ ³ Reported In : 3007b RevisedDate : 1/03/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : VID ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ john -- debug trace ....when going from one routine to ³ ³ another and back to the first routine the values of ³ ³ variables do not show . They don't even show as variables. ³ ³ the variables that i am referencing are the global ³ ³ variables. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3423 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DB DateReported : 12/30/93 ³ ³ Reported In : 3007 RevisedDate : 1/10/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : HELP / HELP ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ CSHELL Does not use the option that are set in ³ ³ CLAPRINTDEVICE. ³ ³ R&D: Since CSHELL is a standalone program as well as a part ³ ³ of the environment, it cannot. ³ ³ Tech: Then the help need the be changed to "...printing ³ ³ tasks you do thru the Clarion environment (except for ³ ³ CSHELL). ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3429 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 12/30/93 ³ ³ Reported In : 3007b RevisedDate : 1/03/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : VID ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ after rebooting my machine I attempted to do a make and ³ ³ debug of hello.cla and The machine halted. The only ³ ³ recovery from this was the reset button. However I could ³ ³ debug hello.cla with alt-d. My app received the same ³ ³ punishment as alt-k of hello for just alt-d. Somehow if it ³ ³ runs out of memory there needs to be a way of doing ³ ³ something other than asking the user to turn off there ³ ³ machine. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3430 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 12/30/93 ³ ³ Reported In : 3007b RevisedDate : 1/13/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : BROWSE.CLA / REPEAT.CLA ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ When going from one field to the next; the selected code ³ ³ for the next field happens before the completed code for ³ ³ the field I just left. ³ ³ Also, When using the when listbox is selected, two of ³ ³ ?list s are generated. I am trying to use this to get a ³ ³ multicomponet range limit on a browse via entry fields. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3435 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BN DateReported : 1/03/94 ³ ³ Reported In : 3007b RevisedDate : 1/04/94 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : EDITOR / CLARION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ if you want to SHARE a file in the editor and then decide ³ ³ you don't want to, you can't CANCEL it, you must either ³ ³ SHARE or LOAD the file. ³ ³ R & D - If you mean by this that an error message was ³ ³ popping up, then it is fixed! otherwise I do not ³ ³ understand! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3436 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 1/03/94 ³ ³ Reported In : 3007 RevisedDate : 1/06/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : OPERATING SYSTEMS / NOVELL ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Novell Lite is having RI problems with Clarion Example ³ ³ programs. Changing a record gives 'No more files error' ³ ³ Clarion error window. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3438 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/03/94 ³ ³ Reported In : 3006 RevisedDate : 1/03/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : VID ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Mark Goldberg 75250,2551 MSG#:48748 ³ ³ Found an interesting bug in Claxvid: F5 (Trace Variables) ³ ³ if the variable name is not unique in the first 32 chars ³ ³ then only one of the variables will be shown. ³ ³ It's not that I'm using >32 char labels, but that I ³ ³ have a group within a queue so that the field name becomes ³ ³ queue_name.queue_group.queue_field and _that_ is ³ ³ >32 chars. ³ ³ HTH, ³ ³ Mark ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3440 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/03/94 ³ ³ Reported In : 3006 RevisedDate : 1/03/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : HARDWARE PROBLEM MANAGEMENT WINDOW ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Dave Cohen 70431,132 MSG#:48754 ³ ³ The popup window that reports hardware management problem, ³ ³ such as printer offline or invalid drive, has 'management' ³ ³ mispelled- 'Hardware Managment' (lost the 'E'). Nice to get ³ ³ an easy bug, huh? -dave cohen ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3446 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BZ DateReported : 1/03/94 ³ ³ Reported In : 3007 RevisedDate : 1/10/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : TEMPLATE ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ A "Locator" on a Descending order Browse will position to ³ ³ the record prior to the "correct" record in the KEY. ³ ³ R&D: This appears to be an artifact of the browse engine. ³ ³ I'm not certain this can be repaired by 3007 release. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3448 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : JD DateReported : 1/03/94 ³ ³ Reported In : 3007 RevisedDate : 1/04/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : CSHELL / FILE ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ There is no printer redirection available for Print File or ³ ³ List Directory in CSHELL. ³ ³ For users without an LPT1, this can be a show-stopper -- ³ ³ returning a hardware error window. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3449 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BZ DateReported : 1/03/94 ³ ³ Reported In : 3007 RevisedDate : 1/05/94 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : TEMPLATE ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ If the Browse was changed so that the record under the ³ ³ highlight bar was READ whenever a Button or Hotkey was ³ ³ processed it would allow Browse to Limited Browse. ³ ³ Ask Tom M. or Chuck T. or Paul S. for concurring comments. ³ ³ R&D: The Browse manager currently operates this way (or is ³ ³ supposed to). Completing a field is supposed to access the ³ ³ highlighted record then ProcessFields. From what you see, ³ ³ is this not what's happening? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3464 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/05/94 ³ ³ Reported In : 3006 RevisedDate : 1/05/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : GUI ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Arkady 71271,1731 MSG#:48974 ³ ³ The first problem which I'm sure all are aware of is ³ ³ thatvariables placed on the title line do not display ³ ³ properly, while text displays fine. We know that, this ³ ³ seems not to be a bug as described in (GUIDOC), but can ³ ³ there be anything done to fix this? I'd like to put ³ ³ a date on the first screen into the title area as not to ³ ³ has too much other text on that screen all over the place. ³ ³ And also, on the forms, i'd like the loc:message to become ³ ³ the title. I think that's pretty natural as not all ³ ³ screens really need a title. I am currently using CDD ³ ³ 3006 with GUI 3006. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3465 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/05/94 ³ ³ Reported In : 3006 RevisedDate : 1/06/94 ³ ³ Fixed In : Status : Question ³ ³ ³ ³ Section : SCREEN LIBRARY / GRAPHICS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Princen 100276,2655 MSG#:49013 ³ ³ This is the second time I post this question. I got one ³ ³ answer the last time but it did not help out. ³ ³ When I have a text screen and I open a graphic screen on ³ ³ topof it then the whole screen shrinks. I used ³ ³ SETGRAPHIC(GRAPHIC(0)) before opening the screen and set ³ ³ virtual rows to 30 (respond on my question last time) but ³ ³ itdid not help out. I have a Cirrus Logic Super VGA video ³ ³ card. Majodi Ploegmakers ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3467 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/05/94 ³ ³ Reported In : 3007b RevisedDate : 1/12/94 ³ ³ Fixed In : 3007 Status : Problem ³ ³ ³ ³ Section : SCREEN LIBRARY / ENTRY FIELDS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ as of today's newest,.... In the environment, project ³ ³ options for example default template entry, when you mouse ³ ³ click in the same entry field, let's say to letter five, ³ ³ the cursor does not move on the screen but you _are_ at ³ ³ thatnew letter. ³ ³ In an actual program, the cursor does move on the ³ ³ screen as well, but only for a numeric.(for all I now a ³ ³ numeric in the environment might also look ok, I just could ³ ³ not find one) And now regaurdless of the ins or ovr ³ ³ attribute of the field itself they do work the same. But ³ ³ you cannot get put yourself in insert mode in the middle of ³ ³ a number.{however I did see that for a string you can which ³ ³ is real nice} When you mouse click you have placed us to ³ ³ theright. And if you mouse click in the middle then you put ³ ³ us in overwrite. ³ ³ When all is done, Could you please note how it is ³ ³ supposed to work so that I can stop entering info that you ³ ³ could care or less about. ³ ³ R&D: Fixed again. However, the "When you mouse click you ³ ³ have placed us to the right. And if you mouse click in the ³ ³ middle then you put us in overwrite" statement stumps me. ³ ³ Mouse click "where"? Place us to the right of "what"? The ³ ³ cursor MUST go into overwrite mode in a numeric if you ³ ³ click somewhere in the middle of the number. ³ ³ QA: Works as expected, I can not insert into the middle of ³ ³ a numeric field. Overwrite mode is was I get, which is ³ ³ really what I want anyway. ³ ³ TB: How about leaving it in insert mode when you click in ³ ³ the middle of a string. ³ ³ R&D: It does. ³ ³ TB: 1/12/94 What happens is when you mouse click in the ³ ³ field, it always goes back to the state that the entry ³ ³ field was defined. If this field has the ovr attribute, ³ ³ and you use the insert button to change that to insert mode ³ ³ and now mouse click you are changing the typing mode back ³ ³ to overwrite. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3469 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/05/94 ³ ³ Reported In : 3006 RevisedDate : 1/06/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LIBRARY / PROBLEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Scott Lowry 72322,2735 MSG#:47506 ³ ³ Yes, I did get your reply to my message of a month ago re ³ ³ Graphics Library problems. After more trials and errors, I ³ ³ think I can make this briefer than it would have been ³ ³ before. ³ ³ > you should only link in support for the graphics ³ ³ modes you use ³ ³ First, I think you're saying, and it appears to ³ ³ behave as though ALL graphic drivers that you're wanting to ³ ³ support get LOADED into conventional lower memory as soon ³ ³ as any graphics library procedure is called. That explains ³ ³ why the program ground to a halt after calling same, all of ³ ³ a sudden having 200K-300K less memory to operate in. If ³ ³ thisis true, it's a terrible step backward from 2.1 where ³ ³ you could link all drivers into the program, but load only ³ ³ the one you needed with the SETVIDEO(GETVIDEO()) ³ ³ statement. If there is something I can do to link all the ³ ³ drivers, but load only the one called for, please tell me ³ ³ how. For now I've dropped Hercules support, which I can ³ ³ probably get awaywith, but I must have CGA and EGA/VGA and ³ ³ loading both thesedrivers is taking up a lot of precious ³ ³ memory. (With thousands of users I don't have the ³ ³ luxury of "linking in support for the graphics mode you ³ ³ use"). Incidentally, sincedropping the Hercules support the ³ ³ program no longer goes into "crawl" mode, taking 7 ³ ³ seconds to load 50 records into a LIST box. (That problem ³ ³ occured in regular CDD non-graphicLIST box screens anytime ³ ³ after a procedure using the graphics lib had been ³ ³ called, even though one had RETURNed from that procedure). ³ ³ Second, the overlay ³ ³ manger seems to have a problem with procedures that use ³ ³ the graphic library, as the program (my app) will crash with ³ ³ an "out of memory" error on a very arbitrary and ³ ³ unpredictable basis when such are called. If Ireduce my ³ ³ memory by loading a TSR, then the problem becomes more ³ ³ frequent, and still unpredictable. There is no such ³ ³ problem on procs that don't use the graphic lib. Has this ³ ³ been reported as a bug? Is it being fixed? Is there a ³ ³ work-around? ³ ³ Third, there's a non-documented anomoly that creates an ³ ³ immediate System Halt crash if you try to do a 'Make and ³ ³ Run' when your project file has 1) the .OBJ stub that ³ ³ eliminates Hercules support (probably any .OBJ) placed ³ ³ before the CLA files, and 2) the 'pack' link option is ³ ³ 'Off', and 3) the debugger option is not being called. It ³ ³ took several hours to run that down, after $20 or $30 on ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3478 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/06/94 ³ ³ Reported In : 3004 RevisedDate : 1/07/94 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : UNCLASSIFIABLE PROBLEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ 3004 -- user reports -| 2.47 * 11 is producing the wrong ³ ³ value and rounding does not help. the answer is apparently ³ ³ off a penny ³ ³ QA&E: I tried under 3007 and I get 27.17 no matter which ³ ³ way I try it. See my testfile. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3481 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 1/06/94 ³ ³ Reported In : 3006 RevisedDate : 1/06/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SCREEN FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The code support multiple alrt attributes on a field but ³ ³ the formatters only support one or a range. Users have ³ ³ requested that we support multi attributes. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3482 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 1/06/94 ³ ³ Reported In : 3006 RevisedDate : 1/07/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : SCREEN LIBRARY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ string picture with v decimals causing strange results. See ³ ³ two cla files. ³ ³ I have tried two different ways to make assignments to ³ ³ these types of variables. ³ ³ var = '123.23' ³ ³ var = 123.23 ³ ³ both have different results ³ ³ see zip file 3482.zip ³ ³ cs id 71140,2502 proj 2906 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3484 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/07/94 ³ ³ Reported In : 3007b RevisedDate : 1/07/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : SCREEN / FUNCTION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ the proper section for this is "procedure properties" ³ ³ steps: ³ ³ ***MIKE: This is the problem with an entry field not ³ ³ completing when going to a button in this manner...Vince. ³ ³ 1. go to procedure property screen ³ ³ 2. using mouse point at screen pushbutton ³ ³ 3. press the left mouse button as if to select it but ³ ³ without releasing it drag the mouse off of the button. This ³ ³ should highlight the button. ³ ³ 4. press delete as to delete the screen. ³ ³ it does not ask if I would like to delete it. It does ask ³ ³ if I would like to delete the others if you tab to it or ³ ³ arrow up then down it. ³ ³ 5. Now that it has asked you perform the same task for ³ ³ formula and it will ask if you want to delete the screen. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3490 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/10/94 ³ ³ Reported In : 3006 RevisedDate : 1/11/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Scott Merritt 71140,2502 MSG#:49353 ³ ³ This message is regarding a problem I am having with the ³ ³ "v" picture element. I have incorporated your changes but ³ ³ there is still a problem when I am dealing with a number ³ ³ less than 1. ³ ³ Example file: 3490.zip ³ ³ DH: This is a dup of 3482 - please see that bug as it ³ ³ hastwo example files. Thanks ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3492 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 1/11/94 ³ ³ Reported In : RevisedDate : 1/11/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Make System ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ In the Add Ons section of the Make system, IF one addon has ³ ³ an error we do not get any of the ones that were sucessful. ³ ³ This slows the testing of fixes down. ³ ³ It would be nice that if an Add On was successful that it ³ ³ was moved to it's proper location. Then allow the next one ³ ³ to be made. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3494 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/11/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Language Library ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ get(queue,key) on a valid key value return e30 entry not ³ ³ found. see 3494.zip ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3496 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/11/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Fixed ³ ³ ³ ³ Section : Report Formatter - Generator ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ When using a european picture (@n12`2) the field placed in ³ ³ the report format shows as a picture (@n12.2). When ³ ³ using this picture in the screen formatter it shows ³ ³ with the correct picture. This is inconsistant. When the ³ ³ report is run the field prints with the correct picture. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3497 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : JD DateReported : 1/11/94 ³ ³ Reported In : 3007 RevisedDate : 1/17/94 ³ ³ Fixed In : Status : FIXED ³ ³ ³ ³ Section : REPORT WRITER / FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ In the Report Properties window, the entry field for Lines ³ ³ per Page only accepts two characters. ³ ³ If using a printer that can print 8 cpi and using legal ³ ³ sizepaper (8.5 x 14in) , the lines needed would exceed 99. ³ ³ (even with a half inch margin on top and bottom) ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3498 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BF DateReported : 1/11/94 ³ ³ Reported In : 3007b RevisedDate : 1/14/94 ³ ³ Fixed In : Status : FIXED ³ ³ ³ ³ Section : APPLICATION / REPORT FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Not a big thing, but..... ³ ³ In the Report Properties window, the prompt for "Printed ³ ³ lines per page" has the letter R as the hot letter. Alt-R, ³ ³ however, always opens the pulldown menu "Report" drop box. ³ ³ The Hot letter needs to be modified. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3500 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/11/94 ³ ³ Reported In : 3007 RevisedDate : 1/13/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ erase does not erase a use variable in a string structure ³ ³ correctly. see 3500.zip ³ ³ f1 will erase the use for the string option and then show ³ ³ it ³ ³ f2 will erase the use for a radio button option and then ³ ³ show it ³ ³ f3 will show the use for the string option ³ ³ f4 will show the use for the radion option ³ ³ QA&E: Where is the Zip File????? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3501 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/11/94 ³ ³ Reported In : 3006 RevisedDate : 1/11/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: David Silver 74145,1546 MSG#:49597 ³ ³ I am not certain if this has been reported but since I do a ³ ³ lot of hand codeing I come up with these things. The ³ ³ following code gives a different answer when compiled in ³ ³ 2.1 and 3. ³ ³ TEST PROGRAM ³ ³ TRL_START STRING(5) S_NUM ³ ³ SHORT ³ ³ code ³ ³ TRL_START =1010 ³ ³ TRL_START=(LEFT(TRL_START)) ³ ³ S_NUM=INSTRING(' ',TRL_START)-1 ³ ³ TRL_START='$' & ALL('0',4- S_NUM) & TRL_START ³ ³ SHOW(25,1,TRL_START) ³ ³ ASK ³ ³ In 2.1 the trl_start becomes $1010 and in 3006 ³ ³ it is $0000. The reason is that the all('0',0) is ³ ³ interpreted differnetly in the two versions. Please refer ³ ³ to R&D. David Silver ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3503 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 1/12/94 ³ ³ Reported In : 3007 RevisedDate : 1/12/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : FILE DRIVER / PARADOX 3.5 VERSION 1.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Enclose example will not read the paradox file. If you ³ ³ delete the existing datafile,add the create attribute;no ³ ³ records will display in the browse. If you try to look at ³ ³ the file with the database manager you will xtrace. If you ³ ³ are running the program and do alt= for system info; select ³ ³ files; you'll xtrace. ³ ³ File is "as is" from user. PDXREC indicates a different ³ ³ label for the key. I tried changing this with no effect. ³ ³ I added a form to the browse to add records. no effect. ³ ³ My changes are not included. ³ ³ clarionet upload ³ ³ userid jhawe ³ ³ proj 2750 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3504 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BZ DateReported : 1/12/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Compiler ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The INLIST() function fails compilation if called with only ³ ³ one list parameter i.e. S# = INLIST(Srch,List) will fail ³ ³ with compiler error "wrong number of parameters". ³ ³ QA: Is this a documentation error? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3505 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 1/12/94 ³ ³ Reported In : 3007 RevisedDate : 1/12/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : TEMPLATES IN GENERAL ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ When I try to compile a paradox program I get the warning ³ ³ about transaction frame. After generation the Cancel button ³ ³ is highlighted. If I press enter on Cancel, the program ³ ³ compiles anyway. Also what is the deal with this template ³ ³ warning. It lets me know that I can't do a logout. With no ³ ³ shared files and no constriants, why would I be doing a ³ ³ logout anyway. The message indicates that I should read ³ ³ template help. Will this warning always display. Template ³ ³ help doesn't tell me to do anything to not get the error? ³ ³ See file 3505.zip ³ ³ QA&E: To get rid of the Warning, turn of Template Warnings ³ ³ before generating code in the Project Options Dialog. ³ ³ Debby: WRONG ANSWER Why should I get a warning at all. ³ ³ The code doesn't generate a LOGOUT at all. The template ³ ³ error should be conditional. I should not have to turn off ³ ³ template warnings for a warning that I shouldn't get in the ³ ³ first place. ³ ³ How about the Cancel button. Should that be logged as ³ ³ another error? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3506 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : GW DateReported : 1/12/94 ³ ³ Reported In : 3007b RevisedDate : 1/14/94 ³ ³ Fixed In : Status : FIXED ³ ³ ³ ³ Section : EDITOR / SEARCH ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Problems with loading a file which has over 64k of records. ³ ³ Screen scrolls improper information and search doesn't ³ ³ work. ³ ³ R & D - Now stops you at 65535 records and asks you if you ³ ³ want to continue or abort ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3507 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : GW DateReported : 1/12/94 ³ ³ Reported In : 3007 RevisedDate : 1/19/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Editor ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ If you are loading a file in the editor and end up running ³ ³ out of disk space (from swapping) you get an error like ³ ³ disk full, then xtrace. The space taken up during this ³ ³ file loading process is eaten from your drive and no ³ ³ temporary or swap file can be found. A CHKDSK /F will ³ ³ indicate lost sectors and free up the lost disk space. ³ ³ R & D - I was able to reproduce the disk full error message ³ ³ however I did not xtrace. Anyway I was also able to free up ³ ³ lost disk space with a chkdsk/f. This is not an editor bug ³ ³ but either a Loader or Library bug! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3508 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/12/94 ³ ³ Reported In : 3006 RevisedDate : 1/12/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : SCREEN LIBRARY / ENTRY FIELDS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Martin Wehlou (Cactus) 72047,2444 MSG#:49726 ³ ³ What would be very useful is another two keyin template ³ ³ characters. One to allow entry of only numeric keys 0-9, or ³ ³ nothing. The other would allow 0-9, decimal point, plus and ³ ³ minus signs. I'd like to use these to enter numeric ³ ³ codes into string fields, which have to be sorted as ³ ³ accounts. ³ ³ The currently available '#' and '<' characters don't ³ ³ fill the bill, as they both adjust the entered number, or ³ ³ prefill it with zero's. Of course, the entry can be checked ³ ³ in the code and rejected if not numeric, but that's not ³ ³ half as elegant as having the right keyin template to ³ ³ begin with. ³ ³ -- Martin [Cactus Computing bvba - Belgium] ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3509 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/12/94 ³ ³ Reported In : 3006 RevisedDate : 1/12/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : APPLICATION / GLOBAL DATA ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Helmut J. Schwarzin 73140,2732 MSG#:49763 ³ ³ When trying to move a Queue field in Global memory in ³ ³ AppGen it won't move. It will move the fields inside the ³ ³ Queue Group but not the Queue group itself. ³ ³ From Greg_W: Suggestion: To be able to move the bottom or ³ ³ top of a Group or Queue over fields. Instead of moving ³ ³ the fields into the Group or Queue. ³ ³ Greg ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3510 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/12/94 ³ ³ Reported In : 3006 RevisedDate : 1/12/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LIBRARY / PROBLEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: DOUG ANDREWS 73740,2622 MSG#:49781 ³ ³ program ³ ³ num decimal(10,0) !happens with Decimal(11,0) also. ³ ³ code ³ ³ num = 9876543210 ³ ³ t" = format(num,@n_10) ³ ³ ask ³ ³ When I run this code (using 3006), I get a floating point ³ ³ error. The error occurs when the format is executed. If ³ ³ you change the format token to @n_11, it works OK. ³ ³ I tried it in both protect mode and dynalink. ³ ³ Thanks Doug Andrews ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3511 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : JD DateReported : 1/12/94 ³ ³ Reported In : 3007 RevisedDate : 1/14/94 ³ ³ Fixed In : Status : FIXED ³ ³ ³ ³ Section : REPORT WRITER / FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ When using Multi Up Columns... ³ ³ Although a Two Up Report prints just fine to CON, when ³ ³ printing to printer or a file it sends a CR/LF after each ³ ³ field on a line. ³ ³ Instead of: ³ ³ Rec1Field1 Rec2Field1 ³ ³ Rec1Field2 Rec2Field2 ³ ³ We get: ³ ³ Rec1Field1 ³ ³ Rec2Field1 ³ ³ Rec1Field2 ³ ³ Rec2Field2 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3513 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 1/12/94 ³ ³ Reported In : 3006 RevisedDate : 1/18/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : COMPILER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Name : Jeff Jones ³ ³ CIS User ID : 72144,3241 ³ ³ Phone : 201-413-5609 ³ ³ Fax : 201-413-5777 ³ ³ Description of Problem: ³ ³ ----------------------- ³ ³ Received following errors while compiling: ³ ³ (recovery.cla 5,18) Internal Error: ISL Error: 192 ³ ³ (recovery.cla 5,18) Internal Error: ISL Error: 193 ³ ³ I determined that the cause was the invlaid use of the ³ ³ OMITTED function. ³ ³ The source sample has a procedure with a prototype of: ³ ³ (file,,) ³ ³ In the procedure I used the following statement: ³ ³ if ~omitted(1) or ~omitted(2) ³ ³ If was the omitted(1) that causes this compiler error. ³ ³ The statement ³ ³ should of read: ³ ³ if ~omitted(2) or ~omitted(3) ³ ³ The enclosed source file is was created from my original ³ ³ .APP. It was used ³ ³ to isolate the problem. The offending procedure is ³ ³ RECOVERPROC. I have included the following files: ³ ³ RECOVERY.CLA ³ ³ RECOVERY.PR ³ ³ READ.ME ³ ³ RECOVERY.ERR ³ ³ If case it is not clear, I view this as an internal ³ ³ problemwith the compil The actual location of the problem ³ ³ is 810,7 not 5,18. Therefore I am looki for a fix to the ³ ³ compiler to properly handle this situation. ³ ³ see file 3513.zip ³ ³ proj 2922 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3515 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 1/12/94 ³ ³ Reported In : 3007b RevisedDate : 1/12/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : PROJECT MONITOR WINDOW ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The project monitor window is returning warning with ³ ³ dlst.cla in all models. If the dlst.cla program is ³ ³ compiled and run from the environment, it will return, ³ ³ 'cannot execute program'. If DLST.EXE is run from the DOS ³ ³ prompt it runs properly. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3516 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : GW DateReported : 1/13/94 ³ ³ Reported In : 3007 RevisedDate : 1/13/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : DOCUMENTATION / CLARION 3.0 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ LRM pg 11-13 has example using Clarion driver which has a ³ ³ dynamic index with a ascending and decending component. ³ ³ Decending components are not legal with the Clarion Driver. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3517 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/13/94 ³ ³ Reported In : 3006 RevisedDate : 1/13/94 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : HELP / CLARION ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Regis W Kern 72170,1767 MSG#:49932 ³ ³ Wanted to report that blotching (from the help system) is ³ ³ occurring in my application in both GUI and standard modes. ³ ³ By blotching, I mean the help window is not correctly ³ ³ removed from the screen when it is closed. You can refer ³ ³ to bug report 2179 which incorrectly states that this was ³ ³ fixed (I'm running 3006.) ³ ³ From Greg_W: I told him to upload an example. ³ ³ Also the system will hang under the following condition: ³ ³ Defining help, define a help id, and create the entry to ³ ³ saythat the name of the text file is the same as that of ³ ³ the .HLP file. I know it's a stupid thing to do anyway, ³ ³ but I'msure alot more people will make the same mistake ³ ³ (probably late in the day.) When the application is run ³ ³ and F1 is pressed for help on this mistake in the help ³ ³ file, the system hangs (press ctrl-break to get out). ³ ³ R&D: Have no clue what this is. Will wait for test file. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3518 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : JD DateReported : 1/13/94 ³ ³ Reported In : 3007 RevisedDate : 1/14/94 ³ ³ Fixed In : Status : FIXED ³ ³ ³ ³ Section : REPORT WRITER / FRONT END ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ When you Save As, instead of changing to the new .RWF, it ³ ³ remains in the original. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3519 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 1/13/94 ³ ³ Reported In : 3006 RevisedDate : 1/13/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The show statemend doe not require a row and col attribute ³ ³ according to the docs. If you don't include the row, col ³ ³ then nothing will print. No compile errors just doesn't ³ ³ print anything. See file 3519 ³ ³ digital solutions ³ ³ proj 2923 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3520 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/13/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Graphics Library ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ the graphics library demo program (demo.cla) has the ³ ³ following problems in protected mode with or without run ³ ³ time libraries, under os2: ³ ³ 1. Bar Graph Styles option - processor violation, xtrace ³ ³ 2. Fonts - super text character sets, cannot use up/dn ³ ³ arrow to scroll through fonts ³ ³ 3. Interactive graphing - upon return from graph you get a ³ ³ runtime halt, no open screen ³ ³ 4. Menus and Editing - processor violation, xtrace ³ ³ 5. Pie charts Pallette - shows lines all over the screen, ³ ³ not a pie chart. ³ ³ 6. Polar Graphs - processor violation, xtrace ³ ³ 7. Polylines and vectors - locks up ³ ³ 8. Shade and icon library - shows icons all over the screen ³ ³ 9. simple xy example and code - processor violation, xtrace ³ ³ 10. Statistics functions - processor violation, xtrace ³ ³ 11. Various graphs and charts - processor violation, xtrace ³ ³ 12. XY graphs and styles - processor violation ³ ³ MD: I do not own the graphics library. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3521 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/13/94 ³ ³ Reported In : 3007 RevisedDate : 1/19/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Graphics Library ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ in protected mode without run time libraries you get the ³ ³ following two compiler warnings: ³ ³ _dgemaincgm is duplicated ³ ³ _dgemainhrc is duplicated ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3522 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/13/94 ³ ³ Reported In : 3006 RevisedDate : 1/13/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : TEMPLATE / PULLDOWN - CLARION2.TPX ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: Rick Weiss 71764,1312 MSG#:50013 ³ ³ This is a report of a minor bug in the polldown template in ³ ³ 3006. ³ ³ If you select menu option X, and procedure X (called from ³ ³ menu option X) does a DISABLE(?X), a sticky menu will leave ³ ³ "X" selected and an ENTER key will still call procedure X ³ ³ even though it is disabled (greyed). ³ ³ I'm sure you have one or two more serious problems, but ³ ³ I thought I'd pass it along. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3523 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/14/94 ³ ³ Reported In : 3006 RevisedDate : 1/14/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : REPORT WRITER / RUNTIME ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Fm: German Rego 72616,3543 MSG#:50028 ³ ³ Report writer in 3006 does not work with btrieve dates. A ³ ³ filter such as ref:dat ref:date <> and assigning a CONSTANT ³ ³ DATE variable does nothing. A filter with a string ³ ³ expression works fine. what gives? will this be fixed in ³ ³ 3007? when is 3007 out? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3525 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : JD DateReported : 1/17/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : ReportWriter ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ From the Report Worksheet.... ³ ³ If you change to 43/50 display, the worksheet title and ³ ³ part of the border vanish. They are still gone if you ³ ³ change back. ³ ³ I tried this on both EGA and VGA monitors, with the same ³ ³ results. Also did not happen on other worksheets (Procedure ³ ³ worksheet, Data Dictionary worksheet, etc.) ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3526 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 1/17/94 ³ ³ Reported In : 3007 RevisedDate : 1/17/94 ³ ³ Fixed In : Status : PROBLEM ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ If I have more than one alrt on an entry field, only the ³ ³ last one will return true in an If keycode() = nkey then do ³ ³ something. ³ ³ see file 3526.zip ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3527 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/17/94 ³ ³ Reported In : 3007 RevisedDate : 1/18/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : PICTURE TOKEN ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ In the dictionary editor, a decimal field with 5 places 0 ³ ³ decimal defaults to a picture of @n7.0 which is one digit ³ ³ more than it can handle ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3528 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/17/94 ³ ³ Reported In : 3007 RevisedDate : 1/19/94 ³ ³ Fixed In : Status : Fixed ³ ³ ³ ³ Section : Dictionary ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Relationships -- you can not sucessfully define a many to ³ ³ one without having a key specified for the foriegn key. ³ ³ When you press enter then you just lock up and need to ³ ³ press ctrl-break. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3529 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 1/17/94 ³ ³ Reported In : 3007 RevisedDate : 1/18/94 ³ ³ Fixed In : Status : Fixed ³ ³ ³ ³ Section : CSHELL / DIRECTORY ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ In cshell, a sort by time give very strange results. Seems ³ ³ that anything after 4pm will sort at the top of the file ³ ³ followed by the correct sort starting at the beginning of ³ ³ the day. ³ ³ R&D: Strange one...fixed. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3530 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/17/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : 3008 Status : Fixed ³ ³ ³ ³ Section : Screen Formatter - Editor ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ A checkbox text appears by default with single quotes ³ ³ around it. Could we remove that for the user. ³ ³ R&D: Fixed - was happening in Populate mode. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3531 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/17/94 ³ ³ Reported In : 3007 RevisedDate : 1/19/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Compiler ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ I am not sure if this is a bug or if this was intended - In ³ ³ 2.1 you could declare eqautes and then use the equate in ³ ³ the file processing commands such as open(), set(), ³ ³ next(),.... ³ ³ In 3.0 this produces a compile error - "Invalid structure ³ ³ asfirst parameter" ³ ³ see example 3531.zip ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3532 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/17/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Language Library ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ the setpath() statement will return a path not found error ³ ³ if the path you are changing to contains an ending ³ ³ backslash. ³ ³ ex. setpath('c:\data\') ³ ³ this is used in the file template. a backslash is appended ³ ³ onto the current path in the beginning of the file template ³ ³ and at the end of the procedure a setpath() is done to ³ ³ change back to the starting directory. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3533 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/17/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : 3008 Status : Fixed ³ ³ ³ ³ Section : Editor ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ when in the editor hit ctrl-o choose 'save as' and then ³ ³ 'cancel'. This will blank out the Option Set. Now choose ³ ³ 'save'. you are able to save a blank option set. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3534 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BF DateReported : 1/17/94 ³ ³ Reported In : 3007 RevisedDate : 1/17/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : CSHELL / OPTIONS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Can we have a message line that shows the status of file ³ ³ mask displayed, especially "Programs Only". This will avoid ³ ³ confusion and eliminate the user having to access the ³ ³ Options Menu to view what files should be displayed. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3535 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BF DateReported : 1/17/94 ³ ³ Reported In : 3007 RevisedDate : 1/18/94 ³ ³ Fixed In : Status : Need/Info ³ ³ ³ ³ Section : CSHELL / FILE ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ If you tag a single file, then flip tags and delete all ³ ³ other files, the single file not tagged will not be ³ ³ displayed unless you force a directory update ³ ³ R&D: Can't dup over here. Need more info. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3536 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BF DateReported : 1/17/94 ³ ³ Reported In : 3007 RevisedDate : 1/19/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : General Environment ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ How about an option in the enviroment to Enable and/or ³ ³ Disable sticky pulldowns??? ³ ³ R&D: This means many of the ACCEPT loops in the system must ³ ³ be changed, and a global environment variable added. ³ ³ Major change. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3537 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/18/94 ³ ³ Reported In : 3007 RevisedDate : 1/18/94 ³ ³ Fixed In : Status : Fixed ³ ³ ³ ³ Section : SCREEN LIBRARY / ENTRY FIELDS ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ For a memo the ins attribute is ignored. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3538 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 1/18/94 ³ ³ Reported In : 3007 RevisedDate : 1/18/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : LANGUAGE / STATEMENT ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ If you do a restart in an idle procedure, you can no longer ³ ³ arm the idle procedure. see example file ³ ³ Cindy Cohen ³ ³ cs id 71477,3013 ³ ³ proj 2941 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3539 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/18/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : 3008 Status : Fixed ³ ³ ³ ³ Section : Screen Formatter - Editor ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ For a memo field, in real life the word wrap checkbox turns ³ ³ on the left attribute. But the left attribute is dimmed ³ ³ and off even when word wrap is on. This could be confusing ³ ³ to some. Maybe we could make left get turned on or ³ ³ something. ³ ³ R&D: Left Justify will now be checked is Word Wrap is on, ³ ³ but it will remain DIMmed. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3540 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/18/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : 3008 Status : Fixed ³ ³ ³ ³ Section : Screen Formatter - Editor ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ For an entry field, we have [as is, caps, upper]. As is, ³ ³ here means that if you do not use the others for this field ³ ³ we will not alter the way you type it. As is, is also ³ ³ being used to indicate that if you came to this screen in ³ ³ insert mode we will not change you out of insert mode. ³ ³ The first as is, says it will not change from field to ³ ³ field and the second says that if the previous was caps ³ ³ this one is not. ³ ³ Also I belive that the entry field properties in the ³ ³ dictionary editor have th AS is for caps and upper named to ³ ³ be Normal. I think this would be a better idea. ³ ³ As Is for upper and caps now says Normal. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3541 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/18/94 ³ ³ Reported In : 3007 RevisedDate : 1/18/94 ³ ³ Fixed In : 3008 Status : Fixed ³ ³ ³ ³ Section : APPLICATION / SCREEN FORMATTER ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Once you are in the list box formatter, left mouse click on ³ ³ the first row of the screen. You will see the normal ³ ³ pulldown with magenta border. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3542 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/18/94 ³ ³ Reported In : 3006 RevisedDate : 1/18/94 ³ ³ Fixed In : Status : Question ³ ³ ³ ³ Section : MEMORY MANAGER / EMM386 ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ #: 46911 S8/3.0 Support ³ ³ 14-Dec-93 11:54:27 ³ ³ Sb: EMS Memory ³ ³ Fm: Kerwin 74017,27 ³ ³ To: SysOp (X) ³ ³ I was running a CDD3 app that was rather sluggish until I ³ ³ changed the CONFIG.SYS 3MM386.EXE NOEMS. With EMM386 AUTO ³ ³ inthe AUTOEXEC.BAT (under DOS5). The App took off! I am ³ ³ almostat the point of putting others on this same App. ³ ³ Everyone with Extended memory has XMS enabled, no one has ³ ³ EMS enabled. Two points: 1) I thought I read in this ³ ³ forum that this memory scheme was going to be changed again. ³ ³ If so, when? 2) Why not just go with straight XMS? ³ ³ Pardon my ignorance. Your comments are much ³ ³ appreciated. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3543 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/18/94 ³ ³ Reported In : 3006 RevisedDate : 1/18/94 ³ ³ Fixed In : Status : Question ³ ³ ³ ³ Section : UNCLASSIFIABLE PROBLEM ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ #: 47203 S8/3.0 Support ³ ³ 15-Dec-93 16:22:23 ³ ³ Sb: Comm Lib 3005 'Call to . ³ ³ Fm: Les Isaacson 73160,371 ³ ³ To: All ³ ³ I can not get the comm library (3005) to work on CDD 3006. ³ ³ Comes up 'Call to Invalid or Uninitialized LEM' on calling ³ ³ aprocedure. Didn't see an upgrade for the comm lib around, ³ ³ soI assume the version difference is not it. The ³ ³ instructions on the disk seemed simple, does someone have an ³ ³ idea what I'm doing wrong? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3544 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : QA DateReported : 1/18/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Fixed ³ ³ ³ ³ Section : Report Formatter - Generator ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Given the following report structure: ³ ³ ====================Body=========================== ³ ³ Line1 w/ fields & text ³ ³ Line2 w/ fields & text ³ ³ Line4 w/ fields & text ³ ³ Line5 w/ fields & text ³ ³ ==================================================== ³ ³ If I place OVERPRINT NEXT on the Line1 the blank line ³ ³ following Line2 will disappear when I re-enter the Report ³ ³ formatter. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3545 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/18/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Pulldown Template ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ there is no help in the template help for the 'Keep ³ ³ pulldown active' prompt on the pulldown template ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3546 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CS DateReported : 1/18/94 ³ ³ Reported In : 3007 RevisedDate : 1/19/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Btrieve Driver ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ From Todd Seidel: ³ ³ Using a SKIP(file,-n) where n takes you before the ³ ³ beginning of the file, BOF() will not be properly set. ³ ³ I have requested a test file from the user. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3547 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/18/94 ³ ³ Reported In : 3007 RevisedDate : 1/19/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : Suggestion ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ a few users have suggested they would like the ablility to ³ ³ copy screens, pulldowns, reports, local data and formulas ³ ³ from one procedure to another ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3548 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/18/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Example Applications ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ in the ebrowse example the procedure br_names_locator is ³ ³ using the code_key key and doing a locator on name. ³ ³ Code_key is on based on the code and name fields. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3549 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : CT DateReported : 1/19/94 ³ ³ Reported In : 3007 RevisedDate : 1/19/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Dictionary ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Driver string in file properties will cause an xtrace if ³ ³ the string is approx. longer than 180 chars. ³ ³ CRT: This is due to the 255 line limit. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3550 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/20/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : 3008 Status : Fixed ³ ³ ³ ³ Section : Report Formatter - Generator ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Type in the following code in the editor, ³ ³ report report ³ ³ myheader header ³ ³ control('<12>') ³ ³ row(1,1) string('ABC') ³ ³ .. ³ ³ Now try to use the report formatter. You will xtrace. The ³ ³ formatter should be reporting some type of syntax error. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3551 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/20/94 ³ ³ Reported In : 3007 RevisedDate : 1/20/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : Generator ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ suggestion from end user ³ ³ in the formula generator when user is choosing a clarion ³ ³ function it would be nice to have a locator field for the ³ ³ function name instead of having to keep hitting page down ³ ³ to get to the correct one. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3552 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/20/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : API Library ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ IsAValidDrive() which is defined in getdir.inc is not ³ ³ included in the api docs. it should be included in ³ ³ both.inc and cla_lib.inc ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3553 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/20/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : Screen Formatter - Editor ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user would like the ability to comment a screen in the ³ ³ source code like 2.1 ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3554 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/20/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : Project System ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user would like the ship list to include the styles file if ³ ³ the app will be using one ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3555 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/20/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : Miscellaneous ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ user would like to suggest that the changes.doc file be ³ ³ renamed to chang06.doc, change07.doc so the old changes.doc ³ ³ file does not get overidden with the new one. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3556 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : PB DateReported : 1/20/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : Compiler ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ suggestion from user - ability to hide a field - HIDE() ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3557 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/21/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : General Environment ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ In the system setup/options, Three checkboxes; smooth ³ ³ mouse, graphical fonts, graphical intro. It appears that I ³ ³ should be able to arrow down to graphical intro but I ³ ³ cannot. Just a bit odd. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3558 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/21/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Pulldown Formatter - Editor ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ Right now you cannot move a menu from the left to the far ³ ³ right on the action bar. Could you allow this, please? The ³ ³ workaround is to move the menu to next to last then move ³ ³ the far right to the left one slot. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3559 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/21/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : General Environment ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The default colors for every thing except the pulldown is ³ ³ the same as the colors that were used in the templates. ³ ³ And, the default color for hot Selected is ugly,... ³ ³ personal opinion. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3561 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/21/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Screen Library ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ MIKE: This is the one that a double-click which completes a ³ ³ foreground dialog also completes a check-box, button, etc. ³ ³ at the mouse location when control returns to the calling ³ ³ dialog. VINCE. ³ ³ ----------------------------------------------------------- ³ ³ When I am on the screen for the browse templates Procedure ³ ³ Properties screen and I am choosing a range Limit field by ³ ³ double clicking on the field desired, If I happen to be ³ ³ above a checkbox on the properties screen it will get ³ ³ filled in after the field is selected for the limit field. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3562 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/21/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : Generator ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ When choosing a range limit field, is it posible to get a ³ ³ listing of just the fields of the acess key that was ³ ³ selected in the files pushbutton? ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3563 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/21/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Clarion Driver ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ If a file is not open and I use the RECORDS(file) of a ³ ³ clarion file, 37 is returned. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3567 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : TB DateReported : 1/21/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : 3008 Status : Fixed ³ ³ ³ ³ Section : General Environment ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ When loading an app on my machine that was created ³ ³ elsewhere, thereby having a path for the dictionary that is ³ ³ not on my machine I am informed of this problem with an ³ ³ error window. However, when I choose the arrow to get a ³ ³ picklist of the dictionaries to choose I am unnecessarily ³ ³ reminded that the path is not found. Sorry I know that is ³ ³ a bit picky, but I am just letting someone know. ³ ³ R&D: Someone fixed it and its OK to be picky! ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3570 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : BF DateReported : 1/21/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Problem ³ ³ ³ ³ Section : Misc. Templates ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ The File Template is changing directories after selecting a ³ ³ file in a directory different from the program directory. ³ ³ This can be a disaster if you are in a Form procedure with ³ ³ a record in memory. Clarion attempts to update the record ³ ³ to the different directory and returns a variety of file ³ ³ I/O errors. Current workaround is to use the SETPATH ³ ³ statement at the end of the procedure. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ C.D.D. 3.0 ProblemNumber : 3571 ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Reported By : DH DateReported : 1/21/94 ³ ³ Reported In : 3007 RevisedDate : 1/21/94 ³ ³ Fixed In : Status : Suggestion ³ ³ ³ ³ Section : GUI Library ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ ³ Problem Description ³ ³ ³ ³ One more is when making a field display only and it has a ³ ³ prompt attached to ³ ³ it, why allow that prompt to display as a underscored item ³ ³ as if you can select ³ ³ that item? I know that you can place a space ' City' and it ³ ³ shouldn't display ³ ³ it as a hot item on the screen, but still. :) It's ³ ³ disabled... It shouldn't ³ ³ have the underscore there in the first place. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ