DataWindow.Print.Orientation in PowerBuilder 6.0Can anybody suggest how to print multiple DWs in one job using (or
dynamically changing) the DWs' Print.Orientation setting regardless of
printer setting?
History:
When use PrintDataWindow(), DW prints according to the printer setup
(either landscape or portrait). [When use Print(), the DataWindow
'Print.Orientation' property overwrites printer setup.] In my case the
DataWindow 'Print.Orientation' property is set to Landscape. PrintSetup()
works fine. Nevertheless, since it's to complicated for my users, I have to
find a simpler way (preferably automated). Mo...
Printing a Datawindow in PowerBuilderI have some problems properly printing a datawindow in PowerBuilder. When I
print a document the printer will print the top half of the ast line on the
third and bottom half of the line on the fourt page.
In my datawindow I only have aboout four fields but the last one is a SQL
Server "TEXT" field, so this field can store many pages of information.
In the PowerBuilder Data Window I have the field set to auto size height.
Another thing I have noticed that it prints differently on different
computers, meaning it may print fine on one computer and not on another.
S...
Problems With datawindow scrolling in PowerBuilder 6.5 (and 6.0)The datawindow scrolling functionality has been altered so that when
scrolling through a datawindow using the thumb, it is possible to view the
bottom of one page and the top of the next. This looks OK until a group is
created in the datawindow that has its own heading. When scrolling as
before, the heading remains in between the bottom of one page and the top of
the next which doesn't look particularly attractive, especially if there are
several items in the group heading.
In 65Maint.txt document it says the following:
"DataWindow Scrollbar Operation
------------------...
Powerbuilder 6.0 DatawindowsDoes anyone know how to get Powerbuilder 6.0 Datawindows to work in Power++
2.0? (or Powersoft's plan for supporting PB 6.0 DWs.)
Jim Jankowski
jimj@dartex.com
...
PowerBuilder 6.5 and Crosstab DataWindows I have a crosstab datawindow with 3 col and 4 rows. It works under PB
6.0. When I started using PB 6.5 and I now get a Doctor Watson error and
the PB dev env gets "wiped out". I found a similar problem posted around
11/12/98 in the Public.PowerBuilder newsgroup (i have included the text of
the posting below the "+++")
Any suggestions/ideas? Thank you in advance.
Fidencio Pe�a
++++++++++++++++++++
Text from a posting in the Public.PowerBuilder newsgroup: date around
11/12/98.
Does anyone else have the following problem with the
crosstabsdataw...
How to print AutoCAD drawing in a powerbuilder datawindowHi all,
I want to print AutoCAD drawing as a part of document with headers and
footers using powerbuilder datawindow.
Can anyone suggest how to do it.
Thanks for help
Vinay
...
PowerBuilder 6.0 composite datawindowHello
Please guide me for the following problem encountered by me for the
composite datawindow object in PB6.0
I created a composite datawindow(d_main) using 4 datawindow objects. In
the footer of the main datawindow i inserted the page computed filed. In
the preview mode of the main datawindow the data retrieved is correct and
the page computed filed shows me "page 1 of 10", when i scroll to the other
pages the computed filed shows me "page 2 of 10","page 3 of 10", an so on .
when i print this report the page count on all the pages remains constant
i.e ...
Changing DataWindow appearance shut down PowerBuilderHi All
I use PB 8.0.1 Build 8004 on NT 4.0 SP 6
I have DataWindow in which I'd like change properties for some columns.
When I click on it PowerBuilder shut down.
Clicking on text or computed field works OK.
Thanks in advance
Przemek
Delete the registery key located at
HKEY_CURRENT_USER/Software/Sybase/powerbuilder
Then try. If problem continues try to save the dw with another name & try.
Let me know.
Good Luck
Arun
"Przemyslaw Kruczek" <przemyslaw_kruczek@rzesa.rzeszow.pl> wrote in message
news:hFxCd36hBHA.375@forums.sybase.com...
> Hi ...
Powerbuilder datawindowHi!
I'm importing a some data into my application. The way I do this is to
insert a the rows into a datawindow and then do an update() on the
datawindow.
If a row in the database allready exists with the same primary key as I have
inserted into the datawindow, what will happen then? Will then datawindow do
an update or will I get an error?
I'm doing this on a datastore object. How can I get an errormessage from the
datastore? I have tried the errormessages and codes from the transaction
object (sqlca.sqlerrtext and sqlca.sqlcode).
Jan Erik
> If a row in the...
Powerbuilder DatawindowHello,
Can you do a Datawindow in VS 2005 without using
Datawindow.NET just by using common controls i.e DataGrid
etc.
Thanks
Chris
What would you use the DataWindow for then? To retieve the datawindow
into a datastore and then attempt to use it to populate the DataGrid?
I've heard of people who want to have their cake and eat it too, but
it sounds like you want no cake but you want to eat it...
On 20 Feb 2007 23:42:31 -0800, Chris Ceniza wrote:
>Hello,
>
>Can you do a Datawindow in VS 2005 without using
>Datawindow.NET just by using common control...
DataWindow This, DataWindow That...Blah blah blah
You've heard it enough that you don't even want to comment on how many
times...
The DataWindow.
....but it can't be enough anymore...can it?
This from one of our colleagues
(and yes my apologies for taking it out of context)...
"...PB covers all you need to do that in ONE Tool. This
includes Windowprogramming ( meaning the interface to the user:
Windows, Sheets, diallougeboxes, etc.), Database operability AND
Reporting! Well, I see als well as many other PB users that some of
the implementations and features PB offers are improvable. But thi...
Scroll problem in datawindow powerbuilder 6.5Hi ,
I have a datawindow with groups . I have a button on the header of the
group. When the user clicks the button , we get a pop up window. I try to
set the values of the datawindow at the back with the values entered by the
user. When I do a set item and close the popup window, I get a blank
screen. I have to use the scrollbar to move up. Does anybody have a
solution for this .
It would be great if somebody has a solution for this .
This is my mail id : vgeetha@chn.cognizant.com
Thanks in advance .
...
Problem in printing datawindow in Powerbuilder 4.0Hi,
I am a software consultant working in Salem, OR. I am using PB 4.0
as front end for a client server architecture using distributed
database with Sybase 10.0 as back end. We are developing and
running our application in Windows 3.1 with Novell as the
networking software.
I am continiuosly having a problem. I am using a text field in a
table and having a datawindow based on that. Now, when I try to
retrieve the information , it is fine but when I go to the print
preview, is is showing me only a single line in that. When I try to
print it, it simply prints a blank page (with footer ...
PowerBuilder 6.5 datawindow causes crashI need help figuring out how to fix a datawindow that keeps
crashing. This is in Power Builder version 6.5.1 retrieving
data from a SQL database using a stored procedure. The
datawindow has the detail hidden and several summary fields
in the headers, main, group 2, and group 1. I have found
that if I don't hide the detail records the datawindow
doesn't cause a crash. I have applied the maintenance patch
for this version.
If my rusty memory serves, build 1299 of 6.5.1 was quite stable.
Can you be specific about the symptoms of the crash?
By "hide" do you mean se...