Function @REMOVE doesn't work

Hello,
I'm trying to clear a block of data, but I'd like to remove just one member from the list before clearing.
I'm executing the script below, and the member E10.1095 is not excluded.
FIX(@DESCENDANTS("C6590000"))
FIX(@REMOVE(@RELATIVE("ELQCO",0),"E10.1095";))
CLEARDATA "Reel";
ENDFIX
DATACOPY "ELQCO" TO "E10.1095";;
ENDFIX
Does anyone knows if I'm doing anything wrong?
Thanks in advance,
Marilia Araujo

Hi,
I believe the function takes two lists as the parameters so give this a try
FIX(@DESCENDANTS("C6590000"))
FIX(@REMOVE(@RELATIVE("ELQCO",0),@LIST("E10.1095")))
CLEARDATA "Reel";
ENDFIX
DATACOPY "ELQCO" TO "E10.1095";;
ENDFIX
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Microsoft Exam Questions On Functionality That Doesn't Work!

    What does a student do if they are tested, in a Microsoft exam, on functionality that's known not to work?!
    It seems absurd that Microsoft is doing this.

    Assume it does work when you take the exam.
    How can functionality that doesn't work outside of the exam suddenly and mysteriously work in the exam? that doesn't make sense!
    Turn a blind eye toward "real world" experiences in these types of cases.
    Turning a blind eye to functionality that doesn't work isn't the correct solution: fixing the software or removing the question
    from the exam is.
    Be sure to mark the exam questions that you disagree with.
     - and what happens if the student concerned did not think to do this at this time but only after she had time
    to think about it afterwards?
    Thank you for your contribution but I feel that it does not really address the problem I have highlighted.

  • Functional keys doesn't work in Windows 7.

    I have installed BootCamp 3.0 and installed all drivers; however, functional keys doesn't work such as keyboard backlight, volum control.
    Let me know if there is any solution.
    Thank you,

    ' Installed device in another PC with same OS. And it worked (seems like fine) with latest drivers from Creative site.
    May be, the problem is that Setup doesn't delete old drivers or other stuff which conflicts with latest drivers? Before released drivers I tried to install beta and them didn't work. Yes, I uninstalled them and removed all drivers and software which I could with Device Manager. But it seems like it is installing well on "clean" system.

  • Using Mt Lion, I find that my trash removal doesn't work on any of my iMacs. (two iMac and one Mac Air)

    Using Mt Lion, 10.8.3, I find that my trash removal doesn't work on eithe unlocked or locked files. I have tries manuelly unlocking files and even that doesn't work. The trash disposal goes through the motions of counting the files and, then, doing the file subtaction from the count and at the end, it starts to go into negative numbers and never stops. However, nothing has happened to the trash.  What's going on and how do I correct it. I have tries clean installs of the operating system and still nothing changes.

    Relaunch the Finder, then from the Finder menu bar, select
    Finder ▹ Preferences ▹ Advanced
    and uncheck the box marked Empty Trash securely. Try again to empty the Trash.

  • OWB 9.0.3 : Function propagate doesn't work

    Hello,
    I would like propagate physical objects to logical objects.
    The reason :in the repository the objects are differents for a same element id.
    In fact , my problem is : I can't generate a mapping. The mapping is validate, but it's impossible to generate it.
    So, i think it'wil be better to work with a repository where physical's objects names are the same of logical's objects
    Any changes in Local Setup and MLS Display Language and Propagation options doesn't affect.
    Have you a solution because when i try to do the action with the menu Preferences->naming, it doesn't work.
    Thanks for your help.
    Patrick

    Download the current iPhoto version from the Mac App Store, buying it if needed.
    (119553)

  • SDK function FindText doesn't work from Acrobat X

    I have written this question more than one time in this forum, but Adobe developers do not reply.
    See the object. Other details it is possible to find in the following discussions:
    http://forums.adobe.com/thread/826756
    http://forums.adobe.com/message/3762837
    https://forums.adobe.com/thread/1032471
    https://forums.adobe.com/message/6080063
    https://forums.adobe.com/message/4646354
    https://forums.adobe.com/message/6531764
    If Adobe developers want to solve this problem, I am available for any trial or details (also source code that it works with Acrobat 9 and it doesn't work from Acrobat X).
    Regards

    This is a place for developers to help each other. If you want to contact developer support (of course, you will not reach actual developers of the product), you can pay to raise a support case. I can tell you their first question: does it work with Acrobat XI? There will be no fixes for Acrobat X.

  • Preview App Saved State Removal Doesn't Work

    I'm having trouble with my Preview App in Mavericks.  I evidently had too many windows opewn and it became unresponsive, so I had to use Force Quit.  Relaunching opened all the previous windows and the problem was repeated.  After searching the Communities, I learned that the Saved State folder for Preview should be deleted.  Then, I couldn't find the Saved State folder, and, after more time searching, I learned it's hidden in Library of the Go menu (Thanks a lot, Apple).  I trashed the Saved State folder for Preview, but nothing changed: It STILL opens up all the previous windows.  I can't even wrap my brain around how this is possible!
    The machine is a 2010 Mac Pro running Mavericks 10.9.1
    Any help would be appreciated.

    Richard Benson2 wrote:
    Edit: I should have said "Zoom to Fit doesn't work as expected"
    I was hoping to use Preview as a proper replacement for Acrobat but this is really aggravating. The zoom to fit only seems to use the horizontal Preview document space to determine the viewed file's fitment. Which of course is useless if you want to view the whole file in totality at the maximum space available. I simply want 100% of the viewable document area to maximize to the given space, not just 100% horizontal. As it stands there doesn't seem to be a way to do that other than using the scale field and just trial and error the percentage until you get the result...
    Any tips, tricks, workarounds?
    Message was edited by: Richard Benson2 for clarity
    I have had the same issue for over a year, and it's very aggravating, as I used to use it all the time, and still need to, but it just won't work. It will work if an image is too large, but not when it's too small, and it take multiple "zoom ins", and then you can't get it to fit right! I don't know Apple hasn't fixed this key flaw.... No OS update yet, has fixed it.

  • DI function exec() doesn't work on HPUX

    We created a simple job which contains only a script which invokes a Korn shell script "test.sh". The script should generate an output file. But we tried many different kinds of syntax but couldn't get it work. The syntax we tried are:
    1) exec('/scripts/test.sh', 'out_filename.xml', 0);
    2) exec('ksh', '/scripts/test.sh out_filename.xml', 0);
    3) exec('/bin/ksh', '/scripts/test.sh out_filename.xml', 0);
    DI always generates error messages like "Function <exec> failed to execute program <ksh ksh /scripts/test.sh out_filename.xml> ...". The strange thing is it always print the first parameter twice no matter what you put there. If I don't specify anything for the first parameter, like
    exec('', '/scripts/test.sh out_filename.xml', 0);
    the job would finish immediately but the output file was not generated and we know that the script cannot finish that fast (it takes 30 seconds to generate the output file on the command line).
    I even tried to remove the first line "#!/bin/ksh" from the script but it didn't work either. Can anyone shed some light on this issue? This is DI 11.5.3 on HPUX. Thanks for your help!
    Larry

    exec('/bin/ksh', '-c "/scripts/test.sh out_filename.xml"  ', 0);
    I guess the command
      "ksh test.sh file.xml"
    is not clear if file.xml belongs to the ksh or test.sh. With the -c and the double quotes you make it obvious to the OS.
    I assume you are 100% sure the ksh binary is found in /bin/ folder, not in /usr/bin/ and that your test.sh has the execution permission set for the user the DI jobserver was started from.
    What helped me to resolve exec() function issues is to embed them inside a print() function and use the flag 8 meaning "concat return code & stdout & stderr".
    print(exec('/bin/ksh', '-c "/scripts/test.sh out_filename.xml"  ', 8));

  • PopUpManager.remove() doesn't work

    Hi,
    I'm developing an app that uses TitleWindow instances to
    display information. I've been having trouble with the popups in
    that clicking on the "closeButton" has only one discernible effect,
    it no longer responds to drag events. This wouldn't be so bad if
    the instance weren't also visible. The popup gets placed on a
    Canvas container, not sure if this is signficant or not. I did
    finally manage to make this work, interestingly enough by removing
    the <mx:Style> element from the main application mxml file.
    The complete code, using a smaller example, is attached. Any
    explanations would be greatly appreciated. Even more appreciated is
    advice on actually getting this to work as I'd like it to (i.e.,
    with the styling).
    Cheers,
    Rich

    Thanks all for the replies. My problem turned out having to
    do with incorrectly setting the parent of the popup window.
    In BrokenPopup.as, dragDropHandler(), instead of using the
    PopUpManager I ended up adding the new BrokenPopupComponent object
    as a child of the containing Canvas object identified as
    "popupCanvas" in BrokenPopup.mxml. Not sure why the original
    implementation didn't work correctly, but I did want the popup to
    be a child of the Canvas and PopUpManager doesn't appear to support
    this.
    Again,thanks for the replies.
    Cheers,
    Rich

  • WEB DYNPRO AND WEB SERVICE MODEL: ejb remove doesn't work

    Hi guru,
    this is my scenario:
    J2EE-7.00 SP14-> PORTAL ->7 sp14  ->WEB DYNPRO FOR JAVA ->Web Service Model ->  WS Custom with MDM API JAVA
    The my WS is a Stateless Session Bean and i have this code:
         public void ejbCreate() throws CreateException {
              loc.setMinimumSeverity(Severity.INFO);
              loc.addLog(new ConsoleLog());
              this.plug = (MdmPlug) new MdmPlug(true);
              try {
                   this.loadProperties();
                   this.plug.connect(
                        hostname,
                        repository,
                        language,
                        username,
                        password);
                   loc.fatalT(msgLog+"[ ejbCreate ] START....");
              } catch (Exception e) {
                   if (e.getMessage()!=null)this.error=e.getMessage();
                   loc.fatalT(msgLog, this.error);
    public void ejbRemove() {
              try {
                   loc.fatalT(msgLog+"[ ejbRemove ] STOP....");
                   this.plug.close();
                   loc.fatalT(msgLog+"[ ejbRemove ] ...OK");
              } catch (ControlException e) {
                   loc.fatalT(msgLog+"[ ejbRemove ] ...K O !!!!");
    The my problem is:
    When open the IE and open my WD  the new EJB's instance is created (I see my log +"[ ejbCreate ] START....in LOG VIEWER).
    But, when I do log-off or I close IE, I don't see "[ ejbRemove ] STOP...." in LOG.
    Result:
    I open the MDM connection but not close it.
    Where is the problem?
    In Web Dynpro?
    In Web services?
    I have to create another WS's type?

    Hi Max,
    You can't run an EJBControl from a simple java class using either @Control or programmatic instantiation.
    The EJBControl implementation relies on Resource Context events so it "needs" a container context to run.
    You can use the ControlTestCase to unit test an EJB via EJB Control. You will need to configure the JNDIContextEnv annotation to bind to the server where the EJB is deployed. Note that this only works with EJBs that have a remote interface and a global JNDI name.
    The test case would look something like this (I've seen this example run as long as the JUnit classpath includes weblogic.jar)
    public class SimpleClient extends ControlTestCase {
    public void setUp() throws Exception { super.setUp(); }
    public void tearDown() throws Exception { super.tearDown(); }
    @Control
    @EchoEjbControl.JNDIContextEnv(
    contextFactory="weblogic.jndi.WLInitialContextFactory",
    providerURL="t3://localhost:7001",
    principal="weblogic",
    credentials="weblogic"
    public EchoEjbControl echoEjb;
    public void testXXX() {} // ... test methods that reference echoEjb
    Thanks
    Vimala

  • Re: Function taskbar doesn't work on Windows 7

    hi,
    i upgraded to Windows 7 from Vista, since that the function task bar I press FN bottom does`t appear. I have Qosmio G30
    Any help appreciated,

    Hi
    If you make a forum search, you can find many threads dedicated to your problems. Go to the Toshiba driver page and download the Vap utility and Flashcard support.
    http://eu.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp

  • Satellite L850 - 13N - Function keys ("FN") doesn't work

    Hello,
    I have Toshiba Satellite L850-13N with Windows 7 x64. The problem is that my function keys doesn't work. Could someone write me which drivers i need to install ?
    PS. sorry for my english :)
    Thanks for the help.

    What you need is Flash card utility and this utility is part of Toshiba VAP. As as*** already wrote reinstall VAP.
    Remove preinstalled version from the system, restart your notebook and install latest version that you can find on Toshiba download page - http://eu.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp
    I hope this will help you.
    Post some feedback.

  • 10.2.0.424 search partial number in the call list doesn't work

    The scenario is this
    I remember I've been call from one number.
    I only remember one part of the digits
    Let's say 6532
    I go to call list and go to use the search function
    No results, but scrolling the call list and wasting a lot of time, I see that I was remembering correctly that number.
    What is The point of having databases and a search function that doesn't work?
    Thank you for replies and opinions
    Cor

    Toggling these items to OFF in the Hub settings prevents the messages from these sources from appearing in the main Hub view.  This does not (currently) remove them from the Hub entirely.  It's possible we may see that option in an upcoming OS release.

  • Find files in folder doesn't work

    To make my photo galleries, I use CS5, because this is the last version that can use modified galleries that I was able to since CS3.  My modified pages have links to other pages on my web site, while the ones that now come with Photoshop are dead end with no links.
    So, another feature lost in later Bridges is the ability to show ALL the contents of a folder and its subfolders.  To get around this, I choose to show folders whose metadata or filename DO NOT contain zzz, since none do.  This has worked fine and I have made hundreds of galleries from my phylogenetic folder trees of species.
         Until I came to this gallery of Tachinidae. I have been updating all my Arthropod species galleries  After I did the usual procedure, and created the gallery (and deleted the previous gallery both on my PC and the web), I noticed that the first image was a Belvosia, and there were non of the Archytas or other species that should have come before, alphabetically.  I tried again and found that it was ignoring a lot of files in some subfolders that should have come up.  I tried other finds, like all files ending in .tif, or all that had the keyword Tachinidae, and always the same result.
         Then I tried the same search in CS6 and it finds all, but of course I can't make my galleries here,  I went back to CS5 and made a new folder TACHINIDAE 1  and moved all the files there and tried again, with no success.  I tried a backup file with the same result.  Rebooting didn't help.
         Today I tried again and as it did the search, I could see it indexing the Archytax subfolder and others that were not included, but now after  over 30 minutes, all I have is a spinning circle and no items.  I had gone back to other folders that I had made galleries of just before and they pull up all the images, as before, but this has stopped my progress in this project dead in my tracks.
         I can't make any sense of this at all.

    Well now it's not working at all.  I moved the folder to a higher level of my directory tree, with the same result.  then I just tried a subfolder and it quickly found that there were no images, either that didn't have zzz or that ended in .tif.
    Than I tried another family folder and it quickly found no images according to the criteria.  So now the search function just doesn't work.

  • Since updating to iOS 7.0.4 my iPhone 5 doesn't work

    Hi there,
    Since updating to iOS 7.0.4 my iPhone 5 stopped working.
    The wifi function has since started working again (after 2 weeks) but the cellular 3G function still doesn't work.
    Any ideas on how I can fix this?

    Hi ematthews,
    Thanks for using Apple Support Communities.  This article has steps you can take for issues with your iPhone's cellular connection:
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/ts3780
    If this is what you've tried it is not working, please reply with any step you are unable to complete or any additional information such as exact error messages or strange behavior you see.
    Cheers,
    - Ari

Maybe you are looking for

  • I just cut and pasted photos from the phone into my HP and now I can't open the files in the computer.

    I just cut and pasted photos from my Iphone into my HP. NOw when I go and try to open the files from the computer it's giving me an error: INVALID IMAGE The file format is not supported or is invalid WHat's confusing is that all files copy into my co

  • Check Register object

    Hi, I am trying to create a choose from list that opens the list of check register Like in the Chek register selection criterea form( Form 603 ). I found in the BoLinkedObject the check of paiment ( BoLinkedObject.lf_CheckForPayment ) but not the che

  • Calling SQL*Loader from Forms

    Hi, I was wondering if anyone has called SQL*Loader from Forms? What I am wanting to do is use Oracle Forms as the interface where you can specify a file that you can import into the database and it will use a set control file. Push the import button

  • About Tools built-in package

    TOOLS.add_parameter(plist, 'oracle_update', TOOLS.text_parameter, 'yes'); ====================================================== I found such code form "og.pll". but i can't get more info about it. anybody give me some advice,Thanks!

  • Query not retrieving properly

    hi guys, actually,i am dealing with one query for which there is one problem.when i am trying to run the query,it is not taking updated values for one of the key figures. simply put,while running query one of the values for the report is not getting