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 ...
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...
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...
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
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 ...
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...
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,
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 there,
We have been using Acrobat PDF 5.0 in our PowerBuilder app since more than 8 years now. We are looking forward to support latest version of Adobe.
I would like to know the foll...
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...
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 ...
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...
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 am trying to change some simple formatting on forms from a database i have inherited. The user interface was designed in Powerbuilder ( i dont know how to find out which version it was built...
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,
how can you send a formated e-mail from powerbuilder can some one give me an example
thanks
Gajender
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...
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...
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...