RZ-X750 (serv.man5). RZ-X750 Programming Guide - Sharp EPOS Service Manual (repair manual). Page 12

Read Sharp RZ-X750 (serv.man5) Service Manual online

Programming
Programming
Programming
Programming Guide
 Guide
 Guide
 Guide for 
 for 
 for 
 for RZ
RZ
RZ
RZ----X750
X750
X750
X750    
 
10 
SHARP 
 
CdpWrite
 
 
Format 
Private Declare Function CdpWrite Lib "CDP202E.dll"_ 
   
(ByVal Row As Long, ByVal Data As String) As Long 
 
Description 
 
Displays the string of characters at the specified row and first column. 
 
Return Value 
Success 
 
Transmit error   
 
Parameter 
Row 
1,2 
 
 
The start column for the text. 
Data 
20 Characters   
English, Japanese(katakana) 
 
Example 
Sub DisplayTotal() 
Dim Ret As Long 
If CDPOpen (3) = SUCCESS Then 
Ret = CdpWrite (1, “Total :                10.00”) 
Ret = CdpWrite (2, “Have a nice day!!!”) 
CDPClose() 
 
End IF 
End Sub 
Page of 13
Display

Click on the first or last page to see other RZ-X750 (serv.man5) service manuals if exist.