PowerBuilder 10.5.2 Build 7826 differs from PowerBuilder 11.5.1 Build 4675Apparently there's some data conversion issues that differ from PowerBuilder
10.5.2 and 11.5.1 (builds listed in subject). The following mini scrip
results in different returned values:
Byte lb_test
Decimal ld_test
lb_test = 48
ld_test = Dec(lb_test)
MessageBox("Test", String(ld_test))
In PowerBuilder 10.5.2, the messagebox displays the value "48". In
PowerBuilder 11.5.1 the messagebox displays the value "0.48". It appears
that in PB 11.5.1, it's dividing the result by 100 for some reason. It
appears to be a bug, just wanted to ve...
perl debugger+taint mode issue in 5.10.0, 5.10.1 5.12.1, no issue in 5.8.8--001636832e82416c9f048ce9a23b
Content-Type: text/plain; charset=ISO-8859-1
Hi All,
I got the scenario where perl debugger with taint mode is failing.
I am using below .pm amd .xs file for testing
$ cat *Mytest.pm*
#!/usr/bin/perl -wT
package Mytest;
use XSLoader ();
BEGIN {
XSLoader::load('Mytest');
}
BEGIN {
XSLoader::load('Mytest');
my $var = defined($0)? UNDEFINE : 1;
}
sub func_test {
glob("check");
return 1;
}
1;
$ cat *Mytest.xs*
#include "EXTERN.h"
#include "perl.h"
#include "XSUB...
Powerbuilder 5 to Powerbuilder 10Hi all
We have migrated our application from powerbuilder 5 to powerbuilder 10.
after migration to version 10, alignment in most of reports disturbed.
please advice me some solution.
On Fri, 29 Feb 2008 12:45:01 +0100, Adnan Jamil <adnanjamil@nji.com.pk>
wrote:
> Hi all
>
> We have migrated our application from powerbuilder 5 to powerbuilder 10.
> after migration to version 10, alignment in most of reports disturbed.
> please advice me some solution.
Adnan,
Is this a SQL Anywhere question?
If not, you have posted to the wrong forum.
If yes,...
update powerbuilder 10.0 to powerbuilder 10.5hi,
I need update powerbuilder ver 10.0 to powerbuilder 10.5. by the way,
my company already buy pb ver 10.00 and need to update to ver 10.5.
the question :
if update pb from ver 10.00 to ver 10.5, is it free of charge ? if no,
How I found the price ?
best regards,
alim
10.5 is considered a major release, you would need to purchase an
upgrade.
This is what I found on Sybase's own eshop:
http://eshop.sybase.com/eshop/buy_detail?id=92023&prodId=9281&bid=17856
You may find better through an online merchant, partner or local
retailer.
This is also the Ent...
Powerbuilder 10.5.1 How to find out Known IssuesI am trying to gather up a list of known issues for Powerbuilder 10.5.1. I
have downloaded the EBF (build 6602) and found that will fix my clients NULL
value calculation issue. But now they want to make sure there are no other
surprises that are already known.
So how can I gather up a list of known issues to Powerbuilder 10.5.1?
I have tried going to CASE managment but I can't see or find an option to
search ALL OPEN cases.
Any help or links would be helpful.
Hello,
Did you see the Release Bulletin PowerBuilder Enterprise
10.5.1 :
http://www.sybase.com/deta...
Remote Debugging in EAS 5.5 and Powerbuilder 10.5.1I just wanted the thank the user group for its help and input on
remote debugging. The comments were helpful and ogt me finally going
on debugging remote objects on EAS. i might add that I still had
deployment problems in Powerbuilder 10.5.1. The properties for the
deployed compent would be selectable in the but the debug property in
the property file would be false. Strangely enough, it would show up
in the component to debug list as selectable. I had event delete the
component, made sure the remote debugging checkbox was not selected,
and the component would still deploy as thou...
Weird Issue in Powerbuilder 10.5.1 Build 6537Hi All,
We are running PB 10.5.1 Build 6537 and we recently noticed that
we have issues in all the datawindow that is saving the string like
\\prodserver\Source then it saves in behind the database as
\prodserver\source with one back slash missing.
Does anyone encoutered this kind of problem. Please help me to
how to fix this issue.
This happens in all the windows.
Thanks
Karthik
The backslash character is an escape character for ODBC drivers. \n =
newline, \r = carriage return, and so on.
You have to double-up the backslash...
Rich Text Printing Problem in Powerbuilder 10.5 Build 5063I have upgraded our powerbuilder 8 application to 10.5 build
5063. When I view the rich text base datawindows, they look
fine in the display. But, as soon as I click print, the
column values turn to ?? on the screen and also prints ??
for columns. Any body knows how to resolve printing issue
in powerbuilder 10.5 build 5063?
...
PowerBuilder 10.5.1 issue with DB2 updates and PBODB105.INII've upgraded an existing DB2 / EDA (ODBC) application from
PB 8.03 to PB 10.5.1, and I have migrated all of the
following custom DSN entries from the old PBODB80.INI to the
new PBODB105.INI file...
[EDAP]
PBNoCatalog='YES'
PBDateTime='ISO_DATETIME_INTEGRATED'
[DB2EDA]
PBNoCatalog='YES'
PBDateTime='ISO_DATETIME_INTEGRATED'
[EDADB2]
PBNoCatalog='YES'
PBDateTime='ISO_DATETIME_INTEGRATED'
[EDADB2T]
PBNoCatalog='YES'
PBDateTime='ISO_DATETIME_INTEGRATED'
[EDADB2P]
PBNoCatalog='YES'
PBDateTime='...
Rich text based datawindow print problem with powerbuilder 10.5 build 5063I have upgraded our powerbuilder 8 application to 10.5 build
5063. When I view the rich text base datawindows, they look
fine in the display. But, as soon as I click print, the
column values turn to ?? on the screen and also prints ??
for columns. Any body knows how to resolve printing issue
in powerbuilder 10.5 build 5063?
...
Asc conversion Powerbuilder 6.5 to 10.5.1In our original 6.5 encryption code we have the line:
b = Asc (String(bl_byte))
Which works fine. It does not work at all in 10.5.1. So we used the
code:
b = Asc (String(bl_byte,EncodingAnsi!))
This works fine but is returning a different ASCII value. I have tried
the different Encoding values and haven't got it to work. Any
suggestions would be helpful.
Thanks
Jeff
I experienced a similar problem. Look at the AscA function instead.
Brad
"JTS" <jschulz@nrcan.gc.ca> wrote in message
news:1167233913.298233.172280@n51g2000cwc.googlegroup...
Moving from PowerBuilder 6.5 to PowerBuilder 10Hi,
I have an application developed in PB6.5 and due to changing
requirements application has to be switched to PB10.
There when I am trying to regenerate the contents of my PBL,
it is giving error stating:
C0042 : cannot compile without valid database signon.
This error is coming for few windows but not for the
functions I have made in my pbl. It is working perfectly
fine for pb6.5.
Can you please help me on this.
Thanks in advance.
Manich
First you must to connect to the database by a profile, continue migrate
your app.
Karla
<Manich Tripathi> escribi...
Nested Reports and Appeon 5.0 and Powerbuilder 10.5.1I just upgrade to PowerBuilder 10.5.1 from PowerBuilder 9
with Appeon 5.0. I installed all EBF's and on one of my
reports with nested datawindows, that worked perfectly
before, now gives a -1 on the retrieve. Also it works
perfectly just running the application form inside of power
builder. Any suggestions.
Hi
It seems you also send an email to Appeon tech support and
following is my answer.
The problem should be caused by using an Appeon incompatible
PBVM. Appeon certified build for PB 10.5 is 10.5.0.4523
but 10.5.1 plus.
Since this is an Appeon Java-script deployed appli...
PowerBuilder 6.5 to Powerbuilder 9.0.1Hello,
We are having some issues while trying to upgrade from PB
6.5 to PB 9.0.1 The database is Sybase .I was hoping if you
could post in any usergroups
Background:
There is a window w_child inherited from w_parent.The
datasource of this dw_1 is a Stored Procedure that runs in
Sybase ASE 12.5
In ue_1 of w_parent there is a dw_1.retrieve(arg1,arg2).
ue_1 of w_child extends ue_1of w_parent. In ue_1 of w_child
the code checks the condition dw_1.rowcount() >0 based on
which it decides on the execution flow.
Issue:
While running the application, no rows are getting
re...