Re: SQL Server raise error in triggers not shown in DW error msgbox
Thanx Arcady for your quick reply! It was the first thing I checked but it was OK. Thanx Scott for your spot on solution!
View ArticleRe: Multithreading Architecture
Hi Chris, Yes. Yes. Yes. I tested it recently and as far ad I can remember, I could not see any difference with PB Classic. Regards.Abdallah.
View ArticleRe: Problem deploying PNG toolbar images in pbr
Hi Arnd, I have completely wiped out my pbr file and only added 3 or four image names. I verified there is no white space before or after the image name and there is no white space at the bottom of...
View ArticleRe: Trigger Changed Event on Datawindow
Hi Paul, I know Lars provided an elegant solution for you but I had few ideas for you to consider.The value of gratuity percent, discount percent and tax percent are handled in a different window and...
View ArticleRe: Trigger Changed Event on Datawindow
Thanks Mark. Good points. I probably need to think through both of them. Right now the rates get loaded into a staging table and then, once reviewed, they are moved into a production table where they...
View ArticleRe: Is there a future after PowerBuilder 12.6?
One of our major customers having a substantial investment in PB (i.e. 3 major financial products with 6000 plus GUI screens) is looking to migrate away from PB to a Java based framework. Appeon was...
View ArticleRe: Slowness of SQL Server running on the cloud
maybe play with the sql server packet size? I'm not sure how/if you can do that with OLEDB. it is an option with SNC. If you are usually transmitting large amounts of data then i would guess that a...
View ArticleRe: Slowness of SQL Server running on the cloud
I'm trying to optimize the way WizSource updates an image column with binary data. It currently uses UPDATEBLOB. I'm looking for something to make it more efficient over the internet.
View ArticleProblem using funcion SetDetailHeight, pb 6.5
In this following script, the function SetDetailHeight, return -1. dsrx is a DataWindow with three nested Report Object, one of them has the name "resultado". I don't understand what is wrong. Can...
View ArticlePB .Net assembly not working on PB Classic (12.5.2 version both)
Hi! I just followed the steps for using a .net assembly on PB 12.5.2 Classic target. I'm getting a "-2" error (class not found) on my PB Classic client when using Connecttonewobject function My...
View ArticleRe: Problem using funcion SetDetailHeight, pb 6.5
Is the dsrx a composite datawindow or just a regular datawindow with nested reports and which band the nested report resides?
View ArticleRe: Slowness of SQL Server running on the cloud
Maybe a shared object to allow background operations...
View ArticleRe: PB .Net assembly not working on PB Classic (12.5.2 version both)
Did you run regasm on the assembly? Did you load the assembly into the GAC using gacutil? Are you on a 32 or 64 bit OS machine?
View ArticleRe: Problem using funcion SetDetailHeight, pb 6.5
dsrx is a regular datawindow, with three nested reports in the detail band
View ArticleRe: Problem using funcion SetDetailHeight, pb 6.5
Augusto, I think your problem is that altura is being set to NULL. Is datawindow a valid datawindow object in this statement: altura=long(dwxx.Describe("datawindow.detail.Height"))? HTH, Manuel Marte
View ArticleRe: Problem using funcion SetDetailHeight, pb 6.5
I think that is the problem. Because there is a separate instance of the nested report in each row of dsrx, when you do a GetChild, I think it's always the row 1 is returned? Unless there is just 1 row...
View ArticleRe: Pb 12.6 .net Debug problem (variables values)
Can you verify if you don't have a corrupted file <targetname>.usr.opt ?If you have a valid support contract, you can read this SAP note: http://service.sap.com/sap/support/notes/1946342 HTHJacob
View Article