helo
i created a connection object
SQLCA.DBMS="ODBC"
SQLCA.userid = "123"
SQLCA.dbpass = "1234"
SQLCA.dbparm = "ConnectString='DRIVER={O90 Oracle9i (9.0.1)};'"
this is not workin...
Hi,
I have PBD and EXE of the application,we are using 6.5 version of powerbuilder.and database as SQL SERVER2000.Is it possible to get the PBL from PBD'S and application exe.
Thank...
I am running PowerBuilder 10.5 and the files are on a different drive (D:) than the location on which they resided on the machine where they were originally built. Selectling "Library list" ...
Power builder to java migration/converter tools. Please list them with price along with them if possible.
I have the following code in the OPEN event of the application. The parameters @as_Action. @as_String and @as_Result are declared as VarChar(50) in the stored procedure.
------------------...
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...
I have 2 versions of PowerBuilder on my System. V. 7.03 and Version 9.03 (I beleive..its build 8511).
I have an application that works fine in 7.03 and upgraded to 9.03. Things were going...
How to change the Active Window - Title Bar color for the childe window In an MDI Application in PowerBuilder ? Presently the color is Grey for all the child window title bar and i want to cha...
I Need information on Converting Powerbuilder to .NET. Where can I find some information?
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...
I've prepared my user manual using Robo Help & its in HTML format. I want to open a file named user_manual.htm on the click event of my menu item.
I use Powerbuilder 10.5 and I want to create/open PDF File from Powerbuilder. PDF File is saved in database in a blob.
It is possible to open this PDF File directly in a window in PB ? saveA...
Is there any function in powerbuiler to find out machine name.
select host_name() in sql server enterprise manager gives machine name then why
string ls_hostname
select host_name() int...
Hi Here is logic in detail
--------
ini file entries
[CLV]
;DBMS=MSS
DBMS = ODBC
DataBase=GFS
ServerName=HQDBDEV1
DSN=Dev1
-------------------
I created DSN with following steps
...
Hi,
Created a new exe from source code adopted from 3rd party (& cannot ask questions). The deployment completes ok but when d-clicking on the exe the following message appears:
Null ob...
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...
Good Day -
I have been coding in PowerBuilder since version 4, but I've never used any of its web capabilities. All of my development has been client-server.
Now, I need to have my PB a...
I'm using PowerBuilder to write send email script using SMTP(Outlook 2007). But, the problem is when I try to execute the script, the error like 'Error accessing external object property serv...
I am using the Outlook Redemption dll for my email application. When I try to connect via the ConnectToNewObject("Outlook.Application"), I get a -3 return code. I guess that this means that ...
I have compile my project and someone have delete my source code......can i decompile my project....How can y do this..
Thanks a lot
Eric
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...
The SNC does not have the PWdialog and I can't change the expired SQL Server
2005 expired password since I get a message transaction not connected.
What is the method to force the passwo...
Hello,
My Powerbuider application will receive an XML string from another application. This string will contain variety of information which i need to use in my application.But first i need t...
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 have a SQL Server procedure which accepts three params and output is an integer. How do I call (I mean syntax) this from powerbuilder, I want the integer value to be available in powerbuilde...