Making code invisible to EPC

Hi,
Can any one know how to make our code invisible to Extended Program check.

Hi,
SET EXTENDED CHECK OFF.
SET EXTENDED CHECK ON.
It sets extended check on and off.
Please kindly remember to reward points for useful answers
Regards, Manuel

Similar Messages

  • I am making code to try to make a game and my problem is that my code......

    I am making code to try to make a game and my problem is that my code
    will not let it change the hit everytime so im getting the first guy to hit 1 then next hits 8 and so on and always repeats.
    Another problem is that I would like it to attack with out me telling it how much times to attack. I am using Object oriented programming.
    Here is the code for my objects:
    import java.lang.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.util.Random;
    import static java.lang.Math.*;
    import java.awt.*;
    import java.awt.color.*;
    class rockCrab {
         //Wounding formula
         double sL = 70;                                   // my Strength Level
         double bP = 1;                                   // bonus for prayer (is 1 times prayer bonus)
         double aB = 0;                                 // equipment stats
         double eS = (sL * bP) + 3;                         // effective strength
         double bD = floor(1.3 + (eS/10) + (aB/80) + ((eS*aB)/640));     // my base damage
         //Attack formula
         double aL = 50;                                   // my Attack Level
         double eD = 1;                                   // enemy's Defence
         double eA = aL / eD;                              // effective Attack
         double eB = 0;                                   // equipment bonus'
         double bA = ((eA/10) * (eB/10));                    // base attack
         //The hit formula
         double fA = random() * bA;
         double fH = random() * bD;
         double done = rint(fH - fA);
         //health formula
         double health = floor(10 + sL/10 * aL/10);
         rockCrab() {
         void attack() {
              health = floor(10 + sL/10 * aL/10);
              double done = rint(fH - fA);
              fA = random() * bA;
              fH = random() * bD;
              done = rint(fH - fA);
              System.out.println("Rockcrab hit" +done);
    import java.lang.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.util.Random;
    import static java.lang.Math.*;
    import java.awt.*;
    import java.awt.color.*;
    class self {
         //Wounding formula
         double sL = 1;                                   // my Strength Level
         double bP = 1;                                   // bonus for prayer (is 1 times prayer bonus)
         double aB = 0;                                 // equipment stats
         double eS = (sL * bP) + 3;                         // effective strength
         double bD = floor(1.3 + (eS/10) + (aB/80) + ((eS*aB)/640));     // my base damage
         //Attack formula
         double aL = 1;                                   // my Attack Level
         double eD = 1;                                   // enemy's Defence
         double eA = aL / eD;                              // effective Attack
         double eB = 0;                                   // equipment bonus'
         double bA = ((eA/10) * (eB/10));                    // base attack
         //The hit formula
         double fA = random() * bA;
         double fH = random() * bD;
         double done = rint(fH - fA);
         //health formula
         double health = floor(10 + sL/10 * aL/10);
         self() {
         void attack() {
              health = floor(10 + sL/10 * aL/10);
              fA = random() * bA;
              fH = random() * bD;
              done = rint(fH - fA);
              System.out.println("You hit" +done);
    }Here is the main code that writes what the objects do:
    class fight {
         public static void main(String[] args) {
              self instance1 = new self();
              rockCrab instance2 = new rockCrab();
              instance2.health = instance2.health - instance1.done;
              System.out.println("You hit: " +instance1.done);
              System.out.println("rockCrabs health: " + instance2.health);
              instance1.health = instance1.health - instance2.done;
              System.out.println("RockCrab hit: " +instance2.done);
              System.out.println("rockCrabs health: " + instance1.health);
              instance2.health = instance2.health - instance1.done;
              System.out.println("You hit: " +instance1.done);
              System.out.println("rockCrabs health: " + instance2.health);
              instance1.health = instance1.health - instance2.done;
              System.out.println("RockCrab hit: " +instance2.done);
              System.out.println("rockCrabs health: " + instance1.health);
              instance2.health = instance2.health - instance1.done;
              System.out.println("You hit: " +instance1.done);
              System.out.println("rockCrabs health: " + instance2.health);
              instance1.health = instance1.health - instance2.done;
              System.out.println("RockCrab hit: " +instance2.done);
              System.out.println("rockCrabs health: " + instance1.health);
              instance2.health = instance2.health - instance1.done;
              System.out.println("You hit: " +instance1.done);
              System.out.println("rockCrabs health: " + instance2.health);
              instance1.health = instance1.health - instance2.done;
              System.out.println("RockCrab hit: " +instance2.done);
              System.out.println("rockCrabs health: " + instance1.health);
    }when the code is run it says something like this:
    you hit 1
    RockCrabs health is 9
    RockCrab hit 7
    your health is 38
    you hit 1
    RockCrabs health is 8
    RockCrab hit 7
    your health is 31
    you hit 1
    RockCrabs health is 7
    RockCrab hit 7
    your health is 24
    you hit 1
    RockCrabs health is 6
    RockCrab hit 7
    your health is 17
    my point is whatever some one hits it always repeats that
    my expected output would have to be something like
    you hit 1
    RockCrabs health is 9
    RockCrab hit 9
    your health is 37
    you hit 3
    RockCrabs health is 6
    RockCrab hit 4
    your health is 33
    you hit 2
    RockCrabs health is 4
    RockCrab hit 7
    your health is 26
    you hit 3
    RockCrabs health is 1
    RockCrab hit 6
    your health is 20
    Edited by: rade134 on Jun 4, 2009 10:58 AM

    [_Crosspost_|http://forums.sun.com/thread.jspa?threadID=5390217] I'm locking.

  • Frequently faced errors when making code as unicode enabled document

    Hi ALL,
    Does any have frequently faced errors when making code as unicode enabled document
    please forward it to
    [email protected]
    thanks
    Suchitra

    WS_DOWNLOAD and WS_UPLOAD function calls will need to be replaced with GUI_UPLOAD and GUI_DOWNLOAD or the assocaited methods of the class CL_GUI_FRONTEND_SERVICES.  Also, some syntax changes to some statements, like OPEN DATASET will need the ENCODING extension.
    Regards,
    Rich HEilman

  • While making field invisible at runtime in FPM_FORM_UIBB that row is coming as blank

    Hi All,
    In one of the requirement we are making one of the fields indivisible at runtime in the method -  GET_DATA  of the class - CL_HRESS_PER_DETAIL.
    But row in which the filed is made invisible is coming as blank .
    Is there any way to change the row number of the fields at run time .
    Thanks
    Amol

    We don't have option for specifying the row / column options at runtime.
    In structure FPMGB_T_FIELDUSAGE We have only Mandatory/Visibility/Read-only/Enabled options to set for any field.

  • Making tabs invisible in FPM_OIF_COMPONENT does not work

    we have a requirement to hide some FPM tabs (main views) in the ESS talent profile iView.
    after making those tabs invisible in the FPM component configuration they still show up as visible. Any idea why?
    more precisely, we are making FPM tabs (main views) invisible In component configuration HRTMC_EP_OIF of component FPM_OIF_COMPONENT.
    Regards,
    Tiberiu

    Hi,
    I assume here that at design time you make them via the configuration invisible. At runtime if you see the tabs then i suspect that there are some Dynamic programming involved or other variants exists that you haven't changed yet.
    Go back to the application configuration and test it from there and if it is still not working then use the Debugger to see what happens and why your configuration is not working.

  • Problem with making picture invisible

    Hi,
    I prospect forums but I have not found solutions to my problems. I
    want to display different pictures at different times or successively.
    I want to display one picture, wait until the user click onto it
    (I know how do it), then display another picture in the place of the
    first and so blinking (making invisible and inactive) the first.
    Sorry for this simple request. Thanks in advance for your help.

    Hi,
    I send here the program I would like to realize.
    The user must clicks a certain number of times (once or five times) on a red rectangle before two shapes (A and B, once in the left and once in the right) appear and the subject chooses either one. The same thing with another pair of stimuli (C and D) after completion of a number of clicks required on the rectangle. One sequence consists on 2 presentations of the pair AB stimuli with each stimuli once at right and once at left + 2 presentations of CD stimuli with each stimuli once at right and once at left.
    I want to randomize order of events, so I will create (no doing yet) 24 sequences of possible order of events (not only display AB_BA_CD_DC, like the example, here in the block diagram, but too AB_DC_BA_CD, for example). The choice of the sequence is randomized with a random number (multiply by one for the moment in order you see immediately the events when you run the VI).
    I use ring picture to display the stimuli and enumerated constant for the type of stimuli I display. What I would like to do is using only 2 rings indicators, but I have seen when I did that, the program doesn't work. I was "forced" to use one ring each time. It will be more costly for me to write because I must create property node_property visible_false for other ring each time and in this cas I would use 288 rings.
    My question is how can I do for using only 2 rings? And am I forced to use sequence structure?    
    Thanks in advance for your help.
    sequence 1 effort à FR5.zip (849 kb)
    Attachments:
    sequence 1 effort à FR5.zip ‏849 KB

  • TO make souce code invisible

    hai
    i am using jsp.
    In jsp i have already block the right click of IE.
    When i select view->Source of IE ,then i can view the souce code of that page.
    Now i want to block the code of jsp in IE.(the code only invisible)
    How can i do it.
    If any one know please tell.
    thanks

    Yeah, it shows <invisible> tag until you scroll down about 10 lines and see that they just put <invisible> at the top followed by a bunch of blank lines.
    Like I said, impossible.
    You see, the thing is, your browser is just a thing that renders HTML. It kind of needs to have the HTML in order to render it. I can always get the HTML code by a simple telnet session because of this fact. Just looking at the other 9 ways they list to make the source code impossible to steal would tip you off that this is a joke.
    At any rate, this question has nothing to do with JDev.
    happy coding.

  • Making code more precise

    Hi my name is vicente and i was wondering if the following code is as precise as it could be. I made the program in the course of 1 hour during class and it is quite simple. Let me know if there are things i can clean up. thanks
    import java.io.*;
    class Program49A1
         public static void main ( String[] args ) throws IOException
              EasyReader indata = new EasyReader ("testscores.dat");
              //initialize the variables
              int num=0,index,count, count2,newsize;
              String input,fName,lName,input2;
              double total=0, average,min=0,max=0;
              //read the first piece of data and save it to some variables for later          
              input = indata.readLine();
              count = Integer.parseInt(  input );
              index=count;
              count2=index;
              double testScores[] = new double[index+1];     
              //get the student's name and begin output.
              fName = indata.readLine();
              lName = indata.readLine();
              System.out.println(fName+ " " +lName+"'s test scores:");
              //read the first test score.
              input2 = indata.readLine();
              testScores[index] = Double.parseDouble(  input2 );
              total = total + testScores[index];
              //initializing the first element of the array as both the largest and the smallest number
              min=testScores[index];
              max=testScores[index];
              for( count=count-1; count != 0; count--)
                   //begin the for loop by printing the test score and a comma.
                   System.out.print( testScores[index] + ", ");
                   input2 = indata.readLine();
                   testScores[index] = Double.parseDouble(  input2 );
                   //find the max and the min
                   if ( testScores[index] <= min)
                        min = testScores[index];
                   if (testScores[index] >= max)
                        max = testScores[index];
                   //calculate average
                   total = total + testScores[index];
              //print out the last testscore of the array.
              System.out.print(testScores[index]);
              //if the max and the min are the same number (unlikely)
              //this will make sure the new average is correctly calculated
              if(max==min)
                   newsize =index-1;
              else
                   newsize=index-2;
              //calculations and final output
              average = (total/count2);
              System.out.println("\n\naverage: "+average);
              System.out.println("\nmin:" +min+"\n\nmax: "+max);
              //subtract the sum of the max number and the lowest number from the total.
              total =total -(min+max);
              //average is now equal to the new total divided by the new number of numbers.
              average=total/(newsize);
              //final output
              System.out.println("\n\naverage: "+average);
              System.out.println("\n\n");               
    }im using easy reader which you can find here: http://www.skylit.com/javamethods-old/EasyReader.java

    Any place you have a comment could potentially be re-factored into a private method with a descriptive name. When you see 'blocks' in your code delineated by comments, always consider breaking up the larger method into smaller ones. Blocks within loops are also excellent candidates for a private method.
    Consider making all string literals in your class into constants that are static and final. (Don't bother doing this for logging message or System.out.println(), it's overkill).
    Consider catching the IOException rather than letting it propogate out of the main() method. You should instead display a meaningul message to the user. Stack traces are not that friendly on the eyes to ordinary users.
    - Saish

  • Making code more efficient

    I am having a lot of trouble getting my code to work fast enough. I have 4 sonic anemometers and currently my code is only efficient enough to collect data from one. I have programs that run 2 sonic anemometers and save the data, but bites pile up at the port. The instruments are in unprompted mode and send data at 10hz. I find that using the wait command dose not work well for some reason so I have the loop continuously running. The first version of my code (V3a) worked for one sonic and bites did not pile up at the port. So I made (V3b) and tried to make a more efficient program. I tried separating things into multiple loops but, it still does not work well and was hoping to get some ideas to make things work better.
    I attached the 2 versions of my code. I am not sure if I should attach the subVIs, let me know.
    Thanks!
    Attachments:
    fo3csat_unprompted_v3a.vi ‏23 KB
    fo3csat_unprompted_v3b.vi ‏27 KB

    I'm going to ask you a very important question about that occurrence in the top loop: by using the occurrence the way you have, have you eliminated the possibility of a race condition? The answer is NO... study it, and you'll see why. If you can't figure it out, post back and I'll tell you why the race condition is still present.
    Also, if you ever are coding and thinking to yourself, "WOW, I can't believe the guys who developed LabVIEW made it so hard to do this simple task!", odds are, you're making it hard yourself! Rather than making 4 parallel branches of a numeric, converting to an ASCII string, then reinterpreting as 4 separate numerics, consider the following code. It's nearly equivalent, except my seconds has more significant digits (maybe good, maybe not):
    I'm going to argue that even splitting the discrete components of time is unnecessary, unless your logging protocol specifically requires that format. Instead, simply write the timestamp directly to file with the data points.
    Also, remember to use a standard 4x2x2x4 connector pane on your SubVIs. Refer to the LabVIEW Style Guide (search, and you will find it).
    Finally, I'm going to disagree with the other guys, it's not evident why you split the one loop into three loops. The only "producer/consumer" architecture has the top loop as the "producer", and all it's producing is a timestamp! This is not a typical or intended use of the producer/consumer architecture. Your VI is intended to only save a data point once every 30 minutes (presumably), so it's no big deal of both of your serial devices are in the same loop.
    The single biggest problem why your VI is completely railing out a CPU core (you didn't state this, but I'm guessing the reason you posting is because you noticed a core running at 100%!) is the unmetered loop rate... like the other guys say, drop a "Wait Until Next ms Multiple" and slow the loop rate down significantly. 10msec is probably too fast for your application.... actually, a loop rate of once every 30 minutes (that's 1800000msec) might be best.
    Let us know how it goes!
    a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"] {color: black;} a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"]:after {content: '';} .jrd-sig {height: 80px; overflow: visible;} .jrd-sig-deploy {float:left; opacity:0.2;} .jrd-sig-img {float:right; opacity:0.2;} .jrd-sig-img:hover {opacity:0.8;} .jrd-sig-deploy:hover {opacity:0.8;}

  • Making UI Invisible Issue

    Hi All,
    I am facing an issue in making the text field UI invisible.
    The issue is while making the text field UI invisible, only the text iniside is getting invisible, the text field remains same.
    Kindly help us in solving this issue.
    Thanks in Advance,
    Thanks & Regards,
    Chandran S

    Hi,
    Here is my scenario and also let me spceify clearly where was the problem.
    I have a set of table values, that has to displayed in the form not as table but as shown below
    I have maintained two subforms inside the Main subform Subform1_Objectives (flowed, Repeat subform..... properties  enabled)
    Subform1 (flowed, Repeat subform..... properties  enabled)
    Subform2_Objectives (positioned, Repeat subform..... properties  enabled)
    Here is the Script for the above for making Invisible
    // Getting the Objectives Count.
    var objectivesCount= data.Subform1_Objectives.Subform1.Subform2_Objectives.instanceManager.count;
    // Determining the Part Appraisal and Final Appraisal.
    for(var i=0;i<objectivesCount;i++)
        var notesVisibility = xfa.resolveNode("data.Subform1_Objectives.Subform1.Subform2_Objectives["i"].NOTES_VISIBLE").rawValue;
        if((notesVisibility !="VC"))
            xfa.resolveNode("data.Subform1_Objectives.Subform1.Subform2_Objectives["i"].WIEGHTING").presence="invisible";
            xfa.resolveNode("data.Subform1_Objectives.Subform1.Subform2_Objectives["i"].NOTES_VISIBLE").presence="invisible";
            xfa.resolveNode("data.Subform1_Objectives.Subform1.Subform2_Objectives["i"].PART_APPR_NOTES").presence="invisible";
            xfa.resolveNode("data.Subform1_Objectives.Subform1.Subform2_Objectives["i"].FINAL_APPR_NOTES").presence="invisible";
    I have a static input field in the same form , i tested making invsible, its fine and getting invisible.
    The same thing i try inside the subform, only the text gets invsisble, but the text box remains same.
    Best Regards,
    Chandran S

  • IsTraversable making files invisible, rather than non-traversable

    I have some files stored in a folder (some kind of "compound" file) so when the user opens the folder it acts like a file. At the moment I am drawing its own little icon and stuff, everything works fine except the user can "double click" on the file and instead of opening it, they will go into it and see all the guts inside. I found the isTraversable method of the FileView object and that does half the job (other half would be to support double - click opening) However, when i try to use it anything I set as non traversable becomes invisible. I suppose its doing its job (I cannot traverse the file that isnt there) but i would like to be able to choose this file.
    public Boolean isTraversable(File f)
              Boolean ret = super.isTraversable(f);
              if (QuantitationFileChooser.isQuantitationFile(f, false))
                   ret= new Boolean(false);
              return ret;
         }Am i missing the point of this function or something? It seem pretty simple, i have no idea what i am doing wrong! The documentation says its exactly what i want:
    "public Boolean isTraversable(File f) Whether the directory is traversable or not. This might be useful, for example, if you want a directory to represent a compound document and don't want the user to descend into it. "
    Thanks for any help

    794057 wrote:
    Am i missing the point of this function or something? It seem pretty simple, i have no idea what i am doing wrong! The documentation says its exactly what i want:
    "public Boolean isTraversable(File f) Whether the directory is traversable or not. This might be useful, for example, if you want a directory to represent a compound document and don't want the user to descend into it. "Works as documented for me. Run this code and try double-clicking around.import java.io.File;
    import javax.swing.JFileChooser;
    import javax.swing.SwingUtilities;
    import javax.swing.filechooser.FileView;
    public class ChooserWithView {
      public static void main(String[] args) {
        SwingUtilities.invokeLater(new Runnable() {
          @Override
          public void run() {
            JFileChooser chooser = new JFileChooser();
            chooser.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);
            chooser.setFileView(new FileView() {
              @Override
              public Boolean isTraversable(File f) {
                if (f.getName().contains("o")) {
                  return false;
                return null;
            chooser.showOpenDialog(null);
            System.out.println(chooser.getSelectedFile());
    }

  • Making tabcontrol invisible

    Hi,
    I have a screen with a tabcontrol. I want make this tabcontrol invisible while some condition are met.
    I tried this code in PBO and in module tabcontrol_change_field_attr. But it didn't work :
    if my condition.
    loop at screen.
    screen-invisible = '1'.
    endloop.
    endif.
    Can you make tabcontrol invisible?
    Thanks,
    Widad

    Hi,
    see the sample code to tabcontrol invisible .
    PROCESS BEFORE OUTPUT.
    * Module screen GUI-Screen&Status and Screen Logic
      MODULE status_1020.
    * Table control for OUTPUT
      LOOP AT t_zcxref_classes INTO wa_zcxref_classes
           WITH CONTROL tc_batch .
        MODULE charac_classname_out.
      ENDLOOP.
    MODULE status_1020 OUTPUT.
      DESCRIBE TABLE t_zcxref_classes LINES w_fill.      "t_zcxref_classes  is table used in table control
      tc_batch-lines = w_fill.                   "scrool bar for table control
      tc_batch-invisible = ' '.                   "table control Visible..
    " tc_batch is table control name
      CASE ok_code.
        WHEN 'ENTER'.
          IF t_zcxref_classes [] IS INITIAL.
            tc_batch-invisible = 'X'.                         "make table control invisible
         ENDIF.
      ENDCASE.
    ENDMODULE.                 " STATUS_1020  OUTPUT
    Prabhudas

  • Security, dual boot os x partitions; making each invisible from each other?

    I have partitioned my Mini's hard drive with the intention of using one partition for general exploratory google surfing, and the other partition for credit card transactions, etc, thereby keeping the latter free of nasties and avoiding hacker exploits. Is it possible to set each partition up to be invisible to the other?
    It occured to me another way of doing this would be to take out the mini's hard drive, put it in a bootable firewire caddy and have a second external firewire hard drive; you would simply unplug the hard drive you weren't using or, preferably, there would be some physical switch to switch between the two. I prefer simple options to configuring a firewall to the nth degree, though I should mention that I bought a netgear router that apparently has security features. I need to read up on that, too, but at the moment I am exploring my security options and firewall settings.
    Any help would be much appreciated!

    I'm not a security expert or anything, but I don't actually have a whole lot of faith in the security of the "out of the box" OS X configuration. I gather the unix bits have a pretty good track record, but some of the GUI aspects seem to reflect a lackadaisical attitude toward security. Safari's "open safe files" setting, enabled by default, has gotten Apple into trouble by exacerbating other problems on at least three separate occasions. The fact that certain areas of the "/Library" folder can be written to by an "admin", thereby affecting other users, and without the need for a password, has been exploited by iOpener in "Panther", and by "oompa-loompa" in "Tiger". You would have though once would have been enough for either of these things. "Fool me once..." "Those that fail to learn from history..." Obviously, somebody isn't getting it.
    So I think you are right to be concerned. I'm not sure how I would handle the situation, but to comment on your question, it is generally considered that the best way to deal with a compromised system is to erase the hard drive and restore everything from known "good" media. Given that approach, and since you are already willing to go to the effort of creating a separate, presumably uncompromised system on an external drive for your secure transactions, why not go all the way and keep that drive disconnected when not in use? It is possible to prevent volumes from being mounted automatically at boot time (try searching for "os x" and "/etc/fstab" for example), but this won't prevent mounting if the drive is unplugged by someone and plugged in again, at which time compromised system would be able to affect the external drive. Going into more speculative territory, maybe if one boot drive was formatted HFS+ and the other UFS (OS X supposedly supports both for booting), maybe the system files required for reading the non-boot filesystem type could be removed... But keeping it unplugged would seem to be much easier, and probably safer since there would be no physical connection...
    and btw, despite all the bad things I have said about Apple's apparent attitude toward security, that article you linked to is inaccurate, out-dated (ie irrelevant), sensationalistic garbage.

  • Making Code Backward Compatible (SDK 1.4 - 1.3)?

    In SDK there is a method added in Toolkit class: "public void setDynamicLayout(boolean dynamic)".
    Is it possible to generate code which is compatible no matter if the bytecode runs on a 1.3 VM or a 1.4 VM?
    I would like to do something like (pseudocode):
    if(sdkVers > 1.4)
        Toolkit.getDefaultToolkit().setDynamicLayout(true);I didn't try it, but I think it wouldn't work. Or am I wrong? If I'm right, is there a way to do what I want (make code compatible on different VM versions)?

    Actually, I think it is a very good question. One that I have been wondering about for some time myself. The question is: when will the JVM actually try to lookup the method? Is it when the class is loaded or resolved? Or is it when it has to call the method the very first time? Or is this not specified at all?
    if(sdkVers > 1.4)
    Toolkit.getDefaultToolkit().setDynamicLayout(true);If the JVM waits until the actualy method invocation, then the above code would actually work on a 1.3 JVM since it will never try to invoke the non-existing method.
    Our programs need to be able to run on Java 1.3 because we have to support MacOS X. But it annoys me that I cannot take advantage of 1.4 features when the program runs on Windows. I don't like the use of reflection because it destroys compile-time checking. So until now I have stayed away from using 1.4 features completely.

  • VAT Code invisible in dropdown

    Hi,
    When posting a transaction, the client doesn't want to see all the VAT codes defined in table 007A. Is this possible?
    Annelize

    Hi,
    As an example, if you have 100 VAT codes defined in SPRO and you post a transction via MIRO, FB01 etc, the dropdwon for the VAT codes will list al 100. I only want the end users to see 10 of them.
    The rest of them has not been in use for longer than a year.
    Annelize

Maybe you are looking for

  • File Settings

    Hi, Currently this is my file sender configuration. ProcOrdRecs.fieldSeparator            "," ProcOrdRecs.endSeparator             "'0x0D''0x0A' ProcOrdRecs.beginSeparator          " The file got failed at the vendor side where he has given his inpus

  • Firefox 10.0.2 frequently will not close

    While the browser closes physically, it does not close memory-wise. I have to keep going into Task Manger and terminating the process.

  • Collections in MVC architecture

    My question concerns the use of collections of entities in a database-access MVC architecture. An example similar to my situation would be a Corporation, which (among other attributes) has a collection of Departments, which (among other attributes) h

  • WRT160N, Laptop with XP, Can't Find Certificate

    My laptop (Panasonic Business Toughbook with XP) can no longer connect to the WRT160N.  Other computers in the house work fine on the wireless network, so I would not want to reset all of them if I reset the router.  As far as I recall, security is W

  • No sound no ring  no volumen working

    I need helppppppp please, i cant hear anyting on my iPhone I was listening music on iTunes and sudanly it stop and now it does not have ring the volumen is not working