Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

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

 
Time Tested PowerBuilder Solutions: 176 - 200 of 587
 
Hi All, I have a cross tab datawindow, which contains one value, named 'val' in the definition ( see attachment ). When I run my application, as far as I can see, PB generates references...
Suppose that we have a datawindow with a retrieve method which may contain other datawindows inside it. When we use the command dw_print() its contents are printed according to the layout we h...
I've assigned 500 because this is a fairly urgent question.  We're using PowerBuilder 8 at the moment but can upgrade to 10 if need be.  We need to connect to a SQL Server and have that connec...
I am trying to find a method in PowerBuilder to go to a particular row of a data window.   I want to jump to the first letter of the alphabet then second etc.. from my list. STRING LS_S...
How do I change the button option text to "carflowertoy!" instead of default "yesnocancel!" ??? li_rtn = messagebox('Info','Which one do you like ?', question!, yesnocancel!, 1) Thank yo...
i need list of dll that required to run crystal report calling in power builder thank M Raheel
Hi, Iam getting the below error while i used to connect PB6.5 to SYBASE 12.5 through PB kindly give the solution to slove this problem, ct_connect(): directory service layer: onternal ...
We have an application that uses PB 6 and an Informix database. We are looking at migrating to Oracle 9.2.0.5. Are there compatibility issues between PB 6.0 and Oracle 9i? Is there a work a...
We have migrated PowerBuilder application which is in 6.5 version to 11.5 successfully. Now I want to move this application to Web, I tried to do but getting "Deploy Failed" error. Is it possi...
Got any idea on how to ZIP and UNZIP file  attachments using powerbuilder scripts? the attachment files consume a lot of space in the server. I wonder if there would be a way i can automatical...
I want to check and see if a record exists in a table using embedded SQL in Powerbuilder (v7.0).  Currently, our program uses SQL Anywhere 5.0.  We are in the middle of converting to SQL Serve...
Hi, i have an ole object i_ole_ie connect on Webbrowser Internet Explorer. By clicking on a row of a datawindow i executed the folow script: if i_ole_ie.isalive() then      i_ole_ie.quit...
hello , I am having a problem with the generation of an exe from powerbuilder here are the details: I have about 10 librarys in my project for 3 of these librarys I do not have the pbl-s (I ...
Greetings all, I have a perplexing problem.  I am not sure if it is related to Excel or PowerBuilder.  I have a datawindow with a bunch of columns (some computed fields) that I have to save...
I am new to PB. I am working on a project where we are migrating PB app to Java. I am trying to set up PB version of application in my local machine. I have source (only .pbl files) and execut...
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 ...
We have created a datawindow grid with columns c1, c2,c3,c4 (this is the order they are shown in the screen). how can we make them to appear with another order (f.e c1,c3,c4,c2) in design time...
hi, I want to learn PFC using pb6. Can you give me the links on how to start devloping pfc application from scratch.I know little bit of PFC but i want to learn from scratch sothat by bas...
what is a external datawindow ?
Hi, I try to access (read & write) to the serial ports with PB7 in a easy way. Can anyone help me? Thanks in advance. Louisdavec
Hi Experts, Predominantly a VB/ORALCE programmer, I need your tips and guidence to Call a dll thro PowerBuilder. I'm expecting ans from the ground-up. Also send me some Help WEBSITE lin...
Hello, I'm using PB 6.0, MS Access 2000 I'm getting this runtime error: SQLSTATE = S1003 Program type out of range I've searched the web and it seems to be a problem witn pbodb60.dll ...
Hi, I have exp with VB 6 for 4 yrs. I may land up in new proj next week with PB soon. I want to learn PB now. Can anyone say which is quick way to learn PB ? What is equivalent of VBP in PB...
I need to be able to modify a web service request's SOAP header from PowerBuilder 9.  In this case, a PowerBuilder app is calling a Java servlet which, in turn, requests a web service and that...
Hi, I am connecting oracle 10g from PowerBuilder 8 through ODBC driver. While creating DSN for oracle 10g user name ‘SYSMAN’ is used. When I connect oracle 10g from PowerBuilder 8 dat...