473,789 Members | 2,668 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

invoice printing

5 New Member
I have ready invoices and I want to enter the invoice information in a form then print the entered information on the invoice. The enter information is not stored in the database. I tried to make a form witch has text fields with white background. However, this is not a solution because the user has to search the text field locations. My problem is how to pass parameters from a form to a report??
I want to create a form from which the user can enter the invoice data. Then create a report, which reads the parameter from the form. My idea is to create a report with hidden labels. The labels take the text from the form and then I can print the data on the invoice. Please help me.

:confused:
Aug 31 '06 #1
3 2739
PEB
1,418 Recognized Expert Top Contributor
In the respective field of Report you have to type in Control Source:
=Forms!My_factu re!My_Field1

and the information will be transmitted in your report! :)
Sep 1 '06 #2
abadi
5 New Member
could you please give me a small sample
Sep 1 '06 #3
PEB
1,418 Recognized Expert Top Contributor
I want to send you 2 pictures! Can you write me at vladimir_d@bit. bg
Sep 1 '06 #4

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

Similar topics

7
4168
by: Peter Young | last post by:
I need to be able to generate an invoice from an ASP page. Currently, the invoice is drawn in a web page and my client prints the page from their browser. This doesn't work too well in terms of graphics resolution and also requires endless positioning tweaking on my part. Is there a way to use Word or Excel on the client, and send the invoice data down so that some sort of invoice template could be used? This needs to work on a Mac and...
0
1545
by: Kalvin Schroder | last post by:
Hello, I'm fairly new to MSAccess, and have developed a little program for invoices. I have the form all working, as well as the Report which is the printed invoice. On the report, I have an imbedded form made up from the orders table. The embedded form is connected by Master and Child link by the Invoice number. This all works fine as long as I have several items in the order. If I have only ONE or TWO items in there, apparently my...
1
1896
by: DD | last post by:
Hi I want to email Invoice ID1 from a list of Invoices in a datasheet My code for printing is strDocName = "rptInvoice" strWhere = "=" & Me.fsubPrintInvoice.Form! DoCmd.OpenReport strDocName, acPreview, , strWhere I am trying the following adjustment with the sendObject
0
1923
by: Guoqi Zheng | last post by:
Dear sir, I am develoing an application on ASP.NET. This application needs to print a few hundreds invoice everyday. Those invoice has to be printed on a very very precise position on a special type of paper offered by our bank. In Holland, we call this kind of paper "acceptgiro". I am thinking of two options. one is do this work in ASP.NET, one is do it by windows application. I prefer ASP.NET of course even I have to do some extra...
3
2890
by: Guoqi Zheng | last post by:
Dear sir, Our E-commerce site needs to print out a few 100s invoice a day. I do not know what is the best way to print invoice. Those invoice has to be printed on a very precise position on our invoice format paper. I am thinking about the following to print the invoice. 1. Ms Access Report. 2. ASP.NET web form.
2
3612
by: cFleury | last post by:
Hello, I am new to ASP.NET and I have to print an invoice from an application written in ASP.NET, I have followed most of the threads in this newsgroup about the dificulties posed by the server side nature of ASP.NET, but nobody really addressed a solution to the problem, can I use "Crystal Reports" which comes with Visual Studio to do it ? What is the down side if any ?. I'm asking instead of just doing it because since I don't know...
2
3243
by: project | last post by:
I want to print an sales invoice with out open crystal report. I want to know ,with out opening Crystal report, how can I give the command to be printing invoice. I'm using the following lines to open a crystal report Dim myreport as new reportdocument() Dim Rptfrm as new project1.reportfrm()
1
3248
by: Sergio Montero | last post by:
I have a VB6 app that allow users to set up invoice formats indicating X and Y position for each field (customer,total,etc). So when the format changes, the user only needed to change the X,Y settings. When the invoice is printed the app reads that settings and using the printer object send each field to the position that was previously configured. I'm working on the VB .NET version of that app, I already migrate the other process and...
3
2062
by: eyalco | last post by:
I'm creating an invoice software (access 2000) in which most of it is over. Need to consult which is the best way to lock form and subform after saving and printing. The code I think of using is : select case me.status case 1 :'open' me.allow deletions =true case 2: 'closed' me allow deletions=false. end select. end sub
0
9666
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9511
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10412
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10200
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7529
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6769
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4093
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 we have to send another system
2
3703
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2909
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.