Re: PB 12 classic - consume RESTFUL service
Thanks Everyone. I will try with Bruce suggestions. -Senthil
View ArticlePowerBuilder Webforms
Greetings All, You may have noticed that in webforms the page opens with a little 'X' in the upper right corner. And as you open additional windows this portion of the screen keeps track of them pops...
View ArticleRe: PowerBuilder Webforms
Hi Paul,Have you un-checked the ControlMenu property of the window?
View ArticleRe: PowerBuilder Webforms
Thanks, Ronnie. I went through every window and unchecked the control menu and min/max check boxes. Redeployed and it is still there. Paul
View ArticleRe: PowerBuilder Webforms
Hmm...I don't know if you can turn off the 'x' for an MDI application. FWIW, I have an app that opens a single main window and dynamically opens and closes UserObjects in place of other windows....
View ArticlePB15 issue: PB Classic Runtime Packager
PB15 (beta) Runtime Packager - throws an error message about "Requires Files for PowerBuilder.NET..." even though I only have PB Classic installed and I am only trying to generate for Powerbuilder...
View ArticleRe: SaveAs Excel12 not working correctly
Roland, I'll look into this in the morning and open a bug when I repro it. Pat
View ArticlePB15: Build from Commandline loses DB connection
Another (intermittent) issue I noticed was when I was deploying a workspace to EA Server from command line. (Pb125.exe /w <workspace> /d ...). I am deploying PB15 to EAServer 5.5. When I had an...
View ArticlePB15: Datawindow columns background black
I just migrated our PB application from PB 12.5 to PB 15. When I tested the client, the cells in (several) Grid Datawindow(s) appear in black color, thus hiding the text (I vaguely remember seeing...
View ArticleRe: dashed line solid on print
The release was indeed 11.5. But I saw something after experimenting with it for a few minutes. I used the designer to set the background color of the line to red, saved, closed and reopened and it...
View ArticleRe: PB15: Datawindow columns background black
I've run into similar issues with previous migrations - code that "worked" in an older version stopped working (or worked differently) in the newer version. Another thing to consider is that the...
View ArticleRe: PB15: Build from Commandline loses DB connection
Sam, I just wanted to verify the version of PB that you are seeing this issue in. Also, you have the latest or only version of PB 15 beta that is available for testing. This issue, as mentioned, had...
View ArticleRe: PB15 issue: PB Classic Runtime Packager
Sam, I created cr756628 for this Runtime Packager issue. Thank you.
View ArticleHow to get a Nested report rowcount?
PB 12.5.1 (4015). I have a composite report with two datawindows as part of a datastore. Even though the composite report has one row, the nested reports do not. How can I check this? Also, I am...
View ArticleRe: PB15: Build from Commandline loses DB connection
Beverly, Thanks for the feedback on this and other issues in PB15. This issue was so intermittent, I wasn't sure if it was my setup. I am glad this is fixed already. Are those CRs accessible to us or...
View ArticleRe: How to get a Nested report rowcount?
In a composite DW, you can do a GetChild to obtain a reference to a report. You will need to make sure each report has a name to refer to! The methods for DataWindowChild are very similar to those of...
View ArticleRe: How to get a Nested report rowcount?
Hello Da, I haven't tested the below tip but it's worth trying : a) Create a computed field MyCompute somewhere in the nested report (for example in its header band) b) Assign the expression...
View ArticleRe: PB15: Datawindow columns background black
Similar issue with my application (PB10.0 though) when I get latest from source control. All I do is a full rebuild and then everything will be back to normal.
View ArticleRe: PB15: Datawindow columns background black
Thanks, Neil. It is possible, but I doubt if this is the reason in my case. I used our Build manager scripts to rebuild the application completely from scratch (bootstrapped, full built using Powergen)...
View Article