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 SkipVought 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: fralo
  • Order by date
  1. fralo

    Create XML file using database fields

    Hi all, I've never dealt with XML at all. I'm having to create an xml file based on values retrieved from sql query. I have pieced together the following mostly from googling for examples. I'm getting an error when I try to open the file: The XML page cannot be displayed Cannot view XML...
  2. fralo

    Update field using linked server

    One quick necessary addition to this query just came to mind. I need to only update certain records within the table. Adding a WHERE clause after the SET should do it, right? Update EsoCadTable Set EmailAddressColumn = AliasName.EmailAddresstxt Where hide = '0' From...
  3. fralo

    Update field using linked server

    I need to update a database field in server ESO-CAD based on a matching value in server KRONOS. The problem is that the needed value itself on server KRONOS involves a join between two tables. SELECT b.personnum,a.emailaddresstxt FROM EMAILADDRESS a,PERSON b WHERE a.PERSONNUM = b.PERSONNUM...
  4. fralo

    Class TQRRTFFilter not found

    When I try to compile my program I get this error. "Class TQRRTFFilter not found. Ignore the error and continue? NOTE: Ignoring the error may cause components to be deleted or property values to be lost." Any idea on how to fix this? Thanks you.
  5. fralo

    QuickReport error

    When opening my Delphi application I get the following error: Error reading quickrep1.printersettings property extended duplex does not exist
  6. fralo

    Delphi Class not found

    Hold up. Think I've found it.
  7. fralo

    Delphi Class not found

    Thank you so much for your response. But do you know how to get to it on the site? I haven't been able to find it.
  8. fralo

    Delphi Class not found

    When attempting to open a form in my delphi application, I receive the following error: 'Class TQRRTFFilter not found'. I believe I need to install an active-x control but unsure of which one. Thanks for your help.

Part and Inventory Search

Back
Top