473,322 Members | 1,188 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

I need help in tabularizing and printing my outputs

I'm writting a program that keeps student records. I need to present my outputs in tabular form. My recordsets have got the required data. How do i Tabularize my output then send them to the printer?
Jan 15 '08 #1
6 1134
NeoPa
32,556 Expert Mod 16PB
As you've posted this in the Milestones forum and given no clue as to which forum would be appropriate, I've moved it into the Software Development forum.
I should warn you that, without further information about which language you're working in, there is very little likelihood of your receiving any help with this question.
Jan 15 '08 #2
I am using VB 6.0 for this program which i need to know how to tabularize my output gotten from recordsets before i print out. Thanks
Jan 15 '08 #3
NeoPa
32,556 Expert Mod 16PB
In that case I'll move it to the VB forum for you.
I will let the experts there explain what more information they require from you if any.
Jan 15 '08 #4
jamesd0142
469 256MB
So you have:
The data in a dataset ???
Have a datagrid showing your results ???
Have you got this far?
And now you want to print ??? (which i dont no how to do in vb6)
Jan 15 '08 #5
I have my results stored in a recordset and i dont want to use a datagrid. so how do I tabularize my results before printing?
Jan 17 '08 #6
mafaisal
142 100+
Hello

In which way u want to print

using print #1 u can tabularize using Tab(10)
eg
Open "\prn" For Output As #1
Print #1, Tab(10);recordsetdata

Using Printer object

u can

Printer.currentX
Printer.Currenty
printer.print

Like

if not ignore me


I have my results stored in a recordset and i dont want to use a datagrid. so how do I tabularize my results before printing?
Jan 17 '08 #7

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

Similar topics

13
by: JustSomeGuy | last post by:
why would cout << '<' print 62 and cout << '>' print 60 Is there some flag that I have clobbered?
1
by: AAVF | last post by:
We have a problem that has only started in the last few weeks. We have an Access 2000 database running on a P300 Win98 PC. The PC outputs Access reports to an HP LaserJet 5L printer, connected to...
4
by: Jeff Harbin | last post by:
I've got an ACCESS 2000 application that I'm developing. One of the outputs of this app will be to generate a series of 'jobs' which corresponds to a record in the database. Each record will be...
1
by: dt | last post by:
Hello, I'm writing a simple application in Visual C++. The application basically takes in a set of values (of type double and int) and outputs a set of values. Both the input and output is...
7
by: TerishD | last post by:
Can anyone tell me how Microsoft expects someone to print? I have been all over this place, and NOWHERE does it have a walkthrough, paper, or anything that says how one is supposed to print. ...
3
by: Michael | last post by:
Hi, I'm trying to print barcodes to the Dymo LabelWriter printer. Put everytime I send a job to the label printer it just outputs an empty label. If I change the default printer back to the...
2
by: Larry L | last post by:
Hi guys, been a while since I've been on the group, glad to see some regulars are still around! I've got an app that outputs a scale model plan to a printer, printing to a lettersize or a4...
2
by: john sun | last post by:
Hi, Dear gurus, In the web deployment project, there is one option called "Output Assemblies page". The first choice is "Merge all outputs to a single assembly", According to MSDN, "Merges...
1
by: vinoda2005 | last post by:
Hi Everybody, Can anyone send me the java code for printing the series like.. 1 + 1/2! + 1/4! + 1/8! +....+(N terms). I also need program to print the out put like: if 123 isthe input...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.