Validation on a item

Is it possible to build a validation package/procedure or functions and call them from the "page Processing / Validation" section.
I've created a test function to see it will work but I'm getting various errors with everything I've tried.
I have a function that passes in one string variable and returns a string variable with an error message if one exists.
in the Validation Expression 1 section I entered:
cust_check(:p2_customer_name);
and set the type to "Function Returning Error Text"
Do I need to also create a process? I thought I read something somewhere about that but can't find it again.
Thanks.

Hi,
Try this
RETURN cust_check(:p2_customer_name);other vise keep same as you already try
Br, JAri

Similar Messages

  • Validation on text item

    Hi all,
    i have a text item P6_MAXLIABILITY
    I put a validation on that item with regular expression.
    I want that validation to happen, when the focus moves to the next item.
    could any one give me a suggestion?
    bye
    Srikavi

    Hi,
    if the focus changes the javascript is event "onblur();" automatically fired. Then you can call own javascript function and validate the input.
    Example:
    <form name="test" action="">
    Name: <input type="text" name="input1" onblur="checkContent(this.value)">
    </form>
    <script type="text/javascript">
    document.test.input1.focus();
    function checkContent (field) {
    if (field == "") {
    alert("Please input something!");
    document.test.input1.focus();
    return false;
    </script>

  • Validation on an Item

    Hello,
    I am trying to put a validation on an item.
    I have two columns:
    Ethics Status and Ethics Tracking Number
    Ethics Status is required but Ethics Tracking Number is only Required if Ethics Status is Yes.
    I am unsure how to go about doing this. Can anyone point me in the right direction?
    Thanks,
    Jessica

    I would create a Validation for the item Ethics Tracking Number that says it cannot be NULL, and then set the condition to "Value of Item In Expression 1 Is NOT NULL", and then in the Expression 1 box fill in the name of the page item for the Ethics Status field.
    This way the validation is only applied when the condition evaluates to TRUE, which will only happen when Ethics Status is not null.
    So if you had the item P1_ETHICS_STATUS, then put that in the Expression 1 box.

  • Error in CNS0 :Sales unit is not valid for the item

    Dear Team ,
    we are using assembly process ,after creation of project from sales order ,requirments are pass to production planning (PP), Asign the bom to activites then we are going to delivery through project (cns0) at the time system shows error" sales unit is not valid for the item" we check the options in material master .please  help me on this issue.
    Thanks &Regards
    R.B.RAO

    Have a look at the following note:-
    Note 140551 - VL384 Stock transport order and batch selection
    G. Lakshmipathi

  • Validity periods for Item Conditions - Purchasing Agreements

    hi,
    For Agreements (Purchasing) we are looking for creating  multiple validity periods for item conditions. We cannot use BTCI for transaction ME31K as it does not allow to create multiple validity periods at one time!
    Are there any BAPIs for the same? Is there any other way??
    Thanks in advance.
    regards,
    NB

    Hi
    Working with eCATT (Extended Computer Aided Test Tool)
    Try this.
    http://www.erpgenie.com/ecatt/
    Thanks
    Ashok

  • Hw to deactivate a valid cross-docking item i.e., 2-step picking

    Hi Experts,
    Hw to deactivate a valid cross-docking item i.e.,  the two step relevance should be de-activated for the delivery items. i want to convert 2-step picking to one-step picking based on elapsed time.
    Be helpful. Its urgent.
    Thanks & Regards,
    Madhu

    System will generate XD deliveries once you do the goods receipt against Vendor Purchase Order.In your case two outbound deliveries generated as you have to UB Purchase Orders.After Creation of deliveries then you tried to create the delivery through wf30 .As the deliveries created alredy you got error No entries found relevant to delivery generation;'
    If you delete the deliveries then it is difficult to create new outbound deliveries.

  • This action is not valid for this item

    Hi all,
    I am facing with "This action is not valid for this item" error, if I submit the items by using "Submit Decisions" button on UWL. Please find the uwl, below;
        <ItemType name="uwl.task.webflow.decision.TS90100027" connector="WebFlowConnector" defaultView="DevamDevamsizlik" defaultAction="viewDetail" executionMode="pessimistic">
          <ItemTypeCriteria externalType="TS90100027" connector="WebFlowConnector"/>
          <CustomAttributes>
            <CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebflowContainer" cacheValidity="session">
              <Attribute name="Personel" type="string" displayName="Personel Ad&#305;"/>
              <Attribute name="AttAbsText" type="string" displayName="Devam/Devams&#305;zl&#305;k Tipi"/>
              <Attribute name="BaslangicTarihi" type="date" displayName="Ba&#351;lang&#305;&#231; Tarihi"/>
              <Attribute name="BaslangicSaati" type="time" displayName="Ba&#351;lang&#305;&#231; Saati"/>
              <Attribute name="BitisSaati" type="time" displayName="Biti&#351; Saati"/>
              <Attribute name="BitisTarihi" type="date" displayName="Biti&#351; Tarihi"/>
            </CustomAttributeSource>
          </CustomAttributes>
          <Actions>
            <Action name="Onayla" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="decisionKey" value="0001"/>
                <Property name="UserDecisionTitle" value="Onayla"/>
              </Properties>
              <Descriptions default="Onayla"/>
            </Action>
            <Action name="Reddet" groupAction="" handler="SAPBSPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="decisionKey" value="0002"/>
                <Property name="UserDecisionTitle" value="Reddet"/>
                <Property name="Application" value="zh12j010"/>
                <Property name="PageId" value="rejectreason.htm"/>
                <Property name="workitemId" value="${item.externalId}"/>
              </Properties>
              <Descriptions default="Reddet"/>
            </Action>
            <Action name="Detay" groupAction="" handler="SAPBSPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="Application" value="zh12j010"/>
                <Property name="PageId" value="detail.htm"/>
              </Properties>
              <Descriptions default="Detay"/>
            </Action>
            <Action name="Yazdir" groupAction="" handler="SAPBSPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="Application" value="zh12j010"/>
                <Property name="PageId" value="print.htm"/>
              </Properties>
              <Descriptions default="Yazd&#305;r"/>
            </Action>
            <Action name="submitUserDecisions" groupAction="yes" handler="UIActionHandler" referenceBundle="submit" returnToDetailViewAllowed="no" launchInNewWindow="no"/>
          </Actions>
        </ItemType>
        <View name="DevamDevamsizlik" selectionMode="MULTISELECT" width="98%" supportedItemTypes="uwl.task.webflow.decision.TS90100027" columnOrder="createdDate, Personel, AttAbsText, BaslangicTarihi, BitisTarihi, BaslangicSaati, BitisSaati, redCol, onayCol" sortby="createdDate" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" refresh="-1" dueDateSevere="0" dueDateWarning="0" emphasizedItems="new" displayOnlyDefinedAttributes="no" dynamicCreationAllowed="yes" actionPosition="bottom">
          <Descriptions default="Devam/Devams&#305;zl&#305;k Talepleri">
            <ShortDescriptions>
              <Description Language="en" Description="Devam/Devams&#305;zl&#305;k Talebi Onay"/>
            </ShortDescriptions>
          </Descriptions>
          <DisplayAttributes>
            <DisplayAttribute name="onayCol" type="checkbox" width="" sortable="no" format="default" actionRef="0001" hAlign="CENTER" vAlign="TOP" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Onayla">
                <ShortDescriptions>
                  <Description Language="en" Description="Onayla"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="Personel" type="string" width="30" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Personel"/>
            </DisplayAttribute>
            <DisplayAttribute name="AttAbsText" type="string" width="15" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Devam/Devams&#305;zl&#305;k Tipi"/>
            </DisplayAttribute>
            <DisplayAttribute name="BaslangicTarihi" type="date" width="" sortable="yes" format="medium" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Ba&#351;lang&#305;&#231; Tarihi"/>
            </DisplayAttribute>
            <DisplayAttribute name="BaslangicSaati" type="time" width="" sortable="no" format="medium" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Ba&#351;lang&#305;&#231; Saati"/>
            </DisplayAttribute>
            <DisplayAttribute name="redCol" type="link" width="20" sortable="no" format="default" actionRef="Reddet" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Reddet">
                <ShortDescriptions>
                  <Description Language="en" Description="Reddet"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="BitisSaati" type="time" width="" sortable="no" format="medium" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Biti&#351; Saati"/>
            </DisplayAttribute>
            <DisplayAttribute name="BitisTarihi" type="date" width="" sortable="yes" format="medium" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Biti&#351; Tarihi"/>
            </DisplayAttribute>
          </DisplayAttributes>
          <Actions>
            <Action reference="submitUserDecisions"/>
            <Action reference="refresh"/>
            <Action reference="forward"/>
          </Actions>
        </View>
    Can anyone give a suggestion about it?
    Thank you

    Hi all,
    I had the exact same error using a user decision configuration.  Issue was that I was using a VIEW that did not exist:
    ItemType name="uwl.task.webflow.TS90300005" connector="WebFlowConnector" defaultView="DefaultApprovalView">
    DefaultApprovalView was not defined as a custom view.
    SOLUTION: changed it to standard SAP com.sap.pct.erp.srvconfig.approvaloverview view and it worked!
    ItemType name="uwl.task.webflow.TS90300005" connector="WebFlowConnector" defaultView="com.sap.pct.erp.srvconfig.approvaloverview">
    This is normally by default defined in a standard portal system.
    Edited by: David Pierre on Jan 13, 2010 3:15 PM
    Edited by: David Pierre on Jan 13, 2010 3:16 PM
    Edited by: David Pierre on Jan 13, 2010 3:19 PM

  • Validation of an item

    this may be a simple question to most but I'm having trouble understanding how I would go about this
    I have a app where our call centre agents can enter the first 6 digits of a members CC number, the agents are advised to enter multiple cards by separating the numbers by a comma i.e. 123456,234567,654321 to indicate an issue with multiple cards
    I then want to be able to run some validation over the item to ensure the agents have not entered a number longer than 6 digits but the validation would need to take into account the comma separated values
    so a value of
    123456, 123456, 123456 would pass validation
    but
    123456, 12345678123456789, 123456 would fail because the 2nd entered value is more than 6 digits
    am I asking the impossible here ?
    Edited by: Mr JD on 06-Jul-2010 07:38

    Simplest way might be using a regular expression validation.
    with t as (
      select null cards from dual
      union all
      select ',' from dual
      union all
      select '123456' from dual
      union all
      select '123456,' from dual
      union all
      select '123456,234567 ' from dual
      union all
      select '123456,234567,654321' from dual
      union all
      select '123456,   123456, 123456' from dual
      union all
      select '123456, 1234567812345678, 123456' from dual
      union all
      select '12345678123456789, 0, 123456' from dual
      union all
      select '123456, -123456, 123456' from dual
      union all
      select '12345, 12345, 12345' from dual
      union all
      select 'ABCDEF, 12345A, 1Z3456' from dual
      union all
      select '123456, ,' from dual)
    select
              cards
            , case
                when regexp_like(cards, '^([[:digit:]]{6}[[:space:]]*,[[:space:]]*)*([[:digit:]]{6}[[:space:]]*)$') then 'PASS'
                else 'FAIL'
              end posix_regexp
            , case
                when regexp_like(cards, '^(\d{6}\s*,\s*)*(\d{6}\s*)$') then 'PASS'
                else 'FAIL'
              end perl_regexp
    from
              t;
    CARDS                            POSIX_REGEXP PERL_REGEXP
                                     FAIL         FAIL       
    ,                                FAIL         FAIL       
    123456                           PASS         PASS       
    123456,                          FAIL         FAIL       
    123456,234567                    PASS         PASS       
    123456,234567,654321             PASS         PASS       
    123456,   123456, 123456         PASS         PASS       
    123456, 1234567812345678, 123456 FAIL         FAIL       
    12345678123456789, 0, 123456     FAIL         FAIL       
    123456, -123456, 123456          FAIL         FAIL       
    12345, 12345, 12345              FAIL         FAIL       
    ABCDEF, 12345A, 1Z3456           FAIL         FAIL       
    123456, ,                        FAIL         FAIL

  • EXIT_SAPMM06E_012 : Incoterms validation for header/item in a PO.

    Hi,
    I need to add validation to PO that :
    The header level incoterm 1 and 2 and the items incoterm1 and 2 has to be populated by the user, for PO create(ME21n) and change (ME22n)
    modes.
    THe header level inocterm field validations were done in Change mode(ME22n) using the i_ekko in EXIT_SAPMM06E_012.
    But i'm not able to do this, for the item level incorterms. I cant find which table holds the incoterm data for items.
    Also, please let me know how to do it when the PO is in create mode. Can EXIT_SAPMM06E_012 be used?
    and which internal table will have the inco terms for header and item data , when in create mode.
    Thanks in advance ,
    Shyam.

    Hi
    Try with BADI ME_PROCESS_PO_CUST method CHECK.
    Regards
    Eduardo

  • Validation between line items in a Document

    Dear Experts
    I have created a Validation to restrict the Users not to select two different Company Codes in the line item level for a particular Document Type.  The Validation is as shown below:
    Prerequisite : BKPF-BLART = 'SA'
    Check : "BSEG-BUKRS1 <> BSEG-BUKRS2"
    Message : Cross Company Transactions not allowed with Doc. Type 'SA'
    I activated the above in OB28 with Call Point Option '2 - Line Item'.  When I am testing, the system is allowing me to post the transaction with two different Company Codes in the line item level and it is generating the Cross Company Document also.  Please let me know where I am missing the logic.
    Thanks
    Madhu

    In case you have made changes in OBA7, it should be working fine.
    If you even then want to define validation, you should define at complete document level using exit and in exit you should define the exit parameter using BOOL_DATA table which will contain the details of BKPF and BSEG for that document and there you can compare the company code of one line with the company code of another line.
    Regards,
    Gaurav

  • Validation on first item

    Hi,
    i am using apex_3.2.1.
    I have these items and i want to create validation on p1_item1 to check values.if the value entered in first item is
    exist into the database it shows the alert msg value already exist and control should not move to the next item.
    p1_item1
    p1_item2
    p1_item3
    p1_item4

    Hi,
    I want to focus the cursor on name item until the user
    not entered the Unique value. I am sending
    you login id and password.
    what I have done i am dispalying
    popup on item if user not entered the unique value in name item.
    I have implement this using ajex. name is the item on which
    i am displaying popup if value entered in name
    item exist into the database popup should raise and after click on ok
    button of popup cursor should point to the same item until user not entered the unique value.
    1)The problem is cursor not focus
    to the name item after display of the popup in case of incurrect value.
    2)it display The popup if i am click on the cancel button too.
    how could i resolve this problem. please help me to sort out this problem.
    TABLE NAME: LANGUAGE_MAS
    APPLICATION PROCESS: LANG_MAS\
    PAGE ITEM: TAB_DATA_TYPE
    i am sending you my application login id and password.
    Application No-51552
    page No -2 and 3
    URL ---apex.oracle.com
    Workspace   ---  DISCUSSION
    User Name  ----   [email protected]
    passowrd     ----      fuvubeEdited by: Vedant on May 19, 2011 10:17 PM

  • Validation on line items  not triggering for F-32 tcode

    Hi Experts,
    I am trying  to put a validation on F-32.  using OB28   but not able to trigger OB28 while simulating the selected documents in F-32.
    Also i want to know how systems comes to know what all documents has been selected by the user in
    F-32 for clearing ,so that i can apply check on line items of that particular selected documents.
    Any ideas on how to do it?
    Thanks in advance.
    Regards,
    Abhinav

    Hi Friend,
    Check that you have activated the validation or not?
    Put '1' in activation flag of OB28; And test with F-32 again.
    Regards
    Krishnendu Laha

  • Validation on line items not triggering for MR41 tcode

    Hi,
    I have to put a validation on MR41 to check the amount entered on the screen. I am using OB28 to define the validation. Also, I have created user exit in the validation/substitution program where the necessary checks are done. But the validation is not triggering at the line item level. I have another validation of MR41 at header level, that is working perfectly. I want the validation to trigger at line item level also.
    Any ideas on how to do it?
    Thanks in advance.
    Regards,
    Arun Mohan

    Hi,
                  Try with user exit MM08R002 under this u can find thease exits.
    EXIT_SAPLKONT_002
    EXIT_SAPLMR1M_001
    EXIT_SAPLMRMC_001
    <b>Reward points</b>
    Regards

  • APEX 4 Multiple Validation on one Item - Stop after single Failure

    Hi
    I'm trying out the fantastic new features of APEX 4 - Well done to the APEX team!!
    Using page item validation, I've applied three validations ('cos that's how I think it works) to a page item.
    1. Check if the value entered is numeric
    2. Check if the value of the item is less than a stipulated minimum
    3. Check if the value of the item is greater than the stipulated maximum
    This works fine if the value entered is a number, and the min and max validations correctly return the message that the value is too small or large respectively.
    But if I enter some text (non numeric), the the first validation correctly identifies that the value is not numeric, but I then get an ORA sql error complaining that the sql comparison of the value and the stipulated minimum fails - because the value entered is not numeric.
    Is there any way of halting the validation process (i.e. skip validations 2 and 3) if number one fails?
    Does this in any way relate to the validation option "AlwaysExecute"?
    Thanks
    Mike

    Hi Mike,
    you can set the condition at validation 2 and 3 to "don't execute when there are already inline errors".
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    Work: http://www.click-click.at
    Training: http://www.click-click.at/apex-4-0-workshops

  • How to avoid validation of input items within af table and javascript

    Hi all,
    I developed a form which includes table and commandButton. Some input items are required. I want them to validate while just button pressed.
    And everything was ok, this scenario was working well. But when table presents only one row, selecting row does not work. See alsa plz: Table row selection --> might be 9th post
    I applied to my jsff the solution which is told in above link. It works previous issue but this time, javascript caused another problem that is inconsistent validation. As i understood java script overrides af table immediate="true" property. plz see : http://www4.picturepush.com/photo/a/11897217/640/11897217.png
    How can i resolve that? Any suggestion?
    Plz help me
    Thanks in advance
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:trh="http://myfaces.apache.org/trinidad/html"
    xmlns:f="http://java.sun.com/jsf/core">
    <trh:script>
    function tableLoad(event)
    AdfCustomEvent.queue(event.getSource(), "refreshTables",
    true);
    event.cancel();
    </trh:script>
    <af:table var="row" rowBandingInterval="1" id="entityT"
    value="#{pageFlowScope.incomingPaperworkBean.baseRowCollection}"
    partialTriggers="::cb_incPaperDef_commit ::cb_incPaperDef_filter"
    rowSelection="single" columnBandingInterval="0"
    disableColumnReordering="true" columnStretching="column:c3"
    styleClass="AFStretchWidth" autoHeightRows="20"
    contentDelivery="immediate" immediate="true"
    binding="#{pageFlowScope.incomingPaperworkBean.richTable}">
    <af:clientListener method="tableLoad" type="click"/>
    <af:serverListener type="refreshTables"
    method="#{pageFlowScope.incomingPaperworkBean.refreshTables}"/>
    <af:column id="c5" width="105">
    <af:inputText id="registrationText"
    value="#{row.baseEntity.registrationNumber.registrationNumber}"
    required="true" readOnly="true" autoSubmit="true"
    disabled="true"/>
    <f:facet name="header">
    <af:panelGroupLayout id="panelGroupLayout1" layout="vertical">
    <af:inputText id="filterRegistrationNumber"
    value="#{pageFlowScope.incomingPaperworkBean.filterTemplate.incomingPaperwork.registrationNumber.registrationNumber}"
    simple="true" autoSubmit="true"/>
    <af:spacer width="10" height="10" id="spacer1"/>
    <af:outputText value="Kayit Numarasi" id="outputText6"/>
    </af:panelGroupLayout>
    </f:facet>
    </af:column>
    Edited by: webyildirim on 07.Oca.2013 06:08

    I guess you want the table header skin selector listing. [http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e15862/toc.htm|http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e15862/toc.htm]
    search on af:table
    I only see one mention of a table header though, so maybe this is the problem.
    Have you looked at the html that is output (with Firebug) perhaps and seen what sort of style classes are associated with your table component? in 11g it seems that there are more human-readable style classes that you can guess at by looking at the html source.
    Good luck

  • Defining complex validations for flex items

    Hi,
    We've defined a flex regions and a number of flex items. We would like to define more complex validation logic at the entity object level, whereby we'd like to reference both 'fixed' entity attribute values as well as values of the flex items.
    Could you please indicate how this can be achieved in the validateEntity method of the EntityImpl.java class.
    We know beforehand which flex items will be displayed based on the value of one of the fixed entity attributes (e.g. if the attribute request_type='assist' then display flex items A and B, if request_type='info' then display flex items D, E and F). We use flex items because the number of request_types and corresponding 'dynamic' attributes is too large (and subject to frequent additions, deletions or modifications) to incorporate in a fixed static db table structure.
    If you can suggest alternatives to using JHeadstart flex items, these are more than welcome, of course.
    Many thanks beforehand,
    Ibrahim

    Dear Steven,
    First of all many many thanks for your prompt reply. We can use JSF EL expressions to conditionally render flex items. I'd like to illustrate my question with a simple example:
    We have three fixed entity attributes displayed:
    RequestType
    Birthday
    Sex
    and two flex items (rendered at runtime for a specific runtime value of RequestType):
    Smoker (Y/N)
    Weight
    Before saving the record I'd like to check a number of validation business rules that depend on the fixed entity attributes as well as the two flex items being displayed.
    Consequently, I'd need to be able to access the flex item values provided by the user, inside my validateEntity method (right ?).
    I can define simple validations for the flex items, but I can only access the flex item value and possibly the DependsOnItemValue.
    PS: When I define a flex item of type 'inputtext' and try to access its value using a bind variable in the validation query of the flex item e.g.
    :ItemValue = 'blabla'
    Suppose the user fills in the value Abracadabra, the validation logic substitutes as follows:
    Abracadabra = 'blabla' (which generates an Oracle error). I'd expect the following substitution to take place:
    'Abracadabra' = 'blabla'

Maybe you are looking for

  • R835 P56X lock ups

    From day 1 (purchased a month ago) I'm still having lock ups with this laptop!  After few hours of use the screen goes black (sometimes blue), if I try to revive it the fan kicks in at full speed sounding like a leaf blower! I've reinstalled Win7 wit

  • Links don't work correctly in Adobe Reader 9

    We have a PDF document in Acrobat 10 that contains links to other PDF documents.  This main document is hosted on our intranet site.  The documents that it links to are located on a network share accessed with a drive map.  When the main document is

  • Individual report path with defined file name from the report settings in Testsand 2012

    Hi, I have following task: I want to test stand 2012 in each sequence to change the path of the report file. But the naming of the file is to be maintained as these settings can be made from TestStand into the report (DisplayName + _Report_ [<FileDat

  • Cannot open photos in LR5? HELP!

    I just noticed yesterday that I cannot access my LR5 photos. All my photos have a !. I tried to correct with Find Missing Folder. It will locate folder, but I can't select it? Its frustrating because I see them, but can't access them. Any ideas?

  • AW keyboard focus after Flash interaction

    Hi all and happy new year! I am using AW7.02, Windows XP, Flash v8 (loaded using ActiveX). I have the following setup: In a pageturner made in AW I have an interaction icon placed inside a Framework. On the interaction icon I have several perpetual b