POWERBUILDER API SITE ???Hi !
From the Sybase docs and from may PB links on the net, a site devoted
to API for PB should be found at the following addresses:
* http://newebsolutions.com/api/ or
http://www.newebsolutions.com/api/
* http://choa.com/api/index.html
But I don't find them at the above URL's.
Does somebody know if this site is down (or dead ?) for now on,
or if a new link exists (but is not mentionned) ?
Tanks! mailto:jdessart@consultant.com
Don Salomon, who was the author of these sites, informed me that he has
closed them down since he is no ...
POWERBUILDER API SITE ???Hi !
From the Sybase docs and from may PB links on the net, a site devoted
to API for PB should be found at the following addresses:
* http://newebsolutions.com/api/ or
http://www.newebsolutions.com/api/
* http://choa.com/api/index.html
But I don't find them at the above URL's.
Does somebody know if this site is down (or dead ?) for now on,
or if a new link exists (but is not mentionned) ?
Tanks! mailto:jdessart@consultant.com
Don Salomon, who was the author of these sites, informed me that he has
closed them down since he is no ...
POWERBUILDER API SITE ???Hi !
From the Sybase docs and from may PB links on the net, a site devoted
to API for PB should be found at the following addresses:
* http://newebsolutions.com/api/ or
http://www.newebsolutions.com/api/
* http://choa.com/api/index.html
But I don't find them at the above URL's.
Does somebody know if this site is down (or dead ?) for now on,
or if a new link exists (but is not mentionned) ?
Tanks! mailto:jdessart@consultant.com
Don Salomon, who was the author of these sites, informed me that he has
closed them down since he is no ...
POWERBUILDER API SITE ???Hi !
From the Sybase docs and from may PB links on the net, a site devoted
to API for PB should be found at the following addresses:
* http://newebsolutions.com/api/ or
http://www.newebsolutions.com/api/
* http://choa.com/api/index.html
But I don't find them at the above URL's.
Does somebody know if this site is down (or dead ?) for now on,
or if a new link exists (but is not mentionned) ?
Tanks! mailto:jdessart@consultant.com
Don Salomon, who was the author of these sites, informed me that he has
closed them down since he is no ...
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,...
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 ...
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...
PowerbuilderI am a new PB 6 developer. I want to create setup for my application exe.
How do I do it using Installshield free. I have to copy sqlanywhere
database to clients PC through the setup.I connect the DB through ODBC.Can
anyone pl guide me.
thanks.
Shaikh moin
If you are using ASA 6 then look in the Help...
ASA User's Guide
PART 4. Database Administration and Advanced Use
CHAPTER 27. Deploying Databases and Applications
Using a silent installation for deployment
If you are using SQL Anywhere 5 try looking here...
SQL Anywhere User's Guide
...
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...
About Powerbuilder...Hi group,
I've upgraded PB 6.5 with the last maintenance release but I always see
Version 6.5 Build 444 into "About Powerbuilder..." in Help menu . It's right
this?
Thanks in advance
Michelangelo INGRASSIA
There *was* a bug at some point in the PB6 series that didn't report
the correct build number. The best way to be certain that *all* the
DLLs being loaded are the correct version is to use HandleEx from
http://www.sysinternals.com and check all the PB*.DLL versions. This
is also useful for troubleshooting, as more than one problem has been
cause...
Powerbuilderlong ll_rc
dw_1.SETTRANSOBJECT(SQLCA)
dw_1.retrieve()
g_ole_crx_application = create oleobject
g_ole_crx_report = create oleObject
g_ole_crx_connection_info = create oleObject
Resultset lrs_resultset
ADOResultset lrs_adoresultset
oleobject loo_AdoRecordset
DataStore lds_temp
lds_temp =create Datastore
lds_temp.Dataobject="dw_print"
lds_temp.settransobject(sqlca)
lds_temp.retrieve()
lrs_resultset=create resultset
ll_rc=lds_temp.generateresultset(lrs_resultset)
lrs_adoresultset = create adoresultset
ll_rc = lrs_adoresultset.SetResultset(lrs_resultset)
loo_AdoRecords...
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...
PowerbuilderWe're developing a to-sell-system for the restaurants industry. The system
has PC and handheld (PocketPC) interfaces. I would like to use
PowerBuilder to develop the UI, but I need to know if it is supported the
development for the handhelds interface too?? and which specialized (good
looking) forms or buttons I could use for the development??
This forum is for source code control questions - better to post in the
general forum..
--
Evita R. Chapa
Senior Systems Analyst II
Command Technologies, Inc.
<Mynor_Paredes> wrote in message
news:F5DFEA0D01AB9EB700...