Using two-group in chmod +a

Hi
Our Xserve running 10.5.5 is bound to AD.
I need to apply ACL permissions to a large number of folders and want to script it, however cannot work out how to use AD group name.
e.g. chmod -R +a "domain\accounts group allow write, etc."
It complains that it is "unable to translate "account" to a UID/GID.
Any idea how to specify the group?
Cheers

You can have include many <jsp:useBean> tags. Use different id/scope combinations.
e.g.
<jsp:useBean id="view" type="org.ab.GenericView" scope="request"></jsp:useBean>
<jsp:useBean id="anotherview" type="some class" scope="request"></jsp:useBean>
<jsp:useBean id="thirdid" type="some class" scope="session"></jsp:useBean>

Similar Messages

  • How to use two group tags in the header?

    I am using BI Publishing,RTF Template,I found when I put two group tags before <?start:body?> ,the BI Publishing only keep the 2nd group tag right before <?start:body?> as header, it moved the 1st group tag to the body section.
    Is this a bug? Can anyone give me some ideas how to make BI Publish treat all the group tags before <?start:body?> as the header/sub header?
    thanks for your help

    Hi dirk,
    Thanks it worked well.
    I have one question for you in the tabular form.
    i have totally 10 columns in my tabular form, in that 9 column is of database column and only one column is non-database column, while updating the row in the tabular form it is throwing the below error like
    Current version of data in database has changed since user initiated update process. current row version identifier = "A0FD649E5A28DF9244990A3B9368298A" application row version identifier = "44CE02A233595BCA6F7D4A140BD4DF30" (Row 1)I thought the above error is due to the existence of non-database column in my tabular form. Is there any way to solve this issue. I need to have a non-database column in my tabular form but the presence of that column is not allowing to perform update in that tabular form.
    how to get rid of this issue dirk.
    Any ideas??
    Brgds,
    Mini

  • SBO - How to use two different Stock Account within the same Item Group

    Hi,
    I'm currently stuck within one of my implementation.
    I'm deploying the same solution worldwide which worked pretty well until now. All the items are connected to an item group, with a unique GL account, supposed to book at the same time the good receipt and the good issue (Balance-Sheet Account = 14xxxxx).
    My new unit is willing to use two different GL accounts when performing its stock entry (let say 14xxx10) and another GL account for the good issue, let say 14xxx20.
    Do you have any clue so i can please them and keep using at the same time the item group ?
    Thanking you in advance
    Stephane

    Hi,
    In fact, we use the GL account as the HQ Account (Reporting Account) while the "Export Code" will be used to store the local GL Account (greek account).
    As such, we can, somehow handle two different chart of accounts.
    In my reporting, i'm only using a single GL account for stock movements, while my greek counterparts want to handle two different accounts.
    Threfore, i have only two solution since there is normally a one to one relationship between a HQ account and a local account that are :
    1 - Duplicate the HQ accounts
    In that case, i do respect anytime the one to one relationship. I've got one HQ account for one local account. But how can i put this since i can only handle one single stock account.
    2 - I keep my single stock account like this but i won't be managing the possibility to get two different Export Codes.
    Regards
    Stephane

  • How can I use two contents in same group

    I need to use two contents in the same group like
    Group{
    content:[......
    content:[...
    nut in this case only the first content can be seen after I run my application. Can I use different contents in the same group?
    thank you

    BilgeTonyukuk99 wrote:
    I need to use two contents in the same group like
    I'm supecting that you want to have different control/behavior over the "contents" ... if so you can achieve that by having groups inside groups
    take a look at this sample
    * Main.fx
    * Created on Mar 14, 2009, 1:55:16 PM
    package groupgroup;
    import javafx.scene.Cursor;
    import javafx.scene.effect.DropShadow;
    import javafx.scene.Group;
    import javafx.scene.paint.Color;
    import javafx.scene.Scene;
    import javafx.scene.shape.Rectangle;
    import javafx.scene.text.Font;
    import javafx.scene.text.Text;
    import javafx.stage.Stage;
    * @author athanazio
    Stage {
        title: "Application title"
        width: 250
        height: 150
        scene: Scene {
            content: [
                Group{
                    id: "me"
                    content: [
                        Rectangle {
                            cursor: Cursor.HAND
                            x: 5
                            y: 25
                            width: 50
                            height: 30
                            arcWidth: 20
                            arcHeight: 20
                            fill: Color.BLACK
                            stroke: Color.BLACK
                            effect: DropShadow{
                                offsetX: 5
                                offsetY: 5
                                color: Color.BLACK
                        Text {
                            font: Font {
                                size: 16
                            x: 10,
                            y: 40
                            content: "one"
                            fill: Color.WHITE
                    onMouseClicked: function(e){
                        e.node.scene.lookup("myself").visible = true;
                        e.node.scene.lookup("me").visible = false;
                Group{
                    visible: false
                    id: "myself"
                    content: [
                        Rectangle {
                            cursor: Cursor.HAND
                            x: 65
                            y: 25
                            width: 50
                            height: 30
                            arcWidth: 20
                            arcHeight: 20
                            fill: Color.BLACK
                            stroke: Color.BLACK
                            effect: DropShadow{
                                offsetX: 5
                                offsetY: 5
                                color: Color.BLACK
                        Text {
                            font: Font {
                                size: 16
                            x: 70,
                            y: 40
                            content: "two"
                            fill: Color.WHITE
                    onMouseClicked: function(e){
                        e.node.scene.lookup("me").visible = true;
                        e.node.scene.lookup("myself").visible = false;
    }

  • Css is it possible to use two VIPs with one source group?

    I have separate VIPs defined for balancing dns and radius. Both services are being balanced behind the CSS between two servers running both services. Is there a way, using source groups, to have the outbound dns udp lookups go out the associated dns VIP and a client's returning radius udp traffic sourced from the associated radius VIP?
    Just a note for clarity: both services defined for dns and radius have the same ip addresses. I can only define one of the services(i.e. dns) in a single source group which automatically associates the other service (i.e. radius) to that group.

    If I understand your question correctly, you want to have the same real server respond with a different source address based on with VIP was used to get to it.
    You can only put on instance of the server's ip address into a source group. That is you can't add the service name used for one rule into one group, and the service used in the other rule into another group, since the CSS only looks at the source address when it is determining to use the source group based on the service named in it. In order to have the same server use two different source groups, you would need ACL clause with the sourcegroup option, like
    permit any 10.0.0.1 eq 53 dest any sourcegroup
    permit any 10.0.0.1 dest any sourcegroup
    Michael

  • How to use Two main windows with in a page in script ?

    Hi any body explain me...
    How to use Two main windows with in a page in script ?
    with  header data in one main window,
    & Item data in other main window.

    HI..,
    u need to go for <b>SPLITTING THE MAIN WINDOW</b> !!!
    Main windows in page windows allow you to format text in multiple columns. Define an area in the page window, in which to position the main windows.
    Here is the procedure !!
    -->Create a page window and assign it to a page.
    Choose <b>Edit --> Main windows</b>.
    A dialog box appears.
    -->Enter values in the fields <b>Area width</b> and A<b>rea height</b> in accordance with the input guidelines for main windows.
    -->Enter values in the fields <b>Spacing</b> and Number in the <b>Horizontal group</b> if you want to use multiple columns. You can ignore the fields in the Vertical group.
    Determine how many columns and line areas are required for label printing. Then enter the corresponding values in the fields in the <b>Horizontal and Vertical groups</b>.
    -->The value in the field Left margin varies from main window to main window if multiple columns are used. The following applies:
    <b>
    Left margin of current column + Window width + Horizontal spacing = Left margin of next column</b>
    In label printing, the field Upper margin also varies from main window to main window:
    <b>
      Upper margin of current main window +  Window height + Vertical spacing = Upper margin of next main window</b>
    -->Enter a value in the field Start position.
    This is a counter. Enter a starting value which is equal to or greater than 1.
    -->The main windows are added to the list.
    -->Save your form.
    reward if it helps u...
    sai ramesh

  • I have two groups for my Coldplay collection. How do I get them back into one group?

    In early 2009, my Coldplay collection jumped from their then-four studio albums to a collection in triple digits. Somewhere along the way, certain songs and albums were going into a separate group called 'Coldplay', just like the regular 'Coldplay'. Countless times, I have gone through each and every song and album in the second group to check for any inconsistincies, but, everything looks identical.
    I am OCD in terms of things belonging where they should and having two groups of the same thing drive me insane.
    When the problem first arose, I was using Windows XP. I received a MacBook Pro for graduation this past May and I used Home Sharing to transfer my music to my new Mac. I was hoping something could be changed, but alas, nothing.
    Any help?

    Look at Steve MacGuire's helpful article:  http://samsoft.org.uk/iTunes/grouping.asp  It explains how to solve this much better than I can.

  • Can I use two different database with DBSystemLoginModule?

    Finally I can login with Database user id by DBSystemLoginModule on Embedded oc4j server.
    But I confused between [b]jazn-data.xml and system-jazn-data.xml.
    Which xml do I have to edit for jdbcUrl and jdbcDriver?
    Now I would like to use two different database(such as only sid is different).
    In this case I want to show specific database name as realm name.
    What should I do?
    When I use DBSystemLoginModule, I edit JdbcUrl in system-jazn-data.xml.
    So can I pass the parameter for sid programmatically?
    And also I tried to run my application with other database with DBSystemLoginModule on Embedded oc4j server.
    I changed few things(jdbcUrl at system-jazn-data.xml,jazn-data.xml in embedded-oc4j-server/config and database connection for BusinessComponents at Project Properties of Model/ViewController.
    But I got some error.
    Did I miss something?
    ----< my error messgae >------
    500 Internal Server Error
    JBO-30003: The application pool (customer.model.datamodel.CMAppModuleLocal) failed to checkout an application module due to the following exception:oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)     Message was edited by:
    Message was edited by:
    sdcsdc

    I think I understand now, you are modifing the custom login modules configuration within the system-jazn-data.xml file. This is a bit dangerous! Didn't you register the login module in your orion-application.xml? For example, this is the way I do it:
    <web-module id="customProv-web" path="customProv-web.war" />
    <persistence path="persistence" />
    <!--data-sources path="./data-sources.xml"/-->
    <security-role-mapping name="sr_developer">
    <group name="developers" />
    </security-role-mapping>
    <security-role-mapping name="sr_manager">
    <group name="managers" />
    </security-role-mapping>
    <jazn provider="XML">
    <property name="custom.loginmodule.provider" value="true"/>
    <property name="role.mapping.dynamic" value="true"/>
    <property name="role.compare.ignorecase" value="true"/>
    </jazn>
    <!-- Configuring a Login Module in an Application EAR file. -->
    <jazn-loginconfig>
    <application>
    <name>customProv</name>
    <login-modules>
    <login-module>
    <class>oracle.security.jazn.login.module.db.DBTableOraDataSourceLoginModule</class>
    <control-flag>required</control-flag>
    <options>
    <option>
    <name>data_source_name</name>
    <value>jdbc/OracleDS2</value>
    </option>
    <option>
    <name>roles_fk_column</name>
    <value>userName</value>
    </option>
    <option>
    <name>table</name>
    <value>userinfo</value>
    </option>
    <option>
    <name>groupMembershipTableName</name>
    <value>groupinfo</value>
    </option>
    <option>
    <name>groupMembershipGroupFieldName</name>
    <value>role</value>
    </option>
    <option>
    <name>usernameField</name>
    <value>userName</value>
    </option>
    <option>
    <name>user_pk_column</name>
    <value>username</value>
    </option>
    <option>
    <name>passwordField</name>
    <value>passWord</value>
    </option>
    </options>
    </login-module>
    </login-modules>
    </application>
    </jazn-loginconfig>
    <log>
    <file path="application.log" />
    </log>
    <namespace-access>
    <read-access>
    <namespace-resource root="">
    <security-role-mapping name="<jndi-user-role>">
    <group name="administrators" />
    </security-role-mapping>
    </namespace-resource>
    </read-access>
    <write-access>
    <namespace-resource root="">
    <security-role-mapping name="<jndi-user-role>">
    <group name="administrators" />
    </security-role-mapping>
    </namespace-resource>
    </write-access>
    </namespace-access>
    </orion-application>

  • How do i get a text field to autopopulate based on responses in two groups of radio buttons

    I am using Adobe Acrobat Pro and am very new to this.
    What I want to achieve:
    I have two sets of radio buttons; one group is "Likelihood" choices and the other group are "Consequence" choices. Based on what the user picks in those two groups, I want the form to auto-populate the risk rating in another field. E.g If the user picks "Insignificant" in the consequence group and "Rare" in the likelihood group; the field titled Risk Rating should display the word "Low". If they pick "Insignificant" and "Almost Certain" the Risk Rating field should display "Moderate". Please let me know if you need further information. Thanks in advance.

    You can use something like this code as the custom calculation script of the risk rating field:
    var consequence = this.getField("Consequence").valueAsString;
    var likelihood = this.getField("Likelihood").valueAsString;
    if (consequence=="Insignificant" && likelihood=="Rare") event.value = "Low";
    else if (consequence=="Insignificant" && likelihood=="Almost Certain") event.value = "Moderate";
    // etc.
    else event.value = "";
    Edit: Fixed small mistake in code.

  • Use of GROUP BY in SELECT

    I am considering using GROUP BY in several selects where I will access very big bsik, bsid, bsad, bsak, ecc...
    My two concerns are performance and high data volume.
    GROUP BY should reduce data arriving from DB but will it hurt performance?
    What are your considerations?
    Any ideas are welcome. I cannot seem to find anything specific for or against GROUP BY.
    thanks,
    Phillip

    Hello Philip,
    I would advise that you do not use the Group By clause in the select statements for these tables. As you have rightly said, the data volume in these tables might be a major cause for concern.
    Using the Group By clause will heavily load the database server. while in the development environment, your query  might run okay, in the productive environment it might crash. The reason : the cursor to the database would have timed out.
    The Group By operation, as you know can be simulated after you get the data into the application server. The application server processing can take some time but you can usually optimize it.
    Regards,
    Anand Mandalika.

  • Built a report using two dimensons & two fact

    Hi Experts,
    We have a requirement where we need to built a report using two dimensons & two
    fact i.e. the report contains columns for all the two dims & both the facts.
    the structure is as follows.
    1)we have two dimensions
    as REGION_BRANCH (containing region & barnch information) and
    PRODUCT_group(containing the product group info).
    2)Two fact as WORKING_CAPITAL_DAYS & WORKING_CAPITAL_BUDGET.
    FOLLOWING are the join conditions.
    1)The Dim table REGION_BRANCH has joins with fact tabel WORKING_CAPITAL_DAYS as
    REGION_BRANCH.REG_CD=WORKING_CAPITAL_DAYS.REG_CD
    REGION_BRANCH.BR_CD=WORKING_CAPITAL_DAYS.BR_CD
    2)the 2nd DIM table PRODUCT_group has joins with fact table WORKING_CAPITAL_DAYS as
    PRODUCT_group.PG_CD=WORKING_CAPITAL_DAYS.PG_CD
    3) The Dim table REGION_BRANCH has joins with the 2nd fact tabel WORKING_CAPITAL_BUDGET as
    REGION_BRANCH.BR_CD=WORKING_CAPITAL_BUDGET.BR_CD
    4)the 2nd DIM table PRODUCT_group has joins with fact table the 2nd fact tabel WORKING_CAPITAL_BUDGET as
    PRODUCT_group.PG_CD=WORKING_CAPITAL_BUDGET.PG_CD
    Now the requirement is as follows.
    1)we need to build a report in OBI where we will have
    REGION & BARNCH from REGION_BRANCH Dim table,
    PRODUCT from Product Group dim table,
    INV_ACTUAL_DAYS from WORKING_CAPITAL_DAYS (1ST fact TABLE)table.
    INV_DAYS FROM WORKING_CAPITAL_BUDGET (2ND FACT TABLE) TABEL.
    the issue is when we try to build the report..the OBIE answers gives an error as
    [nQSError: 15018] Incorrectly defined logical table source
    [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 15018] Incorrectly defined logical table source (for fact table WORKING_CAPITAL_DAYS) does not contain mapping for [WORKING_CAPITAL_BUDGET.INV_DAYS]. (HY000).
    How can we built a report using two FACT tables.
    Regrds,

    hi,
    Create a dimension hierarchy for the dim tables and set the content level to fact tables.....
    So that BI Server will identify at what level the facts are joined to dimension table
    try this it should work
    thanks,
    saichand

  • Using identy Group as condition

    Hi ,
    I wanna create a authorization Policy using two identity Group as condition . But i juste heve "OR " as operator for those two condition !!I wanna i use operator and is this Possible ???

    Configuring Policy Elements Conditions
    Cisco ISE provides a way to create conditions that are individual, reusable policy elements that can be referred from other rule-based policies. Whenever a policy is being evaluated, the conditions that comprise it are evaluated first.
    Under Policy > Policy Elements > Conditions, the initial Conditions pane displays the following policy
    element condition options: Authentication, Authorization, Profiling, Posture, Guest, and Common.
    Simple Conditions
    Simple Condition Format
    This type uses the form attribute operand value. Rule-based conditions are essentially a comparison of values (the attribute with its value), and these can be saved and reused in other rule-based policies. Simple conditions take the format of A operand B, where A can be any attribute from a Cisco ISE dictionary and B can be one of the values that attribute A can take.
    Compound Conditions
    Compound Condition Format
    Authorization policies can contain conditional requirements that combine one or more identity groups using a compound condition that includes authorization checks that can return one or more authorization profiles. This condition type comprises one or more simple conditions that use an AND or OR relationship. These are built on top of simple conditions and can be saved and reused in other rule-based policies. Compound Conditions can take any of the following forms:
    • (X operand Y) AND (A operand B) AND (X operand Z) AND ... (so on)
    • (X operand Y) OR (A operand B) OR (X operand Z) OR ... (so on)
    (*Where X and A are attributes from the Cisco ISE dictionary and can include username and device type.
    For example, compound conditions can take the following form:
    – DEVICE: Model Name Matches Catalyst6K AND Network Access: Use Case Equals Host
    Lookup.)
    Creating New Authorization Policy Element Conditions
    Use this procedure to create new authorization policy element conditions (simple or compound).
    To create new authorization policy element conditions, complete the following steps:
    Step 1 Click Policy > Policy Elements> Conditions > Authorization> Simple Conditions (or Compound
    Conditions).
    The Conditions page appears listing all existing configured authorization policy element conditions.
    Step 2 To create a new simple condition, click Create.
    The Simple Conditions page displays.
    Step 3 Enter values in the following fields to define a new simple condition:
    • Name—Enter the name of the simple condition.
    • Description—Enter the description of the simple condition.
    • Attribute—Click to choose a dictionary from the drop-down list of dictionary options, and choose an
    attribute from the corresponding attribute choices.
    • Operator—Enter Equals or Not Equals.
    • Value—Enter a value that matches the selected attribute.
    Step 4 Click Submit to save your changes to the Cisco ISE database and create this authorization condition.
    The Name, Attribute, Operator, and Value fields in simple conditions are required and are marked with an asterisk (*).
    For Complete Reference visit:
    http://www.cisco.com/en/US/docs/security/ise/1.0/user_guide/ise10_authz_polprfls.pdf

  • IBNS with two groups of XP Machines, one PEAP-MSCHAPv2 & one EAP-TLS

    Hello,
    I'm planning to implement a IBNS network. We have two groups of XP Machines. One group has machine certs and we're planning to check their certs using EAP-TLS. The second group of machines is managed by other departments, each having their own Active Directory, and configured with PEAP-MSCHAPv2. I'm not very familiar with this kind of setup, so hints are highly appreciated.
    1. Can I assume that, when properly configured, we can differentiate the authorizations per group (for exemple, at least two VLANs one for group 1 and another one for group 2 - I must at least seggregate the users per group and can't mix them in the same environment, since they belong two different departments).
    2. For the first group, no big issue. I can check against my central AD. For the users of the second group, since they can come from different departments, each having its own AD, can I differentiate them, by any means, to know which AD I'll have to query? Or do I have to query only one single AD? Is it required that all the users of group 2 belong to the same domain?
    Thanks in advance for your help.

    Hello,
    I'm planning to implement a IBNS network. We have two groups of XP Machines. One group has machine certs and we're planning to check their certs using EAP-TLS. The second group of machines is managed by other departments, each having their own Active Directory, and configured with PEAP-MSCHAPv2. I'm not very familiar with this kind of setup, so hints are highly appreciated.
    1. Can I assume that, when properly configured, we can differentiate the authorizations per group (for exemple, at least two VLANs one for group 1 and another one for group 2 - I must at least seggregate the users per group and can't mix them in the same environment, since they belong two different departments).
    2. For the first group, no big issue. I can check against my central AD. For the users of the second group, since they can come from different departments, each having its own AD, can I differentiate them, by any means, to know which AD I'll have to query? Or do I have to query only one single AD? Is it required that all the users of group 2 belong to the same domain?
    Thanks in advance for your help.

  • Withdrawal using strategy group 10

    Hi Dear SAP Expert,
    I have the follow scenario:
    I using strategy group 10 in some material to create demand for them and only reduce this demand by Sales Order, just I have a case for two material  where demand was reduced. after check if it was created some sales order for this material I did not found none.
    It is possible to create withdrawal by other process that it is not sales order using strategy group 10?
    How can find what o how this demand was reduced?
    Is there some report to show withdrawal for material?
    Example:
    Material    147420311          STATIC CONVERTER(TV)-G5E
    Plant       TVSO   Reqmts type LSF  Version/active PP /    ReqPlanNo.      SRVC
    Plan. qty                  30  EA                          MRP area
    P------ Reqmts dt.  -Planned qty-Whitdrawal qyt
    D -
    09/07/2010 -
    30-----10
    Thanks in advance for all help
    Best Regard,
    Julio

    Hi Mario,
    FIrts,
    Thanks for answer soon :).
    You rigth, withdrawal it is done by GI from delivery I wanted to say that, then this GI delivery is from a sales order, rigth?
    I know that  it can be  GI from Production Ordrer, but when we use strategy 10 withrawal will be done by GI delivery from sales order, according with sap help.
    Just I am invetigatiing why I have a withdrawal if I have not any delivery for this material.
    And I use Transaction  MD63 to see demand for this material and I see withdrawal reduce on Schedule line tab on this view. just I want to know what or how was reduced demand if I have not any GI delivery.
    I have this issue only with a couple material, all them are working properly.
    just I have compared those a couple material with other that are working fine but I do not see diference on its configuration on material master.
    Could you advice me on this pls? get a address to follow?
    I appreciate you great a attention!!
    Best Regards,
    Julio

  • How to join two groups at same level

    I need to make a new report using the XML EBS generates. In this case I have two groups (Operations and Employee's). I'd like to show all operatsions and within that join to the Employee. I cant seem to get it to display only one employee. Need help. I've now spent hours on this!
    XML sample:
    <?xml version="1.0" ?>
    <ROWSET>
    <WORKORDER_LIST>
    <WORKORDER WIPENTITYID="2001">
    <NAME>401</NAME>
    <OPERATION_LIST>
    <OPERATION>
    <OPSEQNUM>10</OPSEQNUM>
    <OPDESC>fix it</OPDESC>
    </OPERATION>
    <OPERATION>
    <OPSEQNUM>15</OPSEQNUM>
    <OPDESC>call when done</OPDESC>
    </OPERATION>
    </OPERATION_LIST>
    <EMPLOYEE_LIST>
    <EMPLOYEE>
    <EMPOPSEQNO>10</EMPOPSEQNO>
    <EMPFULLNAME>Joe Blow</EMPFULLNAME>
    <EMPDEPTCODE>SHIPLOAD</EMPDEPTCODE>
    </EMPLOYEE>
    <EMPLOYEE>
    <EMPOPSEQNO>15</EMPOPSEQNO>
    <EMPFULLNAME>Sallly Sue</EMPFULLNAME>
    </EMPLOYEE>
    </EMPLOYEE_LIST>
    </WORKORDER>
    </WORKORDER_LIST>
    </ROWSET>
    Sample RFT I'm building.
    <?for-each:OPERATION?>
    Operation:<?OPSEQNUM?> <?OPDESC?>
    <?for-each://EMPLOYEE?>
    <?if://OPSEQNUM=EMPOPSEQNO?>
    Employee: <?EMPFULLNAME?>
    <?end-if?>
    <?end for-each:EMPLOYEE?>
    ====Next Operation=====
    <?end for-each?>
    What I want to see is:
    10 fix it Joe blow
    15 call when done Sally Sue
    Can anyone please help?!

    Both options do exactly what I'm looking for! Now I just have to understand it. I cant tell you how much I appreciate your posting. I spent hours on this and did not come close to answer!
    --Dave                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • System colors do not give correct RGB values

    When using the IMAQ integer to color value function, I get correct RGB values for colors chosen via a color box control  - except if the colors are selected from the "system colors". Is this supposed to happen? The RGB values for the system "White" i

  • Replace all the " in a string.

    Hi all,

  • How to re install Blackberry idnetity ??

    Past few days, in the latest Blackberry App world I was recieving message to Upgrade my Blackberry Idnetity, and even if I use to press yes, it used to show me intallatione failed. So I Power restarted my phone, and after that i am seeing my Blackber

  • Makefile.war error

    Hi, I am trying to run the Makefile.war provided by the AM in /opt/SUNWam. We get an error in the majkefile, unexpected else line 21. I am trying to look at the script code and resolve it, but has anybody else come across this? Since this makefile co

  • Windows Script Host startup error - Windows 8

    Hello all, I got  new Windows 8 Lenovo laptop recently, and I wanted to install all my games from my previous computer to my new one. So I did, but ended up with some errors (Which have nothing to due with Windows or Lenovo, but rather the games them