Re: Export objects from a target (multiple libraries)
Hi Terry, Thanks for your help. I Have my target open on PBL Peeper but the manual don't seem to help, neither the website. In particular for exports it says: "Exports PageThe first subpage...
View ArticleRe: Export objects from a target (multiple libraries)
Hi, It seems that I found the way playing around with the interface. Thanks
View ArticleRe: DatawindowChild issue
Just in case you haven't figured it out yet, here's the code of my test: First, declare an instance variable: boolean ib_dropdownopen=false integer ii_dwc_rowIn the user event mapped to...
View ArticleRe: Alternatives to Replace a COM Component
Thanks Bruce, I'll have a play around with creating a .Net assembly from PB Classic.
View ArticleRe: Problem in Consuming Web Services in Powerbuilder 12.5 Classic and .Net
I tried yet to specify basic authentication with SetBasicAuthentication and with SetOptions, but it seems that not works, and "Credentials not found" message still coming. Searching on Google i read...
View ArticleRe: PowerBuilder Soap 12.5 Project
The execution of wsdl shows me the message:"Error : Unable to import the association 'xxxxxxBinding' from namespace 'http://xxxxxxxxx.it' - Unable to import operation 'xxxxxxxxx'; - Element...
View ArticleRe: datawindow update error number 20001
Based on the error number it looks like you are calling an Oracle stored procedure which is returning that error number. That number is typically used with a call similar...
View ArticleRe: datawindow update error number 20001
all info as below: PB: 11.5.1ASE: 12.5.4this error come out from PB app when call dw.Update() dbms = 'SYC Adaptive Server Enterprise'dbparm = ''Release='12.5', OJSyntax='PB', UTF8=1,...
View ArticleRe: datawindow update error number 20001
Hi, Very obscure message, Well first thing that might be interesting is the sql update statement that has been generated and if it is correct.So put a message box in the sqlpreview event and show the...
View ArticleRe: datawindow update error number 20001
Thanks. What's the trace param for ASE 12.5.4? Some thing like???SQLCA.dbms = "TRACE SYC Adaptive Server Enterprise 12.5.4"
View ArticleRe: datawindow update error number 20001
Are you doing anything in the code that changes the row or column status flags after the retrieve completes? If you do a Retrieve() of a datawindow, then an immediate Update(), all the status flags...
View ArticleRe: datawindow update error number 20001
Thanks. Nothing special:1. Retrieve data: dw.retrieve(col1 value)2. Change value for mycol3. Call dw.Update() Rows->Update property for this datawindow: Datawindow Setting for Update property:Allow...
View ArticleRe: datawindow update error number 20001
Yes, it only uses the first 3 chars, so the following will do: SQLCA.dbms = "TRACE SYC" Ben
View ArticleRe: datawindow update error number 20001
Thanks for help, guys. Figured out: it is because of a trigger on mytab.
View ArticleRe: Powerbuilder 12.6 - Saved Password disappeared at DB Profile(Not happned...
I am getting the same error and it's not a bad install. Was working fine for a week and then it started happening out of nowhere causing me to re-install PB 12.6. This is not the only issue currently...
View ArticleRe: Powerbuilder connecting to ASE16
You mean you've actually managed to contact some sort of SAP support so they could be less than helpful? Good job! I'm still waiting for a response to an SQL Anywhere case I opened two weeks ago. Mr...
View ArticlePB12.6, PBNI and 64bit support
Hi, I make and use several PBNI extensions (hashtables, PCRE regular expressions, Perl integration, ...) and integrate external components (Scintilla, TreeList, ...) and I would like to be sure on what...
View ArticleRe: Powerbuilder connecting to ASE16
I raised a "technical incident"about something else a couple of weeks ago and have not yet had any response. So this time a thought I would raise a non-technical incident asking where can I get the...
View ArticleRe: Appeon - Datawindow Error - An object or column is missing or empty.
Hi Paul; The next time this happens ... 1) Don't forget to look at the Appeon ERROR log using the AEM web console. - Normally, Appeon will log this type of SQL error automatically. 2) Use AEM to...
View Article