PB7
datawindow name: dw_detail ( tabular)
child_datawindow : dddw_employee ( emp_code, emp_name).
The child datawindow has been set on emp_code of dw_detail.
Let's suppose I am prep...
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 ...
Greetings,
I am trying to implement some code I found on this site and I am getting an error. When I run the code the messagebox displays the contents of the first cell where i=1 and j=1 (...
How can I use Winsock in PB? If you have in sample code please mail it to jobest@mail.com
Hi,
Currently, I change a user's password as follows:
ls_SQLText = 'sp_password ' + sapass + ', ' + newpass + ', ' + is_user
EXECUTE IMMEDIATE :ls_SQLText;
That works fine EXCEPT.....
Window Name w_1
datawindow name dw_1
dropdow datawindow name dddw_1 (sql=select colour_code,colour_name from colour)
dw_1 contains only colour code and I have made its edit style dropdown d...
Hi there,
I'm trying to simulate Auto Select for dddw.
I've a dddw >> dddw_ledger (Columns : led_icode (numeric 10,0) , led_code varchar(15) )
I've a tabular datawindow in which user...
Hi
I need the ability to send an email with an attachment from Powerbuilder.
Please provide code examples, explaining how I connect to my mail server
from within the Powerbuilder appplic...
I have a datawindow where I have placed a checkbox for a boolean column in my database. My issue is that I want he checkbox only to display when the data is "True". and therefore I will not...
Can bacground colour of messagebox be changed from the defualt gray to red or any other colour.
I have an application here, but I don't know in which version of PowerBuilder it was built.
The fact is that it was running well with Oracle Client 7, until we update to Oracle 8i, native dri...
Hi Masterminds & fellow developers,
I have been suffering from a problem of setting Indian currency format to relevant EditMasks. The standard currency format, which PowerBuilder supports i...
Greetings All,
I have some data in a table with a primary key that is set as auto-increment. The ASA 8.0 help states that if there is a value in the field then ASA will accept those values...
In my Powerbuilder Application I have a group datawindow. In group there is no data or information placed in trailer band . The trailer band is empty . But While I print it occupies space on t...
This offten happens and has happened now.
pb70.exe has generated errors and will be closed by windows. An error log is being generated.
This is happening now when I am creating new dataw...
Iam using PB 6.5 and I used to install the Sybase SQL Anywhere 9.0 and connect to the PowerBuilder, It gives error
1)while listing the tables
2)Error occurs while I used to select the table...
Greetings All,
I have a datawindow with a detail band and three groups. One of the fields in the top group can be multiple lines and so I checked autosize height for that field on the prop...
I am using the Outlook Redemption dll for my email application. When I try to connect via the ConnectToNewObject("Outlook.Application"), I get a -3 return code. I guess that this means that ...
All I want to do is call an Excel Spreadsheet Macro from Powerbuilder. Any Ideas?
Hi every body ..
I have datawindow with column of type "datetime" ,if I made filter on this column there is error message said "Type of expression must match".
Any body tell me How I make fi...
For some time, my PB10 app has happily been using a getURL call to retrieve HTML from a site. Recently, a cookie is now required to access the same URL. After permitting the cookie to be set...
Experts,
I have a small problme that I am trying to fix. This is the scenario. I have several tab pages. When I click on say tab 2, I want the tab page to open up, with the cursor on the fi...
Hi. Im developing on powerbuilder 6.5 and mysql data engine. I need to show a retrieved field into ole object. The blob field conatins a bmp, jpg or gif file. I dont have any problem insertin...
I downloaded a copy of the evaluation version of PB 10 but it is it says it will not install without Sybase Common Installer. Where can I get this program?
Does anyone know how to reference .Net dll's in Powerbuilder 10.0. We want to start using the Microsoft eencryption algorithms for passwords in our program.