|
HELP!!!! - PB10.5 DW rounding issue using Sybase Stored Proc returning FLOAT
|
| |
Hi PB experts,
I am having a rounding issue based on the PB DW display format on the Powerbuilder 10.5 datawindow (column type = NUMBER) where our data is stored in the Sybase ASE 12.5 database as datatype = FLOAT. Is there a fix for the datawindow to correctly round the value based on the display format's decimal digits accuracy? I have a Float value = 1.025, but the PB DW column display of 2 decimal digits shows as value = 1.02. The PB DW is expected to round the 1.025 value to the 1.02 on the DW display since the display format = "#0.00" (2 decimal digits). Sometimes the DW display format will NOT round up correctly.... more »
|
|
Hello!
|
| |
Hello there!
the user-event pbm_keydown not working in powerbuilder 12.5. Anyone else have this problem, it never catches the event =(. Any tips, it usually work in previous versions
|
|
Net-Library operation terminated due to disconnect
|
| |
Hi In a PB6.5/Sybase 11.5 application some users are often gets this message. "Select error: ct_send(): network packet layer: internal net library error: Net-Library operation terminated due to disconnect" and then "Select error: ct_cmd_alloc(): user api layer: external error: The connection... more »
|
|
Do not post to this group anymore
|
| |
Most of the groups shown in Google are no longer active on the Sybase server. In addition, the remaining Sybase newsgroups will be shut down shortly. If you post here most people who take the time to answer questions will never see it. Instead, post your question in the SAP Community Network (SCN) PowerBuilder Developer Center forums:... more »
|
|
datawindow crashes app in PB 11.5
|
| |
We have just migrated from PB 10 to PB 11.5. We are running Windows XP. I have a large datawindow that is crashing on dw_data.Update() in PB 11. In PB 10 we updated more than 42000 records without a problem, but in PB 11 the dw_data.Update() line of code crashes PB in the executable as well as in the PB editor. The error we receive is the exception breakpoint has been reached.... more »
|
|
Reset value cumulativesum
|
| |
Hi all,
I have a table with a field operation (+, -, S). I would build a DataWindow expression that makes this below. qta operation total_qta
5 + 5
2 + 7
2 - 5
10 S 10 (NOTE reset cumulativesum)
2 - 8
My compute expression total_qta... more »
|
|
Datawindow saveAs ()
|
| |
Hi,
I am unsing powerbuilder 11.5 and ASE as back end. i am facing some issue with datawindow save as method. The issue is if i chnage the column position (means moved third column to first) and call saveAs() method for to save data into excel file. If i open that excel then i can see only design time column order only.But i am expected modified order column.... more »
|
|
|