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

    Help passing simple XML row to a stored procedure

    I have a simple XML row that I created using a Select...For XML Raw and I need to pass that as a parameter to a stored procedure. The sp param is an nText and everything else is set up, but I don't know how to pass the XML to it. Thanks.
  2. xaa

    Supress section at runtime

    I'm trying to supress one of my sections at runtime because I don't have the Crystal Creation API license necessary to simply delete the group. I'm using CR 9 Developer's and creating a CRAXDRT object in VB 6. I tried using the supress method for a section object, but I got an error indicating...
  3. xaa

    Multiple value XML parameters from VB 6 to SP

    I have an nText parameter defined in my SP that is being parsed into an XML table. I'm trying to run the SP from VB and I need to assign multiple values from a listbox to that parameter. I can't find any examples of how to do that.
  4. xaa

    Reading parameters from stored procedure in VB with Crystal object

    When I try to access my stored procedure parameters through the crystal object in vb 6, they don't show up in the collection. The report itself doesn't have any parameters but if I add one to test, it is accessible. Should I be able to see the stored procedure params in the object's param...

Part and Inventory Search

Back
Top