Click here to Skip to main content
15,890,512 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: UMDF Skeleton copyright Pin
fat_boy2-Jul-08 11:46
fat_boy2-Jul-08 11:46 
GeneralRe: UMDF Skeleton copyright Pin
Roger Stoltz2-Jul-08 12:00
Roger Stoltz2-Jul-08 12:00 
GeneralRe: UMDF Skeleton copyright Pin
fat_boy2-Jul-08 21:11
fat_boy2-Jul-08 21:11 
QuestionWaht is socket Pin
Akash Agarwal26-Jun-08 6:01
Akash Agarwal26-Jun-08 6:01 
AnswerRe: Waht is socket Pin
JudyL_MD26-Jun-08 6:57
JudyL_MD26-Jun-08 6:57 
GeneralRe: Waht is socket Pin
fat_boy26-Jun-08 22:01
fat_boy26-Jun-08 22:01 
GeneralRe: Waht is socket Pin
JudyL_MD27-Jun-08 1:57
JudyL_MD27-Jun-08 1:57 
QuestionOPOS Posprinter : Displays Incorrect Alignment Pin
Arijit Manna26-Jun-08 0:19
Arijit Manna26-Jun-08 0:19 
Hi
Iam working in OPOS PosPrinter with VB.NET(using VB code). I am generating a print i.e. a Sale Receipt issued to a customer. The bill is generated OK but the alignment is wrong. The first line is printed OK but from the second line onwards the variables are printed in wrong alignment, which makes the bill look ugly. I used "vbTab" for correction but with no result. Iam sending the code :

Dim srl As Integer = 0

Dim strProduct As String

Dim Product, Qty, Rate, Amount As String



While (sDataReader.Read)

Product = sDataReader("Product")

Qty = Format(sDataReader("Qty"), "#")

Rate = sDataReader("Rate")

Amount = sDataReader("Amount")

srl = srl + 1

iprn.PrintNormal(CurrentStation, "" & srl & "" + vbTab + ESC + "|rA" + " " & Product & "" + " " & Qty & " " + " " & Rate & " " + " " & Amount & "" + vbCrLf)

End While

**DEFINED IN A SEPARATE MODULE****

Public CurrentStation As PrinterStation = PrinterStation.Receipt

It will be of immense help if somebody points out the changes to be made in the code.

Wink | ;)

Best Wishes ....... ARIJIT

AnswerRe: OPOS Posprinter : Displays Incorrect Alignment Pin
kakan27-Jun-08 0:10
professionalkakan27-Jun-08 0:10 
GeneralRe: OPOS Posprinter : Displays Incorrect Alignment Pin
Arijit Manna27-Jun-08 21:59
Arijit Manna27-Jun-08 21:59 
GeneralRe: OPOS Posprinter : Displays Incorrect Alignment Pin
Arijit Manna28-Jun-08 3:39
Arijit Manna28-Jun-08 3:39 
QuestionGet hard disk serial number in RAID controllers PinPopular
Member 469462725-Jun-08 18:23
Member 469462725-Jun-08 18:23 
Questionproblem appear monitor Pin
Komsot24-Jun-08 16:06
Komsot24-Jun-08 16:06 
AnswerRe: problem appear monitor Pin
Sebastian Schneider25-Jun-08 23:17
Sebastian Schneider25-Jun-08 23:17 
QuestionIdentifying USB ports Pin
NetDave24-Jun-08 13:45
NetDave24-Jun-08 13:45 
AnswerRe: Identifying USB ports Pin
Mike Dimmick25-Jun-08 1:20
Mike Dimmick25-Jun-08 1:20 
GeneralRe: Identifying USB ports Pin
NetDave25-Jun-08 7:36
NetDave25-Jun-08 7:36 
GeneralRe: Identifying USB ports Pin
zafersavas9-Jul-08 6:22
zafersavas9-Jul-08 6:22 
AnswerRe: Identifying USB ports Pin
fat_boy25-Jun-08 1:50
fat_boy25-Jun-08 1:50 
GeneralRe: Identifying USB ports Pin
NetDave25-Jun-08 7:36
NetDave25-Jun-08 7:36 
GeneralRe: Identifying USB ports Pin
Vaclav_18-Jul-08 5:06
Vaclav_18-Jul-08 5:06 
QuestionPortable Storage Device Problem - SOLVED Pin
#realJSOP22-Jun-08 3:08
mve#realJSOP22-Jun-08 3:08 
AnswerRe: Portable Storage Device Problem - SOLVED Pin
PIEBALDconsult5-Jul-08 6:25
mvePIEBALDconsult5-Jul-08 6:25 
AnswerRe: Portable Storage Device Problem - SOLVED Pin
killabyte8-Jul-08 0:50
killabyte8-Jul-08 0:50 
GeneralRe: Portable Storage Device Problem - SOLVED Pin
#realJSOP8-Jul-08 1:17
mve#realJSOP8-Jul-08 1:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.