Quantcast
Channel: SCN: Message List - PowerBuilder Developer Center
Browsing all 7329 articles
Browse latest View live

Re: Exchange Web Services API how to connect/access using PB12.5 classic

Hi David, Yes it's possible in powerbuilder 12.5 classic with the web service proxy wizard. 1) Get the WSDL from your Exchange server. The URL will be something like...

View Article


Having trouble referencing row number in computed field

Greetings All, I need to calculate during based on values that are grouped by days. So I have the following datawindow values where I group data by date:  DATE           START                    END...

View Article


Re: Having trouble referencing row number in computed field

Given that referencing row numbers can get hard in grouped reports i'd be inclined to add a secondsafter() computed field on each detail row and drag it out of view in the band. Then the duration...

View Article

Re: Having trouble referencing row number in computed field

Thanks, Paul!! Alas, I need the duration from the start_datetime from the first row in the group through the end_datetime in the last row in the group. But I will try to take your lead on thinking...

View Article

Image may be NSFW.
Clik here to view.

Re: Having trouble referencing row number in computed field

Ack! Sorry, Paul. I should have looked a bit harder at what you were doing. Just spent a minute or two playing with this. How about: In the group header band create a computed field that contains...

View Article


Re: Having trouble referencing row number in computed field

WOW, Paul!! You ARE a genius!! And you saved me countless hours of time. I had already created yet another table to handle the summary of the summary and had already cringed at the logic associated...

View Article

Re: I can't get PB12.5 to 64-bit Oracle

Russ, this absolutely should not be the case.Your client version (32/64 bits) is not relevant when it comes to connect to DB from sqlplus. Basic rule as it was mentioned above is 32 bit app needs 32...

View Article

Re: I can't get PB12.5 to 64-bit Oracle

Um, there is no problem accessing the TNSNAMES.ORA.  The problem is that Powerbuilder is accessing the 64-bit version of Oracle instead of the 32-bit version unless I change the Oracle_Home setting....

View Article


Image may be NSFW.
Clik here to view.

Re: Install of PB 11 on win 7-64 bit fails

I tried to install in safe modeIt acts like it completes... but, fails to create the menu options, in the start menuIt looks like it created the sybase -> powerbuilder11.0 sub-directorybut, when I...

View Article


Re: I can't get PB12.5 to 64-bit Oracle

I'm with Krzysztof though.  I'm running a 64 Oracle server and 32 bit client apps on the same machine without difficulty. Unless you're also running a 64 bit client you don't need the 64 bit client...

View Article

Re: I can't get PB12.5 to 64-bit Oracle

Ok, the light bulbs are going off I think.  I believe that you're saying that I can keep the 64-bit Oracle server, but remove the 64-bit client - is that correct?  If so, is this easily accomplished?

View Article

Re: Invoking datawindow report from C# code

Hello Bruce - I have only 11.5 and unsure if it has capability to create .Net assemblylike you mentioned with PB.Net (PB12.5 ?), please share details if 11.5 has such capability. Just to give you more...

View Article

Re: Install of PB 11 on win 7-64 bit fails

The error message is stating exactly what the problme is.  Check the C:\Users\[user name]\AppData\Local\Sybase\PowerBuilder 11.0 folder to seeif hte pb110_sysam.properties file is there.  If it isn't...

View Article


Re: Install of PB 11 on win 7-64 bit fails

Actually this is PB 11.   The pb110_sysam.properties should be under the PowerBuilder root directory where the pb110.exe file is located.

View Article

Re: Invoking datawindow report from C# code

Hi Code;    FYI: PB Classic since v11.0 can build .NET assemblies. You do not need PB.Net exclusively to do that.   Note: Both PB Classic and PB.Net are .NET framework fixed. In versions 11.x and 12.x...

View Article


Re: I can't get PB12.5 to 64-bit Oracle

Correct. You should be able to remove the 64 bit client easily.  It's a separate install from the database itself.

View Article

Re: I can't get PB12.5 to 64-bit Oracle

Well, thank you all for your help.  I will do so.

View Article


PrintOpen crashing application when used after PrintSetPrinter for networked...

This is on Windows Server 2008 using PB 12.1 Build 7298.  I'm using PrintGetPrinters to get the printer name of the networked IPP print server that is setup on the machine and it comes back...

View Article

Re: Install of PB 11 on win 7-64 bit fails

As I said... the install doesn't seem to be finishingI'm trying to install on win 7 - 64 bit.I go to the C:\Program Files (x86)\Sybase\PowerBuilder 11.0directory, to try an run the programbecause the...

View Article

When I call datawindow.Saveas how do I limit the format?

When I call the datawindow saveas method I get a list of formats I can save as. How can I filter the list so that the following are excluded? Dbase 2    Dbase 3    DIF    HTML TableEnhanced...

View Article
Browsing all 7329 articles
Browse latest View live