Can a PB Application read DB schema?Can an application, developed in PB, read the script of ASA
database object? In other words, I need to retrieve and show
the script (schema) of a database function to user through
the application. My application accesses to the database
through ODBC interface. It's odd, isn't it!?
Thanx
Lara Jacob wrote:
> Can an application, developed in PB, read the script of ASA
> database object? In other words, I need to retrieve and show
> the script (schema) of a database function to user through
> the application.
Can't really understand the purpose of the ex...
Application in Powerbuilder 5.0.2 with PFCI recently found myself in charge of an application built in Powerbuilder
5.0.2 using the PFC. Nobody seems to have the installation disks for PB
5.0.2 available anymore, so I was looking at Powerbuilder 8. I have never
used PB 8 nor have I used PFC in any version. My 2 questions are 1) can and
go from PB 5.0.2 to PB 8 and 2) how do you migrate using the PFC?? Thanks.
Wallace Henry
whenry@newcorp.com
On Fri, 1 Feb 2002 16:29:33 -0500,
in powersoft.public.powerbuilder.pfc
Wallace Henry <whenry@newcorp.com> wrote:
>I recently found myself in charge of an application...
can we run another application from a PB applicationCan anybody tell me if its possible to run a second PB application from
an already running PB application?
If yes, then is there any way to terminate the first application and
continue with the second?
Thanks,
Menka Gupta
Corsair Communications, Inc.
Run("secondapp.exe")
Halt Close
S Rivankar
Menka Gupta wrote in message <3846D57A.FE3778BB@corsair.com>...
>Can anybody tell me if its possible to run a second PB application from
>an already running PB application?
>
>If yes, then is there any way to terminate the first application and
>con...
How Can I handle a PB Application from another Windows ApplicationHy Guys,
I have a big problem, I don't know how handle an Application created by PB
from another application.
I. E.How can I launch the an event or a global function or get some
properties value?
Thanks.
Stefano Giostra.
You can trigger user events mapped to pbm_custom01-pbm_custom75 by using the
SendMessage Win32 API using message IDs between 1024 and 1098, respectively.
You will need to use the FindWindow API to get the handle of the main window
of the application you want to "talk" to.
--
pbm_hopethishelps,
Roy Kiesler [TeamSybase]
Sybase Develop...
PB Application to PB Application communicationI need to have 2 powerbuilder application be able to communicate with one
another. A string is all I need to pass between the two applications.
I tried creating a com object that I could connect to from both
applications. This com object would basically store the information I want
to pass between the two applications in an instance variable. One
application would populate that instance variable, then notify the other
application(through the send command) to go read the information in the com
object.
I created the com object fine and can call a function on the com object
...
How Can VB Application Trigger Events or [talk to] PB ApplicationHi all
I want to know - if applicable - How Can Visual Basic
Application Call PowerBuilder Application to Run
functions, Open windows, Etc
--
Thanks in advance
-------------------------------------------------------
Waleed Seada
-------------------------------------------------------
Check out the use of OLE Automation in PowerBuilder, within the
Application Techniques manual.
On 11 May 2004 00:13:51 -0700, "Waleed Seada[BearingPoint]"
<DSweetPrince@hotmail.com> wrote:
>Hi all
> I want to know - if applicable - How Can Visual Basic
>...
SQLCA works when application runs in PB not when application is run with Powerbuilder WDK.Hi,
My applications with out SQLCA run great through Powerbuilder WDK, my
applications that contain SQLCA information doesn't. When I run the
application in PB I get a splash screen and then the application starts.
When I run it through PB WDK the splash screen starts and the I get a login
box. No matter what I do it always show's up and when I hit OK I get the
following SQLSTATE = 08001 error. How can I stop this from occurring? The
SQLCA code and ini file are below.
code:
startupfile = "pds.ini"
/* Populate sqlca from current PB.INI settings */
sqlca.DBMS...
How can I launch other application from PowerBuilder and wait until the launched application terminates before continuing?I need to write function launches the application specified by
StringParameter with the command line parameters. The function should wait
until the launched application terminates before continuing. How can I do it
using PowerBuilder and Windows API ?
mail: igorm@proactivityinc.com
In article <i6rNFfSBAHA.203@forums.sybase.com>, igor@proactivityinc.com
says...
> I need to write function launches the application specified by
> StringParameter with the command line parameters. The function should wait
> until the launched application terminates before continuing...
Frontend PB application for a mainframe General Ledger application using Platinum InfosessionHi,
I am trying to get a project to write a frontend PB GUI application
for a mainframe General Ledger.
I have succeeded to make an example for a login and CEMT list + update
of CICS programs. The customer requires me to do an example based
on a very small part of the General Ledger so that he can demonstrate
to his colleagues this is viable and this will remove the necessity of
training
for the users to pass through natural and cumbersome mainframe
screens to reach general ledger. They intend to have the whole of general
ledger
to get a GUI interface...
My question is:
Th...
PB 5.0.4 Application can't migrate to PB 6.5Hi,
I try to migrate the application from PB5.0.4 to PB6.5. After migration,
some errors occurs.
Problem 1:
A window ( say w_abc) which is inherited from another window (w_inherit).
After migration, it has following errors
Object: w_abc
Instance Variables
(0002) Error C0001: Illegal data type: istru_result
istru_result - is a window structure in w_inherit window and it is used
in w_abc instance variables
In w_abc window,
Instance variables:
istru_result istru_result1
Problem 2:
If a function which used string array ...
pb application deployment of applicationver 10.5 is there an easy way of finding which pb runtime
files i need to deploy with my application to create an
installation for a customer
First of all, check out the PB runtime packager, and documentation in HTML
books under application techniques, chapter 40.
You can also use tools like process explorer (www.sysinternals.com - now
Microsoft) that lists the active DLL's used by an application. Including
tools like Dependency Walker (www.dependencywalker.com). (That even
integrates with Process Explorer.)
Regards
Andr�
P� Wed, 21 Feb 2007 12:04:10 +0100, sk...
Can an PB application be too big?Using Powerbuilder desktop v 8.03 I have developed a large application
(dll's 41 mb and 19mb) from which graphics appear in a printed text
document. Recently I added some functions and controls, the recompiled
application performed such that the document output was devoid of the
graphics. When I further added some global variables and recompiled, not
only were the graphics missing but some text was truncated as well. When the
newly added global features were deleted, the text was complete but graphics
were missing . Then when the new functions and controls were removed, the
...
Powerbuilder application "crashing" another powerbuilder applicationThis is a repost of the above subject since there has been some problem for
messages posted on the 19th - 22nd July 2002.
***************
Hi All,
I have an application (App A)built using PB7.0.3 build 10077 and it
seems to work fine. However, recently, another application (App B)
built using PB 7.0.3 build 10047 as well was installed and it seems to
trigger Dr Watson on App A.
There is an embedded OCX on a "main" window on App A, which receives
triggers from external applications. The OCX will then call another
function sitting on another main window. That function w...
PB 11.5 application is lower than the same application on PB 9Hi,
We have recently migrated our full source from PB 9 to PB 11.5. We
found that the program is running extremely slow. We noticed that it
happens mostly when using GUI. There are delays even when tabbing
though controls on the screen.
We run tracing on both environments, and most of the functions show
that the response time is better in PB 11.5, but the experience of
using PB11.5 application is very slow anyway.
Has anyone experienced the same?
On Aug 21, 9:13=A0am, chaau <andrew.chered...@gmail.com> wrote:
Sorry, typo in the title. Should be PB 11.5 application is slo...