I want it displayed from left to right and I would prefer the report not to
be in the "label" format.
Data1a, Data1b --> Data2a, Data2b
Data3a, Data3b --> Data4a, Data4b
Data5a, Data5b --> Data6a, Data6b
Data7a, Data7b --> Data8a, Data8b
Are you using a N-Up or Tabular report format?
Thanks ... Chris
"Stephen" <smar...@cbgi.qc.ca> wrote in message
news:455b2a3c$1@forums-1-dub...
Thanks to you
"Chris Pollach" <cpol...@travel-net.dot.com> wrote in message
news:455b2c37$1@forums-1-dub...
"Stephen" <smar...@cbgi.qc.ca> wrote in message
news:455b304b$1@forums-1-dub...
Everything was fine until i've been told that what we want is not from left
to right but from top to bottom on 2 columns. i'm using the N-up report that
i've created earlyer.
how do I change that?
"Chris Pollach" <cpol...@travel-net.dot.com> wrote in message
news:455b31c3$1@forums-1-dub...
"Stephen" <smar...@cbgi.qc.ca> wrote in message
news:455b402b$1@forums-1-dub...
"Chris Pollach" <cpol...@travel-net.dot.com> wrote in message
news:455b4b14$1@forums-1-dub...
I've unchecked the option "autosize height" for the Subreport and adjusted
the height so I can have 4 records per line.
Run the app... all i can see is 4 rows in column1 and nothing in column2.
What am I doing wrong this time... it seems so easy and it doesn't work.
"Chris Pollach" <cpol...@travel-net.dot.com> wrote in message
news:455b4b14$1@forums-1-dub...
"Stephen" <smar...@cbgi.qc.ca> wrote in message
news:455b5070$1@forums-1-dub...
To see the full effect of what will actually be printed, use the
Run/Preview on the DWO in the System Tree. Then, when running the DWO
independently - toggle the File => Print Preview menu option to see the
full effect of the News Paper column settings.
Regards ... Chris
"Stephen" <smar...@cbgi.qc.ca> wrote in message
news:455b54b6$1@forums-1-dub...
Here's what i've done:
1 - File: Run/Preview... The File: "print preview" option is checked and
disabled so I cannot modify it
2 - Select sub report(dw_subreport)... there's no data...
3 - Rows: Retrieve... The report asks for a parameter.
4 - I enter 100... Data is retrieved
All the data is in 1 column.
Re-do steps 1 to 4 for dw_Report which contains the subreport
After the data is retrieved, the data from the subreport is still on 1
column. I tried to print it to see if it was going to be on 2 columns but it
was not.
There's still something missing.
any idea?
"Chris Pollach" <cpol...@travel-net.dot.com> wrote in message
news:455b5b15$1@forums-1-dub...
For the screen viewing add the statement (after you init the DWO) ...
DC.Object.DataWindow.Print.Preview='Yes'
Then the user will see it as it would be on a piece of paper.
HTH
Regards ... Chris
PS: I admit though - this is a confusing feature.
"Stephen" <smar...@cbgi.qc.ca> wrote in message
news:455b6383@forums-1-dub...
can you tell me if i forget something
STEPS: Creating the sub report
create datawindow (Tabular format)
add Retrieval Argument: Arg_id Number
Select Code, Description from table2 where parent_code = :Arg_id)
set Newspaper Columns across = 2
Newspaper Columns width will be set automatically
Save as dw_SubReport
Creating the Report
create datawindow
add Retrieval Argument: Arg_id Number
Select ... lot of fields... from table2 where Main_code = :Arg_id)
insert Report object dw_SubReport
adjust its height so it can contain 4 rows
adjust its width so it can contain 2 columns
define Argument 1.expression = Arg_id //we pass the argument from the
report to the subreport
Save as w_report
Create window
in the constructor event put this code:
this.settransobject(SQLCA)
this.Object.DataWindow.Print.Preview='yes'
this.retrieve(100)
call that window from the main program.
Run app and hope it works. :)
so... what's missing?
thanks for your time !
Stephen
"Chris Pollach" <cpol...@travel-net.dot.com> wrote in message
news:455b6902$1@forums-1-dub...
"Stephen" <smar...@cbgi.qc.ca> wrote in message
news:455b7b63@forums-1-dub...
Can you export the DW you are trying to use and post it here to the NG? I
can then look at it for.
"Stephen" <smar...@cbgi.qc.ca> wrote in message
news:455b7b63@forums-1-dub...
"Stephen" <smar...@cbgi.qc.ca> wrote in message
news:455cc098$1@forums-1-dub...
> I see the problem!!!
>
> check this... you'll understand what's wrong.
>
>
>
> "Chris Pollach" <cpol...@travel-net.dot.com> wrote in message
> news:455cb2db@forums-1-dub...
> >
> > hmmm .. works well for me (see attached).
> >
> >
> >
> >
> > "Stephen" <smar...@cbgi.qc.ca> wrote in message
> > news:455c9227@forums-1-dub...
> >> I've recreated it without arguments to make things easier for you but
it
> >> still doesn't work.
> >>
> >>
> >> "Chris Pollach" <cpol...@travel-net.dot.com> wrote in message
> >> news:455c69b5$1@forums-1-dub...
is it clearer?
"Chris Pollach" <cpol...@travel-net.dot.com> wrote in message
news:455ddd48$1@forums-1-dub...
"Stephen" <smar...@cbgi.qc.ca> wrote in message
news:4563123c$1@forums-1-dub...
"Chris Pollach" <cpol...@travel-net.dot.com> wrote in message
news:4564491b$1@forums-1-dub...
"Stephen" <smar...@cbgi.qc.ca> wrote in message
news:4565d562$1@forums-1-dub...