I would like to be able to audit the use of some ,000\\\’s of components by writing a record to the DB each time the component is initialised. The best way I can think of to do this is to manually create or modify an INIT operation in each component (after checking them out of source control and then putting them back again)
All posts by AyeJayUU
Debugger option to inspect all fields in an entity
It is possible to use the debugger browser to inspect each field value for an entity. It would be nicer to be able to see all fields at once in a val=rep list
delitem into a target
instead of: getitem vTarget, vList, -1 delitem vList, -1 have just: delitem vTarget, vList, -1 or (if necessary for backwards compatibilty) delitem vList, -1, vTarget
Ability to change order of menu items
Seems odd that there is no way to change the order of menu items except doing it the hard way with SQL. It ought to be easy to either move the items up or down or at least duplicate an item at a new position in the menu
Context specific help to re-use open ulibrary.chm
Context specific help is great but each time you hit F1 it opens a new session of the ulibrary.chm. It would be better to just focus on the new topic in an already opened ulibrary.chm