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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 24888 - 24917 of 24917   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24888
Hi all: I'm using Pb10.5 with Oracle 9i. I have a DropDownListBox that I populated by entering the items in the DDLB. How do you retrieve the selected text? I...
DeSouza, Allan (CSC)
desouzal2004
Offline Send Email
May 7, 2008
3:19 pm
24889
A ddlb on a dw? LookUpDisplay(column) A ddlb control? SelectedText() should work but the Help says there is a dependency: "Returns a string containing the...
Rich Frantz
rich_frantz
Offline Send Email
May 7, 2008
4:08 pm
24890
Allan, Is AllowEdit=TRUE? Barry Johnson ... To: <PowerObject@yahoogroups.com> From: "DeSouza, Allan (CSC)" <allan.desouza@...> Sent by:...
barry.johnson@...
johnson987b
Offline Send Email
May 7, 2008
4:41 pm
24891
Hi Barry: Yes, I did read up on that and set it to true although I don't want the dropdownlist box editable. By the way, I have the dropdownlist box on a...
DeSouza, Allan (CSC)
desouzal2004
Offline Send Email
May 7, 2008
4:47 pm
24892
Allan, If a user selects some item in DDLB the selected item display value becomes its text. So, you can use ls_month = ddlb_extract_ month.Text Regards, ...
Mikhailovsky, George
gmikhai
Offline Send Email
May 7, 2008
4:53 pm
24893
Good man. That was it. I have one more question not related to this. so I'll create a new email on this Thanks a bunch to you and all that helped. Allan...
DeSouza, Allan (CSC)
desouzal2004
Offline Send Email
May 7, 2008
4:59 pm
24894
try this: ls_month = ddlb_extract_month.Text ... [Non-text portions of this message have been removed]...
Gabriel Abulencia Del...
yeyi_yehoo
Offline Send Email
May 7, 2008
5:03 pm
24895
Hi all: I am using Pb 10.5 with Oracle 9i. I am getting a weird error when I run the following SQL. It runs fine on the datawindow painter but when I run the...
DeSouza, Allan (CSC)
desouzal2004
Offline Send Email
May 7, 2008
5:06 pm
24896
Allan, When you work in DW painter you probably use another account than application use in run-time. Check this as well as permissions of each account and...
Mikhailovsky, George
gmikhai
Offline Send Email
May 7, 2008
5:10 pm
24897
Not that there was anything wrong with your SQL, but maybe it is something simple like forgetting to settransobject() ... -- ... Rich Frantz [Non-text portions...
Rich Frantz
rich_frantz
Offline Send Email
May 7, 2008
5:25 pm
24898
First, from a previous msg by George: "Have you set AutoCommit property of SQLCA to TRUE before calling SELECTBLOB function? It is necessary for MSSQL Server."...
Olan Knight
olknight
Offline Send Email
May 7, 2008
5:26 pm
24899
I do have settransObject and I am running the same account in run-time as in development mode. Seems like it doesn't like the TO_CHAR when I run it in...
DeSouza, Allan (CSC)
desouzal2004
Offline Send Email
May 7, 2008
5:33 pm
24900
I think I goofed. I may have type in the incorrect datawindow. Sorry. Allan DeSouza *: 416-325-1947 Senior Application Specialist, Technology & Business...
DeSouza, Allan (CSC)
desouzal2004
Offline Send Email
May 7, 2008
5:36 pm
24901
Assuming your column is a datetime, I prefer the Extract SQL method. (EXTRACT(MONTH FROM PCC.PCC.FISCAL_YEAR_END) = :as_month ) ...
Rich Frantz
rich_frantz
Offline Send Email
May 7, 2008
5:41 pm
24902
Another good lesson in SQL. Thanks, Allan DeSouza *: 416-325-1947 Senior Application Specialist, Technology & Business Solutions Community Services I&IT...
DeSouza, Allan (CSC)
desouzal2004
Offline Send Email
May 7, 2008
5:45 pm
24903
Hi Gurus I have a table a having values of code, amount, type, date 1, 10$ , Q, june 1 1, 1$ , A, june 2 1, 10$ , V, june 4 1, 10$ , A, june 5 1, 1$ , A, june...
jhunsantos26
Offline Send Email
May 8, 2008
4:33 am
24904
If nothing has a date greater than today, you could issue: select sum(amount) from a where type in ('Q', 'A') and date < nvl((select min(date) from a where...
Michael W Bailey
cs18356
Offline Send Email
May 8, 2008
6:22 am
24905
dear all , Can anyone help me how to use source control in powerbuilder10.2.1. iam unable to check in the objects with in the Target using Team Foundation ...
psr141
Offline Send Email
May 8, 2008
12:15 pm
24906
Start with these articles. http://www.sys-con.com/*pbdj*/archives2/0812/horan/<http://www.sys-con.com/pbdj/archives2/0812/horan/> ...
Rich Frantz
rich_frantz
Offline Send Email
May 8, 2008
1:19 pm
24907
Rich, I get "File not found" for these links. Barry Johnson ... To: PowerObject@yahoogroups.com From: "Rich Frantz" <richfrantz@...> Sent by:...
barry.johnson@...
johnson987b
Offline Send Email
May 8, 2008
2:15 pm
24908
Eek! The articles references have been moved or deleted. Meanwhile, start here: http://powerbuilder.sys-con.com/read/42419.htm ...
Olan Knight
olknight
Offline Send Email
May 8, 2008
2:50 pm
24909
Use Olan's links. Skimming through his, they are pointing to the same articles I was pulling out of an old Word doc. On 5/8/08,...
Rich Frantz
rich_frantz
Offline Send Email
May 8, 2008
3:30 pm
24910
Hello PB Experts and Guru, Our company is upgrading from 9.0.2 to 10. I have some few concerns. 1.) How stable is the version 10? 2.) Is this version...
joellacsado
joelacs
Offline Send Email
May 8, 2008
3:41 pm
24911
Here's the full set of articles from Paul Horan regarding PowerBuilder and Source Control, and how to make the two work together! ...
Olan Knight
olknight
Offline Send Email
May 8, 2008
4:06 pm
24912
At this point, I'd strongly consider going to PB 11 since PB 12 is due next year and then PB 10 will not be supported. PB 11.5 is due Q3 this year. The...
yarevad
Online Now Send Email
May 8, 2008
4:08 pm
24913
JMHO: Use PBv10.5 and skip all other version of PBv10. PBv10.5 is stable and supports Oracle 10 in all of its various incarnations. The PFC has been migrated...
Olan Knight
olknight
Offline Send Email
May 8, 2008
4:21 pm
24914
Beware when you go to 10.5. Pb 10.5 is not an upgrade from 10.0 but an entirely new installation. It has major issues with migration of Rich text datawindows....
DeSouza, Allan (CSC)
desouzal2004
Offline Send Email
May 8, 2008
4:51 pm
24915
What type of application are you running? OFCS OldFashionedClientServer? N iter? Other have already posted good stuff, our N tier app running on MTS as COM+ ...
Rich Frantz
rich_frantz
Offline Send Email
May 8, 2008
5:17 pm
24916
use a DB Blob column type ... From: "shahid_se1" <shahid_se1@...> AOA All, i have a problem to view picture in datawindow object using picture control....
steve.adams3@...
sa07071955
Offline Send Email
May 8, 2008
8:51 pm
24917
You need to get the Domaincontroller and get into the AD of an user, are you trying to look for the groups in the AD. ________________________________ From:...
Franklin, William (EX...
stwilliamfra...
Offline Send Email
May 9, 2008
8:30 pm
Messages 24888 - 24917 of 24917   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