>How would I go about creating a simple USB link between 2 >applications running on 2 computers like you can with >MsComm
I don't think you can use USB to directly link 2 computers you'd need a HUB but then Im new to USB (see above) and Ive also found a USB link cable...
Hi
Im new to usb and vb but have used C before. I was hoping someone could run through how I would read data from the USB port in Visual Basic. I've read/write data to serial port before in C but can't find much about VB/USB at the moment, Can anyone help?
Im hoping to read data from the usb...
I guess you've got something like;
Private Sub Form_AfterUpdate()Or a particular fieldbox
Changed.value = True
End Sub
>Whenever a record changes, I want the YN field to be updated to True. I am currently using the form's Dirty property to do this. However, New records are being marked as...
Hi I'v got it working but my update causes an error, whats wrong ?
<%
Filespec = "C:\test3.xls"
Set objXL = Server.CreateObject("EXCEL.application")
objXL.Visible = True
objXL.WorkBooks.Open Filespec
Set objWkBook =...
I can copy a template excel sheet (Purchase form) but need to be able to update specific cells (D9 - Customer Name,D11 - Address1 etc). I've searched and can find loadsa of ways to write to an excel sheet but really Id love to be able to;
1) Read in data from specific cells
2) Update specific...
Probably something like
SQL = "SELECT id, title, publisher, location, description FROM tbllibrarypublications WHERE id BETWEEN (COUNT(id)-5) AND COUNT(id)"
but thats just my idea
I've got a problem with the sql I've just written. The error I get is
Syntax error (missing operator) in query expression 'QUOTE NO = 6563'
Im guessing its because of the field name 'QUOTE NO' that should really be called QuoteNo but is there some way to make sql accept that name? Have I just...
ok so Im using
<TEXTAREA onFocus="bgColor='Blue'" id=DETAILS title=DETAILS>
to try and change the color of the text box when the persons clicked on it, but its not working so what do I need to use?
Thanks
I've created a data access page from a query table that queries a number of tables, one being called CUSTOMERS.
I've shut everything down and opened this data access page but i get an error message
Record(s) cannot be read; no read permissions on 'CUSTOMERS'
Now I haven't set any permissions...
Hi
Im trying to make a user online counter (to count everyone viewing the site). Im a new to sql so obviously having trouble with things. In the internet database Im using a tabel called PPLONLINE with a field again called PPLONLINE. All I seem to be getting is -1 for a value even though there...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.