Getting CAPI_STAT_DATA_ICAL_NOATTTENDEES when modify a meeting

I am trying to modify the start and end time of a non-recurring event using mySession.storeEvents(Api.CSDK_FLAG_STREAM_NOT_MIME || Api.CSDK_FLAG_STORE_MODIFY) without specifying ATTENDEE. I am getting CAPI_STAT_DATA_ICAL_NOATTENDEES error. See the event below:
original event:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//ORACLE//NONSGML CSDK10.1.2.0.0 - Java SDK Demo 9.0.4//EN
BEGIN:VEVENT^M
X-ORACLE-EVENTINSTANCE-GUID:I1+36906405+10+1+508293078^M
X-ORACLE-EVENT-GUID:E1+36906405+10+508293078^M
UID:20070209T003118Z-23325a5-a-700c-Oracle^M
SUMMARY:Test location
DTSTART:20070313T160000Z^M
DTEND:20070313T170000Z^M
X-ORACLE-CLASS:NORMAL^M
CLASS:PRIVATE^M
END:VEVENT
END:VCALENDAR
new event after modifying DTSTART and DTEND:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//ORACLE//NONSGML CSDK10.1.2.0.0 - Java SDK Demo 9.0.4//EN
BEGIN:VEVENT
X-ORACLE-EVENTINSTANCE-GUID:I1+36906405+10+1+508293078^M
X-ORACLE-EVENT-GUID:E1+36906405+10+508293078^M
UID:20070209T003118Z-23325a5-a-700c-Oracle^M
SUMMARY:Test location
DTSTART:20070313T150000Z
DTEND:20070313T160000Z
X-ORACLE-CLASS:NORMAL^M
CLASS:PRIVATE^M
END:VEVENT
END:VCALENDAR
If I try to include ATTENDEE from the iCalendar I got from fetchEvent:
ATTENDEE;X-ORACLE-PERSONAL-COMMENT-ISDIRTY=TRUE;X-ORACLE-SHOWASFREE=BUSY;X^M
-ORACLE-GUID=6980-10-Lu.Yue;CUTYPE=INDIVIDUAL;RSVP=FALSE;CN=Yue Lu;PARTST^M
AT=ACCEPTED:mailto:[email protected]^M
or remove the ^M and line breaker:
ATTENDEE;X-ORACLE-PERSONAL-COMMENT-ISDIRTY=TRUE;X-ORACLE-SHOWASFREE=BUSY;X-ORACLE-GUID=6980-10-Lu.Yue;CUTYPE=INDIVIDUAL;RSVP=FALSE;CN=Yue Lu;PARTSTAT=ACCEPTED:mailto:[email protected]
A new event got created.
Has anyone experienced this problem? I am using 10G SDK again 9.0,4,2,13 sever.
Thanks.
Yue

Hi,
Instead of CSDK_FLAG_STORE_MODIFY, try CSDK_FLAG_STORE_REPLACE.
Regards,
Rui

Similar Messages

  • I cannot open files attached to an excel spreadsheet. I am using office for mac 2011. when double clicking object I only get the picture modifier windows.

    I cannot open files attached to an excel spreadsheet. I am using office for mac 2011. when double clicking object I only get the picture modifier windows.

    Preventing Microsoft Office to open recent documents at startup in Mac OS, Please see:
    http://www.frenchguys.com/wordpress/preventing-microsoft-office-open-documents-startup-mac-os-lion/
    It seems that the solution works for most people.
    In a terminal, enter the following:
     defaults write com.microsoft.Excel NSQuitAlwaysKeepsWindows -bool false

  • Getting error Uni code check when modifying Ztable from work area?

    Hi all,
    Getting error Uni code check when modifying Ztable from work area?
    and how to increment counter when data modified?
    FM 'popup_to_confirm'.
    IMPORTING
           answer                      = RES.
    CHECK
          RES = '1'.
            WRITE :/ 'UPDATE'.
          MODIFY ZPPT_PPDPLAN FROM GWA_FIN_PROD.
    thanks in advance..

    what error you are getting. make sure source and Target are of similar sturcture.

  • Session variable getting reset when leaving dashboard

    I have created a session variable with the 'Enable any user to set the value' option.  I'm using the session variable as the default for a dashboard prompt.  I'm able to set the variable with that  dasboard prompt, and I can confirm that it is indeed getting set properly.  So the interaction of the variable and the prompt seems to be in order.
    After I make a selection from the dashboard prompt, as long as I stay in the dashboard, the session variable stays set to my selection.  I can move from page to page and everything is fine.  The selection stays put as I have set it.  However, the moment I leave the dashboard, the session variable is reinitialized back to its default value as specified by the SQL in its initialization block.  I can go from dashboard to catalog and back to dashboard - boom, it's back to the default.  My selection has been replaced.  ???
    And here's an odd thing:  I can look in the query log and see the initialization block code getting run when I log in.  So far, so good.  I can run the dashboard, make a prompt selection, and see the query log updated just fine.  Still OK.  BUT... when I switch from dashboard to catalog and back to dashboard, the value of the session variable is reset (I see the default month in my analysis and as the prompt default upon redisplay of the dashboard page), but there's no indication in the query log that the initialization block SQL ran again.  The last SQL in the query log still shows my "selected" value in the SQL.  The dashboard page is showing the "default", while the last entry in the query log shows the "selected".
    Can anyone else confirm this odd behavior?  And is there a reason that a session variable should not retain its value throughout the session?  I've always viewed session variables as little buckets of single-cell data whose contents are consistent and static for the duration of a session, unless manually changed by a dashboard prompt.  If the behavior that I'm seeing is both replicatable and expected, it would appear that my understanding is flawed.
    Running 11.1.1.7.0 on Windows Server 2008.  Same behavior is occurring in both Firefox 21 and IE 9.

    Thank you for your answer MK,
    I try to write a SQL in my prompt but not work for me:
    -In default selection I choose SQL Results and I type: Year(Current_date) and save my prompt and I don't see any value in my dashboardpage, if I click in prompt I can see all members of my year dimension but by default is empty.
    I modify the other solution: I have 1hour refresh time and I change for 1 minute, but doesn't work.
    the default initializer is in RPD (variable year that belongs to BI_Year Block) and I have written 2009.

  • Issue: Not getting response when the document is having special chars

    Please help following issue: Not getting response when the document is having special chars(Use any doc with special char(ex: &, $, <, >,.....) TestErrorFour.doc
    Error message:
    System.FormatException: Invalid length for a Base-64 char array. at
    System.Convert.FromBase64String(String s) at
    Summarize.Summarizer.AccumulateBroadcast(String filedata, String givenWords) in
    c:\DocumentSummarizer\App_Code\Summarizer.cs:line 66
    Code:
    File 1:
    import java.io.BufferedReader;
    import java.io.FileInputStream;
    import java.io.FileNotFoundException;
    import java.io.FileReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.io.OutputStream;
    import java.net.HttpURLConnection;
    import java.net.URL;
    import java.net.URLConnection;
    import java.util.Properties;
    import org.apache.poi.poifs.filesystem.POIFSFileSystem;
    import org.apache.poi.hwpf.*;
    import org.apache.poi.hwpf.extractor.*;
    import com.lowagie.text.Document;
    import com.lowagie.text.pdf.PRTokeniser;
    import com.lowagie.text.pdf.PdfReader;
    public class DocumentSummarizerClient {
         static Properties loadProperties() {
              Properties prop = new Properties();
              try {
                   prop.load(DocumentSummarizerClient.class.getClassLoader().getResourceAsStream("vep.properties"));
              } catch (Exception ioe) {
                   ioe.printStackTrace();
              return prop;
         public String getSummary(String fileName,String noOfWordsOrPercentage ){
              String summaryInputData ="";
              String summarizedData="";
              String summarizerURL = loadProperties().getProperty("Summarizer.serviceURL");
              try {
                   String fileExtension=fileName.substring(fileName.lastIndexOf(".")+1, fileName.length());
                   if (fileExtension.equalsIgnoreCase("doc")|| fileExtension.equalsIgnoreCase("txt")|| fileExtension.equalsIgnoreCase("pdf")) {
                                  if (fileExtension.equalsIgnoreCase("txt")) {
                                       BufferedReader bufferedReader = new BufferedReader(
                                                 new FileReader(fileName));
                                       String line = null;
                                       while ((line = bufferedReader.readLine()) != null) {
                                            summaryInputData += line;
                                  if(fileExtension.equalsIgnoreCase("doc")){
                                       POIFSFileSystem fs = null;
                                        fs = new POIFSFileSystem(new FileInputStream(fileName));
                                         HWPFDocument doc = new HWPFDocument(fs);
                                         WordExtractor we = new WordExtractor(doc);
                                         String[] paragraphs = we.getParagraphText();
                                         for( int i=0; i<paragraphs .length; i++ ) {
                                            paragraphs[i] = paragraphs.replaceAll("\\cM?\r?\n","");
                                  summaryInputData+= paragraphs[i];
                                  if(fileExtension.equalsIgnoreCase("pdf")){
                                       Document document = new Document();
                   document.open();
                   PdfReader reader = new PdfReader(fileName);
                   int pageCount =reader.getNumberOfPages();
                        for(int i=1;i<=pageCount;i++){
                                  byte[] bytes = reader.getPageContent(i);
                                  PRTokeniser tokenizer = new PRTokeniser(bytes);
                                  StringBuffer buffer = new StringBuffer();
                                  while (tokenizer.nextToken()) {
                                  if (tokenizer.getTokenType() == PRTokeniser.TK_STRING) {
                                  buffer.append(tokenizer.getStringValue());
                                  summaryInputData += buffer.toString();
                   else{
                        System.out.println("This is Invalid document. Presntly we support only text,word and PDF documents ");
                   // String encoded =new String (summaryInputData.getBytes("ISO-8859-1"),"UTF-8");
                        String encoded=Base64Utils.base64Encode(summaryInputData.getBytes());
                   // encoded =new String (summaryInputData.getBytes("ISO-8859-1"),"UTF-8");
                        String parameters= "base64String="+encoded+"&noOfWordsOrPercentage="+noOfWordsOrPercentage;
                        summarizedData= postRequest(parameters,summarizerURL);
                        String slength= "<string xmlns=\"http://tempuri.org/\">";
                        if(summarizedData.contains("</string>")){
                        summarizedData= summarizedData.substring(summarizedData.indexOf(slength)+slength.length(),summarizedData.indexOf("</string>"));
                        summarizedData = replaceVal(summarizedData);
                        //System.out.println("<?xml version=\"1.0\" encoding=\"utf-8\"?><![CDATA["+summarizedData+"]]>");
                        // System.out.println("Summarized data "+summarizedData);
                        if(summarizedData.contains("Please enter the percentage")){
                             summarizedData="Data given cannot be summarized further";
                   else{
                        System.out.println("Data given cannot be summarized further");
                        summarizedData="";
              } catch (FileNotFoundException e) {
                   return("The File is not found \n\n"+e.toString());
              } catch (IOException e) {
                   return("The File is already in use \n\n"+e.toString());
              } catch (Exception e) {
                   return(e.toString());
              return summarizedData;
         public static String postRequest(String parameters,String webServiceURL) throws Exception{
              Properties systemSettings = System.getProperties();
              systemSettings.put("http.proxyHost", loadProperties().getProperty("proxyHost"));
         systemSettings.put("http.proxyPort", loadProperties().getProperty("proxyPort"));
         System.setProperties(systemSettings);
              String responseXML = "";
              try {
                   URL url = new URL(webServiceURL);
                   URLConnection connection = url.openConnection();
                   HttpURLConnection httpConn = (HttpURLConnection) connection;
                   byte[] requestXML = parameters.getBytes();
                   httpConn.setRequestProperty("Content-Length", String
                             .valueOf(requestXML.length));
                   httpConn.setRequestProperty("Content-Type",
                             "application/x-www-form-urlencoded");
                   httpConn.setRequestMethod("POST");
                   httpConn.setDoOutput(true);
                   httpConn.setDoInput(true);
                   OutputStream out = httpConn.getOutputStream();
                   out.write(requestXML, 0, requestXML.length);
                   out.close();
                   InputStreamReader isr = new InputStreamReader(httpConn
                             .getInputStream());
                   BufferedReader br = new BufferedReader(isr);
                   String temp;
                   String tempResponse = "";
                   while ((temp = br.readLine()) != null)
                        tempResponse = tempResponse + temp;
                   responseXML = tempResponse;
                   br.close();
                   isr.close();
              } catch (java.net.MalformedURLException e) {
                   System.out
                             .println("Error in postRequest(): Secure Service Required");
              } catch (Exception e) {
                   System.out.println("Error in postRequest(): " + e.getMessage());
              return responseXML;
         public String replaceVal(String value) {
                   if (value == null) {
                        value = "";
                   value = value.replace("&lt;", "<");
                   value = value.replace("&gt;", ">");
                   value = value.replace("&amp;", "&");
                   return value;
              public static void main(String[] args) {  
                   DocumentSummarizerClient testdoc=new DocumentSummarizerClient();
                   System.out.println("hello");               
                   testdoc.getSummary("C:\\working_folder\\vep\\UnitTestCases\\VEP1.0\\DocumentSummarizerTestData\\TestErrorFour.doc","100%");     
    Note: Use any doc with special char(ex: &, $, <, >,.....) TestErrorFour.doc
    File 2:
    ---------public class Base64Utils {
    private static byte[] mBase64EncMap, mBase64DecMap;
    * Class initializer. Initializes the Base64 alphabet (specified in RFC-2045).
    static {
    byte[] base64Map = {
    (byte)'A', (byte)'B', (byte)'C', (byte)'D', (byte)'E', (byte)'F',
    (byte)'G', (byte)'H', (byte)'I', (byte)'J', (byte)'K', (byte)'L',
    (byte)'M', (byte)'N', (byte)'O', (byte)'P', (byte)'Q', (byte)'R',
    (byte)'S', (byte)'T', (byte)'U', (byte)'V', (byte)'W', (byte)'X',
    (byte)'Y', (byte)'Z',
    (byte)'a', (byte)'b', (byte)'c', (byte)'d', (byte)'e', (byte)'f',
    (byte)'g', (byte)'h', (byte)'i', (byte)'j', (byte)'k', (byte)'l',
    (byte)'m', (byte)'n', (byte)'o', (byte)'p', (byte)'q', (byte)'r',
    (byte)'s', (byte)'t', (byte)'u', (byte)'v', (byte)'w', (byte)'x',
    (byte)'y', (byte)'z',
    (byte)'0', (byte)'1', (byte)'2', (byte)'3', (byte)'4', (byte)'5',
    (byte)'6', (byte)'7', (byte)'8', (byte)'9', (byte)'+', (byte)'/'};
    mBase64EncMap = base64Map;
    mBase64DecMap = new byte[128];
    for (int i=0; i<mBase64EncMap.length; i++)
    mBase64DecMap[mBase64EncMap[i]] = (byte) i;
    * This class isn't meant to be instantiated.
    private Base64Utils() {
    * Encodes the given byte[] using the Base64-encoding,
    * as specified in RFC-2045 (Section 6.8).
    * @param aData the data to be encoded
    * @return the Base64-encoded <var>aData</var>
    * @exception IllegalArgumentException if NULL or empty array is passed
    public static String base64Encode(byte[] aData) {
    if ((aData == null) || (aData.length == 0))
    throw new IllegalArgumentException("Can not encode NULL or empty byte array.");
    byte encodedBuf[] = new byte[((aData.length+2)/3)*4];
    // 3-byte to 4-byte conversion
    int srcIndex, destIndex;
    for (srcIndex=0, destIndex=0; srcIndex < aData.length-2; srcIndex += 3) {
    encodedBuf[destIndex++] = mBase64EncMap[(aData[srcIndex] >>> 2) & 077];
    encodedBuf[destIndex++] = mBase64EncMap[(aData[srcIndex+1] >>> 4) & 017 |
    (aData[srcIndex] << 4) & 077];
    encodedBuf[destIndex++] = mBase64EncMap[(aData[srcIndex+2] >>> 6) & 003 |
    (aData[srcIndex+1] << 2) & 077];
    encodedBuf[destIndex++] = mBase64EncMap[aData[srcIndex+2] & 077];
    // Convert the last 1 or 2 bytes
    if (srcIndex < aData.length) {
    encodedBuf[destIndex++] = mBase64EncMap[(aData[srcIndex] >>> 2) & 077];
    if (srcIndex < aData.length-1) {
    encodedBuf[destIndex++] = mBase64EncMap[(aData[srcIndex+1] >>> 4) & 017 |
    (aData[srcIndex] << 4) & 077];
    encodedBuf[destIndex++] = mBase64EncMap[(aData[srcIndex+1] << 2) & 077];
    else {
    encodedBuf[destIndex++] = mBase64EncMap[(aData[srcIndex] << 4) & 077];
    // Add padding to the end of encoded data
    while (destIndex < encodedBuf.length) {
    encodedBuf[destIndex] = (byte) '=';
    destIndex++;
    String result = new String(encodedBuf);
    return result;
    * Decodes the given Base64-encoded data,
    * as specified in RFC-2045 (Section 6.8).
    * @param aData the Base64-encoded aData.
    * @return the decoded <var>aData</var>.
    * @exception IllegalArgumentException if NULL or empty data is passed
    public static byte[] base64Decode(String aData) {
    if ((aData == null) || (aData.length() == 0))
    throw new IllegalArgumentException("Can not decode NULL or empty string.");
    byte[] data = aData.getBytes();
    // Skip padding from the end of encoded data
    int tail = data.length;
    while (data[tail-1] == '=')
    tail--;
    byte decodedBuf[] = new byte[tail - data.length/4];
    // ASCII-printable to 0-63 conversion
    for (int i = 0; i < data.length; i++)
    data[i] = mBase64DecMap[data[i]];
    // 4-byte to 3-byte conversion
    int srcIndex, destIndex;
    for (srcIndex = 0, destIndex=0; destIndex < decodedBuf.length-2;
    srcIndex += 4, destIndex += 3) {
    decodedBuf[destIndex] = (byte) ( ((data[srcIndex] << 2) & 255) |
    ((data[srcIndex+1] >>> 4) & 003) );
    decodedBuf[destIndex+1] = (byte) ( ((data[srcIndex+1] << 4) & 255) |
    ((data[srcIndex+2] >>> 2) & 017) );
    decodedBuf[destIndex+2] = (byte) ( ((data[srcIndex+2] << 6) & 255) |
    (data[srcIndex+3] & 077) );
    // Handle last 1 or 2 bytes
    if (destIndex < decodedBuf.length)
    decodedBuf[destIndex] = (byte) ( ((data[srcIndex] << 2) & 255) |
    ((data[srcIndex+1] >>> 4) & 003) );
    if (++destIndex < decodedBuf.length)
    decodedBuf[destIndex] = (byte) ( ((data[srcIndex+1] << 4) & 255) |
    ((data[srcIndex+2] >>> 2) & 017) );
    return decodedBuf;
    issue 2: Exception when passing 2MB .txt file
    Steps to reproduce:
    Call getSummary() with 2MB .txt file
    Actual:
    The following exception has occured:
    1. Error in postRequest(): Unexpected end of file from server
    java.lang.NullPointerException
    Please provide your precious feedback/suggestions.
    Thanks in advance…..
    Edited by: EJP on 15/03/2011 16:52: added code tags. Please use them. Code is unreadable otherwise.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Thanks for your response….
    This is enhancement project and some one develops long back.
    Regarding point (b) You should be using the java.net.URLEncoder to encode URL parameters, not a base64 encoder.
    DocumentSummarizerClient.java I am using base64
    Ex:
    // String encoded =new String (summaryInputData.getBytes("ISO-8859-1"),"UTF-8");
                        String encoded=Base64Utils.base64Encode(summaryInputData.getBytes());
                   // encoded =new String (summaryInputData.getBytes("ISO-8859-1"),"UTF-8");
                        String parameters= "base64String="+encoded+"&noOfWordsOrPercentage="+noOfWordsOrPercentage;
                        summarizedData= postRequest(parameters,summarizerURL);
                        String slength= "<string xmlns=\"http://tempuri.org/\">";
                        if(summarizedData.contains("</string>")){
                        summarizedData= summarizedData.substring(summarizedData.indexOf(slength)+slength.length(),summarizedData.indexOf("</string>"));
                        summarizedData = replaceVal(summarizedData);
                        //System.out.println("<?xml version=\"1.0\" encoding=\"utf-8\"?><![CDATA["+summarizedData+"]]>");
                        System.out.println("Summarized data "+summarizedData);
                        if(summarizedData.contains("Please enter the percentage")){
                             summarizedData="Data given cannot be summarized further";
    Above specific please I need to modify to resolve above issue.
    Could you please suggest me what changes I need to do.
    Waiting for positive response.

  • Update data immediately when modify !

    Hello everyone, I have problem with my list data. My data isn't updated when modified. I have two page :
     1. BookPage contains a list of song
      - XAML code :
    <ListView Grid.Column="1"
    Name="ListViewSong"
    IsItemClickEnabled="True"
    ItemClick="SongDetail_Click"
    Margin="10,0,0,10"
    ContinuumNavigationTransitionInfo.ExitElementContainer="True">
    <ListView.ItemTemplate>
    <DataTemplate>
    <StackPanel Holding="ListViewItem_Holding" Width="340"
    Margin="0,0,0,15">
    <FlyoutBase.AttachedFlyout>
    <MenuFlyout>
    <MenuFlyoutItem Tag="{Binding}" Click="AddToFavorite_Click"
    Text="Thêm vào yêu thích..." />
    </MenuFlyout>
    </FlyoutBase.AttachedFlyout>
    <TextBlock TextAlignment="Center"
    Text="{Binding ID,Mode=TwoWay}"
    FontSize="22"
    Foreground="DodgerBlue" />
    <TextBlock Foreground="GreenYellow"
    TextWrapping="WrapWholeWords"
    TextAlignment="Center"
    Text="{Binding FullName,Mode=TwoWay}"
    FontSize="18" />
    <TextBlock
    TextAlignment="Left"
    FontSize="12"
    Text="{Binding Lyric,Mode=TwoWay}"
    Visibility="{Binding Lyric,Converter={StaticResource ConvertTextToVisibility}}"
    FontStyle="Italic"
    TextTrimming="WordEllipsis" />
    <TextBlock
    Foreground="Silver"
    TextAlignment="Right"
    FontSize="14"
    Text="{Binding Author,Mode=TwoWay}" Margin="0,0,10,0" />
    </StackPanel>
    </DataTemplate>
    </ListView.ItemTemplate>
    </ListView>
    - Class Song code :
    public class Song {
    public string ID { get; set; }
    public string FullName { get; set; }
    public string Lyric { get; set; }
    public string Author { get; set; }
    public string ShortName { get; set; }
    public string NoMarkName { get; set; }
    - Load data and Bind to ListView:
    public static ObservableCollection<Song> ListAllSongs = new ObservableCollection<Song>();
    private async void BookPage_Loaded(object sender, RoutedEventArgs e)
    // hiện panel progressbar loading
    ProgressBarLoading.Visibility = Visibility.Visible;
    ProgressBar.IsIndeterminate = true;
    await Task.Delay(1000);
    App.ListAllSongs = await App.ViewModel.LoadArirang();
    // binding data to Pivo Item "Tat ca"
    ListViewSong.ItemsSource = App.ListAllSongs;
    // binding data to Pivo Item "Yeu Thich"
    ListFavoriteSong.ItemsSource = App.FavoriteSong;
    // ẩn panel loading
    ProgressBarLoading.Visibility = Visibility.Collapsed;
    ProgressBar.IsIndeterminate = false;
    // cho phep filter
    LeftPanelFilter.IsItemClickEnabled = true;
    -- Click any song on the List and navigate to SongDetail Page for modifying. After modify , then save and go back to
    BookPage  but data not change on the UI.
    protected override void OnNavigatedTo(NavigationEventArgs e)
    _song = e.Parameter as Song;
    this.DataContext = _song;
    private void ButtonBase_OnClick(object sender, RoutedEventArgs e)
    var updateSOng = App.ListAllSongs.SingleOrDefault(s => s.ID.Equals(_song.ID));
    updateSOng.FullName = txtNewNameTextBlock.Text;
    Frame.GoBack();
    How could I do that ?
    OmegaVN - Window Phone Application Researching and Development

    the song class should implement the INotifyPropertyChanged interface so the UI knows the data has been changed and to update itself.
    http://msdn.microsoft.com/en-us/library/system.componentmodel.inotifypropertychanged%28v=vs.110%29.aspx
     I use ObservableCollection - it implement interface INotifyPropertyChanged internal ... .I read this  from the Windows Phone 8.1 Development for Absolute Beginners on Channel9.
    "Having said all of that, the Hub App Template does not have any classes the directly
    implement INotifyPropertyChanged.  Instead, it uses ObservableCollection<T> (as well as a
    custom class, ObservableDictionary) which implements the INotifyPropertyChanged interface
    internally.  So, the moral to the story is that, as long as we’re using ObservableCollection<T> to
    expose collections of the objects from the ViewModel to the View" -
    Windows Phone 8.1 Development for Absolute Beginners – Page 199
    OmegaVN - Window Phone Application Researching and Development

  • System.NullReferenceException when Modifying Application

    Hi all,
    we're getting the enclosed error when modifying an Application.
    System information:
    SAP EHP 1 for SAP NetWeaver 7.0, Support Package 5
    Client has all .NET Frameworks (1.1, 2.0, 3.0, 3.5)
    Did anyone had that before?
    Thanks,
    Steffen
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    Exception Text **************
    System.NullReferenceException: Object reference not set to an instance of an object.
       at OSoft.Consumers.Common.StatusDialog50.StatusDialog.ShowExternalMessage(MessageNode& msgNode)
       at OSoft.Consumers.Common.StatusDialog50.StatusDialog.lstMessage_DoubleClick(Object sender, EventArgs e)
       at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
       at System.Windows.Forms.TreeView.WndProc(Message& m)
       at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    Hi Steffen,
    Please review the following steps.
    1. Install .NET Framework version 1.1 and 2.0 on each application and web server. If required, remove the other versions of .NET.
    2. Install the required .NET 1.1 Hotfix by going to http://support.microsoft.com/kb/899511. Since your operating system is Windows 2003 Server, install both 237428_ENU_i386_zip.exe and 237718_ENU_i386_zip.exe.
    To configure the .NET server component, take the following steps:
    1. Update your IIS properties as follows:
       a) Go to Control Panel Administrative Tools Internet Information Services (IIS) Manager .
       b) Within the Osoft Virtual Directory properties, uncheck Index this resource.
       c) Update your IIS properties (Web Service Extensions) to allow ASP .NET 1.1 by finding the Web Service Extensions
           property (the path to it differs for different operating system versions), and updating it to allow ASP .NET 1.1.
    2. Verify that the IIS TCP port configurations for the Web and Server Manager components match your own IIS settings:
       a) In the ..\BPC\Websrvr\web\web.config file on the .NET server, edit the AppServer_URL parameter to indicate the port
           number assigned to IIS.
       b) In the ..\BPC\Server Management\OsoftInstall.xml file on the .NET server, edit the port<PORT>port parameter to indicate the
           port number assigned to IIS.
    Please review the steps mentioned in the installation guide. Try to restart the BPC Components
    Hope this helps.

  • Error occurred when modifying array

    I have recently built a new machine with the stuff listed in my profile. I have trawled these formums but have not found any with the specific problem- given that i have not read every thing written perhaps some one can shed some light onto this problem.
    I have a single Seagate Barracuda 120GB SATA drive that is recognised by the Promise BIOS after you press F6 (you get a "no Array defined" error and F6 to setup array or ESC to continue boot.
    Once in the Bios you are offered (correctly) the performance option and all the seagates parameters are recognised correctly. This is true in option 1 auto and 3 define array.  So you select Ctrl Y to build your array and get
    "Error occurred when modifying array. System is going to Reboot ! press any key to reboot"
    I don't know where to begin on this. the machine has no OS on it as I hoped to install XP onto this drive and have Mandrake on the 4GB.
    Any ideas anyone.
    P.S.
    I have lots of cooling and a 400W PSU. :]

    hi
    400w psu does not say ANYTHING.
    for example an enermax 350w has MUCH more power than a q-tec 550w.
    post amps on the 3.3v 5v and 12v rails on the psu.
    should be written on a label on the psu.
    k7n2 is VERY picky about memory and i dont think your memory is approved nforce2 memory.
    there is a thread about memory at the top of this forum.
    try other memory if you have it.
    could also try http://www.memtest86.org
    its a mem test program.
    try to remove zip.
    have seen alot of people having strange problem due to a zip drive.
    bye

  • [svn:osmf:] 10085: Fixing video width and height getting reset when there' s no true dimensional change reported by 'onMetaData'.

    Revision: 10085
    Author:   [email protected]
    Date:     2009-09-09 07:39:54 -0700 (Wed, 09 Sep 2009)
    Log Message:
    Fixing video width and height getting reset when there's no true dimensional change reported by 'onMetaData'.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/video/VideoElement.as

    hi their i have tried your last code but their is a problem with it on my pc that when i click the send video button it gives the error related to vector,
    Vector deviceList = CaptureDeviceManager.getDeviceList()
    di = (CaptureDeviceInfo)deviceList.firstElement();
    returns zero.
    please help my email address is [email protected]
    kindly send me an email regarding the solution of my problem. i am using 'creative web cam' over XP windows.

  • NMP random crashes when modifying the timeline.

    FCPx is crashing/exiting when modifying the timeline.  Happens randomly few times an hour - sometimes more.  I updated all apps except going to YOSEMITE and it still crashes.
    I`ll paste a log report below for what its worth.
    Is there any apple staff that look at logs or is it just community aid?
    Thanks anyone who can advise!
    Process: Final Cut Pro [274]
    Path:          
    /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier:    
    com.apple.FinalCut
    Version:       
    10.1.3 (251130)
    Build Info:    
    ProEditor-25113000038000000~1
    App Item ID:   
    424389933
    App External ID: 668174963
    Code Type:     
    X86-64 (Native)
    Parent Process:
    launchd [140]
    Responsible:   
    Final Cut Pro [274]
    User ID:       
    501
    Date/Time:     
    2014-10-28 22:19:51.027 -0400
    OS Version:    
    Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:
    BBE9B781-E2B2-6063-20AA-75CAA4074303
    Crashed Thread:
    0  Dispatch queue:
    com.apple.main-thread
    Exception Type:
    EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: respondsToSelector:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread

    libobjc.A.dylib                 0x00007fff892e5097 objc_msgSend + 23

    com.apple.proapps.MIO           0x000000010c9eef71 -[MIOOutputCore outputDroppedFrames:] + 97

    com.apple.proapps.MIO           0x000000010c9cdf25 -[MIOOutputDevice
    setCMIODroppedFrames:] + 213

    com.apple.proapps.MIO           0x000000010c9cc8f9
    outputBufferUnderrunCountListenerProc(unsigned int, unsigned int,
    CMIOObjectPropertyAddress const*, void*) + 89

    com.apple.CoreMediaIO.FCPX.Lion 0x00000001102552b3
    CMIO::DAL::PropertyListener_Call_Helper(int, void*, void*, unsigned int,
    unsigned int, CMIOObjectPropertyAddress const*) + 123

    com.apple.CoreMediaIO.FCPX.Lion 0x00000001102550b5
    CMIO::DAL::PropertyListener::Call(unsigned int, unsigned int,
    CMIOObjectPropertyAddress const*) + 601

    com.apple.CoreMediaIO.FCPX.Lion 0x000000011025086b
    CMIO::DAL::Object::PropertiesChanged(unsigned int, CMIOObjectPropertyAddress
    const*) + 501

    com.apple.CoreMediaIO.FCPX.Lion 0x0000000110256efc
    CMIO::DAL::System::CMIOObjectPropertiesChanged(CMIOHardwarePlugInInterface**,
    unsigned int, unsigned int, CMIOObjectPropertyAddress const*) + 236

    com.apple.cmio.DAL.AJA          0x0000000139c4ca6b
    CMIO::DP::Object::PropertiesChanged(unsigned int, CMIOObjectPropertyAddress
    const*) const + 93

    com.apple.cmio.DAL.AJA          0x0000000139c59825
    CMIO::DP::Property::OutputBuffers::BumpUnderrunCount(bool) + 65
    10
    com.apple.cmio.DAL.AJA          0x0000000139c5f2c8
    CMIO::DP::AJA::Stream::UpdatePropertyState(CMIO::PropertyAddress const&,
    bool) + 1056
    11
    com.apple.cmio.DAL.AJA          0x0000000139c5b226
    CMIO::DP::AJA::Device::UpdatePropertyStates() + 752
    12
    com.apple.cmio.DAL.AJA          0x0000000139c59b13
    CMIO::DP::AJA::Device::Event(__CFMachPort*, mach_msg_header_t*, long,
    CMIO::DP::AJA::Device&) + 81
    13
    com.apple.CoreFoundation        0x00007fff8b0c89c4 __CFMachPortPerform + 388
    14
    com.apple.CoreFoundation        0x00007fff8b0c8829
    __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    15
    com.apple.CoreFoundation        0x00007fff8b0c879e __CFRunLoopDoSource1 + 478
    16  com.apple.CoreFoundation        0x00007fff8b0b97d6
    __CFRunLoopRun + 1830
    17
    com.apple.CoreFoundation        0x00007fff8b0b8e75 CFRunLoopRunSpecific + 309
    18
    com.apple.HIToolbox             0x00007fff92ebda0d RunCurrentEventLoopInMode +
    226
    19
    com.apple.HIToolbox             0x00007fff92ebd685 ReceiveNextEventCommon +
    173
    20
    com.apple.HIToolbox             0x00007fff92ebd5bc
    _BlockUntilNextEventMatchingListInModeWithFilter + 65
    21
    com.apple.AppKit                0x00007fff8bea424e _DPSNextEvent + 1434
    22
    com.apple.AppKit                0x00007fff8bea389b -[NSApplication
    nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    23
    com.apple.TLKEventDispatcher    0x000000010e808668 -[TLKEventDispatcher
    _startTrackingLoop] + 399
    24
    com.apple.TLKEventDispatcher    0x000000010e8097a6 -[TLKEventDispatcher
    _evaluateEventDescription:withEventContext:] + 492
    25
    com.apple.TLKEventDispatcher    0x000000010e8091b0 -[TLKEventDispatcher
    dispatchEvent:] + 335
    26
    com.apple.TLKEventDispatcher    0x000000010e806c76 -[TLKEventDispatcher
    mouseDown:] + 156
    27
    com.apple.AppKit                0x00007fff8c0a4aea forwardMethod + 122
    28
    com.apple.AppKit                0x00007fff8c0a8a58 -[NSWindow sendEvent:] +
    11296
    29
    com.apple.prokit                0x000000010ac119a4 -[NSProWindow sendEvent:] +
    236
    30
    com.apple.AppKit                0x00007fff8c0475d4 -[NSApplication sendEvent:]
    + 2021
    31
    com.apple.prokit                0x000000010abefd29 -[NSProApplication
    sendEvent:] + 129
    32
    com.apple.Flexo                 0x000000010b1c1404 -[FFApplication sendEvent:]
    + 548
    33
    com.apple.AppKit                0x00007fff8be979f9 -[NSApplication run] + 646
    34
    com.apple.prokit                0x000000010abf05d5 NSProApplicationMain + 333
    35
    com.apple.FinalCut              0x000000010a8a508b main + 1355
    36
    libdyld.dylib                   0x00007fff89cf15fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager

    libsystem_kernel.dylib          0x00007fff91d77662 kevent64 + 10

    libdispatch.dylib               0x00007fff91d9b421 _dispatch_mgr_invoke + 239

    libdispatch.dylib               0x00007fff91d9b136 _dispatch_mgr_thread + 52
    Thread 2:: com.apple.ProGL.object-deletion

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b
    _pthread_cond_wait + 727

    com.apple.progl.framework       0x000000010cefa490 (anonymous
    namespace)::threadFunc(void*) + 71

    com.apple.procore.framework     0x000000010aa1f03f PCThread::startup(void*) +
    29

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 3:: MIO Mounting Thread
    0   libsystem_kernel.dylib          0x00007fff91d76716
    __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c77 _pthread_cond_wait + 787

    com.apple.Foundation            0x00007fff8d702fc0 -[NSCondition
    waitUntilDate:] + 344
    3   com.apple.Foundation            0x00007fff8d6f9e68
    -[NSConditionLock lockWhenCondition:beforeDate:] + 232

    com.apple.proapps.MIO           0x000000010c9d2dcd -[PluginLockPair scanPaths]
    + 189

    com.apple.Foundation            0x00007fff8d731dfb __NSThread__main__ + 1318

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 4:: MIO Mounting Thread

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c77 _pthread_cond_wait + 787

    com.apple.Foundation            0x00007fff8d702fc0 -[NSCondition
    waitUntilDate:] + 344
    3   com.apple.Foundation            0x00007fff8d6f9e68
    -[NSConditionLock lockWhenCondition:beforeDate:] + 232

    com.apple.proapps.MIO           0x000000010c9d2dcd -[PluginLockPair scanPaths]
    + 189

    com.apple.Foundation            0x00007fff8d731dfb __NSThread__main__ + 1318

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 5:: MIO Mounting Thread

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c77 _pthread_cond_wait + 787

    com.apple.Foundation            0x00007fff8d702fc0 -[NSCondition
    waitUntilDate:] + 344

    com.apple.Foundation            0x00007fff8d6f9e68 -[NSConditionLock
    lockWhenCondition:beforeDate:] + 232

    com.apple.proapps.MIO           0x000000010c9d2dcd -[PluginLockPair scanPaths]
    + 189

    com.apple.Foundation            0x00007fff8d731dfb __NSThread__main__ + 1318

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 6:: MIO Mounting Thread

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c77 _pthread_cond_wait + 787

    com.apple.Foundation            0x00007fff8d702fc0 -[NSCondition
    waitUntilDate:] + 344

    com.apple.Foundation            0x00007fff8d6f9e68 -[NSConditionLock
    lockWhenCondition:beforeDate:] + 232

    com.apple.proapps.MIO           0x000000010c9d2dcd -[PluginLockPair scanPaths]
    + 189

    com.apple.Foundation            0x00007fff8d731dfb __NSThread__main__ + 1318

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 7:: MIO Mounting Thread

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c77 _pthread_cond_wait + 787

    com.apple.Foundation            0x00007fff8d702fc0 -[NSCondition waitUntilDate:]
    + 344

    com.apple.Foundation            0x00007fff8d6f9e68 -[NSConditionLock
    lockWhenCondition:beforeDate:] + 232

    com.apple.proapps.MIO           0x000000010c9d2dcd -[PluginLockPair scanPaths]
    + 189

    com.apple.Foundation            0x00007fff8d731dfb __NSThread__main__ + 1318

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 8:: com.apple.dvdplayback-DDPTask

    libsystem_kernel.dylib          0x00007fff91d72a56 semaphore_wait_trap + 10

    com.apple.AVCHDPlugin           0x0000000132ebf787
    semaphore_wait(viona_semaphore_t*) + 39

    com.apple.AVCHDPlugin           0x0000000132ecafba
    WinPortServer::ProcessMessages() + 90

    com.apple.AVCHDPlugin           0x0000000132e7b3d8 0x132e19000 + 402392

    com.apple.AVCHDPlugin           0x0000000132ebfd52
    ST20Thread::Run(PThreadRunParams*) + 34

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138
    Thread 9:: com.apple.helium-texture-finish

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b _pthread_cond_wait + 727

    com.apple.Helium.HeliumRender   0x000000010e8f0497
    textureFinishThread(void*) + 183

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 10:: com.apple.helium.rq.gpu-ru0.vs0

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b _pthread_cond_wait + 727

    com.apple.Helium.HeliumRender   0x000000010e96362e
    HGSynchronizable::Wait() + 46

    com.apple.Helium.HeliumRender   0x000000010e86b1b2
    HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 498

    com.apple.Helium.HeliumRender   0x000000010e859857
    HGRenderExecUnit::RunLoop() + 183

    com.apple.Helium.HeliumRender   0x000000010e859794
    StartRenderExecUnitFunc(void*) + 20

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137
    8   libsystem_pthread.dylib         0x00007fff93e22fc9
    thread_start + 13
    Thread 11:: com.apple.helium.rq.gpu-ru1.vs0

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b _pthread_cond_wait + 727

    com.apple.Helium.HeliumRender   0x000000010e96362e
    HGSynchronizable::Wait() + 46

    com.apple.Helium.HeliumRender   0x000000010e86b1b2
    HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 498

    com.apple.Helium.HeliumRender   0x000000010e859857
    HGRenderExecUnit::RunLoop() + 183

    com.apple.Helium.HeliumRender   0x000000010e859794
    StartRenderExecUnitFunc(void*) + 20

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 12:: com.apple.helium.rq.gpu-cu2.vs0

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b _pthread_cond_wait + 727

    com.apple.Helium.HeliumRender   0x000000010e96362e
    HGSynchronizable::Wait() + 46

    com.apple.Helium.HeliumRender   0x000000010e86b1b2
    HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 498

    com.apple.Helium.HeliumRender   0x000000010e859857
    HGRenderExecUnit::RunLoop() + 183

    com.apple.Helium.HeliumRender   0x000000010e859794
    StartRenderExecUnitFunc(void*) + 20
    6   libsystem_pthread.dylib         0x00007fff93e1e899
    _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 13:: com.apple.helium.rq.pbo-rbu0.vs0
    0   libsystem_kernel.dylib          0x00007fff91d76716
    __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b _pthread_cond_wait + 727

    com.apple.Helium.HeliumRender   0x000000010e96362e
    HGSynchronizable::Wait() + 46

    com.apple.Helium.HeliumRender   0x000000010e86dab7
    HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) +
    87

    com.apple.Helium.HeliumRender   0x000000010e857f3f
    StartPBOExecUnitFunc(void*) + 143

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 14:: com.apple.helium.rq.pbo-rbu1.vs0

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b _pthread_cond_wait + 727

    com.apple.Helium.HeliumRender   0x000000010e96362e
    HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender
      0x000000010e86dab7
    HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) +
    87

    com.apple.Helium.HeliumRender   0x000000010e857f3f
    StartPBOExecUnitFunc(void*) + 143

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 15:: com.apple.helium.rq.pbo-rbu2.vs0

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b _pthread_cond_wait + 727

    com.apple.Helium.HeliumRender   0x000000010e96362e
    HGSynchronizable::Wait() + 46

    com.apple.Helium.HeliumRender   0x000000010e86dab7
    HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) +
    87

    com.apple.Helium.HeliumRender   0x000000010e857f3f
    StartPBOExecUnitFunc(void*) + 143

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138
    6   libsystem_pthread.dylib         0x00007fff93e1e72a
    _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 16:: com.apple.helium-texture-finish

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib         0x00007fff93e20c3b
    _pthread_cond_wait + 727

    com.apple.Helium.HeliumRender   0x000000010e8f0497
    textureFinishThread(void*) + 183

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 17:: com.apple.helium.rq.gpu-ru3.vs1

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b _pthread_cond_wait + 727

    com.apple.Helium.HeliumRender   0x000000010e96362e
    HGSynchronizable::Wait() + 46

    com.apple.Helium.HeliumRender   0x000000010e86b1b2
    HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 498

    com.apple.Helium.HeliumRender   0x000000010e859857
    HGRenderExecUnit::RunLoop() + 183

    com.apple.Helium.HeliumRender   0x000000010e859794
    StartRenderExecUnitFunc(void*) + 20

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 18:: com.apple.helium.rq.gpu-ru4.vs1

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b _pthread_cond_wait + 727

    com.apple.Helium.HeliumRender   0x000000010e96362e
    HGSynchronizable::Wait() + 46

    com.apple.Helium.HeliumRender   0x000000010e86b1b2
    HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 498

    com.apple.Helium.HeliumRender   0x000000010e859857
    HGRenderExecUnit::RunLoop() + 183

    com.apple.Helium.HeliumRender   0x000000010e859794
    StartRenderExecUnitFunc(void*) + 20
    6   libsystem_pthread.dylib         0x00007fff93e1e899
    _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 19:: com.apple.helium.rq.gpu-cu5.vs1
    0   libsystem_kernel.dylib          0x00007fff91d76716
    __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b _pthread_cond_wait + 727

    com.apple.Helium.HeliumRender   0x000000010e96362e
    HGSynchronizable::Wait() + 46

    com.apple.Helium.HeliumRender   0x000000010e86b1b2
    HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 498

    com.apple.Helium.HeliumRender   0x000000010e859857
    HGRenderExecUnit::RunLoop() + 183

    com.apple.Helium.HeliumRender   0x000000010e859794
    StartRenderExecUnitFunc(void*) + 20

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137
    8   libsystem_pthread.dylib         0x00007fff93e22fc9
    thread_start + 13
    Thread 20:: com.apple.helium.rq.pbo-rbu3.vs1

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b _pthread_cond_wait + 727

    com.apple.Helium.HeliumRender   0x000000010e96362e
    HGSynchronizable::Wait() + 46

    com.apple.Helium.HeliumRender   0x000000010e86dab7
    HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) +
    87

    com.apple.Helium.HeliumRender   0x000000010e857f3f
    StartPBOExecUnitFunc(void*) + 143

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 21:: com.apple.helium.rq.pbo-rbu4.vs1

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b _pthread_cond_wait + 727

    com.apple.Helium.HeliumRender   0x000000010e96362e
    HGSynchronizable::Wait() + 46

    com.apple.Helium.HeliumRender   0x000000010e86dab7
    HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) +
    87

    com.apple.Helium.HeliumRender   0x000000010e857f3f
    StartPBOExecUnitFunc(void*) + 143

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 22:: com.apple.helium.rq.pbo-rbu5.vs1

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b _pthread_cond_wait + 727

    com.apple.Helium.HeliumRender   0x000000010e96362e
    HGSynchronizable::Wait() + 46

    com.apple.Helium.HeliumRender   0x000000010e86dab7
    HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) +
    87

    com.apple.Helium.HeliumRender   0x000000010e857f3f
    StartPBOExecUnitFunc(void*) + 143

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 23:: com.apple.coremedia.scheduledfileio

    libsystem_kernel.dylib          0x00007fff91d76716 __psynch_cvwait + 10

    libsystem_pthread.dylib         0x00007fff93e20c3b _pthread_cond_wait + 727

    com.apple.CoreMedia.ProAppsSupport    0x000000010ab7fc37
    WaitOnCondition + 11

    com.apple.CoreMedia.ProAppsSupport    0x000000010ab7fa4b
    FigSemaphoreWaitRelative + 133

    com.apple.CoreMedia.ProAppsSupport    0x000000010ab7ad0e
    FigScheduledFileIOThread + 141

    com.apple.CoreMedia.ProAppsSupport    0x000000010ab8058b
    figThreadMain + 382

    libsystem_pthread.dylib         0x00007fff93e1e899 _pthread_body + 138

    libsystem_pthread.dylib         0x00007fff93e1e72a _pthread_start + 137

    libsystem_pthread.dylib         0x00007fff93e22fc9 thread_start + 13
    Thread 24:: CVDisplayLink

    So a guy goes into his doctors office and tells his doctor "Ya gotta
    help me doc...it hurts when I run my head into the door like
    this...OW!". Then the doctor says:
    "DON'T DO THAT ANY MORE!!!"
    (I promise to keep my day job...oops what job...and not go into
    comedy..)
    Why don't you convert all the old 16 bit code into 32 bit code and
    create one application where the various parts all know about each
    other? I don't think that there's any way to coordinate an old 16 bit
    LV and a new 32 bit LV application so that they don't step on each
    other driverwise like they appear to be doing. I don't think that the
    two LabVIEW's even know that the other exists!
    Alternatively, get a second computer to run the 16 bit code on and
    make the two apps communicate with
    each other using TCP/IP or serial.
    Doug De Clue
    [email protected]
    cincidude wrote in message news:<[email protected]>...
    > I am using 2 versions of Labview at the same time, one is version 4
    > which has a camera and a weigh-in-motion scale attached to it. The
    > second is either Labview version 4, 16-bit or Labview 3.0.1, 16-bit,
    > i'm not sure. The sixteen bit has a data acquisition system attached
    > to it. Its an optim electronics system and the 16-bit Labview drivers
    > for the optim were provided by Optim electronics and so I am stuck
    > with using the same system. When I use both these systems in tandem,
    > the system crashes frequently, but both systems run fine
    > independently. It usually just freezes up or says "Illegal operation
    > performed. Contact program vendor". Its a windows error with a red
    > cross.

  • Error 0xBFF69011 - "Unable to get attribute" when saving current camera settings to file

    Hi,
    I get an Error 0xBFF69011 - "Unable to get attribute" when attempting to save current camera setting to file with MAX. I was not able to save a single time, hence the settings the camera came with out of the box are still active.
    Camera: Basler acA2500-14um
    Camera firmware: 106215-05;U;acA2500_14u;V1.0-8;0
    Driver: NI-IMAQdx USB3 Vision device
    MAX version:5.4
    IMAQdx version: 4.2 
    Does anyone know what causes this error or how I can modify the camera settings and save the modifications to file?
    Thank you,
    Ferenc

    Yes, the 1.0 Basler firmware released after IMAQdx 4.2 exposed this specific problem. This has been addressed in Vision Acquisition September 2013 (13.1) which includes IMAQdx 4.3. There should have been a public KB created for this issue but I do not see it yet...
    You can update your installation here:
    http://joule.ni.com/nidu/cds/view/p/id/4409/lang/en
    Eric

  • How do I get Lion when I have OS 10.4.11?

    How do I get Lion when I have OS 10.4.11?

    You need to install Mac OS X 10.6 first then download and install Lion, make sure your system meets the system requirements. https://discussions.apple.com/message/15357762#15357762

  • Firefox gets problems when 2,7 GB of memory is used by Firefox

    Firefox gets problems when 2,7 GB of memory is used by Firefox. Or more. Like 2,8 GB.
    It started when I read jpost.com with tens of tabs open. I don't remember how many. But I know there was more than 40.
    On the tab I that I was reading, the page turned completely black. Pitch black with nothing else, not even the Firefox interface. It was actually a pitch black shape that looked like a web page in shape. The blackness quickly disappeared and the page was normally readable again. But then it happened again - the page turned black again.
    The same page turns black happened again later.
    One of my browsing sessions had Firefox slow down so much that you could see scrolling happening when I used scrolling.
    Still another time I had 60 tabs open and Firefox worked completely fine without freezes, slowdowns, or black shapes. I could close Firefox by just pressing the red X in the title bar.
    Yesterday, I had 50 tabs open and I experienced a slowdown when I looked at the Breaking News headlines. The headlines would show slower than usual. The Breaking News headlines at jpost.com show the headlines a few words at a time until the headline is completely shown. Then the headline disappears and the next starts showing a few words at a time. And speed in general was not what you normally have with a computer that has 8 GB of memory. And a Core i5 processor. I opened two more tabs from the Breaking News section I had opened. After I opened a new window, Firefox froze. I had to close Firefox from the Task Manager by pressing End process. I had used Firefox for 6 hours without ever closing any of the tabs I had opened.
    In all of these cases, more than 40 tabs were open. In all of these cases, the slow down or freeze meant I had to use Task Manager and then press End process on the Processes tab. In all cases except the two I describe in the next paragraph, I never close any tabs after opening them. No problems have ever happened until Firefox started using 2,7 GB of memory. Until that point, everything is normal with no freezes or slowdowns.
    At two times, I tried to reduce memory usage by closing tabs. However, in both cases this would make Firefox freeze. In one of these cases, Firefox would show something bizarre: there would be about 7 tabs, and one of the tabs would be partly shown. Also, Firefox would show the busy cursor. Firefox did not show how many tabs I actually had. The second time, I tried to close the tabs by clicking Close other tabs in the menu that you get when right-click a tab. The tabs would close fine, but I remember that I opened Gmail and then I did this: I clicked on the Promotions tab. Instead of seeing the tab with the Emails, Firefox showed a busy cursor and the title bar said not responding. Firefox froze.
    The reason might be Adblock Plus memory usage. In Adblock Plus home page, developer Wladimir Palant writes in his blog about how Adblock Plus uses a lot of memory: https://adblockplus.org/blog/on-the-adblock-plus-memory-consumption .

    One more bit of information: I have a Geforce 640 GT graphics card. My graphics card drivers are old- version 311.41. The newest version of the drivers is 340.52. Would a new graphics card driver solve the problem?

  • Getting dump when using do_sum in alv field cat in the output of the report

    Dear Freinds,
                 Iam getting the alv report when i click on the segma field (Sum) on my salary
    field iam getting dump. and also if i try to print my alv output iam getting dump , only
    happening to my custom report.
    i have used the following code pleae correct me .
    This perform is used for Layout settings
      perform st_layout_build  using gs_layout.
    form st_layout_build  using  st_ls_layout type slis_layout_alv.
       st_ls_layout-no_input          = 'X'.
      st_ls_layout-colwidth_optimize = 'X'.
    st_ls_layout-zebra             = 'X'.
    st_ls_layout-detail_popup      = 'X'.
    endform.                    " st_layout_build
    Field Catalog details
    perform st_fieldcat_init changing gt_fieldcat.
    form st_fieldcat_init  changing  fp_i_fieldcat type slis_t_fieldcat_alv.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 1.
      ls_fieldcat-fieldname    = 'ORGUNIT'.
      ls_fieldcat-seltext_l    = 'Orgunit'.
    ls_fieldcat-no_out       = 'X'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 2.
      ls_fieldcat-fieldname    = 'ORGTEXT'.
      ls_fieldcat-seltext_l    = 'Orgdesc'.
    ls_fieldcat-no_out       = 'X'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname    = 'SALARY'.
      ls_fieldcat-seltext_l    = 'Salary'.
      ls_fieldcat-col_pos      = 3.
      ls_fieldcat-outputlen   = 15.
      ls_fieldcat-do_sum       = 'X'.
      ls_fieldcat-datatype     = 'CURR'.    "CURR
      append ls_fieldcat to fp_i_fieldcat.
    endform.
    Variant
      perform st_variant_init  using gs_variant g_repid.
    form st_variant_init   using  st_gs_variant type disvariant
                                 st_repid      like sy-repid.
      clear st_gs_variant.
      st_gs_variant-report = st_repid.
    endform.                    " st_variant_init
      g_repid = sy-repid.
      perform st_comment_build  using gt_list_top_of_page[].
    form st_comment_build  using   st_lt_top_of_page type slis_t_listheader.
      data: ls_line type slis_listheader.
    Listenüberschrift: Typ H
      clear ls_line.
      ls_line-typ  = 'H'.
    LS_LINE-KEY:  not used for this type
      ls_line-info = text-000.
      append ls_line to st_lt_top_of_page.
    endform.                    " st_comment_build
         call function 'REUSE_ALV_GRID_DISPLAY'
          exporting
             i_buffer_active        = 'X'
            i_callback_top_of_page = 'TOP_OF_PAGE'
            i_callback_program     = g_repid
            is_layout              = gs_layout
            it_fieldcat            = gt_fieldcat[]
           i_structure_name       = 'i_final'   "c_i_final "'objec'
           i_save                 = g_save
            is_variant             = gs_variant
          tables
            t_outtab               = fp_i_pyrol_final
          exceptions
            program_error          = 1
            others                 = 2.
        if sy-subrc ne 0.
          message e018. " Displaying the ALV GRID has failed
        endif.
    Please could any  one let me know why iam getting dump when iam clicking for total
    on my salary field.
    Regards
    latha

    Dear Chandu,
    my code iam giving in details
    types : begin of ty_output_data,
            staffno     type pernr_d,
            staffname   type emnam,
            grade       type stell,
            orgunit     type orgeh,
            orgtext     type hr_mcstext,
            psgroup     type trfgr,      " Pay Scale Group
            salary      type maxbt,       "PAD_AMT7S,
            rrefunded   type pad_amt7s,
            leavepay    type pad_amt7s,
            mshortfal   type pad_amt7s,   " Medical Shortfall
            echkshfal   type pad_amt7s,   " Execute checkup shortfall
            ofindeduc   type pad_amt7s,   " Other Finance Deduction
            mtyprem     type pad_amt7s,   " maternity premium
            vpbonus     type pad_amt7s,   " VP/Bonus
            gratuity    type pad_amt7s,   " Gratuity
            vpay        type pad_amt7s,   " Variable pay
            mallowance  type pad_amt7s,   " Meal Allowance
            overtime    type pad_amt7s,   " overtime
            other       type  pad_amt7s,  "  OTHER
            pfundeecon  type pad_amt7s,   " PFund Employee's Contribution
            banktrnsfer type pad_amt7s,   " Bank Transfer
            count       type i,
            end of ty_output_data.
    data : i_final         type standard table of ty_output_data.
    iam getting all my data in the internal table  I_FINAL.
    perform get_final_alv  using  i_final.
    form get_final_alv  using   fp_i_pyrol_final type ty_t_output_data.
    *local variable declarations
      data : l_v_idx      type sy-tabix.
    *local work areas
      data : l_wa_final type ty_output_data.
      g_save = 'A'.
    This perform is used for Layout settings
      perform st_layout_build  using gs_layout.
    Field Catalog details
      perform st_fieldcat_init changing gt_fieldcat.
    Variant
      perform st_variant_init  using gs_variant g_repid.
      g_repid = sy-repid.
      perform st_comment_build  using gt_list_top_of_page[].
      if not fp_i_pyrol_final is initial.
        delete adjacent duplicates from fp_i_pyrol_final comparing all fields.
        call function 'REUSE_ALV_GRID_DISPLAY'
          exporting
             i_buffer_active        = 'X'
            i_callback_top_of_page = 'TOP_OF_PAGE'
            i_callback_program     = g_repid
            is_layout              = gs_layout
            it_fieldcat            = gt_fieldcat[]
           i_structure_name       = 'i_final'   "c_i_final "'objec'
           i_save                 = g_save
            is_variant             = gs_variant
          tables
            t_outtab               = fp_i_pyrol_final
          exceptions
            program_error          = 1
            others                 = 2.
        if sy-subrc ne 0.
          message e018. " Displaying the ALV GRID has failed
        endif.
      endif.
    endform.                    " get_final_alv
    form st_layout_build  using  st_ls_layout type slis_layout_alv.
       st_ls_layout-no_input          = 'X'.
      st_ls_layout-colwidth_optimize = 'X'.
    st_ls_layout-zebra             = 'X'.
    st_ls_layout-detail_popup      = 'X'.
    endform.                    " st_layout_build
    form st_fieldcat_init  changing  fp_i_fieldcat type slis_t_fieldcat_alv.
      data: ls_fieldcat type slis_fieldcat_alv.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 1.
      ls_fieldcat-fieldname    = 'ORGUNIT'.
      ls_fieldcat-seltext_l    = 'Orgunit'.
    ls_fieldcat-no_out       = 'X'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 2.
      ls_fieldcat-fieldname    = 'ORGTEXT'.
      ls_fieldcat-seltext_l    = 'Orgdesc'.
    ls_fieldcat-no_out       = 'X'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 5.
      ls_fieldcat-fieldname    = 'STAFFNAME'.
    ls_fieldcat-no_out       = 'X'.
      ls_fieldcat-seltext_l    = 'StaffName'.
      append ls_fieldcat to fp_i_fieldcat.
       clear ls_fieldcat.
      ls_fieldcat-col_pos      = 4.
      ls_fieldcat-fieldname    = 'STAFFNO'.
    ls_fieldcat-no_out       = 'X'.
      ls_fieldcat-seltext_l    = 'StaffNo.'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 6.
      ls_fieldcat-fieldname    = 'GRADE'.
      ls_fieldcat-seltext_l    = 'Grade'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 3.
      ls_fieldcat-fieldname    = 'COUNT'.
      ls_fieldcat-seltext_l    = 'Headcount'.
      append ls_fieldcat to fp_i_fieldcat.
    if the field name is 'Salary' then do a sum on this field.
    IF  fp_fname = c_betrg.
        l_wa_fieldcat-do_sum    = c_x.
    ENDIF.
    NOTE : IAM GETTING PROBLEM IN THE BELOW SALARY.
    IAM JUST CHECKING ITSELF NOT ALLOWING ME TO EXECUTE
      clear ls_fieldcat.
      ls_fieldcat-fieldname    = 'SALARY'.
      ls_fieldcat-seltext_l    = 'Salary'.
      ls_fieldcat-col_pos      = 7.
      ls_fieldcat-outputlen   = 20.
      ls_fieldcat-do_sum       = 'X'.
      ls_fieldcat-datatype     = 'CURR'.    "CURR
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 9.
      ls_fieldcat-fieldname    = 'LEAVEPAY'.
      ls_fieldcat-seltext_l    = 'Leave Pay'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 10.
      ls_fieldcat-fieldname    = 'MSHORTFAL'.
      ls_fieldcat-seltext_l    = 'Med.Sfall'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 11.
      ls_fieldcat-fieldname    = 'ECHKSHFAL'.
      ls_fieldcat-seltext_l    = 'EX.Chckup.Sfall'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 12.
      ls_fieldcat-fieldname    = 'OFINDEDUC'.
      ls_fieldcat-seltext_l    = 'Oth.Fin.Deduction'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 13.
      ls_fieldcat-fieldname    = 'MTYPREM'.
      ls_fieldcat-seltext_l    = 'Mat.Premium'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 14.
      ls_fieldcat-fieldname    = 'VPBONUS'.
      ls_fieldcat-seltext_l    = 'VP/Bonus'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 15.
      ls_fieldcat-fieldname    = 'GRATUITY'.
      ls_fieldcat-seltext_l    = 'Gratuity'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 16.
      ls_fieldcat-fieldname    = 'VPAY'.
      ls_fieldcat-seltext_l    = 'Variable Pay'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 17.
      ls_fieldcat-fieldname    = 'MALLOWANCE'.
      ls_fieldcat-seltext_l    = 'Meal.Allowance'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 18.
      ls_fieldcat-fieldname    = 'OVERTIME'.
      ls_fieldcat-seltext_l    = 'Overtime'.
      append ls_fieldcat to fp_i_fieldcat.
        clear ls_fieldcat.
      ls_fieldcat-col_pos      = 19.
      ls_fieldcat-fieldname    = 'OTHER'.
      ls_fieldcat-seltext_l    = 'Other'.
      append ls_fieldcat to fp_i_fieldcat.
    pfundeecon
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 20.
      ls_fieldcat-fieldname    = 'P FUND EMPLOYEES CONTRIBUTION'.
      ls_fieldcat-seltext_l    = 'P.Fund.Emp.Contrib'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 21.
      ls_fieldcat-fieldname    = 'BANKTRNSFER'.
      ls_fieldcat-seltext_l    = 'Payment'.
      append ls_fieldcat to fp_i_fieldcat.
    endform.                    " st_fieldcat_init
    form st_variant_init   using  st_gs_variant type disvariant
                                 st_repid      like sy-repid.
      clear st_gs_variant.
      st_gs_variant-report = st_repid.
    endform.                    " st_variant_init
    form st_comment_build  using   st_lt_top_of_page type slis_t_listheader.
      data: ls_line type slis_listheader.
    Listenüberschrift: Typ H
      clear ls_line.
      ls_line-typ  = 'H'.
    LS_LINE-KEY:  not used for this type
      ls_line-info = text-000.
      append ls_line to st_lt_top_of_page.
    endform.                    " st_comment_build
          FORM TOP_OF_PAGE                                              *
    form top_of_page.
      data: l_i_detailheader type slis_t_listheader.
    To get the header for ALV
      perform detail_header changing l_i_detailheader.
      call function 'REUSE_ALV_COMMENTARY_WRITE'
        exporting
          it_list_commentary = l_i_detailheader.
    endform.                    "top_of_page
    form detail_header  changing fp_i_detailheader type slis_t_listheader.
      data: l_wa_header       type slis_listheader,
            l_v_time         type slis_edit_mask,
            l_v_date         type slis_edit_mask,
            l_v_abkrs        type char5,
            l_v_pabrj        type char8,
            l_v_pagno        type char10.
    Local Constants
      constants: l_c_h type char1 value 'H',
                 l_c_1  type i     value '1',
                 l_c_edit type char10 value '__.__.____',
                 l_c_slash  type c value '/'. " constant for slash
    To display the report Header
      l_wa_header-typ = l_c_h.
    WRITE sy-repid TO l_wa_header-info LEFT-JUSTIFIED.
      write text-014  to l_wa_header-info left-justified.
      append l_wa_header to fp_i_detailheader.
      clear l_wa_header.
    To display the Page no
      l_v_pagno =   sy-pagno + l_c_1.
      l_wa_header-typ = c_s.
      l_wa_header-key = text-008. " Page No:
      l_wa_header-info =  l_v_pagno.
      append l_wa_header to fp_i_detailheader.
      clear l_wa_header.
    To Display the User ID
      l_wa_header-typ = c_s.
      l_wa_header-key = text-009. " User ID
      l_wa_header-info = sy-uname.
      append l_wa_header to fp_i_detailheader.
      clear l_wa_header.
    To Display the Date/Time
      l_wa_header-typ = c_s.
      l_wa_header-key = text-010. " Date/Time:
      l_v_time = sy-uzeit.
      l_v_date = sy-datum.
      write: sy-uzeit to l_v_time.
      write sy-datum to l_v_date using edit mask l_c_edit.
      concatenate l_v_date
                  l_c_slash
                  l_v_time into l_wa_header-info+0(25) separated by space.
      append l_wa_header to fp_i_detailheader.
      clear: l_wa_header, l_v_date.
    To Display the Report Description
      l_wa_header-typ = c_s.
      l_wa_header-key = text-011.                " Report Description
      l_wa_header-info = text-012.
      append l_wa_header to fp_i_detailheader.
      clear l_wa_header.
      append l_wa_header to fp_i_detailheader.
    endform.                    " detail_header
    I will be greatful if any one can please help me in removing me the dump.
    REGARDS
    LATHA.

  • Print program is not getting triggered when saving the application

    Hi all,
    My requirement is when i save the invoice using VF01 the print program should get triggered.
    The print program is not getting triggered when saving the application even when i have configured the outtype and have attached the print program.
    The setting "send immediately (when saving application)" is also checked.
    I need to configure it for VF01 transaction.
    The error message displayed was " please maintain output device in master data".
    Regards,
    Umesh

    Hi Umesh
    Please check if you have missed any of the following:
    1. Defining Access Sequence(can use existing).
    2. Defining Output Condition Type(can use existing). - Assigning the Driver Program and Form in processing routine.
    3. Output Determination Procedure
    4. Assign Output Procedure to Billing Types
    Kind Regards
    Eswar

Maybe you are looking for

  • The picture in Messages is not the same as my iCloud/Contacts Me Card

    Messages has pictures of yourself on one side and who you are chatting with on the other. I changed my account picture on my Mac and used the same one for Contacts. I went to iCloud.com and changed it there also. Messages on the Mac still shows the o

  • BAPI_CUSTOMERQUOTATION_CHANGE Contract date change

    Hi, Has anybody ever been able to change the contract start date & end date date of a quotation using BAPI_CUSTOMERQUOTATION_CHANGE ? I understand I need to pass in the new dates in quotation_header_in with 'U' and 'X' indicators in quotation_header_

  • Double spacing issue when pasting text from Pages

    I have a Pages document with text that frequently paste into a message that is generated by the Dropbox iOS app when I choose the e-mail option within Dropbox iOS app. I'm trying to figure out why when I paste the Pages text above the defaut Dropbox

  • Select In Point Keyboard Command doesn't work

    In Motion 5, when I press shift+i to go to the input of a selected object on the timeline, the playhead always moves back to the 1st frame of the composition. Pressing shift+o does not present a problem, and takes me to the end frame of the selected

  • ODBC driver install says requires unixODBC 2.3.0, but I have 2.3.1 installed

    I'm trying to install the ODBC driver according the instructions here http://technet.microsoft.com/en-us/library/hh568454.aspx but when I do ./install.sh verify it fails and write this to the log: [Thu Jul 18 10:28:22 EDT 2013] Verifying that unixODB