How to use progress indicator which block the user for editing ?

Hi All,
I have a requirement where i need to show a round progress bar while processing to the database.For example :- I have a bounded taskflow and inside it I have a two jspx page called as "First.jspx" and "Second.jspx".And i have two textboxes and one "Save" button on first.jspx page.
Now when user puts the values in the textboxes and hits the "Save" button , my ticker or progress indicator should say "Please wait while processing" and as soon as the transaction is complete , i need to show another page which is "Second.jspx" page. "Save" button action has method inside a managed bean which has some functionality and then it executes the VO(View Object) and commits the data.
How should i implement the indicator?
I have read this article :- http://www.oracle.com/technetwork/developer-tools/adf/learnmore/42-progressbarcolor-169184.pdf but it doesn't fit to my requirement.I need indicator which holds the user to edit anything on the page.Like what we get when we do any transaction in banks while navigating to payment gateway.
Please suggest!!!
Thanks and Regards,
Shah

Hi Shah,
The answer was around the same are that you were looking into. http://www.oracle.com/technetwork/developer-tools/adf/learnmore/27-long-running-queries-169166.pdf but the sample was the 27.
- Juan Camilo

Similar Messages

  • Detecting which line the User is Editing IN table control

    Hi,
    I am doing a Dialog programming where there is a Table control. Now the problem is I have to decide to checks  certain rules based on data entered in the Table control. But the Rules should be applicable only to the Row in which the User is entering data. And even if the the same rules are failing in another Row of the Table control it should not get validated i.e The rule should be applicable only to the ROW the user is entering the data or Changing the Data.
    How do i sense in which row the User is entering data in the PAI of the Table control.

    You will have to use GET CURSOR,  please do F1 help on GET CURSOR,  your answer is there.
    You will be doing something like this.....
    DATA: CURSORFIELD(20) TYPE C,
          CURSORLINE TYPE I,
          CURSORVALUE(20) TYPE C.
    GET CURSOR FIELD CURSORFIELD LINE CURSORLINE VALUE CURSORVALUE.
    * To know exactly which line in the internal table you
    * must account for which page of table control the user
    * is currently one,  so you need to add the TOP_LINE
    * value from the table control to find the exact
    * internal table row
    * Set cursorline and read table.
      CURSORLINE = ( CURSORLINE + <table_control>-TOP_LINE ) - 1.
    Regards,
    Rich Heilman
    Message was edited by: Rich Heilman

  • Blocking the user to edit in material master

    sir,
    i want to know what are the methode availabe in sap to avoid any user to edit master data in MM02
    regards
    Faisal

    Dear Faisal,
    Apart from me two other forum friends contributed views &  their valuable time to solve your issue
    so suggest you to encourage them also
    More over encouraging people will help you only in your coming posts
    the most important thing here is you loose notthing in Encouraging Forum friends
    please take it in a positive way & Please don't misunderstand me
    Regards
    Madhu

  • How to use formula variable to calculate the days for a document.

    Hi expert.
    I have a question, I need to calculate how many days it cost for a document, therefore , it should be like this,
    cost days = clearing date - creation date..
    how can I implement this calculated key figure by formula variable..
    Here cost days should be a key figure, but the clearing date and creation date are the characteristics in the document.
    it seems that formula variable by replacement path can not be used, do I have to use the customer exit for this variable ??
    any other good ways to calculate the cost days (beside during the data loading or by virtual key figure).
    I just want to implement this in the query designer..
    Please give a detailed steps if you could,  thanks a lot.

    Hi,
    These steps below are for the query designer in BI 7.0:
    1. First create a Formula in the Columns.
    2. Edit the formula, in the "Available Operands" see for the "Formula Variable".
    3. Right Click on the "Formula Variable" folder and then create a new variable.
    4. Edi the Formula Variable in the edit screen provide the Description and Technical name; select the processing by as Replacement path.
    5. In the reference characteristic select your characteristic "Creation Date".
    6. Save the variable.
    7. Select the variable into the formula and name the formula as Creation Date.
    Repeat the Same steps for the "Clearing Date".
    Then create another formula for the Cost days in which you mention as Clearing date (Formula) - Creation Date (Formula).
    Hope your issue is solved...
    Regards,
    Ravi Kanth

  • How do I find out which "page" the user was on

    I am using JAVA servlets and XSLT's to create a web service. I need to know how I can use the HTTPRequest that is sent to me to the server to find out, which "page" they were on when they clicked the login link.
    The login link appears on all "pages" and once they click it a loginServlet is activated an a login page is shown. I need to know which "page" they were on so I can take them back to it after login has completed.
    So take for example I am at http://localhost:8080/contact/ and then they clicked a hyperlink with value http://localhost:8080/login to call loginServlet. I know getPathInfo will give me the "/login" but how do i get that "/contact" so i can send them back to that page once the system has logged them in.
    Any help, suggestions, comments would be highly appreciated it. Thanks.

    Retrieve the "Referer" value from the requestHeader:
    String referer = request.getHeader("Referer");Notice the misspelling, you must spell it this way. BTW, check for nulls. I don't think there's any guarantee this value is set, although I've never run across a situation where it wasn't.

  • How to make PS CC -- not CC2014 -- the default for 'Edit in' in Lr?

    When I installed Ps CC2014 I had problems with it, and so uninstalled it.   I might reinstall it in order to get familiar with it.  But until certain panels have been converted to work in CC2014, CC will remain my 'go to' pixel editor.  With that in mind, I would want Ps CC to remain the default version of Ps when I select 'Edit in' in Lr 5.5.  However during the brief time I had CC 2014 installed, CC2014 replaced CC (which was still installed on my computer) as the version that Lr passed images to when I selected 'Edit in'.  Is there some way that Lr can be 'made' to think CC is the version it should pass files to even if CC2014 is also installed on my computer?
    Thanks for your help.
    Best,
    David

    Quote:
    If CC and CC 2014 are both installed on your computer. CC 2014 will be the default edit-in app, this is as design. You can add CC as additional External Editor, but cannot set it as default one. If you want to make CC as the default one, you need to uninstall CC 2014.
    That's what I was afraid of, hence I have removed CC2014 from my computer.  There are a couple of panels I use which won't work in CC2014, hence I would continue to use CC in any event.  But if both are installed and CC2014 is the default, then to use CC as an external editor, I would have to render the image, who I not?
    David

  • How to use  Progress Monitors?

    how to use Progress Monitors?
    in the name of god
    hi friends
    i have a problem. I am writing a program that read data from a file record by record and store to a database. my problem is here that i want add a progress monitor that when the program is doing its work it appear. I use ProgressMonitorInputStream class but it can not work well. It appear and read file record by record and store in table of database but its progress don’t move and do nothing. I know that I have a tiny problem in use this class. Please guide me.
    i put my codes below.
    best regards
    *////this is an event that invoke my classes*
    private void readbtnActionPerformed(java.awt.event.ActionEvent evt) {                                       
            JFileChooser fileChooser = new JFileChooser();
            fileChooser.setCurrentDirectory(fileName);
            //filtering file extension
            FileNameExtensionFilter filter = new FileNameExtensionFilter("Text file", "txt");
            fileChooser.setFileFilter(filter);
            //fileChooser.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);
            int result = fileChooser.showOpenDialog(this);
            if (result == JFileChooser.APPROVE_OPTION) {   //if choose ok button
                fileName = fileChooser.getSelectedFile();
                ReadTextFile readFile = new ReadTextFile(fileName);
                readFile.openFile();
                readFile.readRecord();
                *//readFile.closeFile();       //if  this line enable this message appeare "Scanner closed" .why?*      
                readFile.closeFile();
            } else //if choose cancel button
                result = 0;     //do nothing
    */////this is readFile class and invoke data access class and insert data in my database*
    public class ReadTextFile {
        private Scanner input;
        private File fileName;
        private int i = 1;
        DataAccess dal = new DataAccess();                     //new a defined my class
        AcountRecord record = new AcountRecord();
        public ReadTextFile(File n) {       //Constructor
            fileName = new File(String.valueOf(n));
            this.openFile();
        private void setRecord(String val) {
            try {
                record.setId(Integer.parseInt(val.substring(1, 5)));
                record.setTime(Integer.parseInt(val.substring(8, 12)));
                record.setDate(Integer.parseInt(val.substring(15, 21)));
                record.setMode(val.substring(24, 26));
            } catch (Exception e) {
                JOptionPane.showMessageDialog(null, "ÇäÊÎÇÈ ÔãÇ äÇÏÑÓÊ ÇÓÊ.","Set Record Method",JOptionPane.ERROR_MESSAGE);
        public void openFile() {
            try {
                input = new Scanner(fileName);
            } catch (FileNotFoundException e) {
                JOptionPane.showMessageDialog(null, "ÇäÊÎÇÈ ÔãÇ äÇÏÑÓÊ ÇÓÊ.","Open File Method",JOptionPane.ERROR_MESSAGE);
        public void readRecord() {
            new Thread() {
                private Component _Main;
                @Override
                public void run() {
                    try {
                        input = new Scanner(fileName);
                        InputStream in = new FileInputStream(fileName);
                        ProgressMonitorInputStream pm =
                                new ProgressMonitorInputStream(_Main, "reading the file", in);
                        ProgressMonitor pmo = pm.getProgressMonitor( );
                        pmo.setMaximum( (int) fileName.length());
                        while (/*input.hasNext() &&*/ pm.read() != -1) {
                            setRecord(input.next());
                            dal.Connect();
                            String sql = "INSERT INTO fileinfo(pkey,id,date,time,mode)VALUES(%s,%s,%s,%s,'%s')";
                            sql = String.format(sql, i++, record.getId(), record.getDate(), record.getTime(), record.getMode());
                            dal.doCommand(sql);
                    } catch (Exception e) {
                        JOptionPane.showMessageDialog(null, e.getMessage() ," Read Record method.",JOptionPane.ERROR_MESSAGE);
                    dal.Disconnect();      
            }.start();
        public void closeFile() {
            input.close();
    }Edited by: firethumbs on Mar 26, 2009 12:43 PM

    IN THE NAME OF GOD
    hi firends
    i forget say one thing. if remove while loop content this program will work good. i suppose that the while condition and read file records not similar. because while condition check bytes but in while body read records. is that true?
    how can solve this problem?
    best regurds

  • I have a stalker using an icloud account.  I've been to the police about it twice. How do I get icloud to block this user?

    I have a stalker using an icloud account.  I've been to the police about it twice.  How do I get icloud to block this user?

    Are you saying they are stalking you buy sending you iMessages? Not sure what their using an iCloud account has to do with it. Can you elaborate?
    iMessage blocking will become available in iOS 7

  • How to use Phase Indicator?

    Hi All.
        How to use Phase Indicator? Thank you in advance.

    Hi,
    Please find the code snippet below.
    I have explained in detail about the different phase indicator as and when they come up.
    Types (ty_)
      TYPES:
        BEGIN OF ty_severity_list,
          severe TYPE ccihe_severe,
          severetxt TYPE ccihe_severetxt,
        END OF ty_severity_list,
        BEGIN OF ty_input,
          severe TYPE ccihe_severe,
        END OF ty_input,
    Local objects (lo_)
      DATA: lo_nd_record_risk TYPE REF TO if_wd_context_node,
            lo_el_record_risk TYPE REF TO if_wd_context_element.
    Local tables (lt_)
      DATA: lt_severity_list  TYPE STANDARD TABLE OF ty_severity_list,
            lt_column_texts   TYPE wdr_name_value_list,
    Local structures (ls_)
            ls_severity_list  TYPE ty_severity_list,
            ls_text           TYPE wdr_name_value,
            ls_record_risk    TYPE wd_this->element_record_risk,
    Local variables (lv_)
            lv_window_title   TYPE string,
            lv_zzsevere       LIKE ls_record_risk-zzsevere,
            lv_zzseveretxt    LIKE ls_record_risk-zzseveretxt.
    field symbols(fs_)
      FIELD-SYMBOLS: <fs_selection>    TYPE ty_severity_list.
    navigate from <CONTEXT> to <RECORD_RISK> via lead selection
      lo_nd_record_risk = wd_context->get_child_node( name = wd_this->wdctx_record_risk ).
    get element via lead selection
      lo_el_record_risk = lo_nd_record_risk->get_element(  ).
      CASE ovs_callback_object->phase_indicator.
        WHEN if_wd_ovs=>co_phase_0.  "configuration phase, may be omitted
    *Here you set
    *The window title, the heading, or the column heading of the output table displayed *** hit list
    *We can also set the selectability property, Basically the number of records that can be selected.
          ls_text-name = `SEVERE`.  "must match a field name of search
          ls_text-value = wd_assist->if_wd_component_assistance~get_text( key = '010' ).
          INSERT ls_text INTO TABLE lt_column_texts.
          ls_text-name = `SEVERETXT`.  "must match a field in list structure
          ls_text-value = wd_assist->if_wd_component_assistance~get_text( key = '011' ).
          INSERT ls_text INTO TABLE lt_column_texts.
          lv_window_title = wd_assist->if_wd_component_assistance~get_text( key = '012' ).
          ovs_callback_object->set_configuration(
                    column_texts = lt_column_texts
                    window_title = lv_window_title
                    col_count    = 2
                    row_count    = 10 ).
        WHEN if_wd_ovs=>co_phase_1.
    *This section is optional.
    *This is to set the Selection view of the OVS component and default values on the screen.
    *Here you can define the fields using which we can be used for further restricting the hitlist.
    *The method SET_INPUT_STRUCTURE  is provided for this purpose. If this not called, then the hitlist is displayed immediately.
            ls_input-severe  = '1'.
            ovs_callback_object->set_input_structure( ls_input ).
    *If the above method is called in some other phases then it would raise an error message.
        WHEN if_wd_ovs=>co_phase_2.
    *In this phase we can fetch the records to build the hitlist. The restrictions entered on the screen defined in phase 1 can be fetched from instance attribute QUERY_PARAMETERS of the event *parameter OVS_CALLBACK_OBJECT. Use method SET_OUTPUT_TABLE of the event parameter OVS_CALLBACK_OBJECT.
          SELECT a~severe
                 b~severetxt
              INTO CORRESPONDING FIELDS OF TABLE lt_severity_list
            FROM ccihc_sv AS a INNER JOIN
                  ccihc_svtxt AS b ON asevere EQ bsevere
                   WHERE aratingcat EQ bratingcat AND
                   a~ratingcat = 'ZAN' AND
                   b~langu = sy-langu.
          ovs_callback_object->set_output_table( output = lt_severity_list ).
        WHEN if_wd_ovs=>co_phase_3.
    *The result of the search was displayed in the results view of the OVS component and when user selects a record(s) on the hitlist displayed. The cursor comes to this phase and the selected *values can be fetched by reading the  instance attribute SELECTION of the result parameter OVS_CALLBACK_OBJECT.
          ASSIGN ovs_callback_object->selection->* TO <fs_selection>.
          IF <fs_selection> IS ASSIGNED.
            lv_zzsevere = <fs_selection>-severe.
            lv_zzseveretxt = <fs_selection>-severetxt.
            get single attribute
            lo_el_record_risk->set_attribute( name =  `ZZSEVERE`
                                              value = lv_zzsevere ).
            get single attribute
            lo_el_record_risk->set_attribute( name =  `ZZSEVERETXT`
                                              value = lv_zzseveretxt ).
          ENDIF.
      ENDCASE.
    Do let me know in case you need any more details.
    Regards,
    Sravan Varagani

  • Hi. I wanted to know how to use my macbook retina to the best of its potential.

    This is what the system is currently showing:
    EtreCheck version: 1.9.12 (48)
    Report generated 21 June 2014 18:32:04 GMT-3
    Hardware Information:
      MacBook Pro (Retina, 15-inch, Late 2013) (Verified)
      MacBook Pro - model: MacBookPro11,3
      1 2.3 GHz Intel Core i7 CPU: 4 cores
      16 GB RAM
    Video Information:
      Intel Iris Pro - VRAM: (null)
      NVIDIA GeForce GT 750M - VRAM: 2048 MB
      Color LCD 2880 x 1800
    System Software:
      OS X 10.9.3 (13D65) - Uptime: 3 days 9:47:47
    Disk Information:
      APPLE SSD SM0512F disk0 : (500.28 GB)
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 499.42 GB (266.59 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
      Apple Internal Memory Card Reader
      Apple Inc. iPhone
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information:
      Apple Inc. thunderbolt_bus
    Gatekeeper:
      Anywhere
    Kernel Extensions:
      [not loaded] net.kromtech.kext.AVKauth (2.3.6 - SDK 10.8) Support
      [not loaded] net.kromtech.kext.Firewall (2.3.6 - SDK 10.8) Support
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.adobe.SwitchBoard.plist Support
      [loaded] com.tunnelbear.mac.tbeard.plist Support
      [running] com.zeobit.MacKeeper.AntiVirus.plist Support
      [running] com.zeobit.MacKeeper.plugin.AntiTheft.daemon.plist Support
    Launch Agents:
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [running] com.kodak.BonjourAgent.plist Support
    User Launch Agents:
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.kodak.KODAK AiO Annual Opt.plist Support
      [loaded] com.kodak.KODAK AiO Firmware Updater.plist Support
      [loaded] com.kodak.KODAK AiO Software Updater.plist Support
      [running] com.kodak.StatisticCollection.plist Support
      [running] com.spotify.webhelper.plist Support
      [running] com.zeobit.MacKeeper.Helper.plist Support
    User Login Items:
      iTunesHelper
      Music Manager
      Spotify
      Google Chrome
    Internet Plug-ins:
      FlashPlayer-10.6: Version: 13.0.0.214 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewerNPAPI: Version: 10.1.10 Support
      AdobePDFViewer: Version: 10.1.10 Support
      Flash Player: Version: 13.0.0.214 - SDK 10.6 Outdated! Update
      Default Browser: Version: 537 - SDK 10.9
      Silverlight: Version: 5.1.20913.0 - SDK 10.6 Support
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Safari Extensions:
      Searchme: Version: 1.3
      Amazon Shopping Assistant: Version: 1.1
      Slick Savings: Version: 2.0
      Ebay Shopping Assistant: Version: 1.1
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
      npsf_uni: Version: sf 3.3.2.1 Support
    3rd Party Preference Panes:
      Flash Player  Support
    Time Machine:
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 465.12 GB Disk used: 216.84 GB
      Destinations:
      ZU UK 2013-14 [Local] (Last used)
      Total size: 931.51 GB
      Total number of backups: 8
      Oldest backup: 2014-03-16 03:19:04 +0000
      Last backup: 2014-06-07 16:39:22 +0000
      Size of backup disk: Adequate
      Backup size 931.51 GB > (Disk used 216.84 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU:
          2% WindowServer
          2% fontd
          1% Google Chrome
          0% mds_stores
          0% com.apple.WebKit.Networking
    Top Processes by Memory:
      262 MB WindowServer
      147 MB softwareupdated
      147 MB Google Chrome
      131 MB com.apple.MediaLibraryService
      131 MB iTunes
    Virtual Memory Information:
      9.41 GB Free RAM
      3.67 GB Active RAM
      447 MB Inactive RAM
      1.58 GB Wired RAM
      78.53 GB Page-ins
      0 B Page-outs

    Follow these instructions to uninstall MacKeeper. They have been tested with the most recent version of MacKeeper. Earlier versions than the one released in 2012 require more extensive work to uninstall all its components. Never install such junk on a Mac.
    If you actually used MacKeeper to alter your system, e.g. "remove excess binaries" or such, you will need to reinstall OS X as well as all your additional software. Uninstalling MacKeeper is insufficient to reverse the corruption it is capable of - once again, that is if you used it.
    If you merely installed MacKeeper but did not use it to perform any particular action, the following instructions will suffice.
    If you used MacKeeper to encrypt any files or folders, use MacKeeper to un-encrypt them first.
    Quit the MacKeeper app if it is running.
    Open your Applications folder: Using the Finder's Go menu, select Applications.
    Drag the MacKeeper icon from your Applications folder (not the Dock) to the Trash.
    You will be asked to authenticate (twice):
    You do not need to provide a reason for uninstalling it:
    Just click the Uninstall MacKeeper button. You will be asked to authenticate again.
    After it uninstalls you may empty the Trash and restart your Mac. All that will remain is an inert log file that does nothing but occupy space on your hard disk.
    May I suggest that you review the following setting in System Preferences?
    Although you may easily override that setting, it will serve to protect you from inadvertently installing garbage. The overwhelming majority of Macs I come across have the MacKeeper installer file already present in their Downloads folder, often multiple copies of it. The downloaded file itself can do nothing until it is opened and installed, and the above setting (known as Gatekeeper - not to be confused with MacKeeper) will prevent that from occurring.
    I wanted to know how to use my macbook retina to the best of its potential.
    Never install any product that claims to "speed up", "clean up", "optimize", or "accelerate" your Mac. Without exception, they will do the opposite.
    Never install pirated or "cracked" software, software obtained from dubious websites, or other questionable sources. Illegally obtained software is almost certain to contain malware.
    Don’t supply your password in response to a popup window requesting it, unless you know what it is and the reason your credentials are required.
    Don’t open email attachments from email addresses that you do not recognize, or click links contained in an email:
    Most of these are scams that direct you to fraudulent sites that attempt to convince you to disclose personal information.
    Such "phishing" attempts are the 21st century equivalent of a social exploit that has existed since the dawn of civilization. Don’t fall for it.
    Apple will never ask you to reveal personal information in an email. If you receive an unexpected email from Apple saying your account will be closed unless you take immediate action, just ignore it. If your iTunes or App Store account becomes disabled for valid reasons, you will know when you try to buy something or log in to this support site, and are unable to.
    Don’t install browser extensions unless you understand their purpose. Go to the Safari menu > Preferences > Extensions. If you see any extensions that you do not recognize or understand, simply click the Uninstall button and they will be gone.
    Don’t install Java unless you are certain that you need it:
    Java, a non-Apple product, is a potential vector for malware. If you are required to use Java, be mindful of that possibility.
    Java can be disabled in System Preferences.
    Despite its name JavaScript is unrelated to Java. No malware can infect your Mac through JavaScript. It’s OK to leave it enabled.
    Block browser popups: Safari menu > Preferences > Security > and check "Block popup windows":
    Popup windows are useful and required for some websites, but popups have devolved to become a common means to deliver targeted advertising that you probably do not want.
    Popups themselves cannot infect your Mac, but many contain resource-hungry code that will slow down Internet browsing.
    If you ever see a popup indicating it detected registry errors, that your Mac is infected with some ick, or that you won some prize, it is 100% fraudulent. Ignore it.
    Ignore hyperventilating popular media outlets that thrive by promoting fear and discord with entertainment products arrogantly presented as "news". Learn what real threats actually exist and how to arm yourself against them:
    The most serious threat to your data security is phishing. To date, most of these attempts have been pathetic and are easily recognized, but that is likely to change in the future as criminals become more clever.
    OS X viruses do not exist, but intentionally malicious or poorly written code, created by either nefarious or inept individuals, is nothing new.
    Never install something without first knowing what it is, what it does, how it works, and how to get rid of it when you don’t want it any more.
    If you elect to use "anti-virus" software, familiarize yourself with its limitations and potential to cause adverse effects, and apply the principle immediately preceding this one.
    Most such utilities will only slow down and destabilize your Mac while they look for viruses that do not exist, conveying no benefit whatsoever - other than to make you "feel good" about security, when you should actually be exercising sound judgment, derived from accurate knowledge, based on verifiable facts.
    Do install updates from Apple as they become available. No one knows more about Macs and how to protect them than the company that builds them.
    Summary: Use common sense and caution when you use your Mac, just like you would in any social context. There is no product, utility, or magic talisman that can protect you from all the evils of mankind.

  • How to use just one account in the domain to login to the right server having access to the right resources. Even when a user works on 4 different sites ...

    We have one domain with about 36 sites.  On the sites we use (2008R2 / 2012R2) RODC's .
    All workstations have Windows 7.
    Some users work on several sites. We want the user to just be able to use one account and the environment to see on which site the user logs in, so the right script can be loaded and the appropiate resources like data and printers are available.
    We have several users working on 4 sites (different schools) doing their work fot that specific site overthere.
    I want the system to see where a user logs in  (can be on IP address), so we can give the users just one account that will work as it should.
    I like to get some ideas or advise on how to get it done.
    Thanks,
    Ben.
    Ben van der Meer

    > Some users work on several sites. We want the user to just be able to
    > use one account and the environment to see on which site the user logs
    > in, so the right script can be loaded and the appropiate resources like
    > data and printers are available.
    Use Group Policy Objects and link them to your sites as appropriate...
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • How to use xml forms which are built by using xml forms builder?

    Hi Experts,
    please explain How to use xml forms which are built by using xml forms builder in Web page composer?
    Thanks,
    Anil.

    hi buddy u can try the following page:
    http://help.sap.com/saphelp_nw70/helpdata/en/8f/fe743c74fa6449e10000000a11402f/frameset.htm

  • Drop down menu appears with a bunch of icons on it which blocks the screen

    When I try to enter a URL or address into the window at the top of the Safari screen in Yosemite, a drop down menu appears with a bunch of icons on it which blocks the screen. I need to see the screen when I'm entering a URL line. How do I get the drop-down with the icons on it to go away?

  • How to insert a dialog box which prompt the user enter the general information in the SDI application?

    Im using the SDI application to build a system and now i would like to insert a dialog box which allow the user to enter the general information about themselves and then it will be saved into a text file. How to insert the dialog box and show the dialog box at the beginning of the program.

    Hi Lee,
    The easyest way to achieve this is to declare an object of your dialog box derived class (e.g. CUserInfo, public CDialog) into the InitInstance method of the main application class.
    Depending on the behavior you want you can place the code before dispatching the commands from command line (in which case the main frame of the SDI application will not be shown), or after, in which case the UserInfo dialog box will be shown over the main application window as modal.
    The code snipped bellow can be more helpfull:
    BOOL CSDIApp::InitInstance()
    AfxEnableControlContainer();
    // Parse command line for standard shell commands, DDE, file open
    CCommandLineInfo cmdInfo;
    ParseCommandLine(cmdInfo);
    //prompt user for data
    CUserInfo dlg;
    if (dlg.DoModal() == IDOK)
    //do something here with the data
    else
    return FALSE;//i.e. quit the application if the user presses the 'Cancel' button
    // Dispatch commands specified on the command line
    if (!ProcessShellCommand(cmdInfo))
    return FALSE;
    // The one and only window has been initialized, so show and update it.
    m_pMainWnd->ShowWindow(SW_SHOW);
    m_pMainWnd->UpdateWindow();
    return TRUE;
    Hope this helps,
    Silvius
    Silvius Iancu

  • How to use one report column into the another report in obiee

    How to use one report column into the another report in obiee

    i dont want to use column as a filter for another report it should be report column for another report
    Thanks,
    Vivek

Maybe you are looking for

  • Selection Screen Bug :: Drop Down List.

    Hi I have created the following ABAP Report. I am new at this and I have just hit an issue. I have two drop down boxes linked to transactions. Now when I select a report from Drop Down 1 and click it it goes to the transaction. Now if I also have a s

  • Can you have two itunes accounts on the same computer?

    Can you have two itunes accounts on the same computer and if so how do you access them without syncing each others music?

  • FYI with status cancelled

    Hi, I have created a FYI notification in WF. This notification will timeout every 5days. However, during the timeout, the FUI notifications is not sent to the desired email WHen query the wf_notification table, the status of this notification is as f

  • Safty stock

    can any one tell how to make use of Safty stock for delivery creation for customer. as some times we don't have the req. quty open for delivery/ stock tranfer. thanks in advance

  • Error:-"Internal error when converting a recurrence documentu201D

    Hello ISU Experts, For customer I am trying to create a new BBP with transaction EA61. This is done without any errors until I try to save the new BBP. Then I receive the following error: u201CInternal error when converting a recurrence documentu201D