Stop the Retrieve in the script
Hi all Howcan Istop theRetrievein the script. Info:Theuser scrollsrapidlyin the masterand detailrecords are loaded. Eventually,theprogram hangs. Probablybecause too manyrequestsweresentRetrieve. I...
View ArticleParentWindow() return Null Object Reference In PB12.6
Hi, When I opened a sheet by 'OpenSheetwithParmAsDocument' ,the function ParentWindow() can not return the mdi frame object. But when I use 'OpenSheetwithParm', ParentWindow() can return the mdi...
View Articlequestion about calling SP with parameter
Suppose I have a SP with parameter, say it as below:mysp @p1 = v1, @p2 = v2, @p3 = v3 In PB(11.5) I can this SP by a datawindow. It's working fine. Then I want to add one more parameter to this SP...
View ArticleHow to access child dw in expresson of composite datawindow?
Suppose I have composite datawindow d_mydw with embedded datawindow, say it is dw_1.dw_1 has an item say it myname. With power script, I can power script to get the value like:...
View ArticleHow to Edit or Entirely Delete Previous Post?
For security reasons I feel that I need to edit or delete some references in my previous post which crops up in google search results. Currently it's uneditable. Is there a way? Will the moderator be...
View ArticleExternal email not going Winsock error please any idea
I am using emailsmtp powerbuilder application for sending the email. All internal email is going using this program. When I am sending the external email the following error is comingServer error550...
View Article64bit Deploy with RTE control
Community: According to the documentation (table 35-6) , These files are needed for RTE support:pbrtc126.dll, tp15.dll, tp15_bmp.flt, tp15_css.dll, tp15_doc.dll, tp15_gif.flt, tp15_htm.dll,...
View ArticleSQl Server ODBC Rounding issues
HI Guys Just a quick one, I'm looking for some brain stimulation..... I have a PB app which is calling a stored procedure in MS SQL Server, it passes a load of decimal values in/out, the returned...
View ArticlePB12 Debug issues
I have just had my machine reimaged. After installing PowerBuilder 12.5.2 I am trying to debug an application that I developed more than a year again and I have been maintaining ever since. This...
View ArticleWhat event to use to execute code after the resizing of a window is done?
I would like to know what event to use so I can resize and reposition some controls on my window after the resize is done. Right now I have the code running while the resize is in progress so it's...
View ArticleHow to deactivate the hot key on a field of a dropdowndatawindow ?
How to deactivate the hot key on a field of a dropdowndatawindow ?
View Article64 bit compiler woes
Colleagues, I'm currently tasked with exploring 64bit deploy for a massive PowerBuilder app. I've currently hit the wall with an issue and am wondering if other's have had or are having a similar...
View ArticleMSSQL : converting IMAGE to varbinary(max)
Problem 1:What's the best way to convert columns from IMAGE to varbinary(MAX)? I'm just testing my application which runs on sql 2008 r2 (but on compatibility mode 80 (sql server 2000). I probably have...
View ArticlePowerBuilder + Appeon + SQLite + Problem with use of decimal
Hello, we are using PowerBuilder with Appeon for Mobile Devices and a SQLite Database. We have problems with decimal values in our application e.g. if we want to save 7,54 the values saved is 754,00....
View ArticleSetPointer() Code Rule?
I have always followed the 'You create it then you manage it' code rule. This rule is also true for other functions like SetRedraw() and until recently I would have said SetPointer(). I have come...
View Articlen_crypto and web services in Windows Server 2008R2
We use Roland Smith's Crypto library which wraps the Microsoft Crypto API. It works just great in the regular client/server applications, as well as in Appeon. However, it is not working in a web...
View ArticlePB12.5.1 Build 4595: Behaviour of tab control in user objects
Hi, I noticed that in PB 11.5.1 or earlier versions, the first tab in a user object was being selected by default when the tab control became visible. There was no need to issue a SelectTab(1)...
View ArticleError "ORACLE v7.3 is not supported in your current installation"
When i upgraded from PB9 to Pb 12.5, no compile and build issues, I can run the application fine on my local machine, but when i run it on the citrix server its giving me the eroror "ORACLE v7.3 is not...
View ArticleSearching in PSR or Print Preview
I have developed a PSR viewer.The challenge is to provide a "Search" facility.However, the search should not just be in the data (rows and columns) of the datawindow,but rather within the document.So...
View Article