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...
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...
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....
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 :...
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...
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...
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...
Please check the AutoSelection property of the Field in the datawindow painter. Datawindow Painter --> Select the Field --> Properties --> Edit Tab. If the...
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@...
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...
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...
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...
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...
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...
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, ...
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...
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...
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...
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...
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...
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')" ...
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...
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...