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

    Generating Word Document on the Server

    I need to generate a Word document on an application server. I can think of a couple of ways to do this: 1. Require each customer to purchase and install Word on the server. Issues: Does the Word license allow this? What happens if multiple users attempt this at the same time? 2. Purchase a...
  2. craigber

    Hot Fix Released for VFP SP2 Reporting Bug

    Yes! Microsoft still listens to the VFP community and still fixes things. This fix was a long time coming, but yag had to cut through lots of red tape to get this out. This bug was the single biggest issue that stopped people from installing SP2. Read about the bug and how to get the fix...
  3. craigber

    VFP 9,0, SP2 Released

    Visual FoxPro 9.0, Service Pack 2 has been released. Down load at http://www.microsoft.com/downloads/details.aspx?familyid=a28ddec6-ba3c-49d0-8176-8c0b3fca06d1&displaylang=en Craig Berntson MCSD, Visual FoxPro MVP, www.craigberntson.com Author, CrysDev: A Developer's Guide to Integrating...
  4. craigber

    VBA not seeing Excel functions

    I'm writing some VBA code in Excel 2003. For some reason, the code does not recognize Excel functions such as SQRT and FDIST. When I try to compile the code, I get the error "Sub or Function not defined". Any ideas on what's happening? Craig Berntson MCSD, Visual FoxPro MVP...
  5. craigber

    Formatting XML Field Data

    I have an XML field type from SQL Server 2005. I need to format this in Crystal Reports XI. Is there some way I can apply a style sheet or schema and have this data displayed? Craig Berntson MCSD, Visual FoxPro MVP, www.craigberntson.com Author, CrysDev: A Developer's Guide to Integrating...
  6. craigber

    Need to remove items from an ArrayList

    I have an ArrayList (activeWatches) that holds references to an object (activeWatch). I need to remove items based on a condition in the object. The problem is, I don't know how to remove the item without getting an error. Here's the code I have now. foreach (WatchItem activeWatch in...
  7. craigber

    SQL Server Service Pack 4

    Microsoft today released SQL Server 2000, Service Pack 4. You'll find it at http://www.microsoft.com/sql/downloads/2000/sp4.asp Craig Berntson MCSD, Visual FoxPro MVP, www.craigberntson.com Author, CrysDev: A Developer's Guide to Integrating Crystal Reports"
  8. craigber

    Resolving a DBCC error when running SQL Maintenance Plan

    We have a customer that is attempting to run a SQL Maintenance plan on a weekly basis. However, it always errors on the same table with the message "Error 1934: DBCC failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'". The customer has changed the...
  9. craigber

    VFP 9.0 Now Available in Retail Channel

    Thanks to Rick Borup for posting this on his blog (http://www.rickborup.com/blog/2005/01/visual-foxpro-90-now-in-retail-channel.html). Get it while it's still hot and fresh! Craig Berntson MCSD, Visual FoxPro MVP, www.craigberntson.com Author, CrysDev: A Developer's Guide to Integrating Crystal...
  10. craigber

    SLCFox: Joe Celko

    For those of you in the Salt Lake City area, mark your calendar for Tuesday, April 13. We'll have a very special guest speaker, Joe Celko. Joe's topic, "Trees in SQL". Joe Celko joined the ANSI X3H2 Database Standards Committee in 1987 and helped write the ANSI/ISO SQL-89 and SQL-92 standards...
  11. craigber

    New VFP Conference

    Southwest Fox, October 22-24, Tempe, AZ www.southwestfox.com Craig Berntson MCSD, Visual FoxPro MVP, www.craigberntson.com Author, CrysDev: A Developer's Guide to Integrating Crystal Reports"
  12. craigber

    FoxTalk to Stop Publication

    According to a posting by Whil Hentzen on the Universal Thread, FoxTalk will cease publication with the April, 2004 issue. Craig Berntson MCSD, Visual FoxPro MVP, www.craigberntson.com Author, CrysDev: A Developer's Guide to Integrating Crystal Reports"
  13. craigber

    Take the VFP Survey

    You could win a pass to DevCon. The survey is being run by the VFP team at Microsoft. http://207.239.118.74/s860/index.html?name=site4&password= Craig Berntson MCSD, Visual FoxPro MVP, www.craigberntson.com Author, CrysDev: A Developer's Guide to Integrating Crystal Reports"
  14. craigber

    VFP 8, Service Pack 1 Available

    You can download it at http://www.microsoft.com/downloads/details.aspx?FamilyId=018705E6-DF6A-4695-965E-459FE5A761F7&displaylang=en Craig Berntson MCSD, Visual FoxPro MVP, www.craigberntson.com Author, CrysDev: A Developer's Guide to Integrating Crystal Reports"
  15. craigber

    Updated VFP OLE DB Provider Available

    Ken Levy has sent the following email: The Visual FoxPro OLE DB Provider (VfpOleDB.dll) exposes OLE DB interfaces that you can use to access Visual FoxPro databases and tables from other programming languages and applications. The Visual FoxPro OLE DB Provider is supported by OLE DB System...

Part and Inventory Search

Back
Top