2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested PowerBuilder Solutions: 1 - 25 of 572
 
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 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 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 ...
Can anyone get me link to free eBOOK for Power Builder and good sites for PB resources. Its kind of urgent.
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...
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'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 ...
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...
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...
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 ...
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 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 ...
Greetings, I have a text bar in two different datawindows.  The name of the text object is t_title. I have code to change the name of the text as: dw_2.object.t_title.text = " Shuttle...
I need to use SQL "IN" operator in powerbuilder script. I am storing all the values in an string array. ex: DECARE cur1 cursor for SELECT empname from emp where deptno IN (:ls_array[]) ; ...
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
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...
Hi, how can you send a formated e-mail from powerbuilder  can some one give me an example thanks Gajender
I am  getting following error message when i trying to connect a remote database server i am trying to connect through Jaguar Manager Error Message : Ping of EASDemo ODBC Connection Cach...
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...
Hi, I would like to convert a string into a date (or datetime actually) using a given format. My problem is actually the following: I'm developing an application which reads the content o...
Problem: Calling stored procedure dynamically from PB Script   Situation: I have a Customer table. For each customer one stored procedure is assigned which is saved in a column in the Custo...
Hi, I have a problem with "run" function. When I use this function to call an external program, it runs the external program, but does not wait external program to end. Is there any solut...
The Executable(exe) along with all the PBD's is created using the Project build option in PB6.5,When the exe is run it gives the following error. Application Terminated Unresolvable External...
Hi, I'm trying to store some data in a datastore object. My code is given below. The problem is that insertRow(0) is always returning -1 and so, I'm not able to insert any data. What am ...
Hi every body... I have datawindow comes from three tables ,and while update I face this problem first time update every things ok . if I made any changes(without resellectrow or refresh )...