Hi gurus, I have developed an application using PB 9.0 and trying to deply it on another machine, but some reports are not showing proper contents as It was...
I have a PB application and want to add 2 of functionalities in my application. 1) If a session has been idle for more than 15 minutes, require the PB ...
Hi group, I have to create a showplan for .sql file with following syntax isql -U<login id> -P<password> -S<server name> -i c:\showplan\<SP_NAME>.sql -o...
If this is an MDI application, use the timer and timer event in the frame to handle application idle time. You can also use the timer in a window to handle...
You could use Idle event of application object for 1st functionality and Timer event of 'X' window for the 2nd one. Just set Timer() function to 300 seconds...
Hello, Can anyone provide me with some useful info on developing PB applications on these platforms? Which versions of PB support and any info on the use of EA...
FYI, George ________________________________ From: Bishop, Pam Sent: Friday, June 01, 2007 1:59 PM To: Mikhailovsky, George Subject: FW: PowerBuilder Sales...
Hello friends, Can you please let me know any user forum for Sybase T-SQL programming?. If anyone knows, please give me the site. thanks and regards sathiya...
Hi, We are on the lookout for people with implementation experience at our office in Dubai. MAS Technology is a 10 year old s/w company based in Dubaiand have...
Hi, I am Interested in pb 11 book... Albert Tedjadiputra <alb1298@...> wrote: yes please, I'd like to hear from anyone about the latest PB 11 book if...
First of all I would like to Thanks Dave for the reply, But my dear friend Timer () function will only handle the time and if user is working on the window...
Hi, I'm looking for a tool for code formatting. I found some for PHP, C, etc. (p.e. http://www.textrush.com/code-formatter.htm) but nothing for Powerbuilder. ...
Hi Group, I have a .cmd file at FTP server which executes some .awk scripts. I am trying to use FTPcommand api in powerbuilder script but getting error that...
Hi.. Please check this out if it could be helpful for you... In the .ini file, create a section for the window X. Assign the X window timeout time. Get the...
FYI - The IDLE and TIMER events can be used for more than one timer. Say you want two timers, one for user inactivity and another for window inactivity. The...
Thanks, George! Olan ... FYI, George ________________________________ When this comes in I will forward it to you since you are the only user I know of. Pam...
Buddu - I successfully run FTP commands from one of my PowerBuilder applications. I use the SHELLSRV and the WININET libraries, both available from this group:...
Hi guys, Is there a way that makes me able to connect to SQL SERVER 2000 using PB9 nativally and using WINDOWS AUTHENTICATION to SQL SERVER. It can be done...
In my opinion, PB is dying because of the following reasons: 1. The tool is failing to evolve into cross-platform development tool. What Sybase did is it tied...
Hi, Ihere are some specific commands which can be executed with ftp> prompt... I need to execute a executable file which takes another file as parameter... EX:...
HI, the timer event for the window is the right way to do. 1. create a (window) instance variable eg. i_win_no_action_count = 0 2. set the timer to 60 in...
Hi All, I'm new to the list and also rather new to PowerBuilder. I see on this group's home page that it is an intermediate to advanced level group. Since I'm...