Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: spayne
  • Content: Threads
  • Order by date
  1. spayne

    Email Excel as an attachment - with a Kick!

    OK, I know how to automate Outlook and send an Excel spreadsheet as an attachment, but I need it to behave like when you select "Send To" and then "Mail Recipient (As Attachment) from the File menu. In other words, send the spreadsheet with the changes to it, without actually saving the changes...
  2. spayne

    Looking for your advice on books

    This isn't a review. I'm looking for your reviews. I am teaching myself Web design. I have gone through a book on HTML, am in the middle of a JavaScript book and am looking for a good CSS book. What I want is a book that is not just a reference guide, but one that has you type in examples...
  3. spayne

    Strange Report Behavior

    After previously being able to print a report successfully from any work station, now, certain workstations are not able to print the same report. Here are the circumstances. I recompiled the executable this report is associated with, but did not change any code associated with calling this...
  4. spayne

    Make a report wider than landscape

    I need to create a report that's about 14" wide. Is there any way to do this?
  5. spayne

    Are these .exe's spyware?

    I am trying to clean up a machine running on Win XP home edition. In the startup tab of msconfig it shows certain executables that I can't identify. Googling gives me little or no information as well. Can anyone help me ID these files? javalu.exe * CLUSAPI9.exe sdkbx.exe d3pq32.exe *...
  6. spayne

    Two users printing the same reports

    **I just accidentally posted this in the wrong forum. Please disregard in the Forms, Classes and Controls forum.** Two of our users commonly print off a set of five reports throughout the day. Most of the time they do not print them at the same time, but when they do, one or two of the...
  7. spayne

    Spelling?...Whatever!

    Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoatnt tihng is taht the frist and lsat ltteer be in the rghit pclae. The rset can be a taotl mses and you can sitll raed it wouthit a porbelm. Tihs is bcuseae the huamn mnid...
  8. spayne

    Problem creating Crystal Reports object

    One of our users gets the error message: "Class definition CRYSTAL.CRPE.APPLICATION is not found." when trying to execute the following code: goCR = CREATEOBJECT("Crystal.CRPE.Application"). She has CR V9 on her computer. Others have older versions and have no problems. Could the command...
  9. spayne

    TABLEUPDATE() Headache

    OK, a lot of threads out there deal with this issue. I think I've looked at all of them. My problem is that my code works most of the time. Here's the code: IF !USED("v_myview") SELECT 0 USE v_myview ENDIF SELECT v_myview =CURSORSETPROP("BUFFERING",5) SCATTER MEMVAR BLANK m.field1 =...
  10. spayne

    SELECT - SQL Question

    I have a database table in which I want to select all fields, but I would like to use the DISTINCT clause on only two fields. Is there any way I can do this, or is there some way I can utilize the FILTER clause here? Thanks, Steve
  11. spayne

    Local View Update Problem

    Here is a skeleton of the code I am using. If llTrue, the table1archive updates but table1 does not. If !llTrue, both table2 and table2archive update. All views are set up to update the exact same way. None of the tables or views are used before or after this code executes. Does anybody...
  12. spayne

    Error when building an executable

    Hello, I am rebuilding an existing project into a new executable file. This way I can test my modified code without disturbing the already existing .exe that all of our employees are using. Anyway, during the build I get a [file access denied] error. I have done this same thing with other...
  13. spayne

    Being asked to save when no changes are made

    Hello, This is no big deal, just annoying. I am working on a form and every time I close out of it or run it, it prompts me if I want to save the changes even though no changes have been made. In the forms tab of the options dialog box I unchecked the "prompt to save changes before running"...
  14. spayne

    DBF file has two names

    I just took a new VFP job and I've run across something that is unusual to me. I can open up MyTableA and view it no problem. I need to open up MyDBC in order to open and view MyTableB. MyTableA and MyTableB have the exact same structure and contain the exact same data. I get a "file in use"...
  15. spayne

    Using Acrobat PDFWriter

    We are using Adobe Acrobat 5.0. The PDFWriter printer driver seems to work on all platforms except XP. The closest we get to getting it to work is the Test Page. It actually creates a legitimate test page, but the file also sits in the queue with an error message and we get an error message...
  16. spayne

    Problem Printing From a VFP Executable

    I'm not sure if this is an appropriate question, but the problem is exclusive to VFP so here goes. One of our data entry personel got a new workstation. She uses a VFP 6.0 executable to print reports to an HP5si network printer. When she does this, the print process is painfully slow. All...
  17. spayne

    The File MyFile.doc is not available

    One of our workstations gets this message whenever trying to open any Word or Excel file in Office XP SP1. Also, since this has been occuring, when exiting Word, but not Excel, I get the message "The file Normal.dot already exists. Do you want to replace the existing file?" Whether I...
  18. spayne

    MPREXE error

    MPREXE caused an exception c06d007eh in module kernel32.dll at: 014f:bff9a3c0 My boss gets this error when he tries to boot up his computer. It gets to a certain point and then just hangs. He has an old Dell 200 Mghz running on Win95 and Novell Client 3.1 or 3.2. He just deleted some old...
  19. spayne

    Importing Symphony Data

    I have a client who wants to move data from an old symphony database (not sure of the version, but can get it) into an MS Access 2000 database. I am not too versed in either database, so if it is possible, I would appreciate any suggestions. Thanks in advance, Steve
  20. spayne

    Printing PDF files on an HP 1220 se

    Whenever we try to do this, we get the message: "This program has performed an illegal operation and will be shut down." The printer will print anything else thrown at it without any problems. Any ideas?

Part and Inventory Search

Back
Top