Dw filter - Expecting string expression
Hi all, Since years i am using my own written datawindow filter function. What it does , is it takes the dw as an input parameter of this function together with a string as text to be searched , then...
View ArticleRe: Dw filter - Expecting string expression
Perhaps the data you are filtering on contains a single quote?
View ArticleRe: PB 12.5 Connection to a Sql Server 2012 using SNC
Hello Heino, PowerBuilder 12.5.x only supports 2 versions for SNC : SQLNCLI (SNC 9.0 for SQL Server 2005)SQLNCLI10 (SNC 10.0 for SQL Server 2008) Here is the doc for more details: SyBooks Online MSSQL...
View ArticleRe: Appeon Vs Remote Desktop Protocol
Appeon Negatives: - Appeon requires lot more restructuring of code vs RDS. Will take much more development efforts- Only works on Internet Explorer on Microsoft Windows. Requires ActiveX Download - it...
View ArticlePowerBuilder on Android
Appeon Mobile 2.0 For PowerBuilder / Android Development! Round number 1 of Appeon Mobile 2.0 for Android testing has now been successfully completed and the next Beta version V2 is now available for...
View Article2014 PowerBuilder Conference!
March 2014 PowerBuilder Conference Nothing but PowerBuilder, by the PowerBuilder community, for the PowerBuilder community! An amazing 3 day conference for only $350 - not $K's of dollars to...
View ArticlePB Webinars - January 2014
Hi Everyone; Here are some interesting upcoming webinars on PowerBuilder for January 2014 Upcoming webinars on PowerBuilderTV January 14, 2014 - Presented in FRENCH - at 5.00 PM CET...
View ArticleRe: PB 12.5 Web Application - How to detect browser (in open event) to open a...
Hi Paul; This sounds like either a JSP, PHP or ASP.Net front ended application and not PB? If so .. then you would use some JavaScript like ... function get_browser(){ var N=navigator.appName,...
View ArticleRe: PB 12.5 Web Application - How to detect browser (in open event) to open a...
Sorry guys. I spaced out the response. I tried Arnd's reply and it worked perfectly. But I expect that yours would work as well, Chris. And of course it was included in a response from Ivaylo to a...
View ArticleRe: PB 12.5 Web Application - How to detect browser (in open event) to open a...
Wow ... that's interesting as all my tests with Webforms outside of the IE web browser failed - including Safari and mobile browsers! I'm confused as Webforms only supported IE and only up to version...
View ArticleRe: PB 12.5 Web Application - How to detect browser (in open event) to open a...
Chris, I know, right!? I was shocked when people started telling me that the web application worked using Chrome. And even more shocked when they said it worked with iPhones, iPad and Android browsers....
View ArticleRe: Dynamic swapping of DDDWs
Thank you for the feedback, but still no luck. datawindowchild idwc_reason...L1 = dw_1.GetChild("reason", idwc_reason)L1 = idwc_reason.SetTransObject(i_tr_sql)// these commands returned 1 //then these...
View ArticleRe: Dynamic swapping of DDDWs
Hi Nigel, I see what you mean... datawindowchild doesn't have a dataobject property. Can only then suggest you do a sharedata Instance variable:n_ds idsReason Where you retrieve:IF...
View ArticleRe: PB 12.5.1 classic .NET assembly used by c# app
Actually, replicating the issue in classic IDE is extremely easy.1. Create nvo_base_class and add an instance variable to it - string is_test_var = ''2. Add a function to the nvo_base_class: public...
View ArticleConvert Evaluation License to a Valid License (SySAM issue)
I'm running into an issue getting a license file to get along nicely with my 11.5 install of PowerBuilder Enterprise. I just had to replace my SSD at the end of the year. Complete drive failure. Had...
View ArticleRe: PB 12.5.1 classic .NET assembly used by c# app
UpdateI have downloaded an installed the updateThe problem went away Thanks, so much every one!
View ArticleAppeon app on iPad - signature
Hello, allDoes anyone know if it is possible to create a PB Appeon with a possibility to sign on a tablet? Thank you
View ArticleRe: Convert Evaluation License to a Valid License (SySAM issue)
Hello Jeff, Please enable SySAM logging (LogSySAM=2) by following what is indicated in this link:SyBooks Online (Archive) Ensure to modify the correct PB.INI located in the folder pointed by registry...
View ArticlePB 12.5.2 Classic IDE - assembly comments
Hello, allDoes anyone know a way to export comments from PB script to the .NET assembly?For example, I wish to descrie a public function. In PB, I write comment in the script itself. Is it possible for...
View ArticlePB 12.5.2 classic - getting stack trace at runtime
Hello all,Is it possible to get a stack trace from the PB classic app at runtime? Recently a dberror event was added to transaction class and it will help a lot if I knew who made the SQL call. I...
View Article