Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Time Tested PowerBuilder Solutions: 1 - 25 of 362
 
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...
Can anyone get me link to free eBOOK for Power Builder and good sites for PB resources. Its kind of urgent.
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...
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 ...
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...
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 ...
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...
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...
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...
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 ...
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 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...
I am exporting the data of a datawindow to Excel through dw.saveas(). This excel sheet will be used by the users to modify the values of certain columns. I want certain columns of the excel sh...
Hi, I have Tiff image files i want to store it as blob object to sql server 2000 using power builder 8.0. The Tiff image should be displayed on the screen. Can anyone help me how to do thi...
i have a window that upon open() retrieves data from a sql for a datawindow. This retrieval returns about 500 records. I also have a function call in the retrieverow() event which cursors t...
Hi, Please tell me how to change the Application Title Bar Color using SetSysColors Api. and Give me all the constant in SetsysColors. Thanks Raju
Hi, how can you send a formated e-mail from powerbuilder  can some one give me an example thanks Gajender
I am trying to port a powerbuilder application to java. Just started it don't know much about powerbuilder. Just created a simple Login page in powerbuilder its working fine. But when i saw...
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...
My company uses an old ERP system that is no longer in active development.  It uses a SQL backend and does a fairly good job for the need of my company. Years before my employment my compan...
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...
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...