Google maps zoom and LatLong in powerbuilder
Hi I have a Powerbuilder 12.5 application interacting with Google maps. The app is refreshing the map every 5 minutes and thus resetting zoom, Lat o Long to the original values. How can I store zoom,...
View ArticleWorking with MsSql 2005/2008
Hi all , I am deploying a database application with Sybase SqlAnywhere 11 / MsSql(2005/2008). With SqlAnywhere 11 i can run a sql file within my application with an embbeded sql as we all know.( like...
View ArticleGraph into Tabular DW
Hi everyone!I need to show some data grouped by a criteria but, also, the report has to show a graph using this info. As there's no need to fulfill the entire page with data, I thought I could split...
View ArticlePlease sign the SAP take notice of PowerBuilder petition
https://www.causes.com/v2actions/1758097-a-petition-to-michael-reh-dr-vishal-sikka-and-bill-mcdermottIf you agree then create a login either using your Facebook account or directly here...
View ArticleFormating Value text on graph
I have a stacked bar graph that the values are dollar amounts. The data is returned as a money type. I want to change the format on the values text to $###,### - I do not want to show cents. I can...
View ArticleHow to pass info to an app that is already running via commandline parms
I have a powerbuilder application and now we are taking part of this application and migrating them to our new.net app. Our delimma is that we must use both applications at this time and in order to...
View ArticleHow to handle French characters in PB12.5
I am having a problem with displaying text which includes French characters in PB12.5. We have text controls with the text property as bilingual, for example Region should display as Region/Région but...
View ArticlePowerBuilder 12.5.2 app crashing often
Hi, We recently updated our software from PB 8 to PB 12.5.2 Build 5550. Our client's are now beginning to have issues with our software crashing to desktop (a few times a day per user) and the Windows...
View ArticlePowerbuilder datawindow format changed after migration
Hi, After migration from PB7 to PB11.5 all number fields are displayed with zero decimals. For example: testfield decimal(20,5) with value 5 is displayed as 5.00000 in PB11.5 while in PB7 it was...
View ArticleDrop down issue in 12.5.1
Hi,We are facing an issue in the Tab data window with drop downs and checkboxes as1) Checkbox does not appear checked2)Drop down does not show the selected value when the focus is changed to some other...
View ArticleGoogle maps zoom and LatLong in powerbuilder
Hi I have a Powerbuilder 12.5 application interacting with Google maps. The app is refreshing the map every 5 minutes and thus resetting zoom, Lat o Long to the original values. How can I store zoom,...
View ArticleCalling PowerScript from Java
Hello, I posted a question in another space. The discussion can be accessed here , in case the reply is useful to others. Here is the original question : While it is possible to call Java from PB, is...
View ArticleHow to prevent a script error to pop up within PowerBuilder?
I'm using an OLEObject to navigate to an URL. For some extrange reason I get a script error message (this does not happen when I open an Internet Explorer browser and paste the URL). How can I prevent...
View ArticleSending emails using OLE
PB 12.1 and 12.5Outlook 2007/2010Win XP and 7 Having issues sending emails automatically from application. Code developed in the 90's no longer works. MSDN documentation seems to indicate it should so...
View ArticlePB 8.0.4, Datawindow click event problem
First I'm new to SCN.SAP and I hope that I'm posting at the proper place for thisquestion. If not please reply to me where I should ask the following question. I have a picture object in a datawindow,...
View Article.Net Dataset into PB datawindow/datastore
Hi. I guess the title says it all, but is it at all possible? The reason why I ask, is because we're trying to centralize our code in C# so that it can be used both in PB 12.5 Classic, C# and SQL...
View ArticlePB slows down on windows 2008
We have PB code on 12.5.2. It looks like when we run the code on windows 2003 the code run fast. But when we run it on windows 2008 the same code runs 2 times slower? Does anyone know of a list of...
View ArticleUsing custom WPF styles in PB.NET
Has anyone tried downloading a third-party WPF style library and tried it out in PB.NET?I recently tried this simple one and failed:...
View Articlecreate a licence feature for my Powerbuilder application
Can you give a tutorial of how to integrate a licence key feature into my PB application ?regardskumar
View ArticleThread callback to main thread
I've started experimenting with threads in PB.net.I'm using this well known code to start up a thread with just populates an instance datastore with some rows. // In main thread, fire up background...
View Article