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...
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...
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...
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, ...
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...
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...
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...
Not that there was anything wrong with your SQL, but maybe it is something simple like forgetting to settransobject() ... -- ... Rich Frantz [Non-text portions...
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."...
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...
I think I goofed. I may have type in the incorrect datawindow. Sorry. Allan DeSouza *: 416-325-1947 Senior Application Specialist, Technology & Business...
Another good lesson in SQL. Thanks, Allan DeSouza *: 416-325-1947 Senior Application Specialist, Technology & Business Solutions Community Services I&IT...
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...
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...
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 ...
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...
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...
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...
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....
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+ ...
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....
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:...