Text cut off in report in the detail band for PB 11.5Using PB 11.5. I am working on a report with 2 group headers. The
problem is in the detail band where the text in columns are cutt off
or not shown completely. please see the attached file. When I view
this report in datwindow preview mode its fine. Only when running
through the app and running the report in preview mode the problem
occurs. Same problem when I print the report the same text is cut off.
I have tried all options autosize height for groups, autosize height
for individual columns, autosize heights for detail bands but nothing
works. I have notice the problem is in the prin...
PB 11.5 text in detail band is cut offUsing PB 11.5 I am working on a report with 2 group headers. The
problem is in the detail band where the text in columns are cutt off
or not shown completely. please see the attached file. When I view
this report in datwindow preview mode its fine. Only when running
through the app and running the report in preview mode the problem
occurs. Same problem when I print the report the same text is cut off.
I have tried all options autosize height for groups, autosize height
for individual columns, autosize heights for detail bands but nothing
works. Please see the attached files.Please help...
Support of PB 11.5.1 datawindow syntax in DW.NET 2.5Hello,
we have migrated our PowerBuilder development to PowerBuilder 11.5.1. Until now, we were
simultaneously using our datawindows (developed in PB for our main Client/Server app) in ASP.NET
application with Datawindow.NET.
Now, when trying to use datawindow from PB 11.5.1 in DW.NET, we are getting error:
"Line 2 Column 65; incorect syntax."
I assume that DW.NET 2.5 does not support PB 11.5.1 datawindow syntax yet. Is there any workaround
for this issue, or will there be a newer DW.NET release supporting this new datawindow syntax?
LM
use C:\Program Files\Sybase\...
Why is there no DW.NET 2.x version compatible with PB 11.5 and PB 12 datawindow objects?Gee wouldn't it be nice if there were a DW.NET version that actually
ran with the datawindow objects from PB11.5 and PB12. Why is there no
such patch or new version? INEXCUSABLE. No wonder a lot of people
don't believe Sybase development languages are viable for the long
run.
hexageniameister@gmail.com wrote:
> Gee wouldn't it be nice if there were a DW.NET version that actually
> ran with the datawindow objects from PB11.5 and PB12. Why is there no
> such patch or new version? INEXCUSABLE. No wonder a lot of people
> don't believe Sybase developme...
Saving datawindow from PB 11.5.1 into PB 11.1 format (syntax)?Hello,
Is there any possible way to save a datawindow created & written in PB
11.5.1 in the exact datawindow format/sytnax of previous version(s), namely
11.1?
Reason being is that we have an application that is still not migrated from
11.1 to 11.5.1, and we have to write a custom report for it urgently. Out
application can import the exported SRD datawindow report and store its
syntax in the table & run it from there. Unfortunately, it complains about
incorrect release number (11.5, rather than 11.1, and I have already tried
just to change the version number - more...
Filter columns in a crosstab datawindow (PB 11.5)Hello,
I am using PB 11.5 and here's what I'd like to do :
Filter the results of one or multiple columns in a crosstab datawindow
(filter the values I mean). So if a column called status has values G, I, P,
maybe I just want to show G and I but not P.
I can filter a row fine because the field actually exists after the crosstab
is created, but the columns are not accessible since they dont really exist
anymore after the design is created off the select, only the crosstab result
fields seem to be there. Am I missing something? This is my first try with
crosstab dataw...
PB 11.5 datawindow flip rows and columnWhat is the way to go to change rows in columns and of course columns in
rows.
I use a grid datawindow and after retrieve I would like to switch
Thanks
Eric
Hi Eric;
For this type of thing I would either ...
1) Use a DataStore then do a ShareData ( ) between two DW
objects based on the user view required.
OR
2) Use a dynamic DataWindow - SyntaxFromSQL ( ) - to drive
the screen based on a different way of summarizing the data.
HTH
Regards ... Chris
> What is the way to go to change rows in columns and of
> course columns in rows.
>
> I use a gr...
PB 10.5 to PB 11.5 and EAserver 5.5What are the steps to migrate from PB 10.5 to PB 11.5?
I migrated the source code.
What do I need to do on the serverside - I assume regenerating the proxies.
Anything else?
Where is the correct place for the PBVMs? 10.5's are located in the shared
folder.
TIA, Kevin
Deploy to the server and regenerate the proxies.
You can do a pbvm-only install of 11.5. Alternatively, copying the pbvm's
into the shared folder shoulod work, though.
--
Regards,
Millard[TeamSybase]
"Kevin Berez" <kaberezNOSPAM@mindspring.com> wrote in message
news:...
printing a datawindow report of web applicaition in PowerBuilder 11.5Hi,
I have deployed my appliction in web based using powerbuilder 11.5. I
acknowledge that print option will not function as window based, it
will first save as PDF file in server and then through Print file
manage we can see or take print. Print file manager which is showing
in web page after pressing print button of application, showing error
as could not "SaveAS did not complete successfully, return code is :
-1 ", Even though same code "dw_1.print(false)" is working.
I want to know that I will have to change in code or need any
configuration or pdf writer s...
DataWindow Grid computed columnI just came across that the Ellipsis property is not available for computed
column. This property can be accessed from the "Format" tab page.
Attached is the screen shot shows a non-computed column and a computed
column property.
XP - SP3
PB 11.5 Build 3127
--
Eddy Soeparmin
begin 666 Grid - No Ellipsis for Computed Column.jpg
M_]C_X `02D9)1@`!`0$`8 !@``#_VP!#``@&!@<&!0@'!P<)"0@*#!0-# L+
M#!D2$P\4'1H?'AT:'!P@)"XG("(L(QP<*#<I+# Q-#0T'R<Y/3@R/"XS-#+_
MVP!#`0D)"0P+#!@-#1@R(1PA,C(R,C(R,C(R,C(R,C(...
Upgrade from PB 5 to PB 11.5Hello:
We have a software written in PB 5. We are planning to
upgrade it from PB 5 to PB 11.5. We've used PFC in this
application and database is Sybase 9. Is there any known
issues ??? Any Suggestions??
Please help..
Thanks in advance
Robin
Start at http://www.techno-kitten.com/ and look at the changes to PB
over the versions, and the migration guide.
The migration wizard should work directly from 5 to 11.5.
Some things that come to mind:
PB is Unicode starting with 10. This will affect external function
definitions.
PFC has been open-sourced. You will need to get...
Pb 11.2 and PB 11.5Hi,
I have a stand alone license and currnetly have PB 11.1 installed. My
license info from sybase says it should support PB 11.0, 11.1 AND
11.5.
License Type: Standalone Seat (SS) Alternative Use Enabled
What is Alternative Use Licensing?
Applicable to Product(s):
Version Description
11.5 PowerBuilder Enterprise 11.5 for Windows x86 - 32bit
(View EULA)
11.1 PowerBuilder Enterprise 11.1 for Windows x86 - 32bit
(View EULA)
11.0 PowerBuilder Enterprise 11.0 for Windows x86 - 32bit
(View EULA)
I downloaded pb 11.5 and tried to install it and got...
PB 11.2 & 11.5 Datawindow Painter crashesMy datawindow painter craches with a win32 unhandled exception everytime I
click on a column object. Any datawindow, any column, not stattext objects,
or computed fields. I think it dies trying to show the Properties panel for
the column because clicking on the control list panel has the same effect as
clicking on the Design panel.
This was happening in PB 11.2 so I upgraded to 11.5 but the problem
persisted. It's really hard to accomplish my job using the source editor!
Has anyone had this problem?
PB11.5 build 2506 Vista Ultimate, SP1, Dell XPS 4GB ram
-Jeff
Tr...
PB 11.2 & PB 11.5Can i have both PB11.2 & PB 11.5 co-exists w/o interfering &
causing problem on my m/c? I will be running ONLY either PB
11.2 or PB 11.5 @ any time. Just want to make sure that when
I run PB 11.2, the right DLLs are used (& dont get mixed up
wth using PB 11.5 DLLs)
Thnx
Suresh
It should not be a problem, since the DLLs have different names - you
will see 110 and 115 (I think - my 11s are not on this computer) in the
names. What gets tricky is having two maintenance releases of the same
major release (11.5 is a major release). I have heard of people doing
that by ins...