I tried the printer.print method
but after printing the printer is scrolls the paper as per the paper size like A4 ,legal
I needs print the next receipt without scrolls the printer.
I wants use the paper not scrolled after printing one receipt and used to print the next receipt from where it stops the printing
kindly suggest me a solution
User Profile
Collapse
Profile Sidebar
Collapse
mra
Last Activity: Jul 26 '12, 07:05 AM
Joined: Sep 28 '06
Location:
-
how to printing receipt with continuous paper?
-
thanks ur suggession. but i need to pass usertype to the second project. different users will be login same project. user type means clerk, administrative officer etc. each users can have different menu.... -
passing a parameter to a vb project from anothe vb project
I need to pass a parameter from a vb project to anothe one. is there any solution. can i use vb project group -
how to connect mysql server using vb from client machine
pls help
i have some probles while connecting mysql server from a client machine using visual basic. thanks in advance -
-
error in scanning
i developed a vb program for scanning photos. it worked in windows 2000 server platform. but in windows 2003 platform it not working. an error imgscan.ocx missing obtained. i tried to register this file using regsvr32. it is not successful. please give me solution. urgent -
hi please try this, if u mean it
for i = 1 to 10
txtBox.text= txtBox.text & strVariable(i)
next i...Leave a comment:
-
help for calculate page total in crystal report 7
hi every body
i need a help for finding page total in crystal report 7. please give me solution, ery urgent. thanks in advance -
-
hi
are you mean removing the minimize, maximise and close button of a form. if it please do the following steps
set the controlbox property of the form false
bset of luckLeave a comment:
-
thank you
this is my code
'************** ********
Code:Dim CnTest As New ADODB.Connection Dim i As Integer Dim ConnectedFlag As Boolean Dim ServerDirFlag As Boolean Dim DownloadFlag As Boolean Dim UploadFlag As Boolean Dim FileSizeFlag As Boolean Dim homeLen As Integer Dim LocFilespec As String Dim SerFilespec As String Dim gFileSize As String Private
Leave a comment:
-
uploading and down loading files
Hi
I Need Help For Uploading And Down Loading Files Using Internet Tansfer Control. When Assign The Name Of File In A Variable, It Does Not Execute The State Change Event. When I Give The File Name Directly It Execute The State Change Event And Down Load And Uploadin Process Success.
My Requirement Is To Down Load Selected Files From A List Of Server Files
Very Urgent -
Hi,
it is a simplle work, Please try this and refer the vb msdn Help
Dim ObjCon As New ADODB.Connectio n
Dim Rst As New ADODB.Recordset
Dim mark As Variant
Dim count As Integer
count = 0
ObjCnn.Open "Driver=Microso ft Access Driver (*.mdb);dbq=" & App.Path &"\Library.m db"
Rst.Open "SELECT title_id FROM titles", ObjCnn, _
...Leave a comment:
-
please try the following code
Dim cn As New ADODB.Connectio n
cn.Open "Driver={Micros oft Access Driver (*.mdb)};Dbq=c: \Website Projects\ExitCa shFlow\logMaste r\Logs.mdb;"
dim recdcath as adodb.recordset
tstrSQL = "select * from ct_enccath where cteh_reg_no ='" & txtpat(0).Text & "'"
recdcath.open tstrSQL,cn,adOp enKeyset, adLockOptimisti c
if recdcath.record count=0...Leave a comment:
-
multiuser programming using ms access and visual basic
I need to allow multiple users to get into the same Access database at the
same time accross a network.
The system will be importing and exporting data in the background as 4 or 5
users work with it.
What issues do I need to consider?
How and when do I use Table locking in ADO?
Any help on the matter much helpful
mra
No activity results to display
Show More
Leave a comment: