Hello,
I have just started testing out the PB 15 beta. The migration was fairly painless, but I have run into a few oddities. I have looked around trying to find forums where people are talking about their PB 15 experiences and I have found none. I also do not see any feedback areas on the...
Hello,
I thought I would give a shot at contributing something here. I found a strange behavior in the treeview datawindow I would like to share.
I have a treeview datawindow with four levels. If three levels are exposed, but third level is not expanded to show the items in the fourth level...
Hello,
I would like to know if it is possible to read email (generally MS Outlook) in PowerBuilder. Is it possible to extract the FROM, SUBJECT and BODY information programmatically? I understand how to compose and send mails, but I am trying to find out if I can open a certain mailbox and...
Hello,
Whenever I try to add or duplicate an event or function in a window or datawindow control, the Access, Return Type and Event Name controls are ghosted and the right click options (such as Add A New Parameter) are also ghosted. I think I have seen this behavior in the past, but I am not...
Hello,
I am saving a datawindow as a .xls file with the type of HTMLTable! because it exports a true representation of the data in the datawindow (columns, order...). But when I open the file all of the columns are very narrow.
Do you know how to control the characterisics of the generated...
Hello,
We have a window that establishes a connection to EAServer, and gets a reference to an NVO (#1) on that server. The NVO (#1) creates a datastore NVO (#2).
A button on the window calls a method on NVO #1, which uses NVO #2 to retrieve data. (We're trying to use setFullState /...
Hello,
I am creating an Excel application in PB, dropping some data in it and eventually saving. I am not doing a SaveAs because I need to muck with the font settings of certain cells.
The application starts up (lole_excel.ConnectToNewObject("excel.application")) using the currently installed...
Hello,
I am trying to set the displayonly attribute of a datawindow column dynamically.
I have tried many combinations and I think I am just missing something in the approach.
Below, I have a couple lines of code as an example. To clarify some of the contents:
- ls_colname is the name of...
Hello,
I have a datawindow with a computed column on it. I also have a ddlb outside the datawindow.
What I expect to happen:
1) User selects an item from the ddlb.
2) Code in the selectionchanged event modifies a column which is a component of the computed column.
3) The computed column...
I need to know if a window which is opening is associated with a frame.
I see in the debugger, in the Shared tab, that the window is listed as "For window xxx". For instance, if my frame was w_frame and my associated window was w_win. When w_win opens and is stopped in the debbuger, the...
Hello,
I am using a datawindow (for experimentation) with an embedded select of three values (sql is below - Oracle 10g). I am just forcing three rows into the datawindow. But, I never get the third row. And, if I modify the select to ONLY contain a select of that last row, the select returns...
Hello,
My application is expecting a distribution list to be in place before a mail is sent off. I would like to programmatically find out if the distribution list name exists in Outlook and issue a message to the user if it does not.
As far as I can see I need to use the MailResolveRecipient...
thread144-1268720
First, apologies if this is posted twice. I am new. I thought I posted this, but cannot find the original.
My problem: I want to use the MAPI process to automatically generate some simple emails. In testing I am using the 'MailResolveRecipient' and 'MailSend' methods of the...
Hello,
I am using PowerBuilder 11.5, attempting to send a simple message to prove out the process. The steps appear to be straight-forward to me but the mail send always fails. There are two behaviors that may be clues to the problem. I have listed them and a code snippet (edited to not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.