How can I save cfquery text sql, not the results

Hello

I have the need to save a dynamically generated real sql, cfquery, not the results.

I can see it in < cfdump var = "# < qry_name > #" > but, how can I capture the real sql

and save it in a var for later use?

Thank you

Bob

The property of the results of the tag to put this information in a variable for later use.

I.E.

...

Tags: ColdFusion

Similar Questions

  • How can I save a text file on the disk in Illustrator?

    Hello

    I was looking through the Javascript reference and couldn't find that everything related to the writing of strings in a text file on the disc.

    Is this possible? If so where should I look?

    If not, can I run a piece of code in the Terminal/CommandPrompt in Illustrator (. e.g. echo 'Hello!' > > file.txt)?

    Here's something I think that Muppet Mark or Carlos Canto posted earlier

    #target illustrator
    
    var textFile = File('~/Desktop/AI.txt');
    
    var doc = app.activeDocument;
    
    var docText = '';
    
    for (var i = 0; i < doc.textFrames.length; i++)
         {
              docText += doc.textFrames[i].contents + '\r';
         }
    
    textFile.open('e');
    
    textFile.write(docText);
    
    textFile.close();
    
  • How can I save a form so that the data is visible.  Currently, I don't see what has been typed on the form by clicking on the cell and then it disappears when I move to the next cell.

    How can I save a form so that the input data are visible.  When I click on the cell, I can see what has been entered, but when I go to the next cell, the data is hidden again.  I would like to print the file with the visible information that has already been entered.

    To clarify what mentioned TSN, forms PDF that are used and saved by the application on a Mac are corrupt in a number of ways. When a form that has been corrupted by the Preview is opened in Acrobat/Reader, one of the symptoms is exactly what you describe. If you have access to Acrobat and the original form, empty, not corrupted, you can export the form data in a data file (e.g., FDF) and import the shape of FDF data in the blank form.

  • How can I save my messages instand from the Webcam live messenger window

    How can I save my messages instand from the Webcam live messenger window

    Hello

    I hope that's what you're after...

    http://www.WikiHow.com/save-your-Windows-Live-Messenger-conversation-history

    Concerning

    GT4U

  • How can I save xml file n, run the xml file? Please help me

    How can I save xml file n, run the xml file? Please help me

    Hello

    The question you have posted will be well suited in the MSDN forum. Click on the link below.

    http://social.msdn.Microsoft.com/forums/en/categories/

    In the meantime, I suggest you to return the item mentioned below.

    How to use XML Notepad to create an XML document

    http://support.Microsoft.com/kb/296560

  • Mixture of Photoshop mobile app. How can you save an edited photo in the same file as the original?

    Mixture of Photoshop mobile app. How can you save an edited photo in the same file as the original?

    Hey there Mopi2!

    Currently, there is no way to save your new image instead of the original image. For now, you need to manually delete the original. It is however a great request! Please share with the team by typing "give us feedback" in the app menu (tap on the app icon in the upper left corner of the screen while inside the app).

    Let me know if that helps!

    -Kathleen

  • How can I place a text box on the other in the left column of my head?

    Greetings! Below, you will find something that I worked on a link. Now I have to change the left side of the header that contains the text box "Hiring" in a box on top of each other using the same amount of space. I also need to make these 2 boxes pop out when you click them but only one at a time. How can I place a text over another box using the same amount of space without any screwing? I could also use some help getting these images that say 'HIRE' and 'FIELD NEWS' inside boxes instead of above them.

    Thank you in advance. http://www.bestmarketingnames.com/xbanneredit.php

    Despite the CF McBlob comments that I share, I'll try to answer your question immediately. Just add this new markup above your other div scroll like this:

  • How can I save by iPad 3 when the screen is black and nothing appears?

    How can I save my iPad in ITunes or iCloud 3 when the screen is black and nothing appears?

    Is the empty screen, because just the screen is broken, or is the iPad just dead? Have you tried a soft-reset/reboot it?

    At least you can see what you touch on the screen of the iPad, you cannot force a backup to iCloud.

    If the iPad still works and is connected to wifi, a backup should automatically happen (if iCloud backups are enabled) if it is connected and the locked screen.

  • How can we add a text field on the stage, but without the text label?

    How can we add a text field on stage, but without the left text label by default?  I want just the field.

    I thought about it.  Go to the page layout palette and change the options of caption for the text box.

  • How can I move reference text do not match

    I have a document with 900 pages and 2700 notes (imported from the word). After a day of styling etc I noticed that there was a problem with some of the references. The text of a note has been added at the end of the old text of reference. The reference text does not at this stage, the reference number. It is off by one.

    How can I fix?

    This same problem has been discussed here: Re: How do I move the note-text up a reference for all the notes after a given number?

    But I'm not familiar with the scripts, so I did not understand how to apply this...

    cramik script works great, but he's copying notes backward. You want to copy the attackers, from the note "doubled upward.

    This is a full version and adjusted:

    //DESCRIPTION:Move footnotes FORWARDS into place// based on cramik 8-Apr-2014// https://forums.adobe.com/message/6280047var myStory =  app.selection[0].parent;var myName = myInput ();// rest of the scriptfunction myInput (){ var myWindow =new Window ("dialog", "Form"); var myInputGroup = myWindow.add ("group"); myInputGroup.add ("statictext", undefined, "First note to correct:"); var myText = myInputGroup.add ("edittext", undefined, ""); myText.characters = 5; myText.active =true; var myButtonGroup = myWindow.add ("group"); myButtonGroup.alignment ="right"; myButtonGroup.add ("button", undefined, "OK"); myButtonGroup.add ("button", undefined, "Cancel");if(myWindow.show ()== 1) {  var noteStart = myText.text;  var myNotes = myStory.footnotes;  for (i=myNotes.length-1; i>=noteStart; i--)  {   myNotes[i-1].texts[0].move (LocationOptions.BEFORE, myNotes[i].insertionPoints[0]);  } } else  exit ();}
    

    To Save this as a good script: copy, paste it into the editor of ExtendScript Toolkit (or any other ordinary code editor), save to your Scripts folder. See http://indesignsecrets.com/how-to-install-a-script-in-indesign-that-you-found-in-a-forum-o r-blog - post.php for the long version.

    To run this:

    1. click on the text cursor inside running story that contains your notes.

    2. double-click on the script to run.

    3. the dialog box that opens advertising the first note move "forward". Enter the reference number that contains your duplicate text. The script will also move one in its entirety, so make sure to copy the text correct return empty (now) one with which you started.

    Be sure to test on a copy, just in case something goes wrong!

  • How can I add a text field for the main menu?

    I have a project with a menu.  He has a title.  I wanted to add an additional track on the menu, what I had done in an earlier draft.  I would have thought he would have intuitively obvious, as highlighting the existing title I and do a copy and paste.  However, I learned that nothing is intuitive with Premiere elements 12.  Can someone tell me how to get a 2nd title on my main menu?  I have done it before, but apparently did not write it and I was faced with that I falsely assumed would take me 30 seconds to accomplish.  Thank you.

    Rick

    Do you really need a second title for the page in the main menu and the selection of scene or you page fixed for your Adobe title in more than one line?

    I wonder

    I wanted to add an additional track on the menu, what I had done in an earlier draft.

    Is it possible that as soon as you use a theme which came with 'subtitle', as the trip/Beach Resort, not all do.

    Workaround for the title with more than one line of text can backfire on you. But you can try. Excerpt from my first items 13 on this blog

    0019 first Elements 13 movie Menu title question: multiple lines of text


    A first elements 13/13.1 user reports that, if it creates a 3 lines of title text for the main menu of the fake big screen theme in the customization area of Movie Maker project, these 3 lines of text eventually "encoded" in the project of reopening after that that there had been closed.

    We have confirmed this report and extended it to include this problem appears for 13 of Menus other than the fake Widescreen cinema. This issue is not seen in first items 12/12.1 and earlier versions.

    BEFORE REOPENING THE CLOSE SAVE

    Figure 1. Main menu of Spring Flower home with 3 lines of text, as seen before the closure of the Reopen

    AFTER THE REOPENED NARROW SAVE


    Figure 2. Spring Flower main Menu title initially with 3 lines of text, as seen from the closure of the Reopen



    The only way found so far to get the final product to have 3 lines of title text for menus in the final product is to customize the theme to the movie Menu in the customization of the Menu movie of the project area, do not save, close the project at this time and can do the burn to.


    Many variables were examined to explain this behavior. So far, no answer for why.

    If you are determined to use a particular theme that comes with the title menu and subtitle, look at the text of the Palette layers layers in the editing menu .psd file (.psd Editor could be Photoshop CS or higher).

    Regarding

    on my project last year that was the menu that I liked with 2 text fields, I have also got rid of the "arrow" shortly before the text that was the menu key.  Anyone know how I do that?  I can't figure that out now.

    Could you be more specific. But, for now, consider... If you Play All text, you double-click to open the text of the amendment, the deleted text, click OK. Play All disappeared. Sometimes, in page and removal of text "main menu" scene selection to the navigation button... double click on the button to open the changes to the text, delete text, press ENTER, and then bar spacing, and click OK.

    Please let us know if everything above the target you wanted to know.

    Thank you.

    RTA

  • I have multiples of a single file. How can I get additional copies, but not the original?

    Original title: duplicate files

    ....... I HAVE 2 OR SOMETIMES 3, 4 COPIES OF THE SAME PHOTO... OR SAME SONG... HOW CAN I REMOVE THEM TO A SINGLE COPY SECURE WITH ON DELETE THEM ALL TO GETHER

    You can go through them and remove duplicates manually, or there are many programs that can check duplicate files and delete them if you have copies.

    Here are two free programs:

    Auslogics Duplicate File Finder

    http://www.Auslogics.com/en/software/duplicate-file-Finder/

    Duplicate Cleaner
    http://www.digitalvolcano.co.uk/content/duplicate-cleaner

  • How can I save a local copy of the video that gets uploaded to facebook?

    I want to save a local copy of the video that is encoded and uploaded to facebook directly from the software.  If it is stored in a temporary or permanent location?  I can't find it in one of my places to scratch.

    Hey, I have sought and obtained the eaxct file that pre code before download it on facebook (or any other online service), in case you need the same file that pre encoded for download online.

    It's in your temporary files folder (just press Win + r and type folder in the control box run)

    After pre finished encoding and wants to pass or download services online, the file is present in the temporary folder, with the name H.264.mp4

  • How can I save post a video using the FLVPlayback component

    I have a video I want people to be able to navigate away from in my project, but resume where it left off, if they come back to him.  I think I could do by just to save its current position when they come out of this framework as a variable, then using. seek() to return to that spot if/when they come back.

    The only problem is that I can't find any script to capture the current position.  I tried .time, but it gives me an error.

    Use the eventobject playheadUpdate earpiece playheadTime property:

    var flvUpdateObj:Object = new Object();
    flvUpdateObj.playheadUpdate = {function(eobj:Object):Void}
    trace (playheadupdate "+ eobj.target +": "+ eobj.playheadTime);
    };

    yourcomponent.playheadUpdateInterval = 500;
    yourcomponent.addEventListener ("playheadUpdate", flvUpdateObj);

  • How can I save only mail sent on the server and do not have thunderbird download everytime I open the program?

    IMAP and everytime I open Thunderbird is so slow because it's downloading my mail sent to server. I want that my sent mail stored on the server and no hard disk.

    you have your mail on your computer or you do not. I guess that you I don't camp.

    Right-click on the account in the folders pane, select settings.
    Synchronization and storage deselect messages to store for this account on this computer.

Maybe you are looking for