Re: How to Use drools Rules in powerbuilder
Hi Subrat; You might have stood a chance with PowerDesigner for defining business/process rules in there - then let PD forward engineer that into PowerScript. However, the current PD version (AFAIK)...
View ArticleRe: Web service / .NET Framework SDK issue in win8 (PB 10.5)
@Chris - when I say "no success" I mean it either didn't install or one or more did, but it still failed. The 2.0 SDK just plain wouldn't install on Win8. Others did, but I still got the - SDK not...
View ArticleRe: How to Use drools Rules in powerbuilder
Hi Chris, we can't use drools rule engine through power builder? but in java they used some code to call drools rule engine. Same way i need to call through power builder. Please suggest me is there...
View ArticleRe: How to Use drools Rules in powerbuilder
Hi Bikram; Yes, that was going to be my next suggestion ...Why not build some Java classes from jBoss or Eclipse that implement the Drools rules engine. Then instantiate these java classes from PB...
View ArticleRe: Web service / .NET Framework SDK issue in win8 (PB 10.5)
Hi Kevin; Ahhh .. yes, I just had the same issues with a clean PB 12.1 and 12.5.1 installations on W7 & W8 for the SDK's! As it turned out, my clients web policy settings prevented the Web...
View ArticleRe: Calling 64 bit com wrapper from 32 bit PB application
For anyone interested, I found this article. http://stackoverflow.com/questions/2751304/use-64-bits-com-objects-from-32-bits-process RegardsAllan
View ArticleRe: Calling 64 bit com wrapper from 32 bit PB application
PB 15 which is currently in beta has a 64 bit deployment option. It might be something to check out.
View ArticleRe: Calling 64 bit com wrapper from 32 bit PB application
Thanks Rolland, I was planning to migrate to 15 when it becomes available. I'll see if I can grab a beta in the meantime to test. RegardsAllan
View ArticleRe: Trouble building a web service DW with a parameter
Hi Melvyn; You still did not answer my questions. However, did you also install the MS-Windows SDK? PB WS feature's need the SDK to access and run the WSDL compiler. Without that, PB will not be able...
View ArticleRe: Trouble building a web service DW with a parameter
What is the datatype of the ReturnValue? I can't read it completely from the image you provided. One of the biggest mistakes that web service developer make is - because they use the same tool to...
View ArticleImageMagick on Windows 7 64bit
I want to use ImageMagick OLE object in my application for some image manipulations.On WinXP everything is fine. ImageMagick (32bit version) is installed and working fine.But when I tried to install it...
View ArticleRe: Using Tableblob
What is the type of your column called "Photo" in SQL SERVER ?I tried varbinary(MAX) type. I can't load the image.A messagebox "Select Error: Blob Column doesn't exist" appears..
View ArticleCall function on lose focus
Hi, I have an input datawindow where I would like to do a small check on the reference number to make sure that the information has not been added yet, and if it does exist ask the user if they want to...
View ArticleRe: Call function on lose focus
You would normally do these sort of checks in the itemchanged event or call the logic from the itemchanged event. And remember the latest value is in the "data" string argument to the itemchanged...
View ArticleRe: Powerbuilder 12.5.2 and Hana database
Thank you, David and Chris. I guess IQ is not an option for me right now, as the company I work for is taking some time to check Hana out... . I've checked my tables again, and I found out that there...
View ArticleRe: ImageMagick on Windows 7 64bit
You need to use the 32bit version since PowerBuilder is 32bit.
View ArticleRe: Powebuilder 12.5 build 2511 static text font odd behaviour
Happens on 12.1 Build 6875 At least when using some newish MS fonts. For example Sergeo UI and Sergeo UI Semi Bold... 12.5 is off air so can't check what build I am on there. Happens there too...
View ArticleRe: Call function on lose focus
As Lars pointed out, you should use the ItemChanged event. It triggers when the field has been changed and before it is stored in the buffer. You logic can accept or reject the changes and prevent or...
View ArticleRe: different result exponent pb9 vs pb11.5
Not sure if this is true, but I remember reading somewhere that where you are looking for precision you should use Decimal instead of Double. Ever since then we have stopped using Doubles in any of...
View Article