disconnect an opened window if no one has worked on it
i search a command (in powerbuilder 12.5 or in windows 7) to disconnect an opened window if no one has interfered on it after a time given.Yehuda Fingher
View ArticleRe: Anyone using the Websphere plug-in with Pb 12.5?
Thanks Guys, I spoke with Sue Dunnell directly and she has clarified the situation for me, it is possible we could use it but it is not being updated. I've got enough information to take to the client...
View ArticleRe: PFC 12.5 Classic Released
Hi Calvin; Thank you for the update and your personal efforts to move the PFC forward! Regards ... Chris
View ArticleRe: Anyone using the Websphere plug-in with Pb 12.5?
Hi David; Thank you for posting the response from Sue! I am glad that you can now finally give your client the accurate information they need to make a good business decision. As a consultant or...
View ArticleRe: disconnect an opened window if no one has worked on it
Take a look at the idle function and idle event. You can put your logic in the event to disconnect from the db or close the app after a given amount of time if that is what you are after. hth,Mark
View ArticleRe: disconnect an opened window if no one has worked on it
Anything in PowerBuilder (e.g. the Idle event) is on the application level, so if you want to track this on the window level, you're going to have to roll your own. The first factor in how difficult...
View ArticleUsing Powerbuilder to run CTE queries
There seems to be a problem running CTE queries using Powerbuilder. I dont have the particulars regarding the problem since it is a client problem however we are using PB12.5.1 BUild 4595 using MS SQL...
View ArticleRe: Error import pbwsclient120.pbx file
Hi Ben and Giorgio, Thanks for your response. I traced the import with Process Monitor and after a lot of trials , i found that the trouble was coming from xerces-c_2_6.dll . If i copy Xerces-c_2_6.dll...
View ArticleRe: disconnect an opened window if no one has worked on it
Thanks very much , the application could be able to work with 30 users each one works on two windows.Does that means that i have to check the idle for 30 * 2 objects ?
View ArticleRe: disconnect an opened window if no one has worked on it
thanks very much , i will try.
View ArticleRe: Powerbuilder 11.5.1 on Windows 8?
Hi Vlad,our main application is quite large (no PFC, it uses our own framework and it consists of roughly 30 PBLs). We use PB 11.5.1 and SQL Server 2005/2008/R2 (SNC). We were very cautious not to have...
View ArticleRe: Powerbuilder 11.5.1 on Windows 8?
Has anyone had luck with other versions of PB running on Win8? I just installed PB 9 and the development environment works. I can run and debug PB applications from the development environment, BUT I...
View ArticleRe: disconnect an opened window if no one has worked on it
Hi yehuda ; You only have to program the idle trapping for one instance of your application's EXE - that is just the two window dialogues that could be open. Suggestion: 1) Create a global active...
View ArticleRe: Using Powerbuilder to run CTE queries
Hi Buck; How is Mr DW-X-Treme? Can you tell us ... 1) What DB client are you connecting with to SS?2) Are these in-line or DW based queries?3) What error message(s) do you get when an error...
View ArticleRe: Bulk Copy from PowerBuilder?
Ok here's an idea. Retrieve the source data into a dw to give the user enough info to choose the desired rows. The primary key of the chosen rows is inserted in a table in the db. Maybe a global temp...
View ArticleRe: Problem using dll in PB 11.5 webservice
Chris Thanks a lot for the link. I see a lot of things in your project. I will download an test it. I never adopted the PFC while using powerbuilder an build my own framework instead but any reference...
View ArticleRe: Bulk Copy from PowerBuilder?
Here's kind of an off the wall idea... A couple of years back I needed to insert literally millions of rows into a SQL Server database table from a datawindow, unfortunately the database was located in...
View ArticleRe: Attempt to open datawindow failed
Was a good guess, but unfortunately it didn't work.Already tried to delete the pb.ini too. Googling I found that it stills happen on 12.5:http://blog.csdn.net/yudehui/article/details/8167941
View ArticleRe: Powerbuilder app crash on XP 32-bits
We had the same problems on a few Windows XP PCs of a few of our customer: application crashes after Execution. The solution was Microsoft Bug Fix (sorry I don’t know the exact fix number anymore, but...
View ArticleRe: Help required
If you want to view pdf files on a window in your PB app, use a web browser control: http://www.topwizprogramming.com/freecode_webbrowser.html If you use my control, this is all you need to show the...
View Article