LaserJet "no paper pickup" Hardware and Software Hardware by guyinpv …;. I can manually feed with tray 2, which is single sheet fed. I've opened up parts I can, blown out dust… The HP Scanjet Enterprise 7000 S2 Looks to Bring Speed to Scanning Hardware and Software Hardware by jsherm101 …-bed monstrosities of yesteryear, but have instead evolved into the sheet-fed beasts of today, capable of scanning dozens of pages in… Re: LaserJet "no paper pickup" Hardware and Software Hardware by efmesch … for this by trying to pull back on the top sheet of paper while the roller should be grabbing it and… Re: LaserJet "no paper pickup" Hardware and Software Hardware by efmesch … when it moves back, to get ready for the next sheet of paper. When it moves forward, to push the paper… Using Microsoft Excel 10.0 Libary Object -Dang .dlls Programming Software Development by blacklocist …" + strRowCount; //here you define your range Excel.Range range = sheet.get_Range("A1", strRowCount); //here you pull the data… array has then been fed and written to excel, the WorkBook must be saved to the hard drive sheet.SaveAs(strSource, Missing… Beginner Query Programming Software Development by ColMatrix … is probably a simple answer, and your fed up of explainng it but from my research… foreach my $col ($VarICN_Col) { my $VarComparison = $Sheet->Cells($row,$VarICN_Col)->{'Value'}; if ($VarComparison eq $…VarFileName) { $varFlag = 1; $VarISS = $Sheet->Cells($row,$VarISS_Col)->{'Value'}."\n"; $VarDWGDO… Re: Beginner Query Programming Software Development by jon.kiparsky Have you tried looking to see what is in $VarComparison after this assignment? [CODE] my $VarComparison = $Sheet->Cells($row,$VarICN_Col)->{'Value'};[/CODE] Just a thought. Re: Beginner Query Programming Software Development by erezschatz …] This will help you in locating the cells at the sheet. Finally, if this is indeed the issue you can change… Re: i ram confused Hardware and Software Hardware by mira77 … well initially but over a couple of hours it get fed up and starts nodding off ! so aggravating when your getting… fed up yourself and want it to work faster than before. … Re: Control arrays Programming Software Development by SamY That's exactly what i got. I was trying to create something like a spread sheet. Re: Control arrays Programming Software Development by SamY ok the code for spread sheet is [QUOTE]sub main() dim sam(10,12) as textbox … Re: Load only part of a webpage Digital Media UI / UX Design by Dandello …, but I can just about guarantee that page is being fed from a php template. You might also want to look… Re: Load only part of a webpage Digital Media UI / UX Design by spiderguy84 …, but I can just about guarantee that page is being fed from a php template. You might also want to look… Re: Load only part of a webpage Digital Media UI / UX Design by Dandello …?9/19/2010' on that server. In fact, what is fed to the browser comes from three different perl scripts and… Re: The HP Scanjet Enterprise 7000 S2 Looks to Bring Speed to Scanning Hardware and Software Hardware by donglengcha Have recived mine yesterday and experience repeated double feeds even with paper fresh out of the printer. In average, the scanner stops every sixth page with double feed error. Cleaning the rollers as recommended by HP brings no relieve. That cuts all the 30-pages something speed per minute down to few pages and a lot of manual work required. Re: The HP Scanjet Enterprise 7000 S2 Looks to Bring Speed to Scanning Hardware and Software Hardware by jsherm101 What kind of profile are you using? What software you using to run the feeds? I ran a 60 page test feed and had it cleanly go through without a problem. 300 DPI - I had such a problem but adjusted how the papers were inserted and it worked out. TBH though the Fujitsu one is a bit slower (30 pages a minute?) but very reliable with a variety of … Re: Using Microsoft Excel 10.0 Libary Object -Dang .dlls Programming Software Development by plazmo i didnt really read your code so im not sure what your doing with the data. but anyways im sure all you need is ms office installed on the machine for it to work. if all you are doing is reading and writing to a excel file you could try using oledb with jet 4.0 and the excel driver in the conn string. then that will let you read the excel file … Re: Using Microsoft Excel 10.0 Libary Object -Dang .dlls Programming Software Development by alc6379 I'd have to agree with plazmo on this one. You will probably have to have Office installed on all of the machines that you're planning on depolying to. I think that the Excel stuff you're doing relies upon COM, which in itself relies upon the regeistered presense of Excel/Office in order to do all of its work. I hate to say your work was … Re: Using Microsoft Excel 10.0 Libary Object -Dang .dlls Programming Software Development by blacklocist Well I already checked that, all the computers where I work have Office XP. The users would hunt me if I didn't cause they all like Excel. Well I will just have to accept that my work is in vain. Well thanks for all the feed back and I am working oledb. Just real slow cause I have never used it before till now. Also just something to chew on.… Re: Beginner Query Programming Software Development by d5e5 Sorry, I probably can't help you because my platform is Linux and I don't have Excel, etc. so can't test your script. I really don't see anything wrong with line 84 of your script. Can you recreate the error in a simpler script without all the presumably irrelevant (irrelevant to the "uninitialized value $VarComparison error") stuff?