Correct paper size is choosen, 72mm X receipt, still does not work. I have no ideas what to do so if anybody has other ideas....
Thanks for taking the time to look at this :)
User Profile
Collapse
-
Hi, thanks for your replay and suggestion. I tryed to upgrade the driver but stil get the following message: "Microsoft Access can't print or preview the page because the page size you selected is larger than 22.75 inches." I also tryed an older driver, but still get the same mesage. Any ideas?Leave a comment:
-
Report won`t print when I choose a POS printer
I have a POS printer, Star TSP 100, that I would like to use to print a receipt. The problem is that when choosing the correct paper 72mm X receipt, Access comes up with an error telling me that the paper is to large. When choosing 72mm X 200mm It prints the receipt but cuts it at 200mm. Can anybody help? -
I will try to explain it a little better please have patience whith me my english is not that good, and I have just started to toy around whit access. :)
There are two forms doing the exact same thing with the exact same controls and fields. The differense between them are the layout.
Both forms are based on the same querys and there are some list boxes based on sql.
All together there are about 40 different...Leave a comment:
-
Renaming form mde file
Here is my "problem":
I have a form that is based on a lot of different querys,the result of the querys shown in the form are based one the input given on the form, this form is in two versions and I need the user to be able to change between this to versions.
I made a script that closed the form, renamed it to the same name as the second version, then renamed the second version to the same name as the first version.... -
Thanks for the hints and for the advice. I will try this out and se if it serves my purpose. Thanks again.Leave a comment:
-
Hiding data in Access
Can anybody point me in the right direction?
I have created a small db that I am distributing to the people I work with.
It is a read only db with some what sensetive informasjon if you could pull out large amount of data.
My problem is that by using import in Access you can pull out the data in the tabels.
Is there a way of hiding the Tabels? -
Yes it did and thank you for helping out!
Best wishes from the land of the midnight sun....Leave a comment:
-
-
I would like the form to open when entering one other form, lets say you open the form Orders. If the date is between the ones mentioned above it would open over the other form as a notice. I would connect the code to the happening "on open" in the form Orders
After the date has past (Form Show to: 01.01.2008) this form would not open again until I have changed the dates in the table (Time_To_Show).
It`s a...Leave a comment:
-
Creating a time limited form
I need to create a time limited form, here is an example:
In a table (Time_To_Show) I have stored the foloving info:
Form show from: 23.12.2007
Form Show to: 01.01.2008
I need to write a code that displays this form (Time_To_Show_F orm) between this two dates.
How would I achieve this?
Thanks for any help with this. -
Thanks a lot for your help, everything is working as it should now : )...Leave a comment:
-
Thank you for your response.
That worked, but when I put in Option Explicit at the top, the "strFileNameOnl y =" got highlighted and the folowing error was shown:
Compile Error:
Variable not defined
Why?Leave a comment:
-
Returning only the file name
I am trying to get only the filename in the [file] but it returns the path and filename. I am new at Access and need help. What should I do?
Private Sub File_Click()
Dim fileName As String
Dim result As Integer
With Application.Fil eDialog(msoFile DialogFilePicke r)
.Title = "Choose file"
.Filters.Add "All", "*.pdf"
.FilterIndex = 2
.AllowMultiSele ct = False... -
No activity results to display
Show More
Leave a comment: