The form is a 8.5 x 11 sheet in portrait orientation. The formated forms (there are four per page) are 3.5 x 5.5; two on are top, and two are on the bottom of the page.
I need each 3.5 x 5.5 card to report data from one field that changes per form. For instance, the first form on the sheet will compile data that fits criteria for the "position" field; the second form next to it will fill in the data for the next "position"...
Search Result
Collapse
11 results in 0.0013 seconds.
Keywords
Members
Tags
-
How do I design a report to fit a fixed or formated form?
-
I need the same number of columns in XSLT Table
Hi - first post here today...
I have XML data to display in a table via XSL where there is a 'SiteName'as the first column and the remaining 24 columns are 'Values'.
The final column is Total.
There may not be a value for every column but I need the table to insert <td> so each column/row has data in it.
I'm really hoping somebody can understand what I need!! Thank u.
Here is a sample...Last edited by Dormilich; Jul 20 '10, 04:08 AM. -
Compute and Merge columns in array
Hello
Here is my issue
I have a two dimensions array that looks like this:
EMPTY, Type1, Type2, Type3, Type4
Choice1, Value11, Value 12, Value 13, Value 14
Choice2, Value21, Value 22, Value 23, Value 24
Choice3, Value31, Value 32, Value 33, Value 34
I am being posted a value from another page which looks like this
dim mergeAndCompute :mergeAndComput e="ColumnName:T ype1,Type3"... -
Help doing simple math in a datagridview
I am new to C#. I have a datagridview with 9 columns. I am simply trying take the value in column 5 and subtract it from column 6. Then display the result in column 9. It seems simple enough.I know it's done in excel all the time. But I just cannot figure this out. Do I need to create a new class with a method called calculate columns? or does the datagridview class have something already built in that can handle this? -
Records as columns in updatable table
Hi,
I have three tables: question, teammember and assignedQuestio ns
A question can be assigned to multiple teammembers, this will be recorded in the assignedQuestio ns table.
What I want now is a list of TeamMembers as columns in a datasheet with the questionnumbers on every row and checkboxes as a value for every cell so that I can assign a question to every teammember. Like this:
_____Member1__M ember2__Member3... -
mulamootil started a topic Help with viewing data in multiple columns in a report with constant row headingin AccessHelp with viewing data in multiple columns in a report with constant row heading
Hi - Not sure if the subject makes any sense to my actual problem. I want to view size of three products made on 5 different production lines on different shifts side by side in a report. Right now I am getting a report (Access 07) something like this where both shift info is displayed one below the other for all 5 lines.
Shift 1
Size 1 Size 2 Size 3
Line1 -
Line2 -
and so on till Line 5 ... -
Using infragistics, is it possible to group columns in excel using c# ?
So far, I have been researching and Microsoft.Offic e.Excel namespace is used alot, unfortunately with my work I have been ordered to use infragistics and so far I have had no luck with finding any function that can group columns together, does anyone know of any function or specific way of grouping columns? Just in case anyone misunderstands I mean grouping in the sense that you have a button or something visible there for you to have the choice... -
[CSS] column layout without explicitly setting sizes, how!?
Having trouble creating a layout with certain conditions like this: (with CSS)
Using tables, it's no problem. But I'm trying to accomplish the same result with CSS instead of tables, and whatever I try (span/div with float, multiple containers, etc), nothing seems to work, or suddenly B wraps under A and C instead of keeping column, etc... :(
My needs: column A should be as wide as required for its content.... -
data grid view, show selected columns
I have a data grid view, i have specified several columns through the designer that i would like to show on the grid, i have mapped them to the datasource, this works fine, the problem is, my data source contains lots of columns and some of these i do not want to show on the grid.
Is there a property/option where i can just get my specified columns to show, without resorting to removing each column programticly.
Thanks,... -
Slow query
this works and doesnt produce any errors but is extremely slow, often resulting in the server throwing a timeout error
SELECT DISTINCT servicesid,shor t_name, long_name FROM tg_services WHERE servicesid IN (SELECT DISTINCT service_id FROM tg_srv_links WHERE service_id IN (SELECT DISTINCT service_id FROM tg_srv_links WHERE option_id = 9) AND option_id =40) AND s_approved=1 AND long_name <> '' ORDER BY `long_name` LIMIT 0, 5... -
wxGrid
Hi,
I'm using Python 2.6, and I'm trying to write a gui program that uses wxGrid. I have made it so that the columns can be dragged around to different locations, but I need to bind to an event that tells me when they are moved, and which one moved where. Can anybody help me with this? I don't see any events that jump out at me as being relevant.
Thanks.