Re: Unexpected results with null values in datawindow
Hi Rene; Try your DWO now ...... HTHRegards ... Chris
View ArticleRe: How I can display the 20 page pdf file in a window
You can insert an OLE control and then select Adobe Acrobat DocumentTo display a document use this function :ole_1.insertFile (".......\mydoc.pdf") Regards.Abdallah.
View ArticleRe: Unexpected results with null values in datawindow
Now it works. You have changed the front-to-back-order or the order of computed fields in exported source. I know that this is possible.But:I have always to check the right order of fields after...
View ArticleRe: How I can display the 20 page pdf file in a window
Add an Adobe Pdf Reader Control to your window and script it like this...ole_reader.object.loadfile('C:\Users\mdl.SECURITY_GROUP\Desktop\PB 15 beta new feature testing guidelines.pdf') Or add a MS...
View ArticleRe: Unexpected results with null values in datawindow
The datawindow (in reality it is a set of many huge datawindows) contains a complex analysis. The columns contains the input values from database. The computed fields calculates different intermediate...
View ArticleRe: Unexpected results with null values in datawindow
Hi René ; Yes, I just moved the computed ( ) expression in the DWO source of "x_2b" that was before the column definitions into the latter part of the DWO source where the other computations are...
View ArticlePowerBuilder won't reactivate License after update
Current;y have PowerBuilder Classic 12.5.2 build 5006 installed on a Windows 7 64bit machine. This was licensed and activated properly. Went to run the install again to add a missing database driver....
View ArticleRe: PowerBuilder won't reactivate License after update
Hello Shane, I never ran into this issue but you could try to : a) find where your .lic file was copied to (based on the InitPath registry entry or the Initialization Path system variable from the PB...
View ArticleRe: PowerBuilder won't reactivate License after update
Hi Jacob, Tried that. No luck. I think something is stored somewhere in the registry as well. - - Shane - -
View ArticleRe: PowerBuilder won't reactivate License after update
Hi Shane, Can you please answer a few questions as there are common issues people run into with the behavior you are seeing above. 1 - Is this a physical machine or a VM that you have PB 12.5.2...
View ArticleRe: Unexpected results with null values in datawindow
Good idea! I have tested it. Unfortunately it doesn't help.
View ArticleRe: webbrowser OLE control - drag and drop mouse events
Hi, Your HTML page does not work with Internet Explorer 9.0.8112 and it works finewith Google Chrome.Same behaviour inside an OLE Web Control.I think there is a problem in the javascript code. When I...
View ArticleInconsistent behaviour of Sybase SQL anywhere update column trigger
Hi, allI am not sure where to post this issue, since I could not find a forum for Sybase SQL anywhere. The problem is as follows:The definition of the update column trigger in help is...
View ArticleRe: Inconsistent behaviour of Sybase SQL anywhere update column trigger
Hello Arcady, You could post your SQL Anywhere question here: SAP SQL Anywhere ThanksJacob
View ArticleRe: Inconsistent behaviour of Sybase SQL anywhere update column trigger
Thak youI reposted it there.
View ArticleRe: How I can display the 20 page pdf file in a window
Either your Acrobate Reader oleobject is not installed properly or it's an old PB 11 bug.When you go to select the Ole object can you see this : Try to reintall theAcrobate reader or try to insert the...
View ArticleRe: Inconsistent behaviour of Sybase SQL anywhere update column trigger
Put the following line at the beginning of your trigger... if @@rowcount = 0 return
View ArticleRe: Inconsistent behaviour of Sybase SQL anywhere update column trigger
Thank you,I know how to fix it in code, the question is if this behaviour is by design.I have numerous triggers which are built in this exact way and I need to know if there is something global, which...
View ArticleRe: Inconsistent behaviour of Sybase SQL anywhere update column trigger
If this were a sql server question, then I could tell you that this is by design. A trigger will be executed regardless of the number of rows affected (including zero) and regardless of whether any...
View Article