Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested PowerBuilder Solutions: 151 - 175 of 605
 
I am trying to install PB from a drive that has the PB10.5 CD \asanywhere9 \autorun \infomaker105 \pbvm \powerbuilder105 \server when i go to \powerbuilder105 and run setup.exe it t...
Hi. Im developing on powerbuilder 6.5 and mysql data engine. I need to show a retrieved field into ole object. The blob field conatins a bmp, jpg or gif file. I dont have any  problem insertin...
I have a PB9 application. When I tried to print a report, I got an error: Error Opening DLL Library pfccom32.dll for external function at line 39 in function of_printdlg of object pfc_n_cst...
Using .NET 2.0, vb.net, VS 2005 I'm a newbie to webservices and the more I read, the more I get confused. I developed a webservice in ASP.NET 2005 that is read by a Powerbuilder (PB) 9.0 cl...
Iam using PB 6.5 and I used to install the Sybase SQL Anywhere 9.0 and connect to the PowerBuilder, It gives error 1)while listing the tables 2)Error occurs while I used to select the table...
Hi, As we can select contents in internet explorer and then drag n drop to Microsoft Word, I want that sort of functionality between internet explorer and PowerBuilder. If anyone has idea ...
I am a Java Programmer. I just started working on a project in which we have to migrate a Power Builder application to Java using web technologies. In order to understand existing PB app, I...
Hi Folks, I need to incorporate a barcoding function in a small supply chain program built out of powerbuilder.  I noticed there are no ready solution available to incorporate such feature....
Procedure in SQL 2k: create procedure usp_insert_into_weav_prod2 (@dt smalldatetime ) as set xact_abort on delete from sdmsrv.siddiqsons.dbo.prd_weav_prod_mst where trans_no like '80902...
How to suppress repeated rows on the detail portion; however the columns that are being suppressed leaves white space. Is there any way to remove the white space? Agent# MO Trans Date   ...
I need to list file name, size, modified date for all the files in a directory.  I know PB has a function that will populate a list box with the names of files in a directory, but I need the s...
I downloaded a copy of the evaluation version of PB 10 but it is it says it will not install without Sybase Common Installer. Where can I get this program?
Please tell me the detail,thanks
Hey guys please help me out with these 3 questions 1) Why exactly do we use child data window . How do we use it in our script 2) IF i have a window and het a menu attached to it having ...
I have a Sybase stored procedure which is having IN and OUT parameters. Please let me know how to execute this stored procedure and get the OUT parameter values into powerbuilder script. Be...
i have created a script wherein an array is populated with 100000 values and check how much memory it eats up, then i tried to release the memory it is using but i was not successful in doing ...
HI All, I have a problem wherein I need to get the printer name(both local and networked),printer driver, and port information of all the printers connected to a computer. This is required ...
I have a PowerBuilder application that opens a existing template in word and fills up wit Data depending on the actions taken by the user, then prints it and saves it under a different file na...
I have a table namely security. It has two columns user_name, menu_class_name. I want script/function which will load any menu (deeply nested)created in powerbuilder into treeview contro...
Question 1 Summary, I am using Powerbuilder 7.0 and Sybase 12. Now, I must switch the backend to Sql Server. I was able to port over all the tables, views, stored procs to sql server. Now I...
Hi All, I have succeeded in getting Powerbuilder to send an attachment but I would like to be able to send more than one attachment and am hoping to get an example of how it is done. Her...
When I Execute the following Select Statement I am getting Arithmetic overflow occured. But my scenario is quiet different. I am using PowerBuilder as my client application development to...
Hi all How we can find out the datasource of the Datawindow created. Once i created a datawindow using Quick or store procedure option as a datasource i want to chage it again at desig...
I need to pass a SOAP instruction from a PB application to a 3rd party product, including a Word document.   Using base64 encoding and geturl, I can do this, but it is very slow and our suppli...
Hi, Currently, I change a user's password as follows: ls_SQLText = 'sp_password ' + sapass + ', ' + newpass + ', ' + is_user EXECUTE IMMEDIATE :ls_SQLText; That works fine EXCEPT.....