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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 19389 - 19418 of 24919   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19389
Hi, I am using PB7 without PFC. In update properties of datawindow we have a list table to update how to find that list? Please let me know How Can I get which...
sanjay kumar
san_extra
Offline Send Email
Apr 1, 2006
10:24 am
19390
Hi, from Dave post #19365 : "To determine what the update table is, use the DW property dw.object.datawindow.table.updatetable." Mustapha ... update how to...
Mustapha labri
mustapha_labri
Offline Send Email
Apr 1, 2006
8:53 pm
19391
And a list of tables to update includes all the tables in WHERE clause of the DataWindow's SQL. ________________________________ From:...
Mikhailovsky, George
gmikhai
Offline Send Email
Apr 1, 2006
11:29 pm
19392
hi gurus, I want to create want kolom but had different font size. It's possible ? example item description A Computer Canon (size : 12) S/N : 30493...
@alim
alfen_lim
Offline Send Email
Apr 3, 2006
5:03 am
19393
Hi, Try following code. ///////////////////////////////////////////// string ls_tables[] //Array for table list string ls_syntax //Datawindow...
yogesh kakadiya
yogeshkakadiya
Online Now Send Email
Apr 3, 2006
7:42 am
19394
hi gurus What version(s) of PowerBuilder is/are compatible with Oracle 9.2.0.1.0 ? is pbo9090.dll interface compatable with Oracle 9.2.0.1.0 ? we have migrated...
back762000
Offline Send Email
Apr 3, 2006
9:16 am
19395
See this web page http://www.sybase.com/detail?id=1011566&CMP=EMC-notificationmysybase&attr=1011566 ... From: back762000 To: PowerObject@yahoogroups.com Sent:...
Barry Johnson
johnson987b
Offline Send Email
Apr 3, 2006
12:16 pm
19396
I have a grid style datawindow with several columns marked as a dropdown data window. I a normal column has focus and the user hits the down arrow key than the...
Zehrung, Joe ctr NAVS...
joezpoco
Offline Send Email
Apr 3, 2006
3:15 pm
19397
There is no property that will tell you if the dddw has been dropped down. However, you can override the default by writing code. Create an event named...
yarevad
Online Now Send Email
Apr 3, 2006
3:39 pm
19398
This does not seem to work or else I am doing something wrong. If the column has focus then the downarrow scrolls the dropdown window without the event build...
Zehrung, Joe ctr NAVS...
joezpoco
Offline Send Email
Apr 3, 2006
6:05 pm
19399
Wouldn't be the first time that a suggestion doesn't work cause we as developers, are good at missing thing. I'm one of the best !!! LOL If you post your...
yarevad
Online Now Send Email
Apr 3, 2006
6:12 pm
19400
It's not the mapping that a problem. everything works correctly except for the columns that are dropdown datawindows. It appears that the child dropdown...
Zehrung, Joe ctr NAVS...
joezpoco
Offline Send Email
Apr 3, 2006
6:20 pm
19401
Sorry to have led you astray but guess I never tried doing this on a dddw column of a DW. Seems like the dddw always gets the up/down arrow but will get the...
yarevad
Online Now Send Email
Apr 3, 2006
7:24 pm
19402
hi all, i have a problem that i need to provide option to take SQL Server DB backup from powerbuilder and also option to restore the backup. if anybody has...
shahzad1435
Offline Send Email
Apr 4, 2006
7:33 am
19403
The only way I know this is possible is to Run a batch job from your PB application. You would have to look at creating a .bat file with the command line...
yarevad
Online Now Send Email
Apr 4, 2006
8:47 pm
19404
Hello to all, We are bidding on a 37 week project with IBM Global Services in Charlotte, NC that calls for an experienced PowerBuilder Developer, with a...
dicksmith32745
Offline Send Email
Apr 4, 2006
8:51 pm
19405
Try this: string ls_sql ls_sql = "backup database <dbname> to disk = 'c:\backupfile.bak'" SQLCA.autocommint = TRUE execute immediate :ls_sql; ... ...
Jaime Alvarenga
jaimealvarenga
Offline Send Email
Apr 5, 2006
4:10 am
19406
Yes , Its a capable of using 9.2.0.21.0 in my prev. company we were using oracle 9.2.0.5.0 with pB 9.0 And second thing that if u r not using disablebind...
BHAVIK PATEL
bhavu_333
Offline Send Email
Apr 5, 2006
5:22 am
19407
Good Day to all! Problem: I've got a datawindow. Then I have to filter the data using a certain column sequence_number but when I filter it, an error appears ...
yzarc remmargorp
seravan_cyber26
Offline Send Email
Apr 5, 2006
2:10 pm
19408
You cannot use an aggregate function in filter. Instead, add a computed field with this expression to the datawindow and give it a name such as ...
Prasad Paruchuri
pvparuchuri
Offline Send Email
Apr 5, 2006
2:23 pm
19409
I have got the same problem with PB10 and Oracle 9i 2 if I use the PB10 Oracle drivers. But if I use the PB8 Oracle drivers, it runs way faster. I have seen...
Dazhi
dazhig
Offline Send Email
Apr 5, 2006
4:41 pm
19410
Hi Any body has any idea about this scenario: I have one data table there is four rows Like ; A B C D I want to create dynamic datawindow above this record but...
apurba sarkar
sarkar_apurba
Offline Send Email
Apr 5, 2006
4:49 pm
19411
Hi gurus, I am trying to use printSetPrinter(printerName) to make a print job go to the label printer automatically (Dymo is the one we are using here)....
Dazhi
dazhig
Offline Send Email
Apr 5, 2006
4:50 pm
19412
Your expression needs to resolve into a numeric value. What you have is a great definition for a group, but not for a simple computed field - which is...
Olan Knight
olknight
Offline Send Email
Apr 5, 2006
5:11 pm
19413
1. You might also want to take a look at the PowerPrinter object, available at http://sourceforge.net/projects/powerprinter/ It makes working with printers...
Olan Knight
olknight
Offline Send Email
Apr 5, 2006
5:17 pm
19414
Thanks Olan. Ben Olan Knight <Olan.Knight@...> wrote: 1. You might also want to take a look at the PowerPrinter object, available at ...
Dazhi
dazhig
Offline Send Email
Apr 5, 2006
5:24 pm
19415
I have not even seen that done by Tom Kyte at Oracle :~)). Would be really interested in seeing how that works. The only silly way that I can think of is to...
Dazhi
dazhig
Offline Send Email
Apr 5, 2006
5:29 pm
19416
I need to do a graph like the image I attached, and I want to know if is there any way to do it in Powerbuilder? Please notice the tranparence between layers. ...
Jaime Alvarenga
jaimealvarenga
Offline Send Email
Apr 5, 2006
5:39 pm
19417
Sure you can do that, you can dynamic create objects in a datawindow and specify the type of the new column But you will have to do all the work - Create the...
Gerardo Luque
gsluque
Offline Send Email
Apr 5, 2006
5:52 pm
19418
yeah but he said he wanted all rows to come out as one row and that row of data acutally becomes a column, if I read his post correctly. Gerardo Luque...
Dazhi
dazhig
Offline Send Email
Apr 5, 2006
6:22 pm
Messages 19389 - 19418 of 24919   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