PowerBuilder API SiteWhat happened to the Powerbuilder API Site
http://newebsolutions.com/api ??
On Sun, 10 May 1998 13:11:18 -0400, Charles Drolsbaugh <chas@snip.net>
wrote:
>What happened to the Powerbuilder API Site
>http://newebsolutions.com/api ??
>
I don't know. It's been down for some time.
Bruce Armstrong [TeamPS] | Source Consulting
mailto:bruce.armstrong@eudoramail.com | mailto:jobs@sourcela.com
| http://www.experienceondemand.com
Preach the gospel at all times.If necessary, use words. [Francis of Assisi]
On Sun, 10 May 1998 13:11:18 -0400...
use powerbuilder novisual object in power siteHi all,
I just build a nonvisual object in powerbuilder 7.0 and have disployed it
to jagar as jagar component. Now, I want to use it at the powersite, I
don't know how to use it.
I know that if the EJB jargar component can be called as following:
HomeObj = java.GetHomeInterface(xxxxx,xxx,xxx);
ss = HomeObj.create();
ss.EJBFunction(xxx, xxx, xxxx);
I want to know that can I call those NV object like that?
You just need to add some server side script in the page where you want to
call the component.....
-------- Script start
var pbComp = java.CreateComponen...
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 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,...
Has anybody tried to connect to a COM object in the Win32 API throught PowerBuilder?I am attempting to incorporate the Windows Task Scheduler in my application
to run periodic jobs for our users. However, I am not sure how to approach
this. Is PowerBuilder capable of "talking" to COM objects in the Win32 API?
And if so, is PowerBuilder capable of creating an instance of a COM object
by calling CoCreateInstance from the API?
Thank you,
David Cervenan
PowerBuilder can talk to COM object -- use the ConnectToNewObject function
(you'll need a progid for the COM object you're trying to access)
--
<hopethishelps />
Roy Kiesler [TeamSybas...
powerbuilder com object vs pocketbuilder .... objectOur powerbuilder application is sending information to a feeding machine
by calling a com object.
Our program now runs on a mobile device. The software is written with
pocketbuilder 2.04. Now we would also like to have the connection with
this feeding machine.
I talked to the supplier of the feeding machine. He told me that the com
object was written in Visual studio C. The simplest solution for them
would be to create a .Net object.
Is this the way to go?
Thanks
Eric
Up on CodeXChange we have a handful of "adapter" layers (sometimes
called "shims&quo...
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...
Calling a COM object from a PowerBuilder object's sript??I'm interested in knowing how to call somebody else's COM object written in
C++ (it is a dual interface...what ever that it is)
would we enter the information the same way we do for DLLs within the
global/local external functions section for whatever object we want the
function to be available?
Any examples or direction to examples would be appreciated.
Thanks
Chris
hi,
I'v tested it yet, i couldn't use it with the global/local external
functions declarations method. It could be that some components need to be
initialized first and global/local e...
Calling a COM object from a PowerBuilder object's sript??
From: "Chris Fauvel" <chris_fauvel@fintech.net>
Subject: Calling a COM object from a PowerBuilder object's sript??
Date: Wednesday, March 07, 2001 2:33 PM
I'm interested in knowing how to call somebody else's COM object written in
C++ (it is a dual interface...what ever that it is)
would we enter the information the same way we do for DLLs within the
global/local external functions section for whatever object we want the
function to be available?
Any examples or direction to examples would be appreciated.
Thanks
Chris
Use the C...
What is PowerBuilder?Hello experts
I am a student in CS, I am going to write a paper about Rapid
application development using PowerBuilder. I need some articles about
the arhitecture of PB and how PB fulfill rapid application development's
requirement?
Should any experts have such articles or journals, please kindly email.
thank you very much!
SOS
--
Best Regards
Reply Address->'mailto:seeker@netvigator.com'
Paul Ho
Why don't you visit http://www.powersoft.com and browse the products
section.
You will get a lot of information/white papers etc. If you're inte...