Re: Infomaker Dead??
I am putting on that training session, and I can assure you that isn't related to the future of IM unfortunately. Since I am unable to get into the PB15 Beta, that session will be taught using 12.5.
View ArticleDW group number
Hi, how to print the group number in a datawindow please ? a group by customer report for example , first customer 1 , second customer 2 so basic, can't remember it tiaJohn
View ArticlePB15 Beta - triggering resize event on tabpage in Windows 8.1
I have run into a potential Beta issue. I have some 'PFC style' resize logic in a window wherein when its size is changed some ancestor code is run which loops through the control array of the window...
View ArticleTrouble building a web service DW with a parameter
I am having trouble building a web service datawindow. I enter the WSDL file. The wizard finds the service, then asks me to should the methodI need. Then it gives my a list of possible parameters and...
View ArticleRe: Trouble building a web service DW with a parameter
H Melvyn; Can you tell us ... 1) PB Classic or PB.Net? (I think its classic from the image attached)2) PB version & build?3) MS-Windows version & build?4) IIs version & build?5) Some...
View ArticleRe: PB15 Beta - triggering resize event on tabpage in Windows 8.1
Might work if you map the resize event on the tabpage... Just a thought
View ArticleRe: Trouble building a web service DW with a parameter
You need to select ReturnValue, the first parameter, and the only one that is returned. Just highlight the row and hit next. At this point in the wizard, it's attempting to determine what you want to...
View ArticleCalling 64 bit com wrapper from 32 bit PB application
Hi Currently running a PowerBuilder 12.5.2 classic application and wondering if it is possible to call a 64 bit COM dll from the application? The reason for asking this question is I may have some...
View ArticleRe: Calling the event in another event pb7
i have already tried that...its not working... below is working dw_2.modify("marks_final_passfail.Color='413200'") but we have many dropdownboxes as per the above code, all the text of the...
View ArticleRe: PowerBuilder Classic 15 beta error
Chris, Engineering has fixed cr754293. Now, the following code can all work: ls_character = char(message.wordparm) ls_character = char(long(message.wordparm)) ls_character =...
View ArticleRe: PB15 Beta - triggering resize event on tabpage in Windows 8.1
Okay, got the issue resolved. The code is using the 'PFC window resize service' paradigm (create service on window, register objects you wish to resize when the window resizes, then trigger the resize...
View ArticleHow to Use drools Rules in powerbuilder
How can i use drools rules in powerbuilder?Is there any document/examples are there.Please suggest me asap.
View ArticleWeb service / .NET Framework SDK issue in win8 (PB 10.5)
I keep getting the ".NET framework SDK is not installed" error when trying to consume a wsdl file in PB10.5.2 on windows 8. I have tried to install SDK from 2.0 - 4.5 with no success. Just wondering...
View ArticleRe: Web service / .NET Framework SDK issue in win8 (PB 10.5)
Hi Kevin; When you say ... "I have tried to install SDK from 2.0 - 4.5 with no success" - what exactly are you encountering? Regards ... ChrisPS: Yes, PB 10,x is .Net 2.0 based. PB 12 is .Net 3.5...
View ArticleRe: Web service / .NET Framework SDK issue in win8 (PB 10.5)
Are you sure you are installing the SDK? A number of people install the Framework instead. For example, the Windows SDK for Windows 7 and .Net 4.0 is here.
View ArticleRe: PB15 Beta - Advanced GUI
Engineering has fixed cr754140. It had to do with the following function: Function Boolean GradientRectangle (Long hdc2, TRIVERTEX pVert[], ULong numVert, GRADIENT_RECT pMesh [], ULong numMesh, ULong...
View ArticleRe: PB15 Beta - Advanced GUI
Are there plans for a new beta build before the end of the testing period or do we have to wait until GA to verify the issue has been fixed?
View Article