For exception on result ; Highlight the rows

Hi guys
could be a simple question with a "not so simple" answer - Is there a way in Bex to read the result row and compare with a condition say - for result < 100 ; Highlight the individual rows that add up to give the result row ?
if it can be done , Please tell me how ?
appreciate your inputs,
thanks
Shweta

Hello,
If a query, on BEx Analyzer, I think this is not possible.
However, if you save the query as workbook, you can add insert any macro code on SAPBEXONREFRESH
Then, when you refresh your workbook, the macro will be executed and you can create a code to compare the rows values.
You can access the SAPBEXONREFRESH procedure pressing ALT + F11.
Thanks
Edward John

Similar Messages

  • Easy way to highlight the row you are editing

    Hi,
    How can I easily highlight the row in a report with an edit button when I click this button. If I click it I go to another page but when I come back( After saving modifications) I want the row I just edited highlighted
    Thank you for the help
    Erwin

    Hello Erwin,
    First, you need to add an ID to every row in your report, so you’ll be able to manipulate it on the DOM level. Duplicate your report template, and edit the Before Each Row field to look similar to the following:
    <tr #HIGHLIGHT_ROW# id="#ROWNUM#">I’m using a hidden item on the report page, to hold the rownum of the report line I’m branching to edit. I’m setting this item in the link column (or in the f?p URL) to be #ROWNUM#.
    I’m using an onload event to fire the following JS function:
    function colorLinkRow(pItem, pColor) {
       var elm = $x(pItem);
       if (elm.value > 0) {
         $x(elm.value).style.backgroundColor = pColor;
    }The pItem parameter is the hidden item name, and the pColor is the background color I want to use.
    This code assuming only one report region per page. Otherwise, you need to take different approach to setting unique IDs to your reports lines.
    Regards,
    Arie.

  • How to highlight the row from the JTable then remove

    hi !!
    i'm using an abstract model in making a table....
    and having a button up and down and delete also!!
    how can i highlight the row when i click down and up!!!
    and when selected or highlighted i can press the button delete ...
    then the data is removed!!!
    pls... i need it!!
    tnx...

    Table row selection should take care of it. By default table rows can be selected.
    The getSelectionModel() method on the JTable gives you access to the row selection model. You can set that either to allow one at a time or multiple selection, and when your delete button is pressed, you access that selection model to decide which rows to delete.
    Add a ListSelectionListener so you can enable or disable your delete button as rows are selected or deselected. JTable will take care of the highlighting.

  • Query for a value result when no rows found

    Kindly help me out when I use following query it return no record but I want 0 against this query how plz let me know
    select b.accode,decode(sum(b.debit),null,0,sum(b.debit)) op_dr,
    decode(sum(b.credit),null,0,sum(b.credit)) op_cr,
    c.actitle
    from v_mast a, v_det b, chart c
    where a.v_type=b.v_type
    and a.vouchno=b.vouchno
    and b.accode=c.accode
    and a.VOID='F'
    and a.posted_by is not null
    and a.v_date between '01-JAN-06' and '31-JAN-06'
    and b.accode in (select accode from account where open='T')
    and b.accode in (select accode from chart)
    and a.v_type in ('RN','PV','CV','RV','JV')
    and b.accode = '3050571'
    group by b.accode,c.actitle
    order by b.accode
    Result is : No rows found but is there any possibilities that it will give me following result
    Accode op_dr op_cr
    3050571 0 0

    Why not respond to the earlier threads ?
    Query
    and
    0 when no records found
    Regards,
    Rob.
    Message was edited by:
    Rob van Wijk
    PS: Of course you could do a
    <your query> union all select 3050571,0,0,null from dual
    It answers the question, but I doubt that this is what you want.

  • How to avoid seeing data for a particular member in the row level

    Hello,<BR>I am using Essbase. In that i am having members like taks n/a, demand n/a. Purpose of these members are, if i load data for demand, task wont have data so i am mapping to task n/a.And same for the task loading.I am using alphablox for reporting and report script for retriving the data.So, if i select the task n/a and demand n/a then some value will be existing for this. Is there any possibility to remove this from report.I mean while seeing in the report, it should not get this member and respective value for display and also avoid taking this data for any manipulation.I know RESTRICT for column level data. Is there anything for row level restrictions.<BR>Please help me on this.<BR>Regards<BR>R.Prasanna

    Hi,
    Into the rule containing the Color metadata, you can restrict the values of the list.
    In "Has restricted list and pane", list the values 1, 2 and 3 (new line for each value) :
    1
    2
    3
    Romain.

  • "click on the link for each error to highlight the location of the error in the PDF file" fails

    I'm working on a document which has tables in it. When I run the accessibility checker for 508 compliance, it tells me the document failed the test (g) 4 Table element(s) with no TH child elements and then provides links to the 4 tables in question. Now, when I click on those links, nothing happens. I know it is supposed to take me to the location of the problem table, and in fact this has worked for me in other documents in the past. Why is it not working now? I could really use this functionality because there are more than 4 tables so I can't tell which ones are failing the test without Acrobat highlighting them for me.
    Thanks!
    Maddie

    Hmm, I tried that but it didn't solve the problem. When I searched for the tables there was always something in the code for the table. Also, saving the PDF to HTML really messed up the layout of the file, so it was hard to tell how well it paralleled the code in the PDF file.
    However, I don't know if this would give you any ideas, but these are links from the Accessibility Report, from the list "Structure errors: 7 table element(s) with no TH child elements."
    This is one that took me to a table:
    file:///U|/Booklets/second%20edition%202011-2016/booklet-2/Book.TwoTAGGED.pdf#page=26&high light=50,558,675,180
    This is what ALL the other 6 look like (which, when clicked, took me nowhere):
    file:///U|/Booklets/second%20edition%202011-2016/booklet-2/Book.TwoTAGGED.pdf#page=0&highl ight=-32768,-32768,-32768,-32768
    It makes me think that there are some artifact tables floating out in space somewhere, at the location "-32768,-32768,-32768,-32768."
    If there was some way for me to find them and either tag them as artifacts or delete them... that might solve the problem! Do you know if there is a way?
    Thanks!
    Maddie

  • Is there a way to highlight the row of a newly added row to a collection?

    I have created a copy of my report template and altered Column Template 1 to be:
    <td bgColor =FF0000 #ALIGNMENT# headers="#COLUMN_HEADER_NAME#" class="t2data"><font color="#FFCCFF"</FONT> #COLUMN_VALUE#</td>
    the column template 1 Condition is set to: Used Based on PLSQL
    and the condition (and this is where I am not clear) is: #C002# = 1
    I have a query based on the following collection. When a new row is added, I would like it to be hightlighted based on the above. Is there a way to do this? thanks.
    Karen
    SELECT
    apex_item.checkbox (1,seq_id, 'onclick="highlight_row(this,'
    || seq_id
    ||')"', NULL, ':', 'f01_'
    || LPAD (seq_id, 4, '0') ) delete_checkbox,
    apex_item.hidden(2,seq_id) seq_id,
    apex_item.hidden(3,seq_id),
    s.common_name SPECIES_ITIS,
    g.grade_desc GRADE,
    m.market_desc MARKET_CATEGORY,
    c007 unit,
    apex_item.text(8,c008,5) fav_order,
    apex_item.select_list_from_query(9,c009,'select disposition_desc, pd.disposition_code from partner_dispositions pd, dispositions d where pd.partner_id = :G_ISSUING_AGENCY and pd.disposition_code = d.disposition_code','style="width:175px;background-color:#FBEC5D;" onChange="saveSpeciesDisposition(#ROWNUM#);"','YES','0','- Select Disposition -','f09_#ROWNUM#') disp
    from apex_collections,
    species s,
    grade_categories g,
    market_categories m
    where collection_name = 'C_DEALER_SPECIES_FAV' and
    c004 = s.species_itis and
    c005 = g.grade_code and
    c006 = m.market_code
    order by c008, s.common_name
    It gets a bit more complicated, in that a row is added by selecting (species_itis) from a tree.

    Hi Karen,
    Firstly, try changing:
    &lt;td bgColor =FF0000 #ALIGNMENT# headers="#COLUMN_HEADER_NAME#" class="t2data"&gt;&lt;font color="#FFCCFF"&lt;/FONT&gt; #COLUMN_VALUE#&lt;/td&gt;to:
    &lt;td #ALIGNMENT# headers="#COLUMN_HEADER_NAME#" class="t2data" style="background-color:red"&gt;&lt;font color="#FFCCFF"&lt;/FONT&gt; #COLUMN_VALUE#&lt;/td&gt;Also, change the condition to:
    '#C002#' = '1'
    and make sure that you have an unconditional Template 2
    Andy

  • OA Framework - Help Needed in highlighting one of the rows in Custom Page

    Hi Oracle Gurus,
    I am new to OAF.
    I have a requirement like I have to highlight one of the rows in a Custom OA Page.
    These rows exist in a table structure,they are basically Claim records of the employees.
    All these rows are from only One View Object. I just need the total row alone to get highlighted in different color.
    I tried updating the Custom.xss file in $OA_HTML/cabo/styles.
    Below is my Custom.xss file
    <styleSheet>
    <!-- Please start your customizations here -->
    <style selector="XX_BOLD">
    <includeStyle name="DefaultFontFamily"/>
    <property name="background-color">#FF0000</property>
    </style>
    <style selector="XX_NORMAL">
    <property name="background-color">#0000FF</property>
    </style>
    The Query of the VO is
    SELECT EMP_DEP,
    CLINIC,
    HOSPITAL,
    DENTAL,
    OPTICAL,
    EXE_PROFILE,
    MATERNITY,
    DECODE(EMP_DEP,'Total','XX_BOLD','XX_NORMAL') XX_BOLD FROM apps.XXBEN_CB_MEDUTIL_TABLE;
    The VO has decode operation that decides the CSS style which will be used via Controller.
    I have applied the CSS file thorugh the Controller code that I have given below.
    Controller Code :
    OAPageLayoutBean plb = pageContext.getPageLayoutBean();
    OAMessageStyledTextBean columnBean = (OAMessageStyledTextBean) plb.findChildRecursive("EmpDep");
    OADataBoundValueViewObject css = new OADataBoundValueViewObject(columnBean, "XX_BOLD");
    columnBean.setAttributeValue(oracle.cabo.ui.UIConstants.STYLE_CLASS_ATTR,css);
    I did all the changes and bounced the Apache Server.
    But this seems to be not working....I do not see any Colour change in the OAPage.
    Can Anyone tell what could be wrong in this.???
    Please Reply as this very urgent........

    Hi Anil,
    I tried watever you had suggested,It is still throwing the same error.
    I have pasted below the code that I am using.
    Controller Code:
    package EmployeeTest.oracle.apps.per.server.webui;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.framework.webui.OAWebBeanConstants ;
    import oracle.apps.fnd.framework.webui.beans.table.OATableBean ;
    import oracle.apps.fnd.framework.webui.beans.message.OAMessageStyledTextBean;
    import oracle.apps.fnd.framework.webui.OADataBoundValueViewObject;
    import oracle.cabo.ui.beans.table.ColumnBean;
    import oracle.apps.fnd.framework.webui.beans.form.OAChoiceBean;
    import oracle.apps.fnd.framework.webui.beans.form.OASubmitButtonBean;
    import oracle.apps.fnd.framework.webui.beans.layout.*;
    import oracle.apps.fnd.framework.webui.beans.message.*;
    import oracle.apps.fnd.framework.webui.beans.nav.OANavigationBarBean;
    import oracle.apps.fnd.framework.webui.beans.nav.OAPageButtonBarBean;
    import oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean;
    import oracle.apps.fnd.framework.webui.beans.table.*;
    import oracle.cabo.ui.*;
    import oracle.cabo.ui.beans.*;
    import oracle.cabo.ui.beans.form.*;
    import oracle.cabo.ui.beans.layout.*;
    import oracle.cabo.ui.beans.message.MessageStyledTextBean;
    import oracle.cabo.ui.beans.message.MessageTextInputBean;
    import oracle.cabo.ui.beans.nav.NavigationBarBean;
    import oracle.cabo.ui.beans.table.ColumnBean;
    import oracle.cabo.ui.beans.table.TableBean;
    import oracle.apps.fnd.framework.OAViewObject;
    import oracle.apps.fnd.framework.OARow;
    import oracle.jbo.domain.Number;
    import oracle.cabo.style.CSSStyle;
    import java.io.Serializable;
    * Controller for ...
    public class EmployeeInfoCO extends OAControllerImpl
    public static final String RCS_ID="$Header$";
    public static final boolean RCS_ID_RECORDED =
    VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
    * Layout and page setup logic for a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    int intPersonId = pageContext.getEmployeeId();
    //int intPersonId; // = pageContext.getEmployeeId();
    //String strPersonId = Integer.toString(277980);
    String strPersonId = Integer.toString(intPersonId);
    // get the Application Module
    OAApplicationModule oaAM = pageContext.getApplicationModule(webBean);
    Serializable parameters[] = { strPersonId };
    //pass parameters to Application Module
    oaAM.invokeMethod("initQuery", parameters);
    oaAM.invokeMethod("insertRow", parameters);
    oaAM.invokeMethod("execQuery");
    oaAM.invokeMethod("totexecQuery");
    oaAM.invokeMethod("tohighQuery");
    OAViewObject oaviewobject1 =(OAViewObject)oaAM.findViewObject("EmployeeUtilVO1");
    oaviewobject1.reset();
    if (oaviewobject1 != null)
    do
    if(!oaviewobject1.hasNext())
    break;
    oaviewobject1.next();
    OARow row = (OARow)oaviewobject1.getCurrentRow();
    String fullName = (String)row.getAttribute("EmpDep");
    System.out.println("The Name is "+fullName);
    row.setEmpDep("<html><H5>"+row.getEmpDep()+"</H5></html>"); (As it is a Plain Text this HTML tag is making the text row.getEmpDep() as H5)
    } while(true);
    * Procedure to handle form submissions for form elements in
    * a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    I am successful in Interating the rows of the table.
    I am being able to print out the view attribute "EmpDep", But when I tried highlighting the row attribute using Row object,it is throwing me an error.
    The error code is :
    Error(88,40): method getEmpDep not found in interface oracle.apps.fnd.framework.OARow
    Error(88,13): method setEmpDep(java.lang.String) not found in interface oracle.apps.fnd.framework.OARow
    I have already give the Query for the VO in the Thread.
    Could You Plz let me know what is wrong in this code?
    Edited by: user1393742 on Sep 21, 2010 7:54 PM
    Edited by: user1393742 on Sep 21, 2010 7:55 PM
    Edited by: user1393742 on Sep 21, 2010 7:57 PM
    Edited by: user1393742 on Sep 21, 2010 7:58 PM
    Edited by: user1393742 on Sep 21, 2010 8:01 PM
    Edited by: user1393742 on Sep 21, 2010 8:02 PM
    Edited by: user1393742 on Sep 21, 2010 8:03 PM
    Edited by: user1393742 on Sep 21, 2010 8:07 PM

  • In WPF When Row Virtualisation is enabled the highlighting of rows on SelectedCellsChanged event does not work properly

    I have written code on SelectedCellsChanged that highlights the rows corresponding to cells selected. When I select few cells in wpf data grid it selects corresponding rows. But When I scroll down/up, it automatically selects some random rows every time.
    But when I set EnableRowVirtualization to false in data grid it works properly. I can not keep virtualization set to false as data is huge it and impacts performance of the grid. So I need both of them working together. Please provide some solution for this
    issue I need it urgently.

    I think you errouneously posted your question on the Project forum which is dedicated to the Microsoft scheduling and planning enterprise application.
    Please go to the
    WPF TechNet forum.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Highlighting a ROw in a tablular form based on a column in the row

    I have a tabular form that Has two types of records. If flightLogType = 1 then I want to highlight the row. If flightLogType=0 then no highlight. Does anyone know how to do this.

    Hi,
    I did example
    http://apex.oracle.com/pls/otn/f?p=40323:57
    Report select is just
    SELECT * FROM empI did copy my favorite report template to new name.
    Then I did edit Column Templates.
    I did set Column Template 1 conditionally "Use Based on PL/SQL expression".
    Column Template 1 Expression
    #DEPTNO# != 10To Column Template 2 I did copy what is in Template 1 and add style="background:red"Column Template 2
    <td #ALIGNMENT# headers="#COLUMN_HEADER#" class="t14data" style="background:red">#COLUMN_VALUE#</td>Column Template 2 Condition "Use Based on PL/SQL expression"
    Template 2 Expression
    #DEPTNO# = 10Then I did change report use new template
    This might help also
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/themes.htm#sthref1772
    Br,Jari
    Edited by: jarola on May 11, 2010 11:24 PM

  • How to highlight a row in tree table - jdev 11.1.2

    Hello:
    Given a key, I want to highlight (select/set currency) the corresponding row in a tree table. I thought the following code would highlight the row in the tree table that corresponds to the key, but nothing is highlighted in the tree table. ie---> treeTable.setSelectedRowKeys(selectedRowKeys); What am I doing wrong? Thanks much.
    public String cb1_action() {
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("Next");
    Object result = operationBinding.execute();
    if (!operationBinding.getErrors().isEmpty()) {
    return null;
    DCBindingContainer bc = (DCBindingContainer) getBindings();
    DCIteratorBinding iter = (DCIteratorBinding) bc.findIteratorBinding("DDF1Iterator");
    RowKeySet selectedRowKeys = new RowKeySetImpl();
    ArrayList list = new ArrayList();
    Row r = iter.getCurrentRow();
    Key k = r.getKey();
    list.add(k);
    selectedRowKeys.add(list);
    treeTable.setSelectedRowKeys(selectedRowKeys);
    AdfFacesContext adfc = AdfFacesContext.getCurrentInstance();
    adfc.addPartialTarget(treeTable);
    }

    Hello:
    Do you mean setting the selectedRowKeys in the setter method of the treeTable in the Request Scoped Managed Bean?
    If that is what you mean, I tried that and there was no change in behavior. (Still does not highlight the correct row in the tree table upon execution of the next method for the bindings) Does anyone have any sample code they can provide that works?
    Thanks for the help.

  • Highlight  a row in classic report based on condition

    HI all Gurus
    Using Apex 4.1.1 oracle 11g linux oc4j
    I want to highlight a row where #column_value#='Y' to grey  keep others as normal report settings.
    I have a simple sql query
    SELECT PK_ID,
      FIRST_NAME,
      LAST_NAME,
      INITIAL_REG_DATE,
      MAIL_DATE,
      BEGIN_DATE,
      END_DATE,
      END_DATE-BEGIN_DATE as "#days",
      BEGIN_STATUS,
      END_STATUS, 
      COMMENTS,
      DELETE_FLAG,
    case when  DELETE_FLAG='Y' then 'GREY' else '#f0f0f0' end  DELETE_FLAG ,
    INITIAL_REG_DATE+(END_DATE-BEGIN_DATE) "New Reg end date"
    FROM SOR_TRACKING_DEL
    where pk2_id =:P216_Detail
    order by mail_Date desc
    I created a Dynamic action
    which will fir on on load , BIND on this classic report
    $("input[name=f29]").each(function(){ 
    var lThis=$(this); 
    if(lThis.is("Y")){ 
      lThis.parents("tr:eq(0)").children("td").css({"background-color":"GREY"}); 
    } else { 
      lThis.parents("tr:eq(0)").children("td").css({"background-color":"#f0f0f0"}); 
    But this is not changing color as expected..
    Kindly help me !
    Thanks

    Scott and Tom
    Thanks you guys for looking into this.
    Pls ignore my improper explanation and my inexperience with jquery.
    I read some blog and was trying to do same on classic report but all blogs I found so far referred either interactive report or tabular report none of them mentioned classic report.
    I guess using array for classic report wont be a good idea to start with. :/
    I am not sure if this is right syntax and logic to highlight the row
    $(function(){
    var DELETE_FLAG = $(this);
        if DELETE_FLAG.is("Y"))
      DELETE_FLAG.parents("tr").children("td").css({"background-color":"GREY"});
    I also created app here
    http://apex.oracle.com/pls/apex/f?p=35155
    workspace sors
    user tester/testing
    application 35155
    Thanks again.

  • How to highlight selected  row in a region ? ? ?

    Hi There!
    I have two regions Region1 and Region2. Region2 data is populated when I select a row in Region1.
    Now I have Region1 and Region2 data on the same page, but I cant exactly tell which row in Region1 corresponds the data in Region2.
    I was thinking of highlighting the row which was selected in Region1. Went through couple of solutions, but wasnt able to implement it.
    So was wondering if any one of you know a easy to understand and implement a solution for this problem.
    Any help or suggestions is greatly Appreciated.
    Thank you
    Krishna

    Hi krishna,
    You can try this
    http://roelhartman.blogspot.com/2009/06/highlight-row-in-interactive-report.html
    and examples
    http://apex.oracle.com/pls/otn/f?p=ROEL:CURROW:763487747488998
    http://apex.oracle.com/pls/apex/f?p=34839:27:0
    or try solutions from this thread
    Highlighting currently selected row in a Report-Form page
    hope this will help you
    regards,
    Chetan
    Edited by: Chetan on 24 May, 2010 12:44 PM
    Edited by: Chetan on 24 May, 2010 12:45 PM

  • Retaining the Color of the row when it is refreshed in Javascript

    Hi,
    I have a checkbox when it is checked it will highlight the row with the color. When it is unchecked the color will go off. This is happening fine.
    But the problem i have is that when i refresh the page or goes to some other page and come back the color is not retained eventhough the checkbox is checked.
    I want the color to be retained even when the page gets refreshed.
    Please do provide a solution for this since it is urgent. I will be waiting for ur replies..
    Thanks,
    M.Ananthu

    try to make a hidden form that will hold the value of the colored form
    ex. <input type="hidden" name="name" value="<%=colorOfForm%>"
    you can pass this value to the next page.. so that when you go back to that page.. you will get the value of the hidden using request.getParameter(''name"); and set the color of the form using javascript

  • How do I position to a record in a dataTable and highlight the record?

    I have a dataTable. I want to:
    1 Locate the row whose social security number is 123456789.
    2 Center this row within the scrolling area.
    3 Highlight the row so that the user knows what I'm pointing to.
    (Unfortunately, we're still at JSF 1.2.)
    Thanks,
    Eli

    In Numbers for OSX, it may be achieved with :
    =OFFSET(Table 2 :: $A$1,ROWS(Table 2 :: $A)-1,2)
    But if my memory is right, it's one of the features which failed in the first version of Numbers for iOS.
    I never had opportunity to test upon new version.
    Yvan KOENIG (VALLAURIS, France) mardi 26 juillet 2011 16:52:14
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

Maybe you are looking for

  • Can you delete an E-mail account without deleting the associated E-mails

    I was going to delete my Mindspring account from the mac mail, but it says that all the mail will also be deleted, or at least, that is how I interpet what is stated.   Soooo, is there a way delete my mindspring account without deleting the mail.  I

  • Help needed in configuring AQJMS Adapters

    hi We are working on Soa 11g we need help to configure the following, 1) configuration of JMS adapter from a BPEL service and 2) weblogic server side configuration to consume JMS messages from RIB AQ RMS service. The version details of the softwares

  • How do I disable awesome bar in Firefox 4?

    Hi, I would like to know how to disable the awesome bar for firefox 4. I didn't like it in FF3 and don't want it now and cannot find to disable it yet.

  • Set up After Effects CS 6 for network rendering with only a single license.

    I have searched on and off a couple of days to find specific setup instructions for submitting projects to network rendering but all I can find refers to somehow installing AE on several machines in a non-license mode and, essentially, submitting a "

  • VS/VC++ Struct Member Alignment (set to 4)?

    I would like to ask why Struct Member Alignement is set to 4 instead to Default (or 8 on x64)? (in Visual Studio 2008 - Project properties ( -> Configuration  properties) -> C/C++ -> Code Generation -> Struct Member  Alignment) There were runtime pro