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,...
Problem registering dll created in Powerbuilder 8 and migrated to Powerbuilder 11Hi,
We have created a dll in Powerbuilder 8 as a com/mts
application. This dll was then migrated to powerbuilder
11.1 build 8204. I am able to build the dll on my
development machine and properly register the dll on my
development machine on windows 7.
When i deploy my dll and test application to a clean windows
xp box, i am unable to register my dll using regsvr32. No
error is displayed and the message box identifing that the
registration was successful is never displayed.
I have deployed all Powerbuilder 11 runtime using the
powerbuilder runtime packager. I also deployed...
PowerBuilder 9.0.1: Connect to Oracle Using the PowerBuilder Native DriverCould anyone please email me this Solved Cases? It may be
related to our production issue.
http://info.sybase.com/resolution/detail.stm?id_number=11000397
http://info.sybase.com/resolution/detail.stm?id_number=11008896
Thanks in advance,
John
johnshi@yahoo.com
The first one only affects the development environment, and the second
one is only applicable to datawindows build with the old PBDBMS
method.
What problems are you having?
On 12 Oct 2004 08:56:32 -0700, John Shi wrote:
>Could anyone please email me this Solved Cases? It may be
>related to our production i...
PowerBuilder Bugs: Using VB ActiveX control (OCX) in PowerBuilder 6.0I'm going to write some VB ActiveX control (using Microsoft VB6.0 SP3)
to be used in PowerBuiler 6.5,
but I found that it's very easy to crash in PowerBuilder,
Here is the test case:
1) Create a very simple VB ActiveX control (only one button without any
script) in Visual Basic
2) Create a PB project to open a Main Window (w_1) with an ole object of
VB ActiveX control
3) Open another Window (w_2) with an ole object of VB ActiveX control
(can be same as previous or other control)
4) Click the OLE object in w_2 to make it get focus
5) Close w_2 -> it will crashed
If ...
Different behavior of " encrypt.dll " in PowerBuilder 8 and in Powerbuilder 10.2Different behavior of " encrypt.dll " in PowerBuilder 8 and in
Powerbuilder 10.2
1.. Will PB 10.2 support encrypt.dll ?
2.. My code was working in PB 8 but in PB 10 it is not working I don't
know what is issue
Like if I give password in PB 8 "mike_" it is working fine but same password
I give in PB 10 then it is not working.
Is any issue with Unicode ?
code of declaration of external fn.
private function ulong n_cst_ssisecurity32_CPP_CONSTRUCTOR() library
'encrypt.dll'
private subroutine n_cst_ssisecurity...
Different behavior of " encrypt.dll " in PowerBuilder 8 and in Powerbuilder 10.2Different behavior of " encrypt.dll " in PowerBuilder 8 and in
Powerbuilder 10.2
1.. Will PB 10.2 support encrypt.dll ?
2.. My code was working in PB 8 but in PB 10 it is not working I don't
know what is issue
Like if I give password in PB 8 "mike_" it is working fine but same password
I give in PB 10 then it is not working.
Is any issue with Unicode ?
code of declaration of external fn.
private function ulong n_cst_ssisecurity32_CPP_CONSTRUCTOR() library
'encrypt.dll'
private subroutine n_cst_ssisecurity32_C...
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...
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...
PowerBuilder, connecting to MS SQL Server using MSS native driver: A field which is defined as a varchar (450) is truncated to 255 characters in PowerBuilderPowerBuilder, connecting to MS SQL Server using MSS native
driver: A field which is defined as a varchar (450) is
truncated to 255 characters in PowerBuilder
I am using Power Builder 7.0 with SQL Server 2000
Database. I created a datawindow using a varchar(450)
field. It is allowing me enter and save 450 characters but
when I retrieved the data it is truncating it to 255
chars. I looked in the database all 450 characters are
there. Why it is truncating the data on retrieve? Please
help me out if anybody knows the solution
Thanks in advance
because the native interface (Micr...
Powerbuilder dllI am curious to know what dll is required to interact
between Powerbuilder 8.0.3 build 9933 and an Oracle 9i
database? Where can this dll be found(i.e. download)?
PB09080.DLL and it comes with PowerBuilder. It may have come in 8.04
or a later EBF though.
On 27 Jul 2004 05:39:05 -0700, jeff s wrote:
>I am curious to know what dll is required to interact
>between Powerbuilder 8.0.3 build 9933 and an Oracle 9i
>database? Where can this dll be found(i.e. download)?
Bruce Armstrong [TeamSybase]
http://www.teamsybase.com
Vote for PocketBuilder in the Mobile Village awar...
Creating a dll in Powerbuilder for use by other apps???Does anyone know how or if it is even possible to create a dll from
Powerbuilder 6.5 code for use by other apps?
No, you can't. You would need to use a MSVC++ or some other C/C++ IDE.
steve
[TeamPS]
fdefranco wrote:
>
> Does anyone know how or if it is even possible to create a dll from
> Powerbuilder 6.5 code for use by other apps?
PB DLL's are not usable as DLL's in other applications. You can,
however, create COM and OLE objects that can be used in other
applications. Why would you want to do this though?
regards,
Bill Green
fdefranco wrote...
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...
PowerBuilderHi,
Please change the name of PowerBuilder to something that is
more publicly enticing. For instance, NetBuilder Pro,
NetBuilder Deluxe, NetBuilder Gold, or something of the
sort.
Thanks,
Ryan
Hi Ryan,
How about writing to "s.p.powerbuilder.futures_discussions" forum ?
By the way, i think that they are about to call it "4GL plus".
<Ryan Putnam> a �crit dans le message de
news:4012a716.368.846930886@sybase.com...
> Hi,
>
> Please change the name of PowerBuilder to something that is
> more publicly enticing. For instance, NetBuilder P...
Why I should use PowerBuilderI have used PB for 3.5 years now - I would not go back to VB (unless
required by our client). Which is what may happen...
I have a design meeting with an IT group to standardize their software
applications. The IT group works for a health authority who has taken the
initative to re-write all their current applications in one common
programming language. I feel that PB is their best option but I can not
find anything around that says...
PB is better than <enter other tool> becuase ...
Unfortunately, most of the people I will be meeting with have a MS
background and use V...