Advertisement

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested PowerBuilder Solutions: 1 - 25 of 327
 
Can anyone get me link to free eBOOK for Power Builder and good sites for PB resources. Its kind of urgent.
Hi. I need som help building a function retrieving values from different sequences (oracle) //as_sequence is a string parameter f.ex FV_SP_MSG_MSG_STATE ls_sql = "select " +  as_seque...
Hello, I might have a string which contains text, newline characters and spaces which is fine. And also, I might have a string which contains just newline characters or just spaces or both...
I have a data window which has as stored procedure as its data source. The parameter passed to the stored procedure is of type datetime. In the datawindow design mode and when previewing, the ...
hi!...   i already have this program using delphi in converting number to text...is there any DLL for this is power builder or do i have to program same way..if i do could anyone give me a ...
Here is an example of code that I am using to send mail via outlook redemption in my application.  This is tested / working code.  My question is how is it that I may add an attachment to this...
Hello all: I need to use ASCII character 0 as a spacer in a file becuase of the program that uses the file. I tried to use this code: public subroutine f_writeFixedNumericField (integer ...
I'm looking for a sample application writtenin pB8 or below that can send a message to a server app also written in pb8 and receive a message back (like a chat server) using TCP/IP and/or UDP ...
In my itemchanged event of a datawindow I'm calculating the time difference between two date fields for display purposes.   Right now it's calculating the time difference and returns the time...
I want to know , if I am doing right. -- Procedure written in Sql sErver 200 CREATE proc usp_test_commit as begin tran mytran set nocount on delete from temp1 if @@error<>0 goto fail...
Dear EE i am working with PB for 6 years i want to develop a web application using PowerBuilder11-WebTargets with Tomcat, i want to learn how to do that. is there a video tutorials that c...
I am running a Crystal Report File from a powerbuilder application. When the ViewReport Crystal Report function is invoked, I receive an error message -  The table " could not be found Any ...
Dear All, First of all, sorry if my english is bad. I am a new user in PowerBuilder. Currently I am using Power Builder Ver. 9 I've fiew questions about saving a data window in PDF...
From where can I download PowerBuilder v7.0 software? I tried in Sybase website but it looks like they do not support archived versions.
I am trying to capture the Current URL in an IEFrame and have so far come up with this code: ls_window has my current IE window name stored. Constant Long WM_GETTEXT = 13 L_handle = F...
Merry christmas. BACKGROUND I have a window (w_photo) with following objects:     - dwc_1 (datawindow control) associated with dwf_1 (datawindow object free)     - cb_1  command button...
HI.... We have a PowerBuilder 10 applications which connects to an oracle 11g database on windows 2003 server, we want enduser to use applications in their PC by shortcuts for application via...
Good Day - I am a PowerBuilder veteran of 10+ years but relatively new to VS2005 C#. I am trying to call a C# DLL in PowerBuilder. I have many Windows DLL's I utilize in this fashion with n...
I installed power builder with every option checked including mss microsoft sql server interface.  I can use OLE microsoft OLE DB and connect fine I can use ODV ODBC and connect fine.  But the...
Is it possible to use the windows file open dialog box from a powerbuilder application (like used in Word, Excel, Outlook)?  I know that I can use DirList() and DirSelect() from Powerbuilder t...
i have a datawindow grid with about 90 columnsthat retrieves records and when a user clicks on a row it should highlight. i have the following in my clicked() event for the dw:      dw_report...
Hi, PB9.0.1 build 7066 How can I create a dynamic two dimensional array whose size is determined at run-time?  Can it be done? Currently, I have an array of datwindows and datastores...
Hi, how can you send a formated e-mail from powerbuilder  can some one give me an example thanks Gajender
Hi I am trying to find a way to export a report(DataWindow) to a PDF, but all solutions that I can find on the web is in Powerbuilder 9 or 10. Anybody know if it can be done in Powerbuilde...
I Need information on Converting Powerbuilder to .NET.  Where can I find some information?