How can I change the source of the region of the interactive form with a button

On the first page of the interactive form the user wants a button to enjoy on, for example: "select * from mytable where name = 'Doug' to a button on the top of the form."
Is this possible.
Thank you
Doug

Hi Doug,.

Take a look on: Re: dynamic query for a report it can be a bit limited for what you need, but can give you ideas

Andy

Tags: Database

Similar Questions

  • How can I change the beige tabs with white text to the text of the tabs beige with black (or another dark color)?

    Classic restoration changed by FF 29 tabs beige with black text on the tab active and beige with white text on other open tabs. The white text is not visible. How can I change the text in white with a darker color?
    If this cannot be done, is there a way to reinstall FF 29 with just the security updates (and not all the other stuff) so that I can keep my 28 FF settings? Thank you.

    1. Open the modules (Ctrl + Shift + A Manager; Mac: Command + shift + A), then the Extensions category.
    2. Beside the classical restaurant theme, click on the Options button.
    3. Click the custom colors tab, then the less than (active/hover/default) tab.
    4. Below (active) tab, check 'Text', then click on the color swatch and choose black.
    5. Click the tab (unread) / new tab.
    6. (Unread) tab, check 'Text', then click on the color swatch and choose black.
  • How can I change the data stored with JDeveloper Java classes?

    Hello!
    First of all, I am experienced PL/SQL coder, but I'm quite beginner what comes to Java.
    JDeveloper is also a new tool for me and the reason why I am interested, it's the good Java Editor.
    With the good Java editor I can create classes and store them in the Oracle database and executing those inside PL/SQL code.

    I am currently faced with a minor problem, and I'm not able to find the answer to this:
    How can I change/edit/create stored with JDeveloper, Java classes to database (Toad for Oracle can do but it's not good editor Java)?

    I can navigate to Java classes with database browser, but I can't change those. Just view and drop it.

    [http://users.metropolia.fi/~jokkek/Oracle/jdeveloper.png]


    Thanks to all helpers!
    ARO
    Jokke Heikkila

    Published by: user10385021 on 2.6.2009 03:56

    JDeveloper is not a direct modification of the classes inside the database. Instead, you must change your java classes locally (including the management of versions, unit tests etc.) and then load them into the database. Load in the datab ase could be done using the Loadjava and the deployment profile stored procedure Java (file-> New-> General-> profiles of deployment-> Loadjava and Java Stored Procedures). I think it's even better let your build tool do the work. An example of task of Ant describing this is shown at http://davidmoten.blogspot.com/2007/11/oracle-loadjava-ant-task.html (I have not tried this, but have used a similar approach in a project)

    Trygve

  • How can I change the country associated with my account. I need to make an urgent purchase?

    I need to make a purchase, and I can't do it because I need to change the country associated with my account. What is the best way to do it without re-creating a new account?

    That's the best you can do (with the help of Adobe):

    Change the country associated with your Adobe ID

  • How can I change the function of a flash button?

    Hello

    You are not sure if this should go in the Flash forum or Captivate forum, but nobody knows how, where to find ActionScript 3 orders for Captivate?

    I downloaded a pre-made button Flash (source file) for Adobe Captivate, which was originally made to make a video go to the next slide when you press. He does it very well, but I wanted to know how use the ActionScript in Flash Professional CS5 to have the button JUMP to a specific slide in Captivate, rather than just go to the NEXT slide. I know that usually how the code works, but have never really used and do not know the specific command to get there. Currently, the relevant part of the code of the 'Flash' button reads:

    function clicked(e:MouseEvent):void {}

    var myRoot:MovieClip = MovieClip (root);

    var mainmov:MovieClip = MovieClip (myRoot.parent.root);

    mainmov.rdcmndNextSlide = 1;

    I think I should just change the last line to something else and it should work, but I need the command. Can someone tell me what needs to be changed in the code above to get there?

    The full code is below. Thank you.

    code.JPG

    Here is an answer for everyone out there trying to do the same thing.

    To change the function, simply change "rdcmndNextSlide = 1" to another command with its variable. Commands and variables can be found here:

    http://www.cpguru.com/2010/07/20/Adobe-Captivate-5-system-variables/

  • How can I change the icon associated with an external hard drive that is displayed in my computer

    When I double click the icon my computer on my Seagate external desktop hard drive does not display the correct icon. It displays a blank page with the upper right handed with a superimposed replica of a small screen.  I really want to show an icon that looks like the real thing as stated in the icons folder.

    Hi PhilipRoebuck,

    (1) do you get an error message when you try to open the external hard drive?
    (2) where there are changes to the computer before the question?
    (3) is confined to a specific icon?
     
    See the following:
    Method 1:
    Icons change incorrectly in Windows
    Important Before run you this difficulty, save your data and close the application. After you run the difficulty, your computer will reboot after 10 minutes.
    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:
    How to back up and restore the registry in Windows
    http://support.Microsoft.com/kb/322756
     
    Method 2:
    How to change the default icons for folders in Windows XP
     
    I hope this helps.
  • How can I change the background color of a button in .qml

    Hello, everyone! I have a problem now.

    When I define a componnet in QML button, it has a white background color by default. While I want to change the background color, for example red.

       Container {
            layout: StackLayout {}
            background: backgroundPaint.imagePaint
            attachedObjects: [
                ImagePaintDefinition {
                    id: backgroundPaint
                    imageSource: "asset:///images/background.png"
                }
            ]
            Button{
                text: "button"
                verticalAlignment: VerticalAlignment.Center
                horizontalAlignment: HorizontalAlignment.Center
            }
        }
    

    I read the reference that write it a clickable button with a height fixed and the visual aspect of the button is predefined and cannot be changed and so forth... look herehttp://developer.blackberry.com/cascades/reference/bb__cascades__button.html

    I tried this way to change the theme of the application. But I failed! See more details here http://developer.blackberry.com/cascades/reference/bb__cascades__themesupport.html

    How can I achieve this? Please give me help. Thank you in advance. Please forgive my bad English

    Hello

    Button style is predefined according to me. Dark theme can be activated in the bar - descriptor.xml, but it is applied to the application on a global scale and affect all other controls as well.

    You can use a container with background image instead of a button. Example code:

    http://supportforums.BlackBerry.com/T5/Cascades-development/button-with-a-background-image/m-p/21489...

  • How can I change the email associated with a product purchase

    Hello

    I close the email account I used purchase/register my Photoshop CS5 Upgrade and want to change the email for this serial number. I can't see an option for this in the account management pages. Does anyone know if and how I can do this?

    I tried the online chat, and this person said that they do not provide chat support for upgrades.

    Happy Trails

    Hello

    Please read this article: https://helpx.adobe.com/digital-publishing-suite/kb/changing-id-email.html

    Also this: your Adobe ID account management

    ~ Jitendra

  • How can I change the email associated with my account of Firefox on my computer?

    In the right corner where my drop-down list is - it's showing an old email address that I am about to cancel. I have a new email address I'd like to enter but I can't seem to find the right place to enter. I found the place to change the password, but my only option is to change the password or delete the account. Y at - it somewhere else, can I change email address?
    Thank you!

    If you are talking about this forum (you did not mention Sync),
    go to the top of any page of Mozilla.org . Left-click the arrow down
    next to your name and select Edit profile. Find your email address, and
    on his right side, press on change.

  • How can I change the registry values with a common search for the string and replace the function where I don't do all manually?

    Due to problems of space with my installation of XP Pro, (operating system has been installed on a 4 GB partition and I did have a copy of the OS to do a new installation) I am trying to move a number of files on a mounted drive.

    It is a way to search an entire record of [SPECIFY FOLDER] "C:\Program Files\" instances and replace each with "C:\Program Files\Overflow\ [SPECIFY FOLDER]" as a common discovery replace function?

    Also, I'll have to move several "Common Files" files in the mounted folder 'Overflow '. The method to make learning one should help me to do both. Manually, it will take most of thousand years that all the files in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components
    the files seem to have a key value have changed.

    I have already uninstalled and reinstalled some programs at the desired location, but many still use the "Common files" folder despite my having already changed the default installation directory path in the registry. Any help would be appreciated.

    Thank you

    NORTH CAROLINA

    One way:

    1. Start Regedit (start-> Run-> 'Regedit')
    2. Select the branch of the registry, or you are interested in changing.
    3. The export of this branch of the registry (file-> export) in a ".reg" file
    4. Use a programming editor (for example, the freeware Notepad ++) and use the "Find and replace" function to make the changes you want.  Save the modified file.
    5. After making the changes, double-click the .reg file to fold changes in your registry.

    As always, keep a backup of your original registry in case things get really bad and know how to do to restore this backup your machine should not be able to start.

    Notepad ++: <> http://notepad-plus-plus.org/ >

    HTH,
    JW

  • How can I change the areas masked with ice?

    I have a page set up on site for a client that displays in 2 parts with a tab to switch between them.  The regions that have been hidden by CSS do not appear in the InContext Editor. How can I configure it so everything on the page is editable?

    You will probably need to detect if the ice is active, then do both at the same time.

    Here's a little snippet I use to detect if the ice is active on the page:

    var iceActive;     if (typeof window.frameElement !== "undefined") {         iceActive = (window.frameElement !== null && window.frameElement.className === 'beditor-iframe');     } else {         console.warn('window.frameElement not defined; ICE mode detection not available');         iceActive = false;     }
    
  • How can I change the size of my radio buttons

    I am building a survey and option buttons are too small. I wish they were bigger in the region of clickble and visually. I copied the external library to my folder and tried to modify the assets of the radiobutton. I double click on the symbol in the library to enter editing mode, make the changes, and then return to scene 1. Then I drag a component to the stage, but the changes I made are not reflected in the new instance - it looks exactly the same as before.

    Thank you, mgsDolphin

    I tried to change the size of the circle of radio button component to make it easier to choose. To change the size of the circle that is clickable, you import radio button component assets into your library. Help Flash provides a good explanation of this. In my Flash file is stored in:
    Macromedia > Flash > EN > component interface component user FLA > HaloTheme.FLA > Flash > themes > MMDefault > active RB

    You drag active RB out of the external library panel and in the library of your FLA file. Now you can work on them.

    The active key in the elements folder and is called Radio form 1. When you double-click on this you can evolve it and which changes size Visual and clickable circle RB. A problem is that the change is not visible in the FLA, you will need to run the SWF file to see.

  • Tecra M5 PTM51E - How can I change the BIOS only with the adapter?

    Hello

    Sorry for my bad English...

    I'm trying to update my bios by this file
    http://Support1.toshiba-tro.de/Tedd-files2/0/BIOS-20090113151143.zip

    Who fail, the message is:
    Error the AC adapter is not establish a connection, or battery power is not enough.

    I do not have the battery :-(he died a few months ago

    What can I do?

    Hello!

    And what do you think on the point of buying a new battery?
    I mean in this case nothing you can do and another way to update the BIOS is not known to me.

    In addition, now you can t mobile work with this laptop because you don t have a battery, so I think that a battery would be a good buy.
    You can get one for example authorized service.

    Good bye

  • How can I change the icon associated with an external hard drive in XP?

    I had to reformat etc and when settled dust that I can not put an icon on my external hard drive from seagate 1 t. It's not bad but it drives me crazy because it seems that it does not...

    Using Notepad, create a file with the following content

    [autorun]
    ICON = localpath\iconfile

    Save the file as autorun.inf (be sure to set "Save as type" in the drop-down list for "All Files" box).

    • IconFile is a file with the file extension ico icon.
    • LocalPath is the file (or folder and subfolder, etc.), without a drive designation.  So, for example, if there is a folder in the root of the named Seagate external drive, and you have an icon named seagate.ico file, the line in your autrorun.inf file would be:

    Icon = Seagate\seagate.ico

    Note that the square brackets in the first line should be included
    The autorun.inf file is usually a hidden, but making it so is yours.

  • How can I get the Green Start with Vista button?

    The Green Start button was there, but suddenly changed button round Vista. Is there a way to change this?

    Thank you

    Restore point:

    http://www.howtogeek.com/HOWTO/Windows-Vista/using-Windows-Vista-system-restore/

    Do Safe Mode system restore, if it is impossible to do in Normal Mode.

    Try typing F8 at startup and in the list of Boot selections, select Mode safe using ARROW top to go there > and then press ENTER.

    Try a restore of the system once, to choose a Restore Point prior to your problem...

    Click Start > programs > Accessories > system tools > system restore > choose another time > next > etc.

    See you soon.

    Mick Murphy - Microsoft partner

Maybe you are looking for

  • Missing cursor is on the virtual office?

    In some frequent cases, my cursor began to disappear. Sometimes, the cursor was actually on the screen but? invisible? and could be recovered temporarily by calling force quit, by clicking in the menu bar, by using the command-Tab switching applicati

  • NEW Workflow guides

    Hey everybody, My name is Miron, and I'm a Visual effects artist and VID of Israel. I'm about to embark on a movie to see the 60 days that will be shot with Tv the F5, using AXS - R5 capture RAW SQ, 2 K, MXF I'm trying to understand the best workflow

  • Decrypt the files from a formatted PC

    Dear Sir I work as an it company, I format our PC business accountant, before I took a backup of all the office and my data of documents in D: drive(As_usual_I_do).then, I added the computer to new domain. When I restore its backup D: drive form, I c

  • Unable to Deep Scan with Norton

    Original title: will not allow that one Button Checkup of Norton System Works at run - has done before Whenever I try to run the health check or other system works, I get a stop of the checkup once it hits the Deep Scan. It is said that he found a pr

  • Beginning lanmanworkstation

    Hello I need run some commands BACK to the safe mode command prompt.My Net use to access a network drive local is a failure because the lanmanworkstation is stoppedI tried to start it:SC Start LanmanworkstationWho has notand thisSC = config lanmanwor