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...
A bit more genericized:
// only check if grouplevel > 1
If grouplevel > 1 Then
If Not isExpanded (row, grouplevel - 1) Then
// return code other than 0 cancels selection operation...
Return -1
End If
End If
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,
Our EAServer version is actually 6.3 and there is a chance that this is related to the Sybase Change Request 6956167, which indicates there is a problem with virtual memory usage concerning blobs in EAServer.
LR
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,
The solution to force the output to Excel 97 was simply to add the enumerated Excel8! variable to the ole saveas method... lole_workbook.saveas(ls_excelpath, excel8!)
LR
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...
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.