提供7*24专业Sybase数据库远程及现场技术支持,Sybase ASE及Sybase SQL Anywhere数据库修复服务,
请联系电话: (微信),QQ: 289965371!
We supply technical support for Sybase ASE and Sybase SQL Anywhere, also have many years of experience in recovering data from damanged Sybase devices.
Please contact us:
Phone:
Wechat: 13811580958
QQ: 289965371 联系我们获取数据库技术支持!
Email: 289965371@qq.com
扫描下方微信,联系我们:
扫描雨翰数据恢复官方微信获取专业数据库恢复服务

 

随着Sybase被完全整合到SAP下,Sybase原来的支持网站被SAP Support Portal取代。
只有购买了SAP服务的用户才能使用账号登录SAP Support Portal进行介质下载、补丁升级、报Incident等。
考虑到Sybase数据库的初学者或者没有购买原厂服务的Sybase客户情况,现提供SAP ASE/IQ/RS/SDK/SQL Anywhere/PB等产品的BUG信息。
在SAP Support Portal网站或者google上搜索Targeted CR List for ASE,可以看到针对不同版本的CR(CR表示Change Request)简单描述信息列表。
需要注意的是:Targeted CR List for ASE列出的CR虽然绝大多数是BUG,但有一些是更改需求。
以下提供SAP ASE/IQ/RS/SDK/SQL Anywhere/PB等产品的BUG信息!

如有问题,请联系我!

QQ :289965371 联系我们获取数据库技术支持!
Email:
不仅仅包括BUG的详细描述信息,还包括首次报告BUG的平台、数据库版本以及BUG修复历史过程;有些BUG还提供了Workaround来临时解决该BUG带来问题。

 

CR:155929
CR Number:   155929
Product Name:   PB Enterprise
Product Component:   DW Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.01
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
PB 5.1 - Build 086 - The creation of a DataStore causes an Assertion Failure.



To reproduce:



1. Run the application associated with this bug #, located in the ptfiles directory.

2. Click "OK" on the MessageBox.



Assertion Failure occurs:



rtStatus != RT_EXEC_SUCCESS

In rtPcodeExec,

file rtevthnd.cpp, line 1290



NOTE:

I believe the assertion failure occurs on the line: my_ds = CREATE datastore.

Looking at this in the debugger causes a hang on this line. Running the app. causes the Assert.



CR:155930
CR Number:   155930
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
Visible attribute setting effects behavior of tabbing through datawindow. Second time you tab to the dw control you cannot tab to any other column. First time through works okay.



CR:155932
CR Number:   155932
Product Name:   PB Enterprise
Product Component:   Window Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
The edit mask control has an incorrect leap year after 1996. It thinks that the next leap years are in the years 2002, 2006, 2012, 2016, 2022 etc...



CR:155938
CR Number:   155938
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
09 Dec 1998 Fixed
Description
In the open event, calling the getchild function against a composite dw containing more than 1 child dw results on a window which cannot be closed





2/13/98: UPDATE:

Issue number 421343 is a dupe of this issue. In that case, the code is in a clicked event of a button. There is an easy workaround. Here is the code that breaks and the workaround code:

CODE THAT BREAKS:

long ll_row

datawindowchild ldwc_1, ldwc_2

ll_row = dw_1.GetChild('rep_1', ldwc_1)

ll_row = dw_1.GetChild('rep_2', ldwc_2)

ldwc_1.SetTransObject(SQLCA)

ldwc_1.Retrieve(100)

ldwc_2.SetTransObject(SQLCA)

ldwc_2.Retrieve(102)



WORKAROUND: MOVE THE 2ND GETCHILD CALL:

long ll_row

datawindowchild ldwc_1, ldwc_2

ll_row = dw_2.GetChild('rep_1', ldwc_1)

ldwc_1.SetTransObject(SQLCA)

ldwc_1.Retrieve(100)

ll_row = dw_2.GetChild('rep_2', ldwc_2)

ldwc_2.SetTransObject(SQLCA)

ldwc_2.Retrieve(102)



CR:155941
CR Number:   155941
Product Name:   PB Enterprise
Product Component:   Library Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
OLE Information not saved in library export/import or by source control vendor interfaces. You lose all the data and the connection to the OLE server (for example Word won't fire up when you doubleclick). When trying to re-save a window with this problem you get the following message:



"Save of OLE Binary information failed. Object must be re-saved to preserve it"



CR:155945
CR Number:   155945
Product Name:   PB Enterprise
Product Component:   Window Painter
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
ListView property 'ButtonHeader' doesn't work.



CR:155950
CR Number:   155950
Product Name:   PB Enterprise
Product Component:   Language - Runtime
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Dynamic event call with datastore as argument. Event which is called in turn issues a dynamic event call, forwarding the datastore passed in as it's argument. GPF on the attempt to post the call.



CR:155951
CR Number:   155951
Product Name:   PB Enterprise
Product Component:   DW Display
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
7.0.00 EBF1 7003 30 Jul 1999 Fixed
Description
Computed fields containing CumulativeSum(col for page) or Sum(col for page) shows either nothing or 0 if the report is contained in a composite. It works correctly if previewed individually.



CR:155956
CR Number:   155956
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Nested datawindows containing filters only work for the first master row of the parent datawindow. All other master rows do not invoke the nested datawindow filter so you end up with a complete child datawindow result set for nests 2-N. Sorts on the nested datawindows seem to work fine for all master rows.



CR:155957
CR Number:   155957
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
****This only happens on a WIN 3.1 machine****

Run application, open window with datawindow and display data. Click command button to SaveAS() .psr (powersoft report) but the report does not get created and a -1 is returned.

Also cannot do Save Rows As....to a .psr in the dw painter, error: Save Rows As Failed



message displays.



NOT A BUG: You need to run "dos\share.exe" for Win 3.1 to save PSR's. It's some requirement of OLE2 runtime(s). Add c:\dos\share.exe to autoexec.bat file.



CR:155958
CR Number:   155958
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Composite datawindow with nested. Getchild and retrieve of nested fails on the second retrieve - GPF in PBSHR050.DLL.



CR:155959
CR Number:   155959
Product Name:   PB Enterprise
Product Component:   Help
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
If color scheme is in high black contrast (black background, white text), PB HELP topics cannot be seen at all in 16bit, 32bit only some topics.



CR:155964
CR Number:   155964
Product Name:   PB Enterprise
Product Component:   Window Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
13 Aug 1998 Presently Not Targeted For Any Future Release Of This Product
Description
After calling CopyRTF() function , the cursor is positionned at the beginning of the source RTE control. After calling PasteRTF() function, the cursor is also positionned at the beginning of the target RTE control if the wordwrap option is set to true.

See PB Product Management Support Statement : PowerBuilder Rich Text Support
http://techinfo.sybase.com/css/techinfo.nsf/DocID/ID=47864



CR:155968
CR Number:   155968
Product Name:   PB Enterprise
Product Component:   Language - Compiler
Status:   Closed
OS:   MS Windows NT 3.51
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
declaring an instance variable of type constant string in a user object when that variable is referenced within a function of another object, a gpf occurs. Specifically if you try to concatenate it with another string in the script of a command button on a window. If you declare a local var of type string and set it to the value of the constant string in the userobject, you can get the value and reference it that way.



CR:155969
CR Number:   155969
Product Name:   PB Enterprise
Product Component:   PB GUI
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.01
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
At runtime, the client area of the MDI Frame window is painting over the Frame toolbar.



CR:155970
CR Number:   155970
Product Name:   PB Enterprise
Product Component:   SQL Painter
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
7.0.00 1008 22 Apr 1999 Not reproducible with latest version of the product available as of Resolution Date
Description
In the dw painter go to the sql painter, Go to Option , Then Show: turn off data type, labels and comments, convert to syntax back to option convert to graphics go back to show and there will be a check mark by data type and labels. Click again they will reset



CR:155974
CR Number:   155974
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   6.0.00
Fixed Version Build Resolution Date Closure Code (If Appropriate)
6.5.00 04 Nov 1998 Duplicate
Description
Setting dw_1.vscrollbar=true and dw_1.hscrollbar=true in script results in two vertical scrollbars displaying on dw control. If you code only one statement or the other, you either get only 1 vscrollbar or none, depending upon the dw control property setting.



If you code only dw_1.vscrollbar=true and comment out dw_1.hscrollbar=true, then you only get one vertical scrollbar.



CR:155975
CR Number:   155975
Product Name:   PB Enterprise
Product Component:   Menus - Runtime
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Creation of a menu in a global function is giving GPF in PBRTE050.DLL.



m_dynamic mi_dynamic

mi_dynamic = create m_dynamic

destroy mi_dynamic



Dies on the create.



PER DEVELOPMENT:

Cannot recreate using 6.0



CR:155976
CR Number:   155976
Product Name:   PB Enterprise
Product Component:   DB Oracle
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   6.0.00
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
Problem: On an insert from a datawindow, columns that have not been populated are not included in insert statements when DisableBind=1. However, if DisableBind=0, NULL values are sent as column values. This forces customers to use the inefficient DiableBind=1 in order to take advantage of default values specified in the table definitions.



CR:155982
CR Number:   155982
Product Name:   PB Enterprise
Product Component:   DB ODBC
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   6.0.00
Fixed Version Build Resolution Date Closure Code (If Appropriate)
6.0.00 19 May 1998 Fixed
Description
***This only happens with 5.0.0x 32bit - MS SQLServer 6.5 (ODBC)***

Assigning an Edit style of type DDDW to a column in the dw painter, as soon as you select a name from the NAME ddlb it gpfs:



5.0 Module <unknown>@0000:004e6aa3

5.0.01 PBSHR050.DLL@0137:111257a5

5.0.02 PBSHR050.DLL@0137:11125300

5.0.03_1 PBSHR050.DLL@0137:11125500



Used ODBC driver version 2.50.0121 & 2.65.021 with same error resulting. Tested with native db driver MSS, no gpf.



CR:155989
CR Number:   155989
Product Name:   PB Enterprise
Product Component:   Language - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
6.0.00 07 Jul 1998 Fixed
Description
****PB 5.0.0x 16bit ONLY ****

Has an instantiated nvo that calls a uf that calls another uf. The second uf concatenates a string within a FOR/NEXT loop. If string is larger than 4100 characters it results in memory being drained and system locks up.



CR:155995
CR Number:   155995
Product Name:   PB Enterprise
Product Component:   PB GUI
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
7.0.00 19 Dec 2000 Fixed
Description
ISUG Enhancement Request e15_080:



Support GIF and/or JPEG images natively.
Review Status
 Reviewed by PB Engineering - ISUG Rating:

"C" in Current products.



CR:155996
CR Number:   155996
Product Name:   PB Enterprise
Product Component:   Window Painter
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
Enhancement. Would like TIFF (TIF) support in the product. GIF support and animated GIFs were added in 7.0



CR:156002
CR Number:   156002
Product Name:   PB Enterprise
Product Component:   Language - Runtime
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
7.0.00 26 Apr 1999 Fixed
Description
RegistryDelete does not behave as documented for NT 3.51 and NT 4.0. Works for Win95. If the second argument is empty string, doc says that the key and all subkeys will be deleted. This happens on Win95, but for NT, subkeys must be explicitly deleted before the parent key. RegistryDelete with an empty string second argument returns -1 if there are subkeys present when on NT.



WORKAROUND:

Explicitly delete all subkeys before deleting the parent key.



CR:156005
CR Number:   156005
Product Name:   PB Enterprise
Product Component:   Window Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
32 bit PB 5.0.02. PasteRTF GPF's in PBRTE050.DLL at 0137 00c78028 or 00b38028 and in NT 3.51 at 0x006a8028. It does not GPF in 16 bit PB 5.0.02.



CR:156006
CR Number:   156006
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.04
Fixed Version Build Resolution Date Closure Code (If Appropriate)
7.0.00 Beta 3 04 Nov 1998 Not reproducible with latest version of the product available as of Resolution Date
Description
Crosstab report hangs after retrieval in InfoMaker exe when running 16 bit under WFW 3.11 and as a 16 bit executable under NT 4.0. The sheet titlebar becomes inactive. This is really a Powerbuilder issue with Crosstabs that have Settransobject/Retrieve in the open event of the sheet.

The code looks something like:


dw_report.DataObject = "d_crosstab"
dw_report.SetTransObject (sqlca)
dw_report.Retrieve ()

It's almost like it doesn't have time to recover from the dataobject assignment before the retrieve happens. If you use postevent for the retrieve() - outside the open, it retrieves fine. It is also fine if you hardcode the dataobject to the datawindow control and take out the dataobject assignment. Again, this is a 16 bit only problem - also in 6.0.01

If you make the datawindow control invisible (so it doesn't have to paint it) you don't have to post the retrieve() so it's something to do with painting and retrieving.

For InfoMaker users, this is built into PBTYP050.DLL in 5.0. In 6.0, you can edit IMSTYLE6.PBL with Powerbuilder and change the open event of w_pbstyle_report and use Postevent() for the retrieve().

July 8, 1998 - Product Support
This appears to be a duplicate of anther bug fixed recently in Change Request 157123 - fixed in 6.0.01 (6.5)



CR:156007
CR Number:   156007
Product Name:   PB Enterprise
Product Component:   Window Painter
Status:   Closed
OS:   Solaris 2.5.1
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
Solaris - In the Window painter, after switching into Tab Order mode, either by clicking on the Tab Order icon or selecting Design/Tab Order from the menu, the wrong menu item is enabled after all the other menu items are disabled.



The Design menu item should be enabled, but the Declare menu item is enabled instead.



The only way to get out of Tab Order mode it to click on the Tab Order toolbar icon. You cannot get out of Tab Order Mode from the menu system.



CR:156008
CR Number:   156008
Product Name:   PB Enterprise
Product Component:   DW Rich Text
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
05 Jan 1999 Duplicate
Description
The RemoveLine property of the rtf presentation style is not working



CR:156009
CR Number:   156009
Product Name:   PB Enterprise
Product Component:   Language - Runtime
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Limit of arrays is not checked correctly when passing a bounded array by ref to a function taking an unbounded array as argument.



CR:156010
CR Number:   156010
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.04
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
Group headers/trailers are not accessible using the dot notation.



CR:156021
CR Number:   156021
Product Name:   PB Enterprise
Product Component:   Language - Runtime
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.04
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Infinite loop is not stopped when closing the app in development environment.



CR:156022
CR Number:   156022
Product Name:   PB Enterprise
Product Component:   OLE - Active X - OCX
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
A datawindow with an OLE database blob column placed in footer band : If the datawindow has only one row, deleting it produces a GPF or the PC hangs. The client expression must contains a columm name



CR:156023
CR Number:   156023
Product Name:   PB Enterprise
Product Component:   P-Code Exe Creation
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   6.0.00
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
Incremental Rebuild should work the same in the library painter as the project painter in terms of allowing users to Open objects flagged with errors. This is not the case currently, the project painter isn't very forgiving.32 bit- can't open user object- says to regenerate.



"Open of uo failed. It has been migrated to current version format but must also be regenerated successfully."



CR:156027
CR Number:   156027
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
6.5.00 18 Sep 1998 Not a Bug
Description
PageCount function is returning an incorrect value when there are groups on the dw and there is a computed field calculating the number of pages in the dw. The trailer information is not appearing in printpreview mode if the amount of text or the number of columns in the trailer exceeds one page in length, but the dw does print correctly, though the pagecount function is returning an incorrect value.

Dupe bug report: page() and pagecount() return incorrect value. Dupe reported on the last page of a tabular dw. Last page of dw gives 'Page 2 of 1', which is typical of problem.

PER DEVELOPMENT: The first issue was fixed earlier this year. The issue with large group trailers is functioning as
designed and will not be changed.



CR:156030
CR Number:   156030
Product Name:   PB Enterprise
Product Component:   Window - Runtime
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Composite DataWindow with a Child DataWindow - trying to change the font weight in the Child DataWindow using the Modify function with an expression. On the Child DataWindow, the font weight does not change using Modify. He is able to modify other values in the Child DataWindow. The Modify he is using includes an if statement in the Modify, and this technique works fine on the main DataWindow, but it's not working on the child DataWindow.



PER DEVELOPMENT:

5.0.04.46 and 6.0 build 206 work fine.



CR:156031
CR Number:   156031
Product Name:   PB Enterprise
Product Component:   Window - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
5.0.03_01 and 6.0 BETA. Strange happenings when an MDI sheet has had setredraw set to false. Clicking on the MDI sheet causes controls on the MDI sheet underneigh to bleed thru.



PER DEVELOPMENT:

The strange effects of SetRedraw are the result of the way Windows has implemented it. SetRedraw makes windows temporarily invisible and disabled. If you activate another window during this time, you are causing window creation or movement. You can not move or create windows with SetRedraw off.



CR:156034
CR Number:   156034
Product Name:   PB Enterprise
Product Component:   DPB
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
23 Feb 1999 Presently Not Targeted For Any Future Release Of This Product
Description
Code Examples -- Distributed Powerbuilder. In the client , there is an update button where it brings back data from the server to the datawindow. Notice that datetime columns are obscure and also the location columns are blank.

Per Development:
Not to be fixed.



CR:156035
CR Number:   156035
Product Name:   PB Enterprise
Product Component:   Language - Runtime
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Not reproducible with latest version of the product available as of Resolution Date
Description
When a structure array containing long or integer data types is populated using the dw_1.object.data notation, null values from the DataWindow become zero in the structure. String values seem to work fine.



Also, when an integer or long array is populated from a similar integer or long array, and some values within the array contain null, the resulting values become zero. String arrays seem to work fine.



CR:156036
CR Number:   156036
Product Name:   PB Enterprise
Product Component:   DW DDDW
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
18 Aug 1999 Not a Bug
Description
Changing the showlist attribute of a dddw to 'NO' causes the filter buffer (if any) contained in the actual dddw result set to be deleted. WORKAROUND: Have to re-retrieve the dddw column.

Development: Not a bug. Must re-retrieve the datawindow.



CR:156041
CR Number:   156041
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.04
Fixed Version Build Resolution Date Closure Code (If Appropriate)
7.0.00 04 Nov 1998 Not reproducible with latest version of the product available as of Resolution Date
Description
Problem when printing DW on Win3.11 (column content changes, pages disappear,...)



CR:156044
CR Number:   156044
Product Name:   PB Enterprise
Product Component:   Business Graphics
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
6.5.00 04 Nov 1998 Duplicate
Description
The hatching (fill pattern) for a black and white graph is incorrect when a graph dw is printed.



CR:156045
CR Number:   156045
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
6.0.01 17 Apr 1998 Fixed
Description
Describe returns inconsistent information about the Header bands within a crosstab dw.

The inconsistency can be seen in 3 ways:



1) Describe("object_name.Band") returns 1 off. For example, if the object is

in Header[3], then Describe returns Header[2]



2) Describe("DataWindow.Header.2.Height") returns ! exclamation even though

the previous step reports that the band exists



3) Describe("DataWindow.Bands") will not list Header[2] even though it exists.



The behavior is the same with StaticMode on or off.



CR:156051
CR Number:   156051
Product Name:   PB Enterprise
Product Component:   Plug-ins
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.00
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
Using the f_RedirectClient() function in the IDT with Netscape Enterprise, or FastTrack servers, in 5.0 the POST method returns an error "Document contains no data", while the GET method will redirect the client in Netscape 4.0. In 6.0, both methods return the error.



In IE 4.0, receive:

"Cannot open the Internet Site http://localhost:80/Webagent.pbw/<app name/<object name>/<function name>" The server returned and invalid response.



Workaround in 5.0:

===============

Use the GET method



CR:156052
CR Number:   156052
Product Name:   PB Enterprise
Product Component:   Window Painter
Status:   Closed
OS:   MS Windows NT 3.51
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
13 Aug 1998 Presently Not Targeted For Any Future Release Of This Product
Description
With a RTE control or a RTF datawindow, calling selecttextall({band}) function when the footer and header bands are displayed doesn't work properly : the band argument is ignored. The text of the band which has the focus is selected instead of the text of the band specified as argument of the function. This problem is platform independant.

See PB Product Management Support Statement : PowerBuilder Rich Text Support
http://techinfo.sybase.com/css/techinfo.nsf/DocID/ID=47864



CR:156053
CR Number:   156053
Product Name:   PB Enterprise
Product Component:   Script Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.01
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Deleting event e in a user object while script for e is open will result in function f turning into an event.



CR:156055
CR Number:   156055
Product Name:   PB Enterprise
Product Component:   Business Graphics
Status:   Closed
OS:   MS Windows NT 3.51
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
Changing the color to red in a pie chart changes legend color but not the color of the graph.



CR:156058
CR Number:   156058
Product Name:   PB Enterprise
Product Component:   Window - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   6.0.00
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Cursor files are not being copied into the executable. In development, they show up fine but not at runtime.



Workaround: You have to distribute the cursor files with the executable.



CR:156059
CR Number:   156059
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
03 Apr 1999 Not a Bug
Description
Filtering on a dw that has groups and computed fields in the trailers for those groups, causes the computed fields to overlap data in the detail band when doing setfilter() then filter() more than once. The workaround for this is to either re-retrieve the data, or setredraw(false) before sort(), groupcalc(), setfilter() and filter() and then setredraw(true) afterwards forcing the dw to repaint correctly.

Per Development - no bug -- user error. The script for filtering the data had the following lines:
dw_1.Sort ()
dw_1.GroupCalc ()
dw_1.SetFilter (ls_filter)
dw_1.Filter ()
The ordering is incorrect. It should be:
dw_1.SetFilter (ls_filter)
dw_1.Filter ()
dw_1.Sort ()
dw_1.GroupCalc ()
That is, AFTER filtering the rows, THEN re-sort the new set of rows, and re-do the GroupCalcs on the new set of rows.
When I changed the scripts, the data appeared correctly with both filter buttons.
When SetRedraw is turned off, the operation are just flagged as required.



CR:156066
CR Number:   156066
Product Name:   PB Enterprise
Product Component:   SQL Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Datawindow painter. When using MSS and connecting to MS SQL Server 6.5, the SQL painter doesn't show the column information (datatypes, comments etc) when you enter it a second time (pressing the SQL Icon in datawindow design mode). It does show this information when you first paint the datawindow.



CR:156070
CR Number:   156070
Product Name:   PB Enterprise
Product Component:   Machine Code Deployment
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Calling the external GetUserNameA function seems to produce really inconsistent results. Running from development always seems to work fine. When compiled, results are variable, and change depending on compile options.



PER DEVELOPMENT:

User error. External routine to take a ref int. If you look in the docs for GetUserName you will see that you need to pass it a ref long since it takes a pointer to a DWORD which is a 32 bit number. Works in dev becuase we are in an interpreter.



CR:156071
CR Number:   156071
Product Name:   PB Enterprise
Product Component:   DW Expression
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
15 Sep 1998 Presently Not Targeted For Any Future Release Of This Product
Description
previewing a datawindow with a complex computed field produces a stack fault under win 3.11



CR:156075
CR Number:   156075
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
07 Jul 1998 Presently Not Targeted For Any Future Release Of This Product
Description
Sharedata()/ Migration issue. At times, users want to use an external dw to share the data. Sometimes, numeric types cause the sharedata() to fail - esp if the application's datawindows were recently migrated.

Product Support Engineering:
Users are trying to share a datawindow LONG column - PB 5.0 and up datatype (from database) to a NUMBER column in the external. Once you change them both to LONG, it works fine.

Older 4.0 INT columns became ''NUMBER'' in datawindows. 5.0 now uses LONG for an INT database column (we're talking SQL Anywhere here) so in many cases, once something is modified in a ''migrated'' datawindow (from 4.0), the painter automatically changes NUMBER to LONG and this can cause these types of problems when sharing to either older external datawindows using NUMBER or database-driven datawindows that haven't been ''modified'' in 5.0 - modified would mean going to the SQL painter and adding or deleting a column - that forces the painter to re-define the datatypes in the datawindow to 5.0 datatypes...

The new datatypes in 5.0 make this sharedata a ''no can do'' even though this would work fine in 4.0.



CR:156077
CR Number:   156077
Product Name:   PB Enterprise
Product Component:   Window - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   6.0.00
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
painting problems with dropdownlistboxes and dropdownpicturelistboxes when the setredraw is false.



PER DEVELOPMENT:

Redraw should not be false with the user is interacting with the control. This causes windows to be moved or created.



CR:156079
CR Number:   156079
Product Name:   PB Enterprise
Product Component:   Language - Runtime
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.01
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Application error is generated if you try to use a constant string from a user object on the right hand side of an assignment expression.



CR:156083
CR Number:   156083
Product Name:   PB Enterprise
Product Component:   Language - Compiler
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Using string concatenation to declare and initialize a variable on the same line of code causes a gpf in PBRTE050.DLL when initialization refers to another uninitialized variable. . Workaround: Make sure any variables referred to in concatenation are also initialized.



CR:156084
CR Number:   156084
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
6.0.01 17 Apr 1998 Fixed
Description
Problem with the itemfocuschanged event returning a different result then expected with an n-up report.

11/26/97 - Anand KUmar

5.0.04_68 - Cannot reproduce behavior



CR:156085
CR Number:   156085
Product Name:   PB Enterprise
Product Component:   DB Painter
Status:   Closed
OS:   Solaris 2.5.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
In the Database painter, not able to move a Table object by clicking and dragging on the title bar. Also, moving the sides and corners causes text to be messed up.



Similar behavior abserved in the DataWindow painter.



CR:156086
CR Number:   156086
Product Name:   PB Enterprise
Product Component:   DB Painter
Status:   Closed
OS:   Solaris 2.5.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
In the Database painter, when resizing a Table object, the object is not outlined with a black border so it becomes invisible on a white background. Same thing is true for the DataWindow painter.



CR:156087
CR Number:   156087
Product Name:   PB Enterprise
Product Component:   DB Painter
Status:   Closed
OS:   Solaris 2.5.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
When a Table object is resized small enough to make the scroll bars appear, then enlarged, the title bar is sometimes not repainted properly and the text sometimes becomes unreadable.



CR:156088
CR Number:   156088
Product Name:   PB Enterprise
Product Component:   DW Expression
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
12 Oct 1998 Not reproducible with latest version of the product available as of Resolution Date
Description
datawindow with very complex expressions set to color and other attributes of the datawindow causes a gpf in pgdwe050.dll when the datawindow source is exported then imported. This worked okay in PB 4.0. An example of one of the complex expressions is: if(is_clr=0, 8454143, if(tc='B', 16777215, if(tc='X', 0, if(tc='M', 16776960, if(tc='C', 8454143, if(tc='S', 16777215, if(tc='U', if(rn=1, 16711680, if(rn=2, 255, if(rn=3, 4194432, if(rn=4, 32768, if(rn=5, 4227200, if(rn=6, 32896, if(rn=7, 8454016, if(rn=8, 16711680, if(rn=9, 255, if(rn=10, 32768, if(rn=11, 8421504, if(rn=12, 16711680, if(rn=13, 32896, if(rn=14, 8454016, if(rn=15, 16711935, if(rn=16, 8421440, if(rn=17,16711680, if(rn=18, 255, if(rn=19, 32768, if(rn=20, 16776960, if(rn=21, 655535, if(rn=22, 8454016, if(rn=23, 32896, if(rn=24, 16711935, if(rn=25, 12632256, if(rn=26, 8421440, if(rn=27, 16711680, if(rn=28, 16711680, 16777215 - (11111*rn))))))))))))))))))))))))))))), 16777215)))))))



CR:156089
CR Number:   156089
Product Name:   PB Enterprise
Product Component:   ORCA
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description



CR:156095
CR Number:   156095
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.04
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
DeleteRow on dw with groups doesn't release memory.



CR:156098
CR Number:   156098
Product Name:   PB Enterprise
Product Component:   Web.PB
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
There is a problem sending long character strings to web pb. Getting error PowerBuilder Server Communications error: SMI Error '209'. Believe it's a buffer size problem.



CR:156102
CR Number:   156102
Product Name:   PB Enterprise
Product Component:   Machine Code Exe Creation
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
Would like to have the list of the messages displayed in the microhelp during the compilation process to be able to know how far compilation went (especially when the it fails).



CR:156103
CR Number:   156103
Product Name:   PB Enterprise
Product Component:   UO - Runtime
Status:   Closed
OS:   MS Windows NT 3.51
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
DirList is not working for dynamically opened listbox (openuserobject)



CR:156106
CR Number:   156106
Product Name:   PB Enterprise
Product Component:   Window - Runtime
Status:   Closed
OS:   MS Windows NT 3.51
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
OpenChannel() on NT platforms seems to fail going from Server to Client.



Developers NOTE: Found that client window cannot initiate more than one conversation simultaneously with the same server window in NT 4.0. It seems to work in WIN95 ( however is dangerous: when user calls close the connection is terminated for both, can't differentiate between the openchannels and/or starthotlinks)



There appears to be some behavioral differences in the windows subsystems between NT and WIN95. Both OpenChannel and/or StartHotlink initiate in the same fashion (WM_DDE_INITIATE). Multiple instances of either/both kinds of calls will break under NT 4.0. This is a Microsoft subsystem problem. The workaround is to manage the connections or use different windows for simultaneous connections, between the client and server.



NOT A POWERBUILDER BUG: This problem is due to changes in the Microsoft subsystems, regarding dde, this problem is outside the powerbuilder environment.



CR:156108
CR Number:   156108
Product Name:   PB Enterprise
Product Component:   Window Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.01
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Panther build 103. Listview. Getting an assertion failure when executing the finditem function.



CR:156113
CR Number:   156113
Product Name:   PB Enterprise
Product Component:   Application Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   6.0.00
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
panther 103. Getting assertion failure if I have coded an open(w_foo) in the close event of the application. The assertion failure is:

ob_inst_defined(obinst) ln ob_destroy_obinst file obmanip.cpp line 1878.



The same code does not get an assertion failure in 5.0.03.



CR:156114
CR Number:   156114
Product Name:   PB Enterprise
Product Component:   Window Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Empty listview in window causes GPF when space bar is clicked when focus is on the listview. This is during runtime (running the window.)



CR:156116
CR Number:   156116
Product Name:   PB Enterprise
Product Component:   Library Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.01
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
The compilation date does not appear on the properties dialog for the entry.



It is unclear as to which date is the modified date and which is the compiled date for the entries. I'm not sure what the best way is to show this.



Regenerating an object (except datawindows) from the library painter updates BOTH dates. My expectations would have been that the modified date would NOT have changed since I did not 'edit' the object.



Developer: Added compile date to entry properties dialog. No changes made to clarify which date is which in the tree view (that's just the way it works) although having both dates on the prop dialog should help. The issue of the mod date changing as a result of compilation should have already been fixed by an earlier release.



CR:156117
CR Number:   156117
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   MS Windows NT 3.51
Original Version:   5.0.01
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
Grid datawindow. When you have mouse selection on, typing something into an editable column but then selecting a range outside that column causes the value you typed in to go back to it's original value. It's as if mouse selection doesn't losefocus off the column triggering validation or accepttext().



CR:156118
CR Number:   156118
Product Name:   PB Enterprise
Product Component:   Machine Code Deployment
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Halt Close does not immediately close an application that was compiled into 32 bit machine code.



CR:156121
CR Number:   156121
Product Name:   PB Enterprise
Product Component:   DW Painter
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.00
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Borderline deficiency/enhancement in painter. 'Always Show List' and 'Always show arrow' for a dddw seem to be mutually exclusive. Painter should disable and uncheck 'Always show arrow' when 'Always show list' is checked for a dropdowndatawindow edit style.



CR:156122
CR Number:   156122
Product Name:   PB Enterprise
Product Component:   DB Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   6.0.00
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Database painter Export Syntax to Log is not asking what database format to export to when using native drivers; ODBC has dialog box, but not the same dialog box 5.0 has.



CR:156124
CR Number:   156124
Product Name:   PB Enterprise
Product Component:   DB Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   6.0.00
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Database painter. Can't save a log of System 10 or 11, SYC or SYB connection when this is the FIRST connection made in PB. Only happening on Win95.



Cannot recreate during 6.0 beta.



CR:156127
CR Number:   156127
Product Name:   PB Enterprise
Product Component:   DW Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Changing the left and right margin in the paragraph properties to 1", as soon as you click OK the right margin changes to 2+". If you print it out, the output shows the left margin as 1", but the right is 2+".



NOT A BUG:using the paragraph margin setting requires you to select all the text that you want those margins applied to and then perform the set (this can be done programmatically as well as through the Paragraph Dialog box) .. more typically, you use paragraph margin setting to take effect as your typing in text. I think what you really want to do in this case is just set the print margins which are settable via the printspec tab sheet (available at runtime as well as in painter) - or you can set via the dw-modify syntax at runtime.



CR:156131
CR Number:   156131
Product Name:   PB Enterprise
Product Component:   Window - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
'Return 1' to cease processing of a script in an sle is not functioning properly when a hot key is used to activate a cmd button.



PER DEVELOPMENT:

Not a Bug. Coding errors specific to test case sent in to support.



CR:156136
CR Number:   156136
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
If NULL are passed through retrieval argument to nested report on composite report, nested report will get the data type's default value. String arguments will be "", while numbers will be 0.



CR:156140
CR Number:   156140
Product Name:   PB Enterprise
Product Component:   DW Rich Text
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
PB 5.0.0x

PrintCancel() does not work with RTF DataWindows, BUT PrintCancel(printjob) works OK. Both work OK on other types of DataWindows (Tabular, FreeForm...).



CR:156142
CR Number:   156142
Product Name:   PB Enterprise
Product Component:   Window - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.01
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
Panther build 103. When you open a new sheet in an MDI frame, it goes UNDER the currently active sheet, and the currently active sheet remains active. This happens when the sheets are opened from a response window, and using the opensheetwithparm function. This works correctly in 5.0.03_01, but not in Panther.



CR:156143
CR Number:   156143
Product Name:   PB Enterprise
Product Component:   Window Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.01
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
panther build 103. painting problem with datawindows on tab controls within the window painter.

This worked correctly in 5.0.03_01



Cannot reproduce during 6.0 Beta



CR:156148
CR Number:   156148
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   MS Windows NT 4.0
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
NT 4.0. Datawindow contains red or green (any color) for column data previews fine in color but when printed to an HP IV or 5 printer is blank (invisible) instead of coming out black and white. This was reproduced with v.1.20 or v.1.30 drivers (HP 5L). Other operating systems work fine.



CR:156155
CR Number:   156155
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.01
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
6.0 beta. Problem with adding items to a ddlb from the properties window for the ddlb. Worked properly in 5.0.03. The first character typed in gets "lost".



Cannot reproduce with later 6.0 builds.



CR:156157
CR Number:   156157
Product Name:   PB Enterprise
Product Component:   Script Painter
Status:   Closed
OS:   Solaris 2.5.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
7.0.00 07 Dec 1998 Fixed
Description
CTRL+C sometimes cuts instead of copying highlighted test in the script painter.



CR:156158
CR Number:   156158
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
RTF dw with a large text column. If the text is > 1 page, it does not page break and print to a new page, it continues printing on same page. If there is a footer defined, the text prints over the footer, any remaining text that would not fit on one page gets truncated.



PER DEVELOPMENT:

This is a feature request and will be submitted to product management as an enhancement request.



CR:156160
CR Number:   156160
Product Name:   PB Enterprise
Product Component:   Printing
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
6.5.00 06 Nov 1998 Not a Bug
Description
win 95 only

32 bit {pb 5.0.02_11, pb 5.0.03_25, pb 5.0.04_31}

This is a win 95 problem only, no problems with NT 4.0



keywords:: datawindow..reports..alignment of static text labels



problem description::



In the print preview a report style datawindow, the alignment of the first static text label is aligned to the right. In the DW design mode all labels are aligned properly under one another.



Customer said that this does not happen on all the datawindows of this presentation style and there is nothing really different about this DW from the other ones.



CR:156161
CR Number:   156161
Product Name:   PB Enterprise
Product Component:   Window Painter
Status:   Closed
OS:   MS Windows NT 3.51
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
PB5 Listview -- Insert order not predictable: When inserting items into a list view customer is not able to determine where insert will occur.

Second row inserted will always jump to first row when autoarrange is enabled.



CR:156163
CR Number:   156163
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   MS Windows NT 3.51
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
7.0.00 Beta 3 3240 19 Nov 1998 Fixed
Description
Composite rpt. When previewing dw, he gets application error: pb050.exe. The instruction at 0x115410bd reference memory 0x00000004 cannot be read. An expression in the column NAME for visible attribute: if(gettext() = first(name for page),0,1 seems to be the problem.



*Workaround: Do not use 'for page' in the expression or replace with 'for all' (the default).



CR:156164
CR Number:   156164
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Solaris 2.5.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
In the PowerBuilder 5.0 Code Examples, in the DataWindows section --> Copy, Move, Discard Rows option, after moving rows into the Delete buffer DataWindow, they can't be moved out again.



CR:156165
CR Number:   156165
Product Name:   PB Enterprise
Product Component:   Window - Runtime
Status:   Closed
OS:   Solaris 2.5.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
In the Powerbuilder 5.0 Code Examples application, in the Window Controls / Sales Order ListView example, double-clicking on any bitmap in the Products window brings up the Edit Product window. The selected bitmap (which appears in the Windows version) is missing on the left hand side of the Edit Product Window.



CR:156169
CR Number:   156169
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Solaris 2.5.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
In the Powerbuilder Code Examples application, in the DataWindows / Computed Fields in Attribute Expression example, when the salary column gets focus, the data becomes left justified, as opposed to staying right justified as on the Windows platform.



CR:156171
CR Number:   156171
Product Name:   PB Enterprise
Product Component:   Window Painter
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.01
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
6.0 build 103. regression from 5.0.03. Painting problem with a custom visual user object on a window. If you move the object around on the window, it doesn't repaint properly.

If you place it over the window itself, you don't see it at all (except for the shadowbox, if you've specified that for the border of the udo).

If you place it over another control, you see the part of it that is over the other control. If some of the udo spills over the side of the control, you don't see those parts.



Unable to reproduce with 6.0 build 135



CR:156172
CR Number:   156172
Product Name:   PB Enterprise
Product Component:   Window - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.03
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Painting problem with controls with shadowbox controls being moved over groupboxes. The shadow of the shadowbox stays behind on the groupbox, even after you move the control off of the groupbox.



Steps to recreate:

1. Open a new window.

2. Place a single line edit on it.

3. Change it's border to shadowbox.

4. Place a group box on the window.

5. Move the sle so that it's just on the edge of the group box. If you try to put it too far in on the group box, the shadowbox disappears. But if you just have it overlap the edge, and then move it in a little more the second time, I was able to get the shadow to appear within the groupbox.

6. Now, move the sle back out of the groupbox. The shadowbox line stays in the groupbox.



CR:156174
CR Number:   156174
Product Name:   PB Enterprise
Product Component:   Edit Mask
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.04
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
Win95: Using ReplaceText on an editmask control when the control is not large enough to display the text being replaced causes a gpf in PBSHR050.DLL. Tried the same type of code on an SLE without any problem. There are issues migrating to Win95 where the control ends up being too small for the display because the OS handles the fonts and text placement differently, so we recommend controls be slightly larger than is thought to be required, but Powerbuilder should not gpf.



CR:156176
CR Number:   156176
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.04
Fixed Version Build Resolution Date Closure Code (If Appropriate)
6.0.01 17 Apr 1998 Fixed
Description
In a datawindow with all columns set to have the auto selection property on, if you modify all columns to be protected, then modify them to be unprotected again, when you tab back to the datawindow, the first column's auto selection property is ignored. All other columns are okay, and clicking on the columns results in the column being auto selected.



CR:156177
CR Number:   156177
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
A composite datawindow contains a report r1. When calling insertrow() function to insert a new row in r1, the PC hangs up. It occurs when a column of the report r1 has an expression for one of its attributes and the expression references another column of the report



CR:156178
CR Number:   156178
Product Name:   PB Enterprise
Product Component:   Window - Runtime
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
The same DataWindow, containing accelerator keys, is placed on two different Tab Pages. On a second Tab Page, there are also some command buttons containing accelerator keys. When one of the command buttons on the second Tab Page has focus (when the DataWindow control loses focus), the accelerator keys don't work on that DataWindow anymore. The DataWindow on the first Tab Page is affected instead.



CR:156203
CR Number:   156203
Product Name:   PB Enterprise
Product Component:   Toolbar
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.01
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Floating toolbar. If you turn the text for the toolbar on and off, each time you switch it, the toolbar moves lower and more to the right. It will move right off the edge of the window, where you will no longer be able to see it, unless you resize the window.



CR:156205
CR Number:   156205
Product Name:   PB Enterprise
Product Component:   DW - Runtime
Status:   Closed
OS:   MS Windows 3.1
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
17 Apr 1998 Fixed
Description
Experiencing memory leaks when loading an array. After several calls to load that array, the memory starts to disappear until the memory finally runs out.



However, this is not a real memory leak. Memory is restored after the string array goes out of scope. But reusing the same array elements causes an out of memory message. Since you are reusing the same array elements again and again, you would expect no continued loss of memory.



CR:156208
CR Number:   156208
Product Name:   PB Enterprise
Product Component:   Machine Code Deployment
Status:   Closed
OS:   Microsoft Windows 95
Original Version:   5.0.02
Fixed Version Build Resolution Date Closure Code (If Appropriate)
31 Oct 2002 Presently Not Targeted For Any Future Release Of This Product
Description
using SetSeriesStyle("gr_1","seriename",var) where var is a variable of type grsymboltype produces wrong results. It's the line style which is modified instead of symbol type.





--------------------------------------华丽的分割线-------------------------------------------------------------------------

Sybase SQL Anywhere数据库恢复工具ReadASADB:

之前就已经研发成功了能够从Sybase SQL Anywhere的DB文件中恢复数据的工具: ReadASADB。
此工具支持ASA v5.0, v6.0, v7.0, v8.0, v9.0, v10.0, v11.0, v12.0, v16.0, v17.0等版本。
能够从损坏的SQL Anywhere数据文件(.db)和UltraLite数据文件(.udb)上提取数据的非常规恢复工具。
恢复Sybase SQL Anywhere的工具在国内处于领先水平。

Sybase SQL Anywhere数据库恢复工具ReadASADB功能
能够从损坏的SQL Anywhere数据文件(.db)和UltraLite数据文件(.udb)上提取数据的非常规恢复工具
  1. 适用于所有的SQL Anywhere版本    包括:5.x,6.x,7.x,8.x,9.x,10.x,11.x,12.x,16.x,17.x
  2. 适用于所有的UltraLite版本
  3. 能够恢复出来表结构和数据
  4. 能够恢复自定义数据类型
  5. 能够恢复存储过程等对象的语法
  6. 能够导出到目标数据库
  7. 能够导出到SQL文件并生成导入脚本
  8. 支持多种字符集,包括:cp850、cp936、gb18030、utf8等
  9. 能够恢复未加密或者简单加密类型的数据
  10. 简单易用
  11. 限制:不支持AES加密的数据文件
请参考:研发成功了从Sybase SQL Anywhere的DB文件上恢复数据的工具
            SQL Anywhere数据库非常规恢复工具ReadASADB使用介绍

Sybase SQL Anywhere数据库恢复工具ReadASADB适用场景

各种误操作:

  1. 误截断表(truncate table)
  2. 误删除表(drop table)
  3. 错误的where条件误删数据
  4. 误删除db或log文件
  5. 误删除表中的字段

Sybase SQL Anywhere数据库恢复工具ReadASADB的应用场景:

1.因为物理磁盘故障、操作系统、系统软件方面或者掉电等等原因导致的Sybase SQL Anywhere数据库无法打开的情况;
2.误操作,包括truncate table,drop table,不正确的where条件导致的误删除等;
Sybase SQL Anywhere无法打开时,比较常见的错误是:Assertion failed。
如:
1、Internal database error *** ERROR *** Assertion failed:201819 (8.0.1.2600) Checkpoint log: invalid bitmap page -- transaction rolled back
2、Internal database error *** ERROR *** Assertion failed:201819 (8.0.1.2600) Page number on page does not match page requested -- transaction rolled back
3、Internal database error *** ERROR *** Assertion failed:200502 (9.0.2.2451) Checksum failure on page 23 -- transaction rolled back
4、File is shorter than expected
5、Internal database error *** ERROR *** Assertion failed: 201116 Invalid free list index page found while processing checkpoint log -- transaction rolled back
6、*** ERROR *** Assertion failed: 51901 Page for requested record not a table page or record not present on page
7、*** ERROR *** Assertion failed: 201417 (7.0.4.3541) Invalid count or free space offset detected on a table page
8、Internal database error *** ERROR *** Assertion failed: 201425 (8.0.3.5594) Invalid count or free space offset detected on a free list page -- transaction rolled back.
9、Internal database error *** ERROR *** Assertion failed: 100702 (8.0.1.2600) Unable to modify indexes for a row referenced in rollback log -- transaction rolled back


-------------------------------------------------------------------------------------------

Sybase ASE数据库恢复工具READSYBDEVICE:

一个不依赖数据库管理系统、直接从Sybase数据库设备文件上提取数据的业内领先的恢复工具!
能够从损坏的Sybase ASE设备文件(.dat)上提取数据的非常规恢复工具。

Sybase ASE数据库恢复工具READSYBDEVICE的主要功能:

  1. 被勒索病毒加密数据文件及备份文件情况下的恢复;
  2. 系统崩溃只剩下数据文件的情况下的恢复,甚至数据库文件不存在而只有损坏的备份文件情况下的恢复;
  3. 因断电、硬盘坏道等造成数据库文件损坏情况下的恢复;
  4. delete数据恢复、误update数据恢复、误删除表(drop)恢复、误truncate表恢复 等;
  5. 各种Sybase内部系统表损坏、索引错误的修复;
  6. master数据库损坏而无法正常运行情况下的恢复;
  7. Sybase数据库被标记为可疑,不可用等情况的恢复;
  8. Sybase数据库中数据文件内部出现坏块情况下的恢复;
  9. Sybase数据库无数据文件但有日志文件的情况下的恢复;
  10. Sybase数据库只有数据文件无任何日志文件的情况下的恢复;
  11. Sybase数据文件被误删除情况下的碎片提取恢复;
  12. 磁盘阵列上的Sybase数据库被误格式化情况下的数据库恢复;
  13. 数据库sysobjects等系统表损坏无法正常应用情况下的恢复;
  14. Sybase数据库还原数据库出现失败情况下的恢复;
  15. Sybase数据库只剩下损坏的备份文件情况下的恢复。

Sybase ASE数据库恢复工具READSYBDEVICE支持的版本:

Sybase ASE 11.0.x,11.5.x,11.9.x,12.0.x,12.5.x,15.0.x,15.5.x,15.7.x,16.0.x


-------------------------------------------------------------------------------------------

SQL Server数据库恢复工具SQLRescue:

一个不依赖数据库管理系统、直接从SQL Server数据库文件上提取数据的业内领先的恢复工具!
能够从损坏的SQL Server数据库文件(.mdf)上提取数据的非常规恢复工具。

SQL Server数据库恢复工具SQLRescue的主要功能:

  1. 系统崩溃只剩下数据文件的情况下的恢复,即无日志文件或者日志文件损坏情况下的恢复;
  2. 断电导致数据库文件损坏情况下的恢复;
  3. 硬盘坏道造成数据库损坏情况下的恢复;
  4. 数据文件内部存在坏页情况下的恢复;
  5. 企业管理器误删除数据表记录,管理软件误删除数据表记录的恢复;
  6. 并闩锁错误、格式化、误删除后导致软件不能使用的情况;
  7. 无法读取并闩锁页sysindexes失败情况下的修复;
  8. 数据文件被误删除情况下的碎片提取恢复;
  9. 系统表损坏、索引错误、误删除数据库表、删除记录的数据找回;
  10. master数据库损坏而无法正常运行情况下的恢复;
  11. 数据文件无法附加情况下的数据恢复;
  12. 数据库被标记为可疑,质疑,不可用等情况的恢复;
  13. 数据库sysobjects等系统表损坏情况下的恢复;
  14. 数据被误(drop、delete、truncate)删除表数据的恢复,误update后的数据恢复等;
  15. 还原时报一致性错误,错误823等情况下的数据恢复,各种错误提示的数据库文件修复;
  16. 数据库被误格式化等情况下的数据库恢复;
  17. 日志收缩造成数据库损坏情况下的恢复;
  18. 仅剩损坏的备份文件情况下的恢复。

SQL Server数据库恢复工具SQLRescue技术特点:

只要SQL Server数据库的数据文件存在,我们就有办法帮您从数据文件中找回重要数据。
  1. 从数据文件中直接恢复数据
  2. 不能附加时直接恢复数据并生成新的数据库
  3. 系统表损坏的数据库修复
  4. 快速修复SQL 823错误、连接中断错误

SQL Server数据库恢复工具SQLRescue支持的版本:

Microsoft SQL Server 7.0, 2000, 2005, 2008, 2008R2, 2012, 2014, 2016, 2017,2019。
+-------------------------------------华丽的分割线-------------------------------------------------------------------------