Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested PowerBuilder Solutions: 26 - 50 of 605
 
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 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...
In this app, I have a hardware device that is sending a byte in through the serial port, I have to "listen" and determine when that byte comes in, grab the data and send a request back.  I wou...
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...
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...
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...
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...
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 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,      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...
Hi, I have one datawindow which will dispaly the rows that is selected through a query from a database table. Other than the fields selected through the query, I have put a text control on ...
When Sql Server 2000 Enterprise Edition (NOt personal) disconnect; ls_database='siddiqsons' ls_srv_name= 'sdmsrv' ls_latest_dsn = 'siddiqsons' sqlca.dbms  = "ODBC" sqlca.dbparm = "C...
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...
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 )...
could you please help me to write a function to generate a barcode with powerbuilder application..
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...
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 datawindow object with retrieval argument on DateTime column. I am passing datetime variable when retrieving my datawindow. It works fine when retreving at design time and also in run t...
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...
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...
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 expert... I am developing an application using PB 6.5 for sending sms using a gprs modem (iTegno 3000). How can I connect my application with the modem. thanks
Hi, I have a datawindow that has a chil dropdown datawindow. In this child dropdown datawindow, I have assigned a Retrieval Argument. I have designed to displaye this child DDW only when the ...
Hello Everyone, I am trying to create a new column in a datawindow, but it doesn't seem to work. There are no errors (that I see). Here is my code: ***** //dw_1.Modify("create col...
I have Datawindow which is non-editable. I want to show some static text when mouse is moving over a particular field. Please give me sample code. Thanks in advance Srinib