We stick labels with barcodes EAN128 on documents.
Our document scanner (HP digital sender) produces multipage PDF.
I try to find a PDF split solution that recognise barcode on the page and saves the range of pages between two barcodes in a file named as the barcode value.
I think we will scan...
We stick labels with barcodes EAN128 on documents.
Our document scanner (HP digital sender) produces multipage PDF.
I try to find a PDF split solution that recognise barcode on the page and saves the range of pages between two barcodes in a file named as the barcode value.
I think we will scan...
Let's talk about standard data editing.
I have a read-only form with data from a database.
When I click the Edit button it opens a new form with the same data but read/write.
Then I click the Save button and it executes an asp to save the data. Here I must use submit().
Then I redirect the page...
I used MSAccess and I am confused with the designing in Crystal Report.
Often I have a lot of similar fields to put on the report.
In Access I put the first field on the report and format it.
Then I copy it so many times I need.
At the end I change the name of the source fields and everything is...
I searched MSDN and found two articles.
The first http://support.microsoft.com/default.aspx?scid=kb;en-us;259725 says to add a VB ASP Debugging item in the DCOM configuration utility and then give it permissions.
The second http://support.microsoft.com/default.aspx?scid=KB;en-us;q228487 says it...
Recently I bought a new computer. I was very happy, it is fast and great and .... But then, a big big problem came!
On the old PC I developed a lot of activex dlls in VB6. I use it in combination with ASP and it worked fine. On my new computer I cannot debug those dlls!
If I compile the dll it...
Yes, it is an internal NIC.
I think definitely to go to the the vendor repair service.
Now I am sure it is a hardware problem. Not even electronic, but only the mechanic.
I have 1000 PDFs on a web site having hyperlinks to ASP pages.
I need to create a CD from this pages. So I converted everything to HTML using JOC Web spider. The spider changed old ASP names with new HTML names. It changed also all the hyperlinks in HTML.
My problem are the hyperlinks in PDF.
I...
I think it can be something with the notebook connector. When I move the cable it seems to work again. I tried a lot of different cables, but it is still the same. The connector is pretty fixed, so I suspect it can be the contacts in the connector.
I will try with a contact spray, maybe it is...
If you want only one record per Email and that the Timestamp is maximum try this:
SELECT Email,FormName,Timestamp,FirstName,LastName,Street,Town,City,County,Postcode,DayPhone,Newsletter,MoreInfo,Other
FROM #TName# X
WHERE FormName = '#CName#'
and X.TimeStamp=(select max(TimeStamp) from #TName#...
Yes.The combo NIC/modem is incorporated in the notebook. It is an Accton EN2242 Series MiniPCI Fast Ethernet Adapter.
I have the latest Gericom driver: 1.8.201.2001 from 1.2.2001.
My domain policy override my local policy for "Amount of idle time required before disconnecting session"...
My notebook is a Gericom M6-T running Win2k.
Every 15 minute or so (randomly) I loose my connection to the network. None of the other computers have problems.
When I ping I get the response: Request timed out.
The only way to have back my connection is to unplug and plug again my network cable...
I found a very best solution.
I put an Input tag on the HTML page.
On the right I put an img very like the combo box's "down arrow" .
In the next line I put a Select TAG with rows 8.
It produces a standard list.
in the begining this list has display:none.
When I click the arrow...
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.