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 bkrike 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: toekneel
  • Content: Threads
  • Order by date
  1. toekneel

    populating dropdownlist programatically

    I'm using Visual Studio 2005, VB... hope this is the right forum to post this question in. I have multiple dropdownlists that are populated from a lookup table. In that lookup table, the user is allowed to flag an item as inactive so that it does not show up any longer in future drop down...
  2. toekneel

    specified buffer size too large for file import

    I've been all over the internet looking for a resolution on this one, and have not succeeded. I'm trying to import an Excel file into SQL Server 2000. It fails with the error message that "specified buffer size" is too small. Here's what I have tried so far...
  3. toekneel

    Viewing actual SQL code sent to database via DataSources

    I'm working in Visual Studio 2005 with VB.NET. In the 2005 environment, you can work with GridViews and other helpful tools that do the work for you so that you don't have to build much code. That would be fine and good, but when problems arise, troubleshooting is difficult. Quite often I...
  4. toekneel

    SMTP_E_MAILBOX_UNAVAILABLE_2(550)

    I'm having an issue that I see often when I google it. I can e-mail a report within the company, but fail when attempting to e-mail outside the company with this error message: "SMTP_E_MAILBOX_UNAVAILABLE_2(550)". The e-mail addresses are verified as legitimate e-mails, but none of the fixes...
  5. toekneel

    Crystal Reports Windows\Temp files not deleting

    We've been wrestling with this for awhile and finally found the answer to the problem. Figured I should post it here so that others could reap the benefits. Our program was built in Visual Studio 2005 but we have also experienced this problem with deploying Crystal Reports in a Visual Studio...
  6. toekneel

    convert WordPerfect 10 QuickCorrect to Word 2003 autocorrect

    My wife works as a medical transcriptionist, and for the last five years has amassed quite a large QuickCorrect file in WordPerfect 10. She's shifting to a new company now and is needing to move over to Word (we have 2003 already available, as well as 2007). How can I convert her WordPerfect...
  7. toekneel

    deleting Crystal Reports temp files created in .NET application

    We've been up and running with Crystal Reports deployed through .NET applications for about a year and a half. It just came to my attention that the temp files created by .NET when running a report are never deleted, they are simply stored in the temp folder. It seems that on one of the...
  8. toekneel

    Windows 2003 Configuration issues

    I have been working for about a year with Crystal Reports in Visual Studio.NET 2003. I've had a number of applications successfully deployed. I finally convinced the company that I needed to use a dedicated server for deployment, as the configuration issues can be such that I don't want to...
  9. toekneel

    VB.NET Delete in Sorted DataGrid

    I'm working in VB.NET 2003. I'm working with datagrids, and have been able to successfully add, edit, cancel, and sort records. But the delete command is somehow deleting the wrong row. I'm thinking it might have something to do with the table being sorted and the item being deleted is equal...
  10. toekneel

    Recordset Connection Problem

    We have an Access '97 application for checking out and reserving tools and equipment. We need code that flags an entry when the time period for the reservation is already secured. To accomplish this on my test copy, I have successfully created code that opens up a recordset, compares the...
  11. toekneel

    Crystal Report Viewer Print Error

    I've had a number of problems in limitations of the Crystal Report Viewer (9), and I'm wondering if this will be another item to fit into that category. We have a user reporting that they can print to one printer without a problem in black and white, but when they print to a color printer, it...
  12. toekneel

    Crystal Reports 9.0 and Oracle Left Join

    I have discovered that our Oracle databases do NOT allow me to do left outer joins in Crystal Version 9.0. The same reports run fine in Crystal 8.0. Reports hitting the same database with equal joins run properly in 9.0. I am getting the following error messages: "The database file xxx...
  13. toekneel

    Only the formula is displaying

    I've worked with Excel spreadsheets for a long time, and have never encountered this one. I enter a formula into a cell. Instead of displaying the result of the formula, it is displaying the formula. When I embed that formula into another formula on another cell, the text of the formula again...
  14. toekneel

    Stored Procedure Parameter default to return ALL

    I've been trying to find the complete answer to this one, and I've found bits and pieces that help, but not 100% complete for my needs. I have a large "Super Query" for the end user, where they will choose drop down boxes or enter dates or enter numbers in order to return all the...
  15. toekneel

    Date Comparison

    I am trying to do a date comparison and am getting messages indicating that I have incorrect syntax near the '>'. What I'm trying to do is compare a date in a record to dates in a rate table in order to indicate when a date fits the date for the rate from the table. The rate table has a start...
  16. toekneel

    parameter stored procedure

    I have a stored procedure to run some complex table building. I have tested the sproc and it is running on the back end (SQL Server 2000) without any problem. The front end is MS Access Project 2000. My problem is that I need to pass a parameter from an input form in the front end into the...
  17. toekneel

    Access 2000 *.mdb, *.adp crashing

    HELP!!! I've been on this project for quite awhile, and now I'm getting some pretty consistent crashes with Access 2000- either in *.mdb or *.adp items. While in design view in a form, if I select an object and do a right click on it, it crashes with the error message... "MSACCESS.EXE -...
  18. toekneel

    ADO Help Files

    I'm working in MS Access 2000, developing an *.adp file with a SQL Server 2000 backend. As I'm making progress, one thing I've bumped into that has slowed me down on many occasions is that there does not appear to be access to any of the ADO help files in the Visual Basic Editor. Can anyone...
  19. toekneel

    Import text file specification

    I'm working with Microsoft Access 2000 Project (*.adp) as the front end of a SQL Server 2000 db. I need to import a text file with import specifications, which was easily done in *.mdb. Problem is that the *.adp does not allow you to use the same interface to establish your specs. The...
  20. toekneel

    Import text file specification

    I'm working with Microsoft Access 2000 Project (*.adp) as the front end of a SQL Server 2000 db. I need to import a text file with import specifications, which was easily done in *.mdb. Problem is that the *.adp does not allow you to use the same interface to establish your specs. The...

Part and Inventory Search

Back
Top