473,503 Members | 6,587 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Report Column format Right to Left

relicx2004
9 New Member
Hi,

I'm doing some simple program for creating and printing of ID's.
I need to create a multi column report to print more ID's on just one go. With that I created 1 report for the front part and another report for the back portion of the ID. The aim is to print both reports on a single sheet back to back, and the front page should match the details of the back portion. The problem is that I need to reverse the layout of the back portion starting from Right to Left so that It would match the front portion when I will print the back report. Is this possible and how?

Thanks
Dec 8 '15 #1
3 2199
zmbd
5,501 Recognized Expert Moderator Expert
When I do similar things like this, what I do is layout the data on one page in the report/column so that they can be folded in half. :)

Ok, It sounds like you are running one report and then a second report, turning your paper from end to end while flipping so that the text has the tops on the same edge...

1) Look at the queries you are using for the basis if your reports.
++ ideally you have a primary key that is numeric in both reports that you can use to sort by. One query sorting in descending, the other query ascending.

2) Sub-reports... this might be a bit trickier... however, I would still try as in (1) with the query sort orders.

2a or 3) In the report itself is the "Order By" property in the property pane

2b or 3a) There are also the Group and Sort properties that could be set by adding a sort (open the report in design view, in an area not on the design section where you place the controls, right-click, in the quick menu select groups and sorting. .. in a sub report it might be best to open the actual object and do this there) add a sort and select the proper fields for the sorting.

clear as mud?

This is really like trying to write instructions for tying ones shoes! :)
Dec 9 '15 #2
relicx2004
9 New Member
Thanks for sharing your thoughts, I guess that's the only approach I can do (assuming that the report is always filled up in every column in each row). I'm switching to VB.NET/Crystal Report since it allows Right-Left layout.
Dec 14 '15 #3
zmbd
5,501 Recognized Expert Moderator Expert
There is a way to force a report for every set.
For example, I have a three across that I use an "expansion" table to force three items, even if there is only one actual record to report.
Dec 14 '15 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

9
2766
by: Eric | last post by:
I would like to setup a two column layout for my web page using CSS. I would like the Left column width to be auto. Can I have the right column be offset by 8 pixels from the right edge of the...
1
1974
by: Greg Stark | last post by:
Is there any facility to import a text file that's in fixed column format? The copy command seems to use a delimiter only. I have no delimiter, but have specified column widths. Are the only...
5
7689
by: pelcovits | last post by:
How do I get Access to put a blank in a report column (but not eliminate the record completely), when the field in question is currency format, and the value is zero? My understanding is that null...
2
2047
by: John | last post by:
I have two tables Invoices and Payments. I want to design a statement report with data from both tables sorted by date. Column headings are: DATE INVOICE NUMBER DETAIL (supply or payment) ...
5
5277
by: nimdez | last post by:
Hi, I am working on an existing code base in which a lot of data displayed to the user is formatted in tables. Most tables are printed row-by-row using printf() with "%s" print conversion...
3
2357
by: John E. | last post by:
I have a datatable that I am binding to a C# ASP.NET 1.1 web page datagrid. I also want to put an "Edit" column on the datagrid. However, whenever I use the following code, it puts the Edit...
7
5600
by: Dan Palm | last post by:
I have a some online web report which are generated into html pages from a SAP application. When the report is printed it prints over multiple pages. Currently, as there is no page break, the...
1
2607
by: bullfrog83 | last post by:
I have a form that contains parameters for a report. After the user clicks Preview I have code that set's the Where clause for the report's record source. Once the report opens I close the parameter...
0
1471
by: Rajesh Saroj | last post by:
How can i align nodes of treeview in right-left.
4
2037
Faizzz
by: Faizzz | last post by:
I know how to print left-right diagonal, but confused with right-left.Please help!!
0
7193
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7067
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7264
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7449
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4666
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3160
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1495
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
728
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
371
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.