Hi guys, Is there a memory leak for PB 9 if I use this version for Appeon 5? If there is a memory leak for version 9, is this corrected/fixed in version 10? ...
hello everyone, i need powerbuilder interview question. can you please forward me the question? Thanks and regards amol [Non-text portions of this message...
amol tawade
bombaybaadshah@...
Oct 2, 2007 7:43 am
23711
Hello all, First of all, the scenary: - PB 9.0.3 8004 - with PFC version 7 (I'm not sure... it's a big app, initiated with PB 5 and migrated 3 or 4 times till...
I'm not sure it's QueryMode that is causing the problmes, is it? Does this operate the same way after retrieving data and no longer in QueryMode? haven't used...
Dear All, Can any body tell me how to get the presentation style of a datawindow object in Powerbuilder. I am using PowerBuilder 9.0 , no PFC's. I want to get...
I have a table with following columns start date, actual reading, standard deviation reading, avg reading, min reading, max reading is it possible to get line...
If you look in the help file or the printed documentation, you will learn readily that the following datawindow dot notation will give you what you want. This...
In SQLServer, this could be tried. Select a.customer_name, (Select sum(receivedamount) From b where a.customercode = b.customercode ) as received, (Select...
Wow this can be very subjective depending on interviewer. Some just gave sql test, some just ask common stuffs about PB such as type of datawindow, multiple...
Hi Bilal, Just look for the keywork processing in the script of the datawindow. Regards, Taha. ... -- Regards, Taha Gulam Abbas SSE, Keane Inc 09346662474 ...
Yes, it is quire possible. You have to create a DataWindow of Grahp presentation typ with 3 columns: start_date, reading_type, reading_value. It could based on...
Hi Shivaprakkash, Just change Colors property (on Display Properties/Settings Tab) to 256 Colors on machine(s) where your application runs. PB 6.5 supports...
Hi all: I am using PB 10.5 with Oracle 9i. To open a word document in PB I know you have the following code: oleobject ole_word ole_word = CREATE OLEObject ...
Why OLE ? Here's the easiest way to open ANY file without having doing anything special. Try it, you'll like it <GRIN> run("c:\program files\internet...
Hi Yarevad: I tried using run. I get a reponse box that says "File Download" as the title and then it asks me if I want to 'Open' or "Save' the file. When I...
Try it. Declare global external function FUNCTION long ShellExecuteA( ulong hWnd, string Operation, string lpFile,string lpParameters, string lpDirectory, int...
Sorry! Meant to say "when I "Open" it" nothing happens. -- In PowerObject@yahoogroups.com, "Allan DeSOUZA" ... file ... & ... in ... ("Word.Application") ... ...
I prefer "ProggyOptiS", regular, 8 for the IDE, is very small but I like. http://z505.com/cgi-bin/qkcont/qkcont.cgi?p=Compact%20Readable%20Fonts Hugo ... -- ...
One of my client is hiring PowerBuilder consultants on fulltime basis in Parsippany, NJ Client is looking for someone with around 4-6 years of PowerBuilder, ...
Hello I am working on powerbuilder and sybase . I need a good book of Powerbuilder and sybase .Can anyone suggest me which books are available in market and...
"Leveraging PowerBuilder in the .NET World" tour coming to 13 cities in North America in Q4 Dublin, CA, 17 September, 2007 - Showing its strong commitment to...
Hi. Im making a data search with sle and dw. My sle_1 editchange event search occurences on all rows in dw_1. I want to highlight or make bold/italics the...
Hi Gurus, We've a project that's running in PB6.5 and PB11 with Oracle 8i DB. At PB6.5 we're using PBDBMS (PB connection attribute used) to return dataset from...