Use PowerBuilder DLL in PowerBuilderWe use PB6.5.
We would want to use a DLL create from PB in a PB application.
We compiled an a PBL as DLL.
After we tried to use DLL in a user object external, but without success.
How can we do to use DLL create from PB or use in a new PB application some
object (visual and no) before compiled with PB?
Any help will be appreciated.
Saul.Convalle@mail.cec.it
Thanks
When you create a DLL from a PB library it is not really a standard Windows
DLL. I'm not sure what the difference is. If you are making calls from PB
then just use the standard PB calling syntax the ...
PowerBuilder/EAServerHi,
My company wants to re-write some of our apps and make them web enabled.
Can someone recommend some PowerBuilder/EAServer framework.
Perhaps the one that you can use to develop client-server, as well as Web
applications.
PFC cannot handle web applications, we have PB 7.
thank you
Sarah
Cynergy Systems offers the EAServer Framework (EAF)
www.cynergysystems.com
--
Paul A. Horan[TeamSybase]
VCI Springfield, MA
www.vcisolutions.com
"Sarah" <sarah0969@hotmail.com> wrote in message
news:qOOwjwzqBHA.206@forums.sybase.com...
> Hi,
>
>...
EAserver and PowerbuilderHi Friends,
EAserver and Powerbuilder which one need to be installed first. I found that
if I install EAserver first and then Powerbuilder and when I start the
Jaguar, Jagaur is starting and display 'Accepting Connections' fast.
If I install Powerbuilder first and then EAserver, Jaguar is taking long
time to start and display 'Accepting Connections'
As it is therefore which one is the right method and what are the pros and
cons.
TIA
RAO
The order of the installation should be irrelevant to performance. The only
overlap between the programs is the Sy...
Powerbuilder and EAServerI have a Powerbuilder application where much of the processing takes place
on the client machine. I would like to move much of the complex processing
to the application server (EAServer). Has anyone else taken this route and
can give me a good place to start? A reference to a sample app (for
EAServer) would be good.
Thanks in advance,
Terry
The first step is to put the code in non-visual objects. There is examples
at:
http://www.powerobjects.com
I think Cynergy Systems' EAF framework might be worth a look. Check it out
at www.cynergysystems.com. There are othe...
Powerbuilder 5 to Powerbuilder 10Hi all
We have migrated our application from powerbuilder 5 to powerbuilder 10.
after migration to version 10, alignment in most of reports disturbed.
please advice me some solution.
On Fri, 29 Feb 2008 12:45:01 +0100, Adnan Jamil <adnanjamil@nji.com.pk>
wrote:
> Hi all
>
> We have migrated our application from powerbuilder 5 to powerbuilder 10.
> after migration to version 10, alignment in most of reports disturbed.
> please advice me some solution.
Adnan,
Is this a SQL Anywhere question?
If not, you have posted to the wrong forum.
If yes,...
EAserver with PowerBuilder
We are thinking about moving some of our PowerBuilder NVOs to EAServer.
Can anyone provide links to tutorials on this topic?
Thanks,
Doug
Sybase's site has some examples. We have many simple examples on our site
http://www.powerobjects.com/jaguar.htm
--
Dean Jones [TeamSybase]
PowerTeam, Inc.
http://www.powerobjects.com
smlPortal - Moving PB to the web.
"Doug Stone" <dstone@res-q.com> wrote in message
news:vB4M4tP$BHA.289@forums.sybase.com...
>
> We are thinking about moving some of our PowerBuilder NVOs to EAServer.
> Can anyone pro...
Upgrade to PowerBuilder 9 or PowerBuilder 10?Hi,
Our company is going to upgrade PowerBuilder. Currently we are using version
7, and we are going to upgrade either to version 9 or 10.
Does anyone have any recommendations if we should go for version 9 or 10?
What is the current release of version 10, and is it stable or is there a
lot of bugs?
Best regards,
Ronald Ommundsen
e-mail: ronald.ommundsen@gard.no
Ron;
If you have any hope of running the applications in the future on XP, W2003
or soon to be W2006 (LongHorn) you will have to jump over to UniCode - ie
PB10. So personally, I would recommend starting with P...
Migrating PowerBuilder 8 to Powerbuilder 11Hi,
I am migrating a PFC based Powerbuilder 8 App. to PowerBuilder 11, I
am getting errors like illegal data type.
for a NVO n_cst_platformwin32 i am getting a syntax error, its not
allowing me to open that object.
Requesting your help
thanks & regards
Vimal Sanghvi
If you're object (or any related object) failed to migrate
successfully, you won't be able to edit it in a regular painter;
you'll have to Edit Source to modify it.
If you're migrating, a glance through my Migration Guide (see below)
may help. The methodology there would allow you to identify...
Powerbuilder (PowerScript) command that is equivalent to VB's Instr commandI'm looking for a Powerbuilder (PowerScript) command that is
equivalent to VB's Instr command.
I need to use it in the below process that I'm converting
from VB to PB. Thanks very much for any help!
Private Sub Form_Load ()
....
Do
DoEvents
Buffer$ = Buffer$ & MSComm1.Input
Loop Until InStr(Buffer$, "OK" & vbCRLF)
' Read the "OK" response data in the serial port.
' Close the serial port.
MSComm1.PortOpen = False
End Sub
How about Pos?
--
Evita Chapa
Senior Systems Analyst II
Command Technologie...
PowerBuilder 9.0 and PowerBuilder 10.0Hello NG ,,,
I have a strange problem , installed both versions of PowerBuilder on the
same machine having Windows XP.
under Program files\Sybase9 - > PB9.0 was installed .
under Program files\Sybase10- > PB10.0 was installed,
I was working on XML workspace in PB9.0 where in the library list
PBDOM90.PBD was included. By mistake , I opened the same workspace in PB10.0
and the application was migrated completed.
Later coming back to PB9.0 and opening the same workspace , found that , in
the system tree PDB files has zero object, It is not showing anything and
the appl...
PowerBuilder EAServer and TRANSACTION_ROLLEDBACKHi,
I am using PB 9 and EAServer 5
When I call a function on EAServer from PowerBuilder, I am getting following
error message [I am using datastore and transaction object in my application
that have been deployed on EAServer]:
PowerBuilder Application Execution Error (R0095) CORBA Objects may not be
created locally. at line 10286 in create event of object corbaobject of
_typedef
SystemException: TRANSACTION_ROLLEDBACK
Any help would be highly appreciated.
Thanks,
Brian
...
PowerbuilderHi all, I am probably not suppose to be asking this question here but I
have been unable to get into the beta news groups and we are getting a
little frazzled. Can anyone give us an example of a Jaquar NVO component
using a connection pool. We are trying to sync a datastore on easerver with
a datawindow and cannot establish a connection through the pool on easerver.
We are able to execute a method to insert a row and sync. If that means
anything. Thanks Den
We are using PB7.0 and EAServer3.0 betas on NT
Since the beta's well over and the product is about to be shipped, ...
PowerbuilderIs there some kind of construct in Powerbuilder 8 like the hashtable in
Java?
Jan Erik
On Thu, 14 Mar 2002 11:11:15 +0100, "Jan Erik Hermansen"
<jeh@susoft.no> wrote:
The closest thing there is is the binary tree in the PFC. It's a
little more work than a hashtable, but it works well enough. In a
nutshell, you create a node and set the value and the key in it, then
add the node to the tree.
HTH,
Larry Molter
Diabetic Supply of USA
>Is there some kind of construct in Powerbuilder 8 like the hashtable in
>Java?
>
>
>Jan Erik
>...
PowerBuilder or EAServer problemThis is a multi-part message in MIME format.
------=_NextPart_000_001C_01C810B4.E1DCF0D0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Not sure if I'm running into a PowerBuilder or EAServer issue but here's =
the problem (I'm thinking it's PB)
I have a Dell D620 laptop with both a wired NIC and Wireless NIC. While =
at work I typically have both connected to "a" network. The wired is =
always connected to our domain, the wireless may be connected to the =
domain or connected to our external "...