Re: PowerBuilder and Windows 8.1/Oracle 12
Hi Montserrat; That's pretty much the feature list for PB 15 "Classic" (which is the main target of this release). Regards ... Chris
View ArticleRe: PowerBuilder and Windows 8.1/Oracle 12
Hi Montserrat; 1) No official production GA date has been announced yet for PB 15. 2/3) I am not sure if W8.1 is in scope. Maybe one of the beta testers or SAP can jump in here and answer these...
View ArticleRe: PowerBuilder and Windows 8.1/Oracle 12
Hi MonsterratI'm not sure I understand the second question, but engineering indicated that we were testing with Windows 8.1 and it will be a certification-type level of support. Best regards,Sue...
View ArticleRe: Powerbuilder Classic calling webservice and get message "can not be...
If it "can not be reflected", perhaps it is a vampire?
View ArticleRe: Powerbuilder mysql catalog tables
Thanks, what worked for me was leaving "Powerbuilder Catalog Table Owner" blank in the system tab of Database Properties.
View ArticleRe: Powerbuilder mysql catalog tables
Dont forget, the GetIdentity='Select @@identity' part in your pbodb125.ini. Otherwise, when you insert datas in your dw and update the dw, you will not see the primary key (identity) generated by the...
View ArticleRe: Powerbuilder mysql catalog tables
Do you also know how can I call mysql stored procedures ? I tried rpc func but that doesn't seem to work
View ArticleRe: Powerbuilder mysql catalog tables
There are a couple of steps for this... You need to create a new Transaction object. So for example I created one and named it "nvo_trans_mysql".Then go to "Declare Local External Functions" area of...
View ArticleRe: PB 12.5 Width.Autosize not working
OK, I finally gave up on just using Width.Autosize with actual Widths set small, since it was never going to ensure that column headings weren't truncated. I already had some code I was using for...
View ArticleRunning Powerbuilder .net error
we have installed powerbuilder 12.5.we made some restful client application. when we ran programm, it's raise error like below Error1Unknown build error, 'Method 'get_Command' in type...
View ArticleRe: Is Powerbuilder 11.5 compatible with SQL Server 2012?
Thanks RolandThat was what I was looking for. I didn't know SQL 2012 was featured in PB 11.5. At least I think you were saying 11.5 instead of PB 15
View ArticlePowerBuilder does not recognize existence of window during webform deployment
12.5.1 Build 4953 Greetings All, I have a webform that was working fine. The application object opened w_login and after logging in w_main would open with a report in it. Worked fine. So I saved w_main...
View ArticleRe: PowerBuilder does not recognize existence of window during webform...
I tried rebuilding my window from scratch and named it 'w_report_lilly'. In my button on w_main, I have the following code in the clicked event: open(w_report_lilly) I did a full rebuild and tried to...
View ArticleRe: PowerBuilder does not recognize existence of window during webform...
Hi Paul; Its hard to say without detailed information on exactly how you built & saved everything and in the order that this was done. Personally, if I were you - I would un-check all your...
View ArticleRe: PowerBuilder does not recognize existence of window during webform...
Thanks, Chris!! The application was not that far along where I was going to wig out. But this behavior makes me very nervous. I deleted the output directory and tried to deploy again and it worked. Paul
View Articlehow to find out sql or datasource for dynamic dw?
I have dw syntax exported like:"?$PBExportHeader$d_mydw.srdrelease 11.5; datawindow(units=0 timer_interval=0 color=16777215 brushmode=0 transparency=0 gradient.angle=0 gradient.color=8421504...
View ArticleRe: PowerBuilder does not recognize existence of window during webform...
I was just going to suggest deleting the output directory as another alternative. I had many issues when doing these types of sweeping changes and then Webforms trying to do an incremental compile...
View ArticleRe: Is Powerbuilder 11.5 compatible with SQL Server 2012?
No, I did mean 15. SQL 2012 is on the list of PB 15 features. See this page:PowerBuilder 15 beta is here!
View ArticleRe: Powerbuilder 11.5.1 on Windows 8?
I use Pokki as my W8.1 Start button replacement. It's not perfect, but it sure makes life so much easier to get more of a W7 look and feel.
View ArticleRe: PB Classic 12.5.2: Error When Deploy - Create of executable file failed
Dear all, It is found that my colleagues cannot access the application icon. He can deploy after he can access the icon. Many thanks!!
View Article