Hi all It's possible to obtain the return value of an external program invoked with the run function? I have a line command app and I need to obtain the return...
hi pb Experts, actually i want to export DW to excel as its shown in retrieve mode in pb. but when i save as it as a excelsheet format it shows detail band...
Dear All, Following error appears in my exe. Your help will be appreciated. Tariq [Non-text portions of this message have been removed]...
Tariq Munir
tariqmunir@...
Jun 1, 2005 2:41 pm
15310
Hi All, Same at my end too, and to brief a little on my scenario, this happens only when I try to close my MDI parent form without closing all the child form...
Shabbir Mala
shabbir_mala@...
Jun 1, 2005 3:02 pm
15311
Dear All, Following error appears in my exe. Your help will be appreciated. Tariq [Non-text portions of this message have been removed]...
Tariq Munir
tariqmunir@...
Jun 1, 2005 3:19 pm
15312
... From: Tariq Munir [mailto:tariqmunir@...] Sent: Wednesday, June 01, 2005 10:18 AM To: PowerObject@yahoogroups.com Subject: [PowerObject]...
use this: long f_programexecute(string as_programname_with_params,string as_dir,boolean ab_wait,ref string ab_msg) pb function, and you get the result of the...
I'm trying to see if I can reference output variables when using a stored procedure to create a datawindow. Can this be done??? If so, HOW? The SP for the...
Hi! I need to make a C DLL to call from PB. Does someone have a guide or example? Thanks, Eduardo Castello...
ecastello@...
Jun 1, 2005 5:50 pm
15316
The CLOSE processing of an application must be clean in order to avoid this error. This means that processing threads must be complete and no further calls...
David - Here's one way: For applications on Windows, the Handle function does not return a useful value when the previous flag is TRUE. You can use the...
For Oracle sprocs, PB detects the output param and does not require you to provide a value for it. Do a test and see if it treats the SQL Server sproc the same...
Sorry did not understand your question earlier. Jim <lets_go_crew@...> wrote:I'm trying to see if I can reference output variables when using a stored...
Sorry did not understand your question earlier. Jim <lets_go_crew@...> wrote: I'm trying to see if I can reference output variables when using a stored...
Hopefully I'm doing what you said. I removed the 2 output variables from the retrieve, but it returned an error saying it was expecting all of the variables -...
OK, ignore the other message. I get the output from "select * from kit where kit_id = @is_kit_id" in the datawindow, but don't have a clue where the 2 output...
Yes... we need to make it in a free compiler... "Trevor" <trevorh@...>@yahoogroups.com em 01/06/2005 05:09:32 PM Favor responder a...
ecastello@...
Jun 1, 2005 8:13 pm
15326
Jim, I just did a quick test in Oracle. The only way I could get the out param is by including the out param in the select statement for the open cursor. When...
Never mind Jim. Either PB or Oracle cannot handle it. When I ran it, I got the fatal two-task communication protocal error. PB created the dw ok but failed at...
Jim - I'm confused as to WHY you would want to do this. With PB, a stored procedure must return a RESULT SET, and any data you wish to reference must be a part...
I think you just need to add the following line to the end of your stored procedure: select @ol_status, @os_db_err_msg We have hundreds of SP using datawindows...
Jim What I tested in Oracle will not work for PB anyway, because you have to do the assignment to the out params before the select statement to have any...
Hi, I am migrating an application in PowerBuilder Enterprise 7.0.3 Build 10009 and ASA 7.0 to ms sqlserver 2000 using PB 10.2 . When i call a stored procedure ...
hi, i am trying ot set a value to a text object in aloop but it keeps giving an error that i cant access the external object.i have tried to use modify but...
Hi, We recently upgraded from pb7 to PB9.0.2 build 7610. We use PB to access DB2 database on IBM mainframe. We run Win 2000 Professional. We're getting this...
Which connection are u using? say example, odbc or dir direct connect. use dir direct connect. i think that will solve your problem. Thanks and Have a great...
You may not be able to do this this way. Another way that works would be to add a computed field to the SQL. That will work for certain. Ken ... From: a s...
If you add a text object and then you can use the text property and set values to it. Metz Kenneth <Kenneth.Metz@...> wrote:You may not be able to do this...