Set different mask based on length of data (same column)
Hi All, (PB 12.5 classic) I would like to have different mask based on length of data, for same table column in datawindow. Example:Data length = 8 --> mask = ### - ## - ### (Expected result = 111 -...
View ArticleIssue with FindClassDefinition in PB12.6 ?
Hi,does anyone know about an issue with FindClassDefinition in PB12.6 (Build 3506)? I have a library-list with 83 PBLs. ldc_class = FindClassDefinition ( ls_objectname, as_library )works fin in...
View Articleselect all checkbox at header column of data window
Hi,I tried to add a check box at header column of data window. It doesn't allow to place check box at header column, it allows to add at detail columns. my requirement is to place check box at header....
View ArticleHow to export graph into excel
Hi All, (Powerbuilder 12.5 classic) I have a datawindow with graph in and I wish to export the graph to excel, possible? Currently, it will only export the excel data without the graph.Please...
View ArticleWhere are the EBFs?
Help please.I Am logged into scan.sap.com.How do I find the download portal/page from where I can download the latest EBFs for PB12.6?Maybe it's just me but I am having great difficulty navigating this...
View ArticleDLL, OCX or PDB ?
Hello to allI have the following requirement: I have to create an object / program / function ( pgm_1 ) in powerbuilder which writes to a database and should be used by multiple applications...
View ArticleAnyBody know how to "kill" a dataWindow toolTip once it has been opened?
I have a dataWindow that I have set up with toolTips and everything works as I would expect. If I hover, the toolTip pops and I see the expected results. My problem is that under certain...
View ArticleIs there a max size for a blob?
PB Classic 12.5.1 build 4015 Is there a max size for a blob? Documentation says "unbounded", but I'm seeing problems. Before starting, I will mention that I have already sent the email about why we...
View ArticleDatepicker valuechanged event not firing
I am using the DatePicker object, but have not been able to find an event that always gets fired when the date is changed by clicking on the drop down calendar grid. When running from the PowerBuilder...
View Articleerror when trying to save to an xlsx file
I have an application (pb12.6 classic)When I execute the commandif (dw_humboldt_out.SaveAs(s_path,XLSX!,TRUE,EncodingANSI!) < 0) then it works fine on my machine... but, of course I have pb12.6...
View ArticlePB7. Compute Field.Compute Expression Help
Friends, formula 1:Sum( If( compute_6 = "Fail", 1, 0 ) For Group 1 ) === failed count Formula 2:count( compute_6 for group 1 ) ===== no. of rows i am not able to use the below code. can anybody...
View ArticlePowerBuilder Roadmap Webcasts - Registration Open!
** Hot News ** For those of you who are not aware what has been transpiring over the past several months, in the middle of May with SAP announcing it had signed a Memorandum Of Understanding (MOU)...
View ArticlePowerBuilder.Net(V12.0) - Datawindow graph function not working
Hi, I wanted to change the color of the datawindow graph created in PB.Net.I created a user event with Event ID "pbm_dwngraphcreate".I used the beloe function to change the color of the graph....
View ArticlePowerBuilder 11.5 Download
Does anyone know where the prior version downloads are located? I have a valid PB 11.5 license but can't find the download for the life of me. I am able to check-in and re-generate my license key but...
View ArticlePowerBuilder Compatiblity with Oracle 12c & Oracle 11g R2 version
Hi All, Could you please give your input/Suggestion on the below points? The client has different version of powerbuilder application starting from PB 6 to PB12. The client want to migrate the oracle...
View ArticleSetting tab position in a richtextedit
Hello! I couldn't find any information about (and hope this wasn't posted before): Is it possible to set the position of a tab in a RichTextEdit control by code? Thanks in advance,Bernhard
View ArticlePowerbuilder Install hangs
Hello everyone, I am trying to install PowerBuilder versions 12.5.2 & also tried 12.6 on a VM.(windows 7 -- 32 bit )The installer starts and then installshield minimizes and just hangs there with...
View ArticleRetrieve Rows As Needed
I thought I might try this to help provide a performance boost for my app but have discovered that it does introduce locking issues that cause it to freeze when trying to update tables. In doing...
View ArticlePB12.6 64-bit
Two questions related to converting to run in 64-bit mode: I am going through my libraries looking for calls to Windows API which may have variables which are handles.I am changing all "long Hwnd" to...
View Article.net unsupport cluster
in pb 11.5.1 5097 easerver 6.3.1 code work fine: connection myconnect long ll_rc long ln string ls_helloworld n_mycomp ln_mycomp myconnect = create connection myconnect.driver = "jaguar"...
View Article