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...
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...
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...
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...
See this web page http://www.sybase.com/detail?id=1011566&CMP=EMC-notificationmysybase&attr=1011566 ... From: back762000 To: PowerObject@yahoogroups.com Sent:...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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)....
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...
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...
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...
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. ...
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...
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...