Search the web
Sign In
New User? Sign Up
PowerObject · PowerBuilder / PFC Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 15307 - 15336 of 24952   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15307
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...
David Moro Ramos
dmoro78
Offline Send Email
Jun 1, 2005
9:12 am
15308
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...
Shahzad
shahzad1435
Offline Send Email
Jun 1, 2005
11:19 am
15309
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@...
Send Email
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@...
Send Email
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@...
Send Email
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]...
Metz Kenneth
klklasm
Offline Send Email
Jun 1, 2005
3:42 pm
15313
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...
Tóth Péter
powertps
Offline Send Email
Jun 1, 2005
4:20 pm
15314
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...
Jim
jim_in_dayto...
Offline Send Email
Jun 1, 2005
5:41 pm
15315
Hi! I need to make a C DLL to call from PB. Does someone have a guide or example? Thanks, Eduardo Castello...
ecastello@...
Send Email
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...
Olan Knight
olknight
Offline Send Email
Jun 1, 2005
5:55 pm
15317
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...
Olan Knight
olknight
Offline Send Email
Jun 1, 2005
5:59 pm
15318
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...
Dazhi
dazhig
Offline Send Email
Jun 1, 2005
7:47 pm
15319
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...
Dazhi
dazhig
Offline Send Email
Jun 1, 2005
7:50 pm
15320
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...
Dazhi
dazhig
Offline Send Email
Jun 1, 2005
7:51 pm
15321
Sorry did not understand your question earlier. Did you see the output params in the dw? Never tried this before. Jim <lets_go_crew@...> wrote: I'm...
Dazhi
dazhig
Offline Send Email
Jun 1, 2005
7:51 pm
15322
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 -...
Jim
jim_in_dayto...
Offline Send Email
Jun 1, 2005
7:54 pm
15323
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...
Jim
jim_in_dayto...
Offline Send Email
Jun 1, 2005
7:58 pm
15324
I have written several of them using Microsoft Visual C++ 6. Is there anything specific you need help with? - Trevor...
Trevor
tholyoak
Offline Send Email
Jun 1, 2005
8:10 pm
15325
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@...
Send Email
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...
Dazhi
dazhig
Offline Send Email
Jun 1, 2005
8:24 pm
15327
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...
Dazhi
dazhig
Offline Send Email
Jun 1, 2005
8:33 pm
15328
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...
Olan Knight
olknight
Offline Send Email
Jun 1, 2005
8:41 pm
15329
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...
mdtalley
Offline Send Email
Jun 1, 2005
8:49 pm
15330
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...
Dazhi
dazhig
Offline Send Email
Jun 1, 2005
9:04 pm
15331
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 ...
kathotiadk
Offline Send Email
Jun 1, 2005
9:25 pm
15332
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...
a s
aks_741
Offline Send Email
Jun 1, 2005
9:25 pm
15333
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...
jtclarey
Offline Send Email
Jun 1, 2005
9:26 pm
15334
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...
Gopalakrishnan, Vijay...
gvijay_anand
Offline Send Email
Jun 1, 2005
9:43 pm
15335
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...
Metz Kenneth
klklasm
Offline Send Email
Jun 1, 2005
9:44 pm
15336
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...
Dazhi
dazhig
Offline Send Email
Jun 1, 2005
10:04 pm
Messages 15307 - 15336 of 24952   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help