hi if you want you work around instead.. you can use a temporary column and insert on a data window then display as a command button then you can include it to...
Senior Power Builder Consultant Needed - Tumwater, WA The ideal candidate will have experience with the full software development lifecycle. Ability to...
In Powerbuilder 11.5 in your "Database Profiles" there is a list of installed database Interfaces. Use SNC SQL Native Client. When creating the new profile...
Hi I am migratting from Pb7 to Pb11, I am facing a problem of Storing Blob data to TABLE. and Display the Blob data to RTF control.( Using String(Blob) ). ...
Check out PB v11.5 EBF 16345 which was released today, it corrects this bug.... Olan ... Hi I am migratting from Pb7 to Pb11, I am facing a problem of Storing...
Hi to all! Have you noticed that the retrieval of data of PB10.5 is faster than PB8.0? When retrieving the data using MSSQL Server 2005 is the fastest. Is...
Hello everybody... I want to know, if anyone know how to create coding to display print properties screen same as when we use application to print Microsoft ...
1. You can access this file at the URL: http://groups.yahoo.com/group/PowerObject/files/PowerBuilder/impresion.z ip 2. If you're using PFC, have you looked at...
Sample data window printing with printer setup; http://teens.site50.net/Sybase%20Files/printing.pbl If you guys need free web, file and dbase hosting...
Hello, I try to move a column (PB 10.5) , in cross tab, report to the end ie after cross tab columns, which I couldn't. Generally, we used to move (shuffle)...
Crosstabs are implemented as grid datawindows, so make sure "column moving" is on. Second, go to the html books and look into dynamic and static crosstabs to...
Hello, Column moving is on. I could move the column to my desired position at run time. I want it to be moved at design time.  Not Static cross tab...
Unless I am missing something, what is the point of moving a column at design time? If it is not static, then the column you move, might not even be there at...
Hi, I need to save a composite dw as excel file, and of course need to preserve as much as layour as possible, is there any way to do it with powerscript....
Use DW to Excel by Desta Software ... From: "Rolando" <repeted@...> Hi, I need to save a composite dw as excel file, and of course need to preserve as...
hi have u try this item in Rows and location at Columns and Sum(quantity) , Value at Values position... if this doesn't work then you need to use dynamic...
Has anyone tried to make this plugin work with JBoss 4.0.4 I'm having some difficulties configuring this to work and I'm very eager to find out where am I...
Olympia, WA My non profit client seeks a PowerBuilder Programmer experienced in using PB 10.5 to make modification to a public health product based on...
Hi... U can't use this power script to create marque using Static text Set this Script in Open Event : Timer(0.5) Set this script in timer event IF st_1.x > (0...
Dear Friends I would like to know how can i read data from COM Port / Serial Port. Can u ple help me on this. Regards Navaz.M [Non-text portions of this...
Hi Everyone, I am an experienced Indian Powerbuilder professional with above 10 years of experience looking for a Good Opening. I have experience in Sybase,...
Hi I need your help, This is simple, at least this what I tought but some it is not working for me; I need to pass the name of a window as reference to a user...
hi have you try to pass the window as value and not as reference to uf_openawindow function? ________________________________ From: Rolando <repeted@...>...
Dear PowerBuilders, Application was compiled in PB 11.2 and has to work with various versions of Oracle from 8 to 10g. Its Transaction object use DBMS=084 and...
George - I'm sure that you've already checked, but..... How is the transaction object populated? Hard-coded from within a script? A config file? Perhaps the...
Olan, Thank you for reply. SQLCA parameters are populated from INI file that was deployed with the application, and it works fine on Dev server. And yes, I...