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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 19994 - 20023 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19994
hi gurus, i need to set filter and my case is : my table : col1 col2 a 1 b 2 c 3 d 4 f 5 g 6 I need set filter by col1...
@alim
alfen_lim
Offline Send Email
Jun 1, 2006
7:22 am
19995
good day... i have a datawindow with two columns. the FIrst column is STRINg and the other one is NUMERIC, if i click a certain field in the first column the...
Alex Festin Jr.
afestin
Offline Send Email
Jun 1, 2006
7:23 am
19996
Using MySQL ODBC Driver, you can connect to MySQL Database from Power Builder. I am not sure DB size > 2 GB will have any additional impact. What is your...
Shantaram Nishtala
nvss_shantaram
Offline Send Email
Jun 1, 2006
7:23 am
19997
Hi all, I am new to PFC. Even I don't have any idea about PFC. So is anybody having PFC related stuff for how to start with PFC then pls. sugges and pls....
Sharma, Sanjay
sanjus_sharma
Offline Send Email
Jun 1, 2006
7:23 am
19998
Hi Alim, yes there is one issue between Mysql and PB. Check out our archives through our home page. In our file section, get "PB_Mysql_pbl.zip" here :...
Olivier Citeau
ociteau
Offline Send Email
Jun 1, 2006
7:27 am
19999
if you don't have PFC? then be creative... int li_month, li_year date ld_newDate, ld_previousMonthLastDay li_month = Month(ad_date) li_year = year(ad_date) if...
Rommel Malinao
popeye137
Offline Send Email
Jun 1, 2006
10:54 am
20000
Please check the sybase documentation PFC User Guide available in this link http://sybooks.sybase.com/nav/base.do Thanks. Sridhar. "Sharma, Sanjay"...
sridhar
seedhoo
Offline Send Email
Jun 1, 2006
10:54 am
20001
Am trying to set the expression for a computed field and have tried dot notation and modify() but cant get the damn syntax right.. Have tried multiple...
mjn
mjn2rep
Offline Send Email
Jun 1, 2006
10:54 am
20002
Hi All, I created a pdf using datawindow save as function but when I search in the created pdfs nothing was searched even though the text in available in the...
object_programmer
object_progr...
Offline Send Email
Jun 1, 2006
10:54 am
20003
Please check the AutoSelection property of the Field in the datawindow painter. Datawindow Painter --> Select the Field --> Properties --> Edit Tab. If the...
Shantaram Nishtala
nvss_shantaram
Offline Send Email
Jun 1, 2006
11:00 am
20004
Hi Sridhar, Thanx a lot. I have seen the link and I have got the PFC stuff there. Once again thanx a lot. Sanjay Sharma Mobile: 09868082847...
Sharma, Sanjay
sanjus_sharma
Offline Send Email
Jun 1, 2006
11:19 am
20005
Hi, I have given the edit style for a datawindow column as 'Radio Button' with 3 values Data Value Display Value Y Yes...
Sumana Shenoy
sumana_ys@...
Send Email
Jun 1, 2006
11:29 am
20006
try this: dw_3.Modify("Compute_ldm.Expression = " + ls_lday ) mjn <mjnorris@...> wrote: Am trying to set the expression for a computed field and have...
Shantaram Nishtala
nvss_shantaram
Offline Send Email
Jun 1, 2006
11:32 am
20007
I have an upgrade version of PB 10.0 that we haven't migrated too from ver 9.0.3, but want to make sure we get a version with the least number of bugs. What...
mike
mike2cu2
Online Now Send Email
Jun 1, 2006
1:09 pm
20008
Switch to Oracle Express so you can get 4 gig :~)) "@alim" <alfen_lim@...> wrote: hi Gurus, I need to share MY SQL connect to PB. anyone experience with...
Dazhi
dazhig
Offline Send Email
Jun 1, 2006
1:15 pm
20009
Change dw_3.Modify("Compute_ldm.Expression = 'ls_lday'") to dw_3.Modify("Compute_ldm.Expression = ' " + ls_lday + " ' ") and test it. mjn...
Dazhi
dazhig
Offline Send Email
Jun 1, 2006
1:20 pm
20010
Go to sybase.com to get the most current. Currently 2 clients are using build 9004 but 9637 is the most current. Dave ... from...
yarevad
Online Now Send Email
Jun 1, 2006
2:03 pm
20011
Filtering is not designed to do what you want. Filtering is to show only customers by a specific state/country for example. If you know the values you want to...
yarevad
Online Now Send Email
Jun 1, 2006
2:09 pm
20012
Because you're using a style of radio button for a column, you can't really disable one of the buttons by itself. What you'll have to do, as I see it, is use 3...
yarevad
Online Now Send Email
Jun 1, 2006
2:13 pm
20013
Dazhi, Yes that's always an option but not a worthwhile post. While we appreciate your posts, unless you help someone, the post is not really of value. Alim, ...
yarevad
Online Now Send Email
Jun 1, 2006
2:22 pm
20014
Alim, The max size depends on the MySQL version and operating system on the computer on which MySQL is installed. I did a PB 8 application using MySQL 4...
Barry Johnson
johnson987b
Offline Send Email
Jun 1, 2006
2:45 pm
20015
Allan - Oracle 9i uses the DATETIME datatype; it does not have a DATE or a TIME datatype. Frankly, I'd just use a single column and allow the user to modify...
Olan Knight
olknight
Offline Send Email
Jun 1, 2006
4:35 pm
20016
come on man, did you see my ~:)) sign? yarevad <daveray@...> wrote: Dazhi, Yes that's always an option but not a worthwhile post. While we ...
Dazhi
dazhig
Offline Send Email
Jun 1, 2006
5:08 pm
20017
Go here: http://groups.yahoo.com/group/PowerObject/files/PowerBuilder/ Scroll most of the way down and get the RMBCALENDAR.ZIP file. Olan ... From:...
Olan Knight
olknight
Offline Send Email
Jun 1, 2006
5:11 pm
20018
Hi Olan: The problem is that I have to use the calendar control for the date part. Therefore I have to split the field up into Date and Time. I created a...
allan.desouza@...
desouzal2004
Offline Send Email
Jun 1, 2006
5:12 pm
20019
Sandy - No worries! The PFC does all of the nested object checking for you automatically. All of it is triggered from the PFC_SAVE event of the window. Get...
Olan Knight
olknight
Offline Send Email
Jun 1, 2006
5:28 pm
20020
Did I see it ? Yes I did but I stand by my statement. It would be ok if you had offered some information of value along with the joke. But you didn't. Don't...
yarevad
Online Now Send Email
Jun 1, 2006
5:29 pm
20021
Alim - We need to know the business rules that are to be used for the FILTER. Otherwise you filter would look like this: ls_filter = "col1 IN ('a', f'f, 'g')" ...
Olan Knight
olknight
Offline Send Email
Jun 1, 2006
5:46 pm
20022
Alex - What do you mean when you say "highlighted"? Do you mean that the background color of the column changes (say from white to yellow)? Do you mean that...
Olan Knight
olknight
Offline Send Email
Jun 1, 2006
5:46 pm
20023
From previous posts: The best way to learn PFC is to know the architecture of the PFC as a serviced based framework. Once you grasp the concept, PFC is a piece...
Olan Knight
olknight
Offline Send Email
Jun 1, 2006
6:03 pm
Messages 19994 - 20023 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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