Skip to main content
Participant
June 11, 2008
Question

CFQUERY in CFCOMPONENT

  • June 11, 2008
  • 2 replies
  • 449 views
Unfortunately I the CFOUTPUT tag in the code does not give me any data. Yes I do have a component and a function in it that uses a query to get multiple fields of data. Any suggestions?

Thanks,
AJ
    This topic has been closed for replies.

    2 replies

    Inspiring
    June 11, 2008
    Use cfsetting to enable debugging and look at how many records your query returns.
    Participant
    June 11, 2008
    I am new to ColdFusion but I would be glad to answer questions from other people. Subscribed to the the feed.
    Inspiring
    June 11, 2008
    > Any suggestions?

    Yep. Show us the code for the "getJourneyDetailsFunction" function. It's
    a bit hard to say what you're doing wrong without seeing the code.

    --
    Adam
    Participant
    June 11, 2008
    quote:

    Originally posted by: Newsgroup User
    > Any suggestions?

    Yep. Show us the code for the "getJourneyDetailsFunction" function. It's
    a bit hard to say what you're doing wrong without seeing the code.

    --
    Adam



    Sure Sir. Attached is the function code in Application.cfc...