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

Re: Forground object in footer does not print in the footer

Can't do that. It is a long text and I can't have it chopped on grids. Must I write code to manually move this object prior to printing?  IMHO, this is a flaw. What you see on screen is what you should...

View Article


Re: Using reporting tool "List & Label" in PowerBuilder Classic?

What DBMS are you using?How does  this compare with SSRS?

View Article


Re: sql server connectionpooling pass database name with each sql?

running standard classic PB client/server application. wish we could use connection pooling and connect/disconnect with every sql transaction and send multiple sql's as part of one transaction.

View Article

Re: stateful component deactivates immediately when called by another...

Hi Kimon;   Sounds like you might want to open a case with SAP on that behaviour. Regards ... Chris

View Article

Re: Design Preview is not working for label window

Hi Anal;   Have you applied the PB 11.5.1 or 11.5.2 maintenance releases? Regards ... Chris

View Article


Re: Using reporting tool "List & Label" in PowerBuilder Classic?

Hi Heiko;   Wow ... what a nice reporting tool!    That is the caliber of functionality that we should see in the DataWindow by now in PB. Its too bad Sybase wasted futile efforts on PB.net instead of...

View Article

Re: Object.Data not returnable in thread?

Hi CristopherYou could use dw_control.object.DataWindow.Data or dw_control.Describe("DataWindow.Data")These two return a string with all data in a dw control or datastore. You can use ImportString to...

View Article

Re: Forground object in footer does not print in the footer

Thanks Lars. I was looking to confirm I was taking the proper course of action. Lot of work to get a grid to work properly.

View Article


Re: ODBC not found error when trying to run a PB 12 classic app on a windows...

Its just a Powerbuilder Applicatio Bruce, I am using Windows installer to load it.

View Article


Re: ODBC not found error when trying to run a PB 12 classic app on a windows...

Bruce, It is a Windows 7 64-bit VM running on vSphere 5 ESX hosts. I have loaded a 32 bit driver on the virtual pc and did it the same way that I did it on my windows 7 pc. It's just not finding the...

View Article

Re: ODBC not found error when trying to run a PB 12 classic app on a windows...

When you bring up the 32bit ODBC driver on that machine, does that driver show? If so, are there any ODBC profiles configured to use it? Remember that on a 64 bit system there are 2 ODBC managers....

View Article

Re: Oracle BD Error ORA-24374 when trying to display tables on Database view

Hi Raúl; 1) OK - your DBMS setting of "ORA" means that you are trying to use the OCI (Oracle Client Interface) which is a native DB connection. 2) Can you try adding the following to SQLCA.DBParm .......

View Article

Datawindow.net 1.0

We have Datawindow.net 1.0 and are using it with Visual Studio 2003 with no issues. Can this version of the datawindow.net be used with Visual Studio 2008, also? Our newer projects are using this...

View Article


Re: SetItemStatus for all Rows?

if you are still not satisfied with describe("datawindow.data") into a string, try saving the data into a file and import the file from the other thread. this should consume lesser memory.

View Article

Re: To save excel file xls from powerbuilder 11.2

Hi POLACHAN, I notice two succeeding End If above. You create the oleobject inside that If statement. If that condition is false, the oleobject is not created, hence, it would be null. you can use...

View Article


Re: Datawindow.net 1.0

Hi Larry, Here's the compatibility by version for datawindow.net.http://certification.sybase.com/ucr/platformResult.do?platformId=15&productId=1179 You may want to consider upgrading to at least...

View Article

Re: Errors in WebDatawindow

Hi ,It is not working.As Chris said , "Unfortunately, you would have to parse them out yourself". I have another question.To bind a datawindow with Javascript I'm using the modify     lds_data.Modify...

View Article


Re: Errors in WebDatawindow

Hi ,I will give it a try but I strongly believe that there isn't any solution on this.thank you

View Article

Re: How to Get UNC from a WCF service ??

I'm lost.  Q is a local machine drive mapping.  What it might be mapped to on your local machine may not be what, if anything, it's mapped to on the server where the service is running.  How would you...

View Article

Re: How to Get UNC from a WCF service ??

Hi Zacharias, You might be able to find the drive mappings in the registry: I found this:  http://sysadminslibrary.blogspot.com.au/2013/02/mapped-network-drives-in-windows-7.html It partially reads...

View Article
Browsing all 7329 articles
Browse latest View live