In powerbuilder 6.5, I am using the modify function for a dropdown datawindow:
Modify(
create column( accessiblerole="0" alignment="0" band=detail binaryhex="no" border="5" color="0" dbalias=".La...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_23072577.html
Zones:
PowerBuilderDate Answered: 01/10/2008 Rating: 9.0 Views: 36
I'm trying to build a form which allows the user to select a text within a
textarea and then replace this text by the same text only then with the
<HTML>- tags surrounding it. When I create a r...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_23427347.html
I need you use multiple timers in one window, is this possible?
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_23676204.html
Zones:
PowerBuilderDate Answered: 08/26/2008 Rating: 9.0 Views: 0
I created Dynamic Datawindow using this code
mysql="select id,name,email from users"
new_syntax=SQLCA.SyntaxFromSQL(mysql,'Style(type=grid)', error_syntaxfromSQL);
dw_1.Create(new_syntax, erro...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_24417178.html
How i can read and write data into Excel Using power builder?
i used OLE object to read "not write" from Excel but what is the easiest way to read and write?
can i have sample?
how to use pf...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_24415319.html
Zones:
PowerBuilderDate Answered: 09/23/2009 Rating: 7.2 Views: 8
Hi,
I have the following situation. I have a tabular data window which has a display only column which displays a warning message to the user. Due to the size constraints on the data window, I can...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_24524433.html
Zones:
PowerBuilderDate Answered: 06/30/2009 Rating: 9.6 Views: 0
I have a Powerbuilder datawindow into which I am inserting text fields (absolute file pathnames). I want to have these fields wrap around and have the text appear on myltiple lines in the display ...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_23025629.html
Zones:
PowerBuilderDate Answered: 12/17/2007 Rating: 8.0 Views: 7
I am using PB 10.5 and have migrated my older application from PB 6. I have no problem modifying the library files and thing work great with the exception of on library file window (please see a...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_23182054.html
Zones:
PowerBuilderDate Answered: 02/22/2008 Rating: 7.6 Views: 0
I have a PowerBuilder application that I wish to distribute to my users. The users are running on Windows 2000. I have been able to create an msi file that installs the PB dll s that are neede...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_23274826.html
Hello,
how can I change the value in drop down data window?
I've tried the functions SetRow() and ScrollToRow() -> the row became selected but still is not visible in dddw (when I click on the...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_23323058.html
Zones:
PowerBuilderDate Answered: 04/22/2008 Rating: 8.9 Views: 0