Difference: APPX52BugFixes (1 vs. 14)

Revision 142013-11-21 - AlKalter

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Line: 114 to 114
 
  • Invalid HTML prevents Table Widget from displaying (#2819)
  • Updated versions of the DMO and 1EX application now include examples of using the new features.
  • Special Utility - A utility has been written to fix AUDTHIST files damaged by bug #2684. If an application's AUDTHIST file fails verification, you can try to recover the data by using Option 99 to run 0AD/00, UPDATE, AUDTHIST (FIX NULL RID) while in Application Design for that application.
Changed:
<
<
  • ** Experimental new feature - Need a way to return immediately to a previous process (#2806) (See .UTIL MARK SET and .UTIL MARK REWIND )
  • ** Experimental new feature - A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
>
>
  • ** Experimental new feature - Need a way to return immediately to a previous process (#2806) (See .UTIL MARK SET and .UTIL MARK REWIND )
  • ** Experimental new feature - A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
 

APPX 5.2.6 Patch Bug Fixes

Line: 144 to 144
 The internal pointers that Appx uses in the Appx I/O files are only 32 bits in length. This limits file sizes to 2**32-1 bytes, or approximately 4 Gig. A new file type has been added that uses 64 bit pointers, increasing the file size to 2**64-1 bytes, or approximately 16 exabytes (16 billion gigabytes). Because of the internal differences in the file formats, you must export any existing data, then change the FMS type to '9', then import the data with the 'Replace' option. This will initialize the file in the new format and import the data.

Background Color for Scroll Regions

Changed:
<
<
You can now control the background color of scrolling regions. There are two new client properties that control the background color and and two new properties to control the the record selector color.
>
>
You can now control the background color of scrolling regions. There are two new client properties that control the background color and two new properties to control the record selector color.
  colorScrollBg = background color for scrolling region.
colorScrollBgActive = background color for active scrolling region
colorScrollSelectActive = record selector outline on active record
colorScrollSelectOther = record selector outline on non-active record
Line: 157 to 157
 
Changed:
<
<
** Experimental features are introduced in a patch release to get customer feedback. Be aware that final implementation may change based on the feedback we receive.
>
>
** Experimental features are introduced in a patch release to get customer feedback. Be aware that final implementation may change based on the feedback we receive.
  -- JoeOrtagus - 2013-04-18

Revision 132013-11-20 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Line: 114 to 114
 
  • Invalid HTML prevents Table Widget from displaying (#2819)
  • Updated versions of the DMO and 1EX application now include examples of using the new features.
  • Special Utility - A utility has been written to fix AUDTHIST files damaged by bug #2684. If an application's AUDTHIST file fails verification, you can try to recover the data by using Option 99 to run 0AD/00, UPDATE, AUDTHIST (FIX NULL RID) while in Application Design for that application.
Changed:
<
<
  • ** Experimental new feature - Need a way to return immediately to a previous process (#2806) (See .UTIL MARK SET and .UTIL MARK REWIND )
  • ** Experimental new feature - A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
** Experimental features are introduced in a patch release to get customer feedback. Be aware that final implementation may change based on the feedback we receive.
>
>
  • ** Experimental new feature - Need a way to return immediately to a previous process (#2806) (See .UTIL MARK SET and .UTIL MARK REWIND )
  • ** Experimental new feature - A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
 
Added:
>
>

APPX 5.2.6 Patch Bug Fixes

Following is a list of bugs that were fixed in Appx patch release 5.2.6, released Wednesday, November 20, 2013 . The bug number, from APPX Bug Tracker (SIRID) is in parenthesis.

** Experimental Features

3 new experimental features have been added in this patch release.

Large File Support

The internal pointers that Appx uses in the Appx I/O files are only 32 bits in length. This limits file sizes to 2**32-1 bytes, or approximately 4 Gig. A new file type has been added that uses 64 bit pointers, increasing the file size to 2**64-1 bytes, or approximately 16 exabytes (16 billion gigabytes). Because of the internal differences in the file formats, you must export any existing data, then change the FMS type to '9', then import the data with the 'Replace' option. This will initialize the file in the new format and import the data.

Background Color for Scroll Regions

You can now control the background color of scrolling regions. There are two new client properties that control the background color and and two new properties to control the the record selector color.

colorScrollBg = background color for scrolling region.
colorScrollBgActive = background color for active scrolling region
colorScrollSelectActive = record selector outline on active record
colorScrollSelectOther = record selector outline on non-active record

 
Added:
>
>
Background Color for focused fields

You can now set a background color for the field that has the focus. This makes it easier for the user to see which field has the focus. The client property is colorFocusedFieldBg.

Note: The client accepts colors in the usual #rrggbb notation, and also accepts the following color names: black, blue, cyan, darkGray, gray, green, lightGray, magenta, orange, pink, red, white and yellow. The names are case sensitive and if incorrect the client will default to orange.

** Experimental features are introduced in a patch release to get customer feedback. Be aware that final implementation may change based on the feedback we receive.

 -- JoeOrtagus - 2013-04-18

Revision 122013-07-01 - AlKalter

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Line: 72 to 72
 
  • Table widget is not disable by popup (#2773)

APPX 5.2.5 Patch Bug Fixes

Changed:
<
<
Following is a list of bugs that were fixed in Appx patch release 5.2.5, , released Friday June 28, 2013. The bug number, from APPX Bug Tracker (SIRID) is in parenthesis.
>
>
Following is a list of bugs that were fixed in Appx patch release 5.2.5, , released Friday June 28, 2013 . The bug number, from APPX Bug Tracker (SIRID) is in parenthesis.
 
Line: 108 to 108
 
  • New Record selection/Sort Order screens don't use MESSAGE (#2799)
  • Option 6 from Images creates corrupt image widget (#2800)
  • Print on Screen Image (#2803)
Deleted:
<
<
 
  • DLU on TAB OUT does not set AA flag (#2807)
Deleted:
<
<
  • ** Experimental new feature - A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
 
  • Input fields beyond column 128 are not working (#2808)
  • Variable window size misbehaves after TRAP statement (#2810)
  • Invalid HTML prevents Table Widget from displaying (#2819)
  • Updated versions of the DMO and 1EX application now include examples of using the new features.
Changed:
<
<
  • A utility has been written to fix AUDTHIST files damaged by bug #2684. If an application's AUDTHIST file fails verification, you can try to recover the data by using Option 99 to run 0AD/00, UPDATE, AUDTHIST (FIX NULL RID) while in Application Design for that application.
>
>
  • Special Utility - A utility has been written to fix AUDTHIST files damaged by bug #2684. If an application's AUDTHIST file fails verification, you can try to recover the data by using Option 99 to run 0AD/00, UPDATE, AUDTHIST (FIX NULL RID) while in Application Design for that application.
  • ** Experimental new feature - Need a way to return immediately to a previous process (#2806) (See .UTIL MARK SET and .UTIL MARK REWIND )
  • ** Experimental new feature - A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
 ** Experimental features are introduced in a patch release to get customer feedback. Be aware that final implementation may change based on the feedback we receive.

Revision 112013-06-28 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Line: 72 to 72
 
  • Table widget is not disable by popup (#2773)

APPX 5.2.5 Patch Bug Fixes

Changed:
<
<
Following is a list of bugs that were fixed in Appx patch release 5.2.5, currently in Beta testing. The bug number, from APPX Bug Tracker (SIRID) is in parenthesis.
>
>
Following is a list of bugs that were fixed in Appx patch release 5.2.5, , released Friday June 28, 2013. The bug number, from APPX Bug Tracker (SIRID) is in parenthesis.
 

Revision 102013-06-11 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Line: 113 to 113
 
  • ** Experimental new feature - A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
  • Input fields beyond column 128 are not working (#2808)
  • Variable window size misbehaves after TRAP statement (#2810)
Added:
>
>
  • Invalid HTML prevents Table Widget from displaying (#2819)
 
  • Updated versions of the DMO and 1EX application now include examples of using the new features.
  • A utility has been written to fix AUDTHIST files damaged by bug #2684. If an application's AUDTHIST file fails verification, you can try to recover the data by using Option 99 to run 0AD/00, UPDATE, AUDTHIST (FIX NULL RID) while in Application Design for that application.
** Experimental features are introduced in a patch release to get customer feedback. Be aware that final implementation may change based on the feedback we receive.

Revision 92013-06-10 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Line: 108 to 108
 
  • New Record selection/Sort Order screens don't use MESSAGE (#2799)
  • Option 6 from Images creates corrupt image widget (#2800)
  • Print on Screen Image (#2803)
Changed:
<
<
>
>
 
  • DLU on TAB OUT does not set AA flag (#2807)
Changed:
<
<
  • ** Experimental new feature - A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
>
>
  • ** Experimental new feature - A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
 
  • Input fields beyond column 128 are not working (#2808)
  • Variable window size misbehaves after TRAP statement (#2810)
  • Updated versions of the DMO and 1EX application now include examples of using the new features.
Added:
>
>
  • A utility has been written to fix AUDTHIST files damaged by bug #2684. If an application's AUDTHIST file fails verification, you can try to recover the data by using Option 99 to run 0AD/00, UPDATE, AUDTHIST (FIX NULL RID) while in Application Design for that application.
 ** Experimental features are introduced in a patch release to get customer feedback. Be aware that final implementation may change based on the feedback we receive.

Revision 82013-06-06 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Line: 101 to 101
 
  • Security Management Crashes (#2781)
  • New DLU on Tab Out does not report error (#2782)
  • Design Xfer API C-asserts or seg faults (#2789)
Added:
>
>
  • Field Cross Reference Misses Group Trailer fields (#2790)
 
  • RBS Import/export (#2792)
  • Orphan records in SECACL (#2795)
  • .CLIENT SET/GET CLIPBOARD (#2797)
  • New Record selection/Sort Order screens don't use MESSAGE (#2799)
  • Option 6 from Images creates corrupt image widget (#2800)
  • Print on Screen Image (#2803)
Changed:
<
<
>
>
 
  • DLU on TAB OUT does not set AA flag (#2807)
Changed:
<
<
  • A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
>
>
  • ** Experimental new feature - A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
 
  • Input fields beyond column 128 are not working (#2808)
  • Variable window size misbehaves after TRAP statement (#2810)
  • Updated versions of the DMO and 1EX application now include examples of using the new features.
Added:
>
>
** Experimental features are introduced in a patch release to get customer feedback. Be aware that final implementation may change based on the feedback we receive.
 

-- JoeOrtagus - 2013-04-18 \ No newline at end of file

Revision 72013-06-04 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Line: 72 to 72
 
  • Table widget is not disable by popup (#2773)

APPX 5.2.5 Patch Bug Fixes

Changed:
<
<
Following is a list of bugs that were fixed in Appx patch release 5.2.5, currently in Alpha testing. The bug number, from APPX Bug Tracker (SIRID) is in parenthesis.
>
>
Following is a list of bugs that were fixed in Appx patch release 5.2.5, currently in Beta testing. The bug number, from APPX Bug Tracker (SIRID) is in parenthesis.
 

Revision 62013-06-03 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Line: 106 to 107
 
  • New Record selection/Sort Order screens don't use MESSAGE (#2799)
  • Option 6 from Images creates corrupt image widget (#2800)
  • Print on Screen Image (#2803)
Deleted:
<
<
  • Oracle interface crashes if END AT defined without BEG AT (Not fixed yet) (#2805)
 
  • Need a way to return immediately to a previous process (#2806) (See .UTIL MARK SET and .UTIL MARK REWIND )
  • DLU on TAB OUT does not set AA flag (#2807)
  • A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
  • Input fields beyond column 128 are not working (#2808)
  • Variable window size misbehaves after TRAP statement (#2810)
Added:
>
>
  • Updated versions of the DMO and 1EX application now include examples of using the new features.
 

-- JoeOrtagus - 2013-04-18

Revision 52013-05-29 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Line: 112 to 111
 
  • DLU on TAB OUT does not set AA flag (#2807)
  • A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
  • Input fields beyond column 128 are not working (#2808)
Added:
>
>
  • Variable window size misbehaves after TRAP statement (#2810)
 

-- JoeOrtagus - 2013-04-18

Revision 42013-05-29 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Line: 110 to 110
 
  • Oracle interface crashes if END AT defined without BEG AT (Not fixed yet) (#2805)
  • Need a way to return immediately to a previous process (#2806) (See .UTIL MARK SET and .UTIL MARK REWIND )
  • DLU on TAB OUT does not set AA flag (#2807)
Added:
>
>
  • A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
  • Input fields beyond column 128 are not working (#2808)
 

-- JoeOrtagus - 2013-04-18

Revision 32013-05-28 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Line: 70 to 70
 
  • Widgets become Drag & Drop targets spontaneously (#2769)
  • Bad Reg No C-assert, screen display issues (#2770)
  • Table widget is not disable by popup (#2773)
Added:
>
>

APPX 5.2.5 Patch Bug Fixes

Following is a list of bugs that were fixed in Appx patch release 5.2.5, currently in Alpha testing. The bug number, from APPX Bug Tracker (SIRID) is in parenthesis.

  • Delete Key Behaves as 'Cut' (#1070)
  • Restructure doesn't copy large files from Newdata to Data (#2609)
  • Table widget default scaling not 100% (#2639)
  • Navigation keys don't work within a table widget (#2647)
  • Renumbered message no longer displays (#2669)
  • Lines don't appear on PDF images w/suppress trailing blanks (#2674)
  • Table widget column headings are mis-positioned (#2697)
  • TAB OUT overrides other options (#2703)
  • Status screen - message line no color (#2711)
  • MESSAGE/WARNING/ERROR commands don't work in MENUs (#2715)
  • Support evince PDF viewer on Linux desktops (#2716)
  • mainWindowScrollPane causes inputs to behave differently (#2720)
  • Scroll screen and filters, selections (#2725)
  • Background session fails to run (#2729)
  • Monitor displays incorrect Last Chg time (#2730)
  • SCAN does not trigger VALUE CHANGED (#2749)
  • APPX crashes when scanning token fields after paste (#2771)
  • ADC doesn't center properly (#2772)
  • Appx Authentication does not work on Solaris (#2774)
  • @SLL (Set Local List) causes values to not display (#2775)
  • Password visible when using --- .CLIENT LOAD URL and $newsession: or Alt-F1 (#2776)
  • Listbox that fires option fills data into another field (#2778)
  • Security Management Crashes (#2781)
  • New DLU on Tab Out does not report error (#2782)
  • Design Xfer API C-asserts or seg faults (#2789)
  • RBS Import/export (#2792)
  • Orphan records in SECACL (#2795)
  • .CLIENT SET/GET CLIPBOARD (#2797)
  • New Record selection/Sort Order screens don't use MESSAGE (#2799)
  • Option 6 from Images creates corrupt image widget (#2800)
  • Print on Screen Image (#2803)
  • Oracle interface crashes if END AT defined without BEG AT (Not fixed yet) (#2805)
  • Need a way to return immediately to a previous process (#2806) (See .UTIL MARK SET and .UTIL MARK REWIND )
  • DLU on TAB OUT does not set AA flag (#2807)
 -- JoeOrtagus - 2013-04-18

Revision 22013-04-18 - JoeOrtagus

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Line: 45 to 45
 
  • General Stability (#2739)
  • Token Fields get lost when rewriting SQL Server (#2741)
  • CNV TEXT sometimes throws compile error (#2742)
Changed:
<
<
-- ChrisBrower - 2013-04-07
>
>

APPX 5.2.4 Patch Bug Fixes

Following is a list of bugs that were fixed in Appx patch release 5.2.4, released Thursday April 18, 2013. The bug number, from APPX Bug Tracker (SIRID) is in parenthesis.

  • Delete Key Behaves as 'Cut' (#1070)
  • Cursor positioning incorrect in Table Widget field spec (#2670)
  • button (#2671)
  • table widget (#2699)
  • PUSH statement causes query to crash (#2700)
  • Outputs don't respect RBS (#2704)
  • RBS (#2705)
  • Convert problem with .CLIENT UPLOAD FILE (#2708)
  • Login Manager - Log File (#2709)
  • Query Selection Expression - not highlighted (#2712)
  • Support evince PDF viewer on Linux desktops (#2716)
  • Audit Logging - record buffers (#2717)
  • Table widgets causes crash (#2722)
  • Setting new Hold Type does not turn on AA indicator (#2733)
  • General Stability (#2739)
  • Excessive Memory Usage (#2740)
  • Scan on field - includes paths marked as Not include (#2748)
  • NSCAN throws C-Assert (#2753)
  • Widgets become Drag & Drop targets spontaneously (#2769)
  • Bad Reg No C-assert, screen display issues (#2770)
  • Table widget is not disable by popup (#2773)
-- JoeOrtagus - 2013-04-18

Revision 12013-04-07 - ChrisBrower

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Following is a list of bugs that were fixed in Appx patch release 5.2.1. The bug number, from APPX Bug Tracker (SIRID) is in parenthesis.

  • Back Tab does not work from text area widget (#2632)
  • Unable to map § as option key (#2660)
  • Hold Type 4 provides wrong records from query (#2665)
  • READ w/Hold=4 causes subsequent READNEXTs to fail (#2666)
  • Table Source ignores Alternate Key specification (#2672)
  • Problem running Create Files from Related Application (#2675)
  • ALTERNATE IMAGE NUMBER = 0 on scroller breaks continuation frame (#2676)
  • Queries that select no records seg fault (#2677)
  • SQL Server 2012 and FASTFIRSTROW failure (#2678)
  • .UTIL wrong sharing type for result status fields (#2679)
  • Apply Patch / Design Transfer All broken (#2680)
  • Pressing F10 in input with not PCF causes memory crash (#2682)
  • 0AD AUDTHIST File corrupt (#2684)
  • Memory corruption after editing token domain (#2685)
  • APPX 5.2 install needs to create Tmpdata directory (#2689)
  • Restructure of APPXIO files fails (#2690)

APPX 5.2.2 Patch Bug Fixes

Following is a list of bugs that were fixed in Appx patch release 5.2.2. The bug number, from APPX Bug Tracker (SIRID) is in parenthesis.

  • Can't add token field and token values (#2691)
  • APPX Monitor prevents APPX execution on HP and Sun (#2692)
  • Sessions crash after drill down from Create EMs (#2693)
  • Appx opens too many files (#2694)
  • SLCTKEYS corrupt key on Risc platforms (#2696)

APPX 5.2.3 Patch Bug Fixes

Following is a list of bugs that were fixed in Appx patch release 5.2.3. The bug number, from APPX Bug Tracker (SIRID) is in parenthesis.

  • Table Source ignores Alternate Key specification (#2672)
  • SQL Server 2012 and FASTFIRSTROW failure (#2678)
  • Apply Patch / Design Transfer All broken (#2680)
  • APPX 5.2 install needs to create Tmpdata directory (#2689)
  • Set OPTION = REDISPLAY in Option Intercept executes child process (#2735)
  • Appx/Linux does not create appx.stk files (#2736)
  • Deleting parent records in child causes problems. (#2737)
  • Need extra logging for engine crash (#2738)
  • General Stability (#2739)
  • Token Fields get lost when rewriting SQL Server (#2741)
  • CNV TEXT sometimes throws compile error (#2742)
-- ChrisBrower - 2013-04-07
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback