Remove or add lines to cursor?

Is it possible to add or remove line cursor? I don't have access to the table, but I have access to a procedure that returns the cursor. I need to filter this result cursor. I know that I can put in a table, then the fire correct query but I am interested if it is possible to add/remove the rows in the cursor.

FilipFry wrote:
Is it possible to add or remove line cursor? I don't have access to the table, but I have access to a procedure that returns the cursor.

The sliders doesn't work that way.

I need to filter this result cursor. I know that I can put in a table, then the fire correct query but I am interested if it is possible to add/remove the rows in the cursor.

Show us what you are trying to do with a few examples, we can help you from there.

Do not post your version of DB.

Kind regards
Prazy

Tags: Database

Similar Questions

  • Help - Add line and remove the line does not!

    Not able to understand why the button "Add and Remove row" do not work.

    Thanks in advance

    Hello

    To remove the specified line, use the function

    Table1._Row1.removeInstance (IND);

    where ind is the index of the line.

    You should put the button Delete in each row of the table and write onClic script:

    Table1._Row1.removeInstance (this.parent.index);

    BR,

    Paul Butenko

  • I regularly get wrinkles dividing the text which I cannot remove. The lines seem to occur after the typing of consecutive asterisks intended to divide the text segments.

    Original title: wrinkles in text

    I regularly get wrinkles dividing the text which I cannot remove.  The lines seem to occur after the typing of consecutive asterisks intended to divide the text segments.

    Much appreciated assistance by removing the lines.

    Thank you ~.

    1. you must identify which application you use to create your documents.

    2. in addition to the name of the application, you must specify its version.

    3. Please ask your question in the appropriate forum.  Assuming that you are dealing with a version of Microsoft Word, which would be the forum Microsoft Office Word.

    4. Notwithstanding the foregoing, if you use Word 2003, 2007 or 2010, see--> http://www.techrepublic.com/blog/msoffice/add-horizontal-lines-to-a-word-document/3886

  • How to add lines to the PresetEffects.xml from a script

    Hi, I would like to add a few lines in the PresetEffects.xml to another text file or an another JavaScript add lines like this how can I do? :

    < name of the group = "$$$ / AE/Preset/AnimalHead14 / = mouth" >

    < name of the cursor = "' $$$ / AE/Preset/AnimalHead14/MouthOffsetX = mouth X shift" default = '0' valid_min = '-30,000"valid_max ="30000"slider_min = slider_max"-500"= '500' precision ="1"DISPLAY_PERCENT ="true"/ >"

    < name of the cursor = "' $$$ / AE/Preset/AnimalHead14/MouthOffsetY = mouth Offset Y" default = "0" valid_min = "-30,000" valid_max = "30000" slider_min = slider_max "-500" = '500' precision = "1" DISPLAY_PERCENT = "true" / > "

    < name of the cursor = "' $$$ / AE/Preset/AnimalHead14/MouthScaleWidth = scale Overture" default = "100" valid_min = "-30,000" valid_max = "30000" slider_min = slider_max '-500' = '500' precision = "1" DISPLAY_PERCENT = "true" / > "

    < name of the cursor = "' $$$ / AE/Preset/AnimalHead14/MouthScaleHeight = scale of mouth height" default = "100" valid_min = "-30,000" valid_max = "30000" slider_min = "-500" slider_max = "500" precision = "1" DISPLAY_PERCENT = "true" / > "

    < / Group >

    < / effect >

    {function onClick.btn

    Add the lines of my text file in the PresetEffects.xml

    I did once, like this:

    var scriptEffect = {};
    scriptEffect.xml =
    
        
            
            
        
        
            
            
            
        
    ;
    scriptEffect.matchName = [email protected]();
    
    function installScriptEffect(){
    
        var ret;
        var file = new File(Folder.appPackage.absoluteURI + "/PresetEffects.xml");
        var str, idx, header, xml;
        var xmlSettings = XML.settings();
    
        XML.setSettings(XML.defaultSettings());
    
        try{
            if (!file.exists) throw "ERR_FILE_NOT_FOUND";
    
            file.open("r");
            str = file.read();
            file.close();
    
            idx = str.indexOf("");
            if (idx<0) throw "???";
    
            header = str.substring(0, idx-1);
            xml = new XML(str.substring(idx, str.length));
    
            if (!xml.contains(scriptEffect.xml)){
                xml.appendChild(scriptEffect.xml);
                if (!file.copy(new File(file.absoluteURI+".bak"))) throw "ERR_CANNOT_WRITE";
                file.open("w");
                if (!file.write(header + xml.toXMLString())) {file.close(); throw "ERR_WRITE_FAILED";};
                file.close();
                alert("Preset installed succesfully. Please restart After Effects");
                }
            else{
                alert("Preset already installed. You need to restart After Effects to make it effective.");
                };
            ret = true;
            }
        catch(e){
            file.close();
            alert(e);
            ret = false;
            };
    
        XML.setSettings(xmlSettings);
    
        return ret;
        };
    

    Then, when you want to add the effect, check with myLayer.effect.canAddProperty (scriptEffect.matchName).

    If true, nothing to do, otherwise use the installScriptEffect function. Normally, it works (haven't tried for a long time).

    Xavier

  • How to remove children lines with removal of multi line?

    Hello!

    I have a DSM process that removes the selected lines of the report, but it gives an error if the line have a child row in another table, so I have to go to this report and remove these first.

    Just add somewhere in the DSM process something then it removes children lines too, or I have to create new process for this?

    Hi EgaSega,

    DELETE will work if there is no foreign key constraints that refer to the line to remove.

    If you don't have foreign key constraints, you can change them to 'ON DELETE CASCADE '. This way, if you DELETE a row in a parent table, all child rows will be auotmatically DELETED, too.

    There are also "ON DELETE SET NULL', which allows you to DELETE the parent rows with children. When you DELETE a parent, child rows are not automatically DELETED, but the columns that pointed to the DELETED parent are automatically changed to null.

    Check out this old thread of discussion forum SQL and PL/SQL for more details:Delete record based on the ID of the main table

    Hope this helps you,

    Kind regards

    Jitendra

  • Button to remove all empty lines

    I am trying to create an interactive form that has a button that adds lines for the user to enter questions and another to add follow-ups to the authorities. There are 3 different sets of these. However, we do not want to add a button to remove all lines, in order to allow the accidental deletion of data already entered.  I would like to create a button that deletes all empty lines, including all subforms.  Either that, or to save the document, would be deleted all empty lines - depending on what would be easier. Help, please!  It seems that this will be a complicated task and I'm not well versed in LiveCycle to figure this on my own.

    Thank you!

    In the object > range of liaison. I've included a screenshot on the forum.

    Niall

  • Cannot removie trovi add-on from Mac - have tried the validated method

    Need details on how to remove trovi add-on which redirects to a page on a MacBookPro OS 10.9.5 using Foxfire 33.1

    Help please!

    Hello

    Have you checked your Applications for all suspicious programs? If you find any, delete them.

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its State default factory while saving your bookmarks, history, passwords, cookies and other essential information.

    Note: After Firefox reset, you will lose all extensions, toolbar customizations, and certain preferences. See article Firefox Refresh - reset modules and parameters for more information.

    To reset Firefox:

    1. Open the troubleshooting information page using one of the following methods:

      • Click the menu button

        click Help

        and select troubleshooting information. Should open a new tab containing your troubleshooting information.

      • If you are unable to access the Help menu, type Subject: support in your address bar to bring up the troubleshooting information page.
    2. At the top right of the page, you should see a button that says "Reset Firefox" which looks like this:

      . Click on it.

    3. Firefox will close and reset. After it's done, Firefox will display a window with information that is imported.
    4. Click Finish and reopen Firefox.

    This corrects the problem? Please report to us! Let us know how you tried.

    Thank you.

  • I had a problem with slow, so I used "reset". The popup ran forever so I stopped it. Now I can not remove or add the program.

    I had a problem with slow, so I used "reset". The popup ran forever so I stopped it. Now I can not use, remove or add the program. How should I proceed?

    TIA,
    BWSwede

    Try to create a new profile.

    See "create a profile":

    If the new profile works then you can transfer files from a profile in the new profile, but make sure not to copy corrupted files.

    What problems do you have that you want to reset Firefox?

    Firefox creates a new folder of old data of Firefox on the desktop?

    If reset you Firefox and a new profile is created and some of your data (bookmarks, passwords, cookies, form data) is automatically imported and your current profile will be moved on the desktop (old data of Firefox).

  • Add lines - which method is the fastest

    I work with data in data acquisition and I need to add lines. I came up with two methods of getting that and as I work with pretty big blocks of data I wonder which approach is most effective. Thanks for the help.

    Both are methods of 'SLOW' and quite the same.

    If you need to go a lot faster, initialize a large array and then use the function 'replace the item.

    If you have any problem to speed the first is the simplest method.

  • How do I add lines to multicolumn listbox control

    Hi all

    the questions are as below:

    1. how to add lines to multicolumn listbox control?

    2. the message is the message of RS232 communication with hexadecimal, how to convert 2D format to fit the Ref property?

    anyboady can provides a simple example? Thank you very much.


  • Halo 2:When I use my mouse on the line, the cursor movement is very slow and jerky.

    original title: halo 2

    Hello... Just installed Halo 2 on my Windows 7, 64-bit desktop.  I have all the latest drivers. All other games work fine.

    When I use my mouse on the line, the cursor movement is very slow and jerky. Unplayable.

    I was looking for a patch for the game or suggestion on how to correct adjust them.  I tried the option in game of adjustment of moving the mouse, but it did not help.

    Suggestions please...

    ----------------

  • I still have not found "help" to tell me how to remove all the lines and columns beyond those needed for my spreadsheet.

    I used several worksheets.  More allows me to specify the rows/columns and then delete them.  This is to remove all the lines/columns beyond those set up and formatted for my spreadsheet.   I tried many ways to remove all additional lines/columns, but without success.  I even took the time to scroll down/on to highlight all the unnecessary lines and columns, but they do not remove it.
    Any suggestions?  I used spreadsheets most allow me to specify the number of rows/columns for my worksheet

    You can ask your question in the office | Excel Forum because it is not really a problem of Windows XP performance and maintenance.

    Office | Excel

    http://answers.Microsoft.com/en-us/Office/Forum/Excel

    Also, providing specific information may help to get a faster response or better, such as the version of Office or Excel? version of Windows XP? Home, Pro, 32-bit or 64-bit.

    I hope this helps.

  • in Windows XP when I try to remove or add a program, Error 1324 the path my pictures contains an invalid character

    in Windows XP when I try to remove or add a program, I get "Error 1324 the path my pictures contains an invalid character"

    Hello

    1 is applicable to all programs that you are trying to install this question?

    See the methods listed in the section below and check if this helps you resolve the issue.
    You may receive one of three error messages when you try to install Streets and Trips or MapPoint
    http://support.Microsoft.com/kb/894510

    I hope this helps.

  • LAN printer prints not - need to remove and add another printer to obtain a paper copy. Intermittent problem.

    LAN printer prints not - need to remove and add another printer to obtain a paper copy. Intermittent problem.

    http://TechNet.Microsoft.com/en-us/library/bb727037.aspx

    Have a read of the link above re Vista file and printer sharing.

    Permissions/Share info is there as well.

    See you soon.

    Mick Murphy - Microsoft partner

  • Remove Office Add-ins - Windows does not recognize my administrator status

    Even if I'm already logged as an administrator, I get the message "You must be an administrator to remove these add-ins" when trying (in vain) remove an add-in

    Hi JoeSpam,

    To focus in the right direction, we need the following information:

    (a) you are trying to uninstall the office add-ins in the office program or Microsoft internet explorer?

    (b) why are you trying to achieve? Exactly how you try to do this?

    To better understand the issue, we need more information.

    Note:  You can delete the controls ActiveX or modules that you have downloaded and installed. You can not delete the controls ActiveX or modules that have been pre-installed whatsoever, but you can disable the.

    The following links can help you, please navigate to them:

    Internet Explorer Add-ons

    http://Windows.Microsoft.com/en-us/Windows-Vista/Internet-Explorer-Add-ons-frequently-asked-questions


    Enable or disable add-ins in Office programs

    http://Office.Microsoft.com/en-us/help/HA100341271033.aspx#2

     

    Add or remove an add-in

    http://Office.Microsoft.com/en-us/Outlook/HP052427821033.aspx

    If the problem is with the office program, visit the link below to find a community that will provide the support you want.
    http://www.Microsoft.com/Office/Community/en-us/FlyoutOverview.mspx

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for