I am a program developer and need information on two things concerning the EPSON DP-110-101 customer display unit (model M167A).Firstly, how do I remove the cursor?Secondly, how do I clear the screen without using the carriage return?Please point me in the right direction because there doesn’t app ...
How do I make it show text?I'm completely new to this, my dad's wanting me to make this customer display screen show text, which on paper should be easy..It's a WD-202 model, pretty common customer display pole, I've called a friend for help and he told me to use the hyper terminal from Start>Pro ...
How do I make it show text?I'm completely new to this, my dad's wanting me to make this customer display screen show text, which on paper should be easy..It's a WD-202 model, pretty common customer display pole, I've called a friend for help and he told me to use the hyper terminal from Start>Pro ...
Please can any one guide me how to use customer display through VB code.My sales application needs to send some data to customer display after each transaction, after some time the data has to be cleared and set to default scrolling text. ...
Is there a member function to display elements of a vector? I use .NET's help files and they don't list any function of that nature.I could usefor (; !items.empty(); items.pop_back())cout<<items.back() << endl;But that just "pops" all the elements out and I can't use it later. ...
i want to know about how to use customer (VFD-650) by mscomm control ...
HiFirst of all I am one who using Windows since 20 years. From last few month I am using the UBUNTU and now I want to create the POS system by using UBUNTU and Openbravo.I am new to UBUNTU 9.1 I have just Install these wonderful OS.Its works great but I want to install Openbravo POS its contain .bin ...
people, need some help in closing the window after program execution has completed.I am running Turbo c++ 4.5 for windows under Win7 32. Thanks.Heres the sample code://Read and display test customer file#include <stdio.h>#include <conio.h>#include <iostream.h>struct customer{char c ...
I'm trying to build search page to find customers who bought a certain group of items that will use a query with a dynamic where clause. i.e. I will have a checkbox for each item, and each check box will add 'item = X AND ' to the where clause. The problem is I can't figure out how to search for a g ...
HiI am trying to display appointments in a database and would like to display all appointments for a week. The time of the day appears on the left and vertical columns with the names of appointments on the right.The code below only generates a single column of names.Would Time Mon Tue Wed Thu Fri Sa ...
I have more fluently in writting Java but for this program my advisor need me to convert my program from java to c++. I've already done with c++ code and the result is correct and got the same result as java program but the big problem is that the program is very very slow than java. I think the the ...
The program lets the user be the customer, banker, or supervisor, and all of their privileges involve structs. I made an array of 100 structs for 100 potential customers, and I need to do something similar for banking.I'm trying to put customer and banker's info detailed in that struct into a list o ...
I've googled this and it looks to me like what I am trying to do is impossible. I'm trying to write a Display function that can take different parameters and call the appropriate function based on those parameters (i.e. function overloading). I've read that C doesn't allow this, but I figured I'd po ...
Hi, was wondering if anyone could put this simple pseudo code into c++, i have not yet learned the code to do it and dont want to wait. If someone could post it i would appreiciate it a lot, thanks!BEGINEnter #Clear ScreenCount = 0;WHILE (Count < Entered #)Display "C++ is so much fun!!" ...
How can I send a string into my POS POLE Display...??? Idea and Some Source Code is appreciated...TnkXx.... ...
we develop a TPC-C test progrom,this program use mysql ODBC3.51 to connect mysql server, and use microsoft sqlserver odbc to connect sqlserver2000. we suppose you are know well the TPC-C. mysql's store engine is InnoDB follow is the os and hardware information: os : Windows advance server 2000 CPU: ...
I've just installed GraphicsMagick-1.3.7 under MinGW on Windows Vista OS. I'm trying to compile an exemplary piece of code included in the documentation using the C++ API (Magick++).#include <string>#include <iostream>#include <Magick++.h>using namespace std;using namespace Magick; ...
I'd like to know how to customize the "Discussion" display to my particular needs. In this case, I'm hoping to display discussions and comments which meet these conditions: Discussion is OPEN Or Discussion was CLOSED in this baseline. I think the script would be something like the following:// Displ ...
does anyone have any idea how I can get the C++ informaion from a DLL that has been invoked from a .Net c# program. When I run the .net exe, purify goes in to c# mode, and even when the c++ is called, does not display any info on the C++ dl, can I force to only display C++ info, or at least both c# ...
HiI am trying to display appointments in a database and would like to display all appointments for a week. The time of the day appears on the left and vertical columns with the names of appointments on the right.The code below only generates a single column of names.Would Time Mon Tue Wed Thu Fri Sa ...
The first source file is to be named displayargs.c, and is to #include a header file named do_display.h. It is to contain a definition of the method main(), which is to receive the standard three arguments. main() is to pass the first two arguments to a function named do_display(), and then it is to ...
Hi, as a newby to this forum, I was wondering if anyone out there had a fix for my old Toshiba Tecra 8000 display issue. Basically I have installed Ubuntu on it and the display is limited to just 256 colours. I assume that the display c\an use 24bit but I don't know how to modify the display in the ...
There is a function that returns my program`s pos(e.g. C:\Documents and Settings\my example programs\) in STL??If that is not, how can I code that function?? ...
I have more fluently in writting Java but for this program my advisor need me to convert my program from java to c++. I've already done with c++ code and the result is correct and i've got the same result as java program but the big problem is that the program is very very slow than java. I think th ...
When you have long string like full path in a cell and don't have wide enough to display the whole string, list view always display C:\document and.... What I want to do is when you have the mouse on that cell I want to display the whole path in a tool tip like yellow square. This can be easily acco ...
I'm using a Dell E6400 laptop, with an E-port plus port replicator and dual E248WFP 24" monitors. The display is configured to use Twinview with both monitors in 1920x1080 mode. The video card is an nvidia Quadro NVS 160M. I'm using the nvidia driver, and X is configured using the nvidia-settin ...
I use the code below to display message to the pole display (customer display), but i don't know how to clear the display screen before new message is display. and how display the message from the beginning of the screen? Please help.Thanksprivate void btnSendMessage_Click(object sender, EventArgs e ...
I have installed Oracle 11g on Windows server 2008. But now enterprise manager doesn't want to open or display. C:\Users\Oraclemon>set ORACLE_SID=wmconpd1C:\Users\Oraclemon>emctl start dbconsoleOracle Enterprise Manager 11g Database Control Release 11.1.0.6.0Copyright (c) 1996, 2007 Oracle Cor ...
Sorry to bother the people of this forum section again but I was wondering is it possible to do this?I just want it to display "cout" messages, it doesn't have to output bash "echo" stuff. I want to display them in a multiline textbox. So firstly...1. What is this kind of textbox ...
Ey guys, so I moved some functions from my main.cpp into separate files and am now getting a bunch of errors that look like this(I will present you one of the errors and hopefully if I figure out the problem to this I can figure it out for the rest):"utilityFunctions<std::basic_string<cha ...
I have the following code.#include <iostream>using namespace std;class tollBooth{private:static unsigned int cars;static double amount;public:tollBooth(){ cars = 0; amount = 0.0; }void payingCar(){ cars++; amount += 0.5; }void nopayCar(){ cars++; }void display(){ cout << "cars = ...
Okay as promised Will, here's what I do. It's most certainly not the mostefficient method, since it's my first go 'round, but it does what I ask itto. I've added a few comments inline for you. (After pasting in here Ican't even tell what's going on--and I wrote it! Paste ...
Wow, CF 4.5? That's the version I learned on--you're really old school!I'm not sure the best way to implement what json.cfc does without thecfc--or even without user defined functions which came around in version5.0--but you can look at it and maybe just pull the functionality you needou ...
Hi, i’m Vincenzo, a web developer from Italy. I use your ajax codefollowing the guide ad the example: http://www.javascripttoolbox.com/jquery/?doctype=strict. I have some question about my work with your code, if can answer me.Here the question:The problem is that my code do not run on explorer 8, ...
Hi, i’m Vincenzo, a web developer from Italy. I use your ajax codefollowing the guide ad the example: http://www.javascripttoolbox.com/jquery/?doctype=strict. I have some question about my work with your code, if can answer me.Here the question:The problem is that my code do not run on explorer 8, ...
Stupid thing in the notification area. red circle with cross.Thank you.Logfile of HijackThis v1.99.1Scan saved at 7:19:30 PM, on 5/16/2006Platform: Windows XP SP2 (WinNT 5.01.2600)MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180)Running processes:C:\WINDOWS\System32\smss.exeC:\WINDOWS\system32\winl ...
The query below works fine (mysql 4.1.11, fedora core 4). I'd like to display the dates in a different format, but if I alter the select expression and not the group by, I lose the rollup totals. If I alter both, I can't get the correct sort order (my preferred formats are '%e-%b-%Y' for the week an ...
I want to display records from following two tables which are joined by OrderID.CustomerID, Name, OrderIDOrderOrderID, OrderDateThe SQL I am using to pull data is,SELECT c.ID, c.Name, o.OrderID, o.OrderDate from Customer AS c, Order AS o WHERE c.OrderID = o.OrderIDBut I need to display customers wit ...
can anyone help me with PL/SQL statements i am having trouble with. Our assignment is a video shop database. this is what i'm trying to do.... Write a procedure called DUE_FILMS that accepts a date (in DD/MM/YYYY format) that will determine the films that are either overdue or due back on that day. ...
I am not an expert C/C++ programmer, and am having a bit of a problem on a school assignment. The assignment is to build a text file based database. The program has to read a schema file containing information about the individual tables (table name, filename, data field name, type, and length). The ...
i have to make a program for cinema management system. here i include the question and the source code that i've made before.question:----------------------------------------------------------------------------. Students are required to design a Cinema Management System program that can perform the ...
Hi, I am having some difficulty with sql perhaps someone could help me.What I'm trying to do is is make an sql report that joins a customer table and a product table to produce one table that display customer purchases. These purchases must be only from March and the customer must have a postcode (z ...
can you help me to solve this problem ?!!I need your help please .. (1) Define a structure named menuItemSpecificationType that stores ingredients in a menu item (string [4]) and a brief description of the item (string).(2) Define a structure named menuItemType with four components: num (int), name ...
Surprise! i'm stuck again:p i'm trying to search a table which contains a column date, i would like to display which videos are on loan between certain dates, i get the error ... Error: Query was empty.i have 2 input boxes containing sdate and edate. then i assign them to the variable and then the q ...
Hello. I am new at this and I'm having trouble getting a total from multiple data. What i need is a total for a final summary. How do i calculate this? i have searched and read many text on this subject, but have had no luck... some how i get the feeling i have over looked some thing. this is an ass ...
I once again have a homework assignment I need some help with. Since I'm not too great at explaining, i'm going to put the directions that are in the book...A retail store has a preferred customer plan where customers may earn discounts on all their purchases. The amount of a customer's discount is ...
When I try to run the game it freezes and I get an error.the Code:bif = "bg.jpg"mif = "ball.png"import pygame, sysfrom pygame.locals import *pygame.init()screen = pygame.display.set_mode((800, 600), 0, 32)background = pygame.image.load(bif).covert()mouse_c = pygame.image.load(mif ...
I was correctly getting the SUM of my 'amount' column from my transactions table. But I was also only querying just the transactions table. Now I am trying to query 2 tables, but with the same results.This is the query that works - it is querying only 1 table:It will print a dollar amount like: $5.6 ...
I made my website on Joomla, the template has been designed by me. I installed a component for Joomla called ZOO by Yootheme.comI am using one of their app called Business Directory for Zoo.When I published my directory on the page I cannot see the titles of the categories. I tried to check everythi ...
Guys so basicly I have mutilps value boxes -What is the best way of doing the _REQUEST on the other page and then inserting them values into a database.Display page:<?php include ('includes/connection.php');$i = 0;$a = 0;$loop = 0;$search[] = NULL;include("includes/header.php");include( ...