No images in portlets, directly or using PTHTTPRequest

The basic problem is that I cannot see images in a portlet. Even if I create a simple html page with an image tag!
If I create a remote web server with the spec, http://www.google.comand a web service with the spec http://www.google.com/search, I can see everything in the portlet but the image.
In the context of an adaptive portlet, I issue an PTHTTPGETRequest and process the responce. I am processing the responce with the following:
var container = document.getElementById('portletBContainer');
container.innerHTML = response.responseText;
...everything EXCEPT the image (and anything in a style sheet) will be presented. The portlet will not go back and retrieve the image, even though it has a valid (tested) URL.
What am I doing wrong? Everything is deployed on the SAME machine, by the way.
Below I've pasted the PTSpy errors.
Thanks!
Rob
798 08-24 13:26:52 Warn WebDownloaderParallel.dll 2020 628 WebDownloaderParallelCommon.cpp(34) Error in CPTHttpRequestParallel::get_Response. The request is not yet finished. The request failed to connect to the host for an unknown reason..799 08-24 13:26:52 Warn Common Library 2020 628 PTCommon.cpp(977) ***SetError *** (0x80044f65): The request is not yet finished. The request failed to connect to the host for an unknown reason.800 08-24 13:26:52 Info WebDownloaderParallel.dll 2020 628 PTHttpResponseParallel.cpp(622) CPTHttpResponseParallel::GetEncoding failed to find a Content-Encoding header801 08-24 13:26:52 Warn Transformers 2020 628 HTMLTransformer.cpp(148) *** COM exception caught *** Error info: The parameter is incorrect. (0x80070057): [Error in CHTMLTransformer::TransformText, vText must be a BSTR or a Safe Array of VT_UI1] (148,HTMLTransformer.cpp)802 08-24 13:26:52 Info Gadget Providers 2020 628 PTHTTPGPCache.cpp(305) CPTHTTPGPCache::UpdateEntry, adding response to private cache for user 1704.803 08-24 13:26:52 Info Gadget Providers 2020 628 PTHTTPGPCache.cpp(351) CPTHTTPGPCache::UpdateEntry, adding entry '276:1:0::0:1:0:0:EN-US:0:::0:0:0:0::0:0:0:http://wusvmidptl01.corp.nrpc/getncsimage.asp?image=Server-26A6F6D8-7183-4118-A011-E6D9E775E827:6a8'804 08-24 13:26:52 Info Gadget Providers 2020 628 HTTPCacheEntry.cpp(438) CHTTPCacheEntry::UpdateEntry, m_odtDate = 8/24/2004 1:25:52 PM, m_odtGenerated = 8/24/2004 1:26:52 PM, m_odtspanFreshnessLifetime = 0.000000 seconds805 08-24 13:26:52 Info Gadget Providers 2020 628 HTTPCacheEntry.cpp(448) CHTTPCacheEntry::UpdateEntry, Updating headers.806 08-24 13:26:52 Warn Gadget Providers 2020 628 HTTPCacheEntry.cpp(469) CHttpCacheEntryCopy::UpdateEntry() - Markup array is not of type [VT_ARRAY|VT_VARIANT].The type is [0x0]807 08-24 13:26:52 Info Gadget Providers 2020 628 HTTPCacheEntry.cpp(487) Gadget Content Cache Size is [644] bytes.808 08-24 13:26:52 Info Gadget Providers 2020 628 PTHTTPGPCache.cpp(370) CPTHTTPGPCache::UpdateEntry, finished updating entry [276:1:0::0:1:0:0:EN-US:0:::0:0:0:0::0:0:0:http://wusvmidptl01.corp.nrpc/getncsimage.asp?image=Server-26A6F6D8-7183-4118-A011-E6D9E775E827:6a8]809 08-24 13:26:52 Warn Gadget Providers 2020 628 PTHTTPGPClientStateCookie.cpp(870) *** COM exception caught *** Error info: The parameter is incorrect. (0x80070057): [Error in CPTHTTPGPClientStateCookie::PostCacheTransform, pvMarkupArray must be of type VT_ARRAY | VT_VARIANTInstead the type of the variant returned from the cache is [0x0]] (870,PTHTTPGPClientStateCookie.cpp)810 08-24 13:26:52 Warn Gadget Providers 2020 628 HttpGadgetProviderObject.cpp(1139) *** COM exception caught *** Error info: The parameter is incorrect. (0x80070057): [Error in CPTHTTPGPClientStateCookie::PostCacheTransform, pvMarkupArray must be of type VT_ARRAY | VT_VARIANTInstead the type of the variant returned from the cache is [0x0]] (1139,HttpGadgetProviderObject.cpp)811 08-24 13:26:52 Info Portal UI - Browsing 2020 628 com.plumtree.portalpages.browsing.myportal.MyPortalContentView.PortletHeader() Portlet 276 Title bar.812 08-24 13:26:52 Warn WebDownloaderParallel.dll 2020 628 WebDownloaderParallelCommon.cpp(34) Error in CPTHttpRequestParallel::get_Response. The request is not yet finished. The request failed to connect to the host for an unknown reason..813 08-24 13:26:52 Warn Common Library 2020 628 PTCommon.cpp(977) ***SetError *** (0x80044f65): The request is not yet finished. The request failed to connect to the host for an unknown reason.814 08-24 13:26:52 Warn Gadget Providers 2020 628 HttpGadgetProviderObject.cpp(875) Warning in CHttpGadgetProvider::raw_GetHTMLText : the response object could not be created. The error reported was 0x80044f65815 08-24 13:26:52 Warn Common Library 2020 628 PTCommon.cpp(977) ***SetError *** (0x80044633): Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server could not retrieve the content for this gadget because of a connection error with the host. If this problem persists, please alert a system administrator.

The basic problem is that I cannot see images in a portlet. Even if I create a simple html page with an image tag!
If I create a remote web server with the spec, http://www.google.comand a web service with the spec http://www.google.com/search, I can see everything in the portlet but the image.
In the context of an adaptive portlet, I issue an PTHTTPGETRequest and process the responce. I am processing the responce with the following:
var container = document.getElementById('portletBContainer');
container.innerHTML = response.responseText;
...everything EXCEPT the image (and anything in a style sheet) will be presented. The portlet will not go back and retrieve the image, even though it has a valid (tested) URL.
What am I doing wrong? Everything is deployed on the SAME machine, by the way.
Below I've pasted the PTSpy errors.
Thanks!
Rob
798 08-24 13:26:52 Warn WebDownloaderParallel.dll 2020 628 WebDownloaderParallelCommon.cpp(34) Error in CPTHttpRequestParallel::get_Response. The request is not yet finished. The request failed to connect to the host for an unknown reason..799 08-24 13:26:52 Warn Common Library 2020 628 PTCommon.cpp(977) ***SetError *** (0x80044f65): The request is not yet finished. The request failed to connect to the host for an unknown reason.800 08-24 13:26:52 Info WebDownloaderParallel.dll 2020 628 PTHttpResponseParallel.cpp(622) CPTHttpResponseParallel::GetEncoding failed to find a Content-Encoding header801 08-24 13:26:52 Warn Transformers 2020 628 HTMLTransformer.cpp(148) *** COM exception caught *** Error info: The parameter is incorrect. (0x80070057): [Error in CHTMLTransformer::TransformText, vText must be a BSTR or a Safe Array of VT_UI1] (148,HTMLTransformer.cpp)802 08-24 13:26:52 Info Gadget Providers 2020 628 PTHTTPGPCache.cpp(305) CPTHTTPGPCache::UpdateEntry, adding response to private cache for user 1704.803 08-24 13:26:52 Info Gadget Providers 2020 628 PTHTTPGPCache.cpp(351) CPTHTTPGPCache::UpdateEntry, adding entry '276:1:0::0:1:0:0:EN-US:0:::0:0:0:0::0:0:0:http://wusvmidptl01.corp.nrpc/getncsimage.asp?image=Server-26A6F6D8-7183-4118-A011-E6D9E775E827:6a8'804 08-24 13:26:52 Info Gadget Providers 2020 628 HTTPCacheEntry.cpp(438) CHTTPCacheEntry::UpdateEntry, m_odtDate = 8/24/2004 1:25:52 PM, m_odtGenerated = 8/24/2004 1:26:52 PM, m_odtspanFreshnessLifetime = 0.000000 seconds805 08-24 13:26:52 Info Gadget Providers 2020 628 HTTPCacheEntry.cpp(448) CHTTPCacheEntry::UpdateEntry, Updating headers.806 08-24 13:26:52 Warn Gadget Providers 2020 628 HTTPCacheEntry.cpp(469) CHttpCacheEntryCopy::UpdateEntry() - Markup array is not of type [VT_ARRAY|VT_VARIANT].The type is [0x0]807 08-24 13:26:52 Info Gadget Providers 2020 628 HTTPCacheEntry.cpp(487) Gadget Content Cache Size is [644] bytes.808 08-24 13:26:52 Info Gadget Providers 2020 628 PTHTTPGPCache.cpp(370) CPTHTTPGPCache::UpdateEntry, finished updating entry [276:1:0::0:1:0:0:EN-US:0:::0:0:0:0::0:0:0:http://wusvmidptl01.corp.nrpc/getncsimage.asp?image=Server-26A6F6D8-7183-4118-A011-E6D9E775E827:6a8]809 08-24 13:26:52 Warn Gadget Providers 2020 628 PTHTTPGPClientStateCookie.cpp(870) *** COM exception caught *** Error info: The parameter is incorrect. (0x80070057): [Error in CPTHTTPGPClientStateCookie::PostCacheTransform, pvMarkupArray must be of type VT_ARRAY | VT_VARIANTInstead the type of the variant returned from the cache is [0x0]] (870,PTHTTPGPClientStateCookie.cpp)810 08-24 13:26:52 Warn Gadget Providers 2020 628 HttpGadgetProviderObject.cpp(1139) *** COM exception caught *** Error info: The parameter is incorrect. (0x80070057): [Error in CPTHTTPGPClientStateCookie::PostCacheTransform, pvMarkupArray must be of type VT_ARRAY | VT_VARIANTInstead the type of the variant returned from the cache is [0x0]] (1139,HttpGadgetProviderObject.cpp)811 08-24 13:26:52 Info Portal UI - Browsing 2020 628 com.plumtree.portalpages.browsing.myportal.MyPortalContentView.PortletHeader() Portlet 276 Title bar.812 08-24 13:26:52 Warn WebDownloaderParallel.dll 2020 628 WebDownloaderParallelCommon.cpp(34) Error in CPTHttpRequestParallel::get_Response. The request is not yet finished. The request failed to connect to the host for an unknown reason..813 08-24 13:26:52 Warn Common Library 2020 628 PTCommon.cpp(977) ***SetError *** (0x80044f65): The request is not yet finished. The request failed to connect to the host for an unknown reason.814 08-24 13:26:52 Warn Gadget Providers 2020 628 HttpGadgetProviderObject.cpp(875) Warning in CHttpGadgetProvider::raw_GetHTMLText : the response object could not be created. The error reported was 0x80044f65815 08-24 13:26:52 Warn Common Library 2020 628 PTCommon.cpp(977) ***SetError *** (0x80044633): Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server could not retrieve the content for this gadget because of a connection error with the host. If this problem persists, please alert a system administrator.

Similar Messages

  • Background image in portlet?

    Is it possible to use background-images in portlets?
    We would like it to be possible with:
    - Background images in folders when shown as portlets
    - Background images in navigation bars when shown as portlets
    We can of course have background images in HTML-portlets, but would be much more elegant if it was possible directly implemented in the style.
    Looking forward to hearing your comments.
    Best regards
    Benjamin F. Lund
    BellCom Internet www.bellcom.dk

    When you are making the style you have an option (Backgroung image on the top of the combobox), when you select it you can change the background image, if it was the navigation bar style the background changed is the navigation bar.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Benjamin Lund ([email protected]):
    Is it possible to use background-images in portlets?
    We would like it to be possible with:
    - Background images in folders when shown as portlets
    - Background images in navigation bars when shown as portlets
    We can of course have background images in HTML-portlets, but would be much more elegant if it was possible directly implemented in the style.
    Looking forward to hearing your comments.
    Best regards
    Benjamin F. Lund
    BellCom Internet www.bellcom.dk <HR></BLOCKQUOTE>
    null

  • Image file can't be used

    I get the following message when I try to place a movie into my movie page in iWeb. "The image file can't be used because you don't have access priviledges or because it has no content or is corupted". I am using small 30 sec clips that I've imported into iPhoto from my digital camera. They are AVI files. I've place them before with no problem, this is new.
    Any idea what's wrong and what I can do?
    Dual 450 MHz PowerPC G4   Mac OS X (10.4.6)  

    So it sounds like something about your iWeb installation got munged. Something used to work, but now it doesn't work anymore. So it must work somehow. Here are the suggestions that I give to people with these sorts of varied and nonspecific issues with iWeb. So without further ado...
    1. Delete iWeb preference file at: YourHardDrive/Users/yourname/Users/Library/Preferences/"com.apple.iWeb.plist"
    2. Delete iLife Media Browser preference file at: YourHardDrive/Library/Preferences/"com.apple.iLifeMediaBrowser.plist"
    3. Repair startup disk permissions using Disk Utility
    4. Reboot machine
    5. Delete iWeb application (but keep a backup of the Domain file!) and reinstall iWeb 1.0 from original iLife'06 DVD or Recovery Disks and then update directly to 1.1.1 via Software Update.
    These are the top 5 things that seem to garner some kind of positive results from people having similar problems. I know that you have already tried a couple things here, but heck, what do you have to lose? For the record, I doubt that it is your Canon camera.

  • Retrieve image file from FORMS 10G using BLOB

    Dear all,
    i inserted one record in a table for the following procedure.
    Create Or Replace Procedure Blob_Xl Is
    l_blob Blob;
    l_bfile Bfile;
    Begin
    Insert Into LOB_TABLE Values ( 'TEST1', Empty_Blob() )
    Returning BLOBDATA Into l_blob;
    l_bfile := Bfilename( 'TEST1', 'I.JPG');
    dbms_lob.fileopen( l_bfile,dbms_lob.file_readonly );
    dbms_lob.loadfromfile( l_blob, l_bfile, dbms_lob.getlength( l_bfile ) );
    dbms_lob.fileclose( l_bfile );
    Commit;
    End Blob_Xl;
    after that
    record also inserted, i check thro count.
    i try to retrieve that image from that table for using following procedure, in that procedure i called from one button in forms 10g and wrote in when button pressed , when i clicked it wont show any images.
    where i am wrong?
    Create Or Replace Procedure get_img As
    vblob Blob;
    buffer Raw(32000);
    buffer_size Integer := 32000;
    offset Integer := 1;
    Length Number;
    Begin
    owa_util.mime_header('image/JPG');
    Select BLOBDATA Into vblob From LOB_TABLE Where No = 'TEST1';
    Length := dbms_lob.getlength(vblob);
    While offset < Length Loop
    dbms_lob.Read(vblob, buffer_size, offset, buffer);
    htp.prn(utl_raw.cast_to_varchar2(buffer));
    offset := offset + buffer_size;
    End Loop;
    Exception
    When Others Then
    htp.p(Sqlerrm);
    End;
    /

    hi
    try something like this for retrieve.May it helps u.
    DECLARE
    directions CLOB;
    directions_1 VARCHAR2(300);
    directions_2 VARCHAR2(300);
    chars_read_1 BINARY_INTEGER;
    chars_read_2 BINARY_INTEGER;
    offset INTEGER;
    BEGIN
    --Retrieve the LOB locator inserted previously
    SELECT falls_directions
    INTO directions
    FROM waterfalls
    WHERE falls_name='Munising Falls';
    --Begin reading with the first character
    offset := 1;
    --Attempt to read 229 characters of directions, chars_read_1 will
    --be updated with the actual number of characters read
    chars_read_1 := 229;
    DBMS_LOB.READ(directions, chars_read_1, offset, directions_1);
    --If we read 229 characters, update the offset and try to
    --read 255 more.
    IF chars_read_1 = 229 THEN
    offset := offset + chars_read_1;
    chars_read_2 := 255;
    DBMS_LOB.READ(directions, chars_read_2, offset, directions_2);
    ELSE
    chars_read_2 := 0;
    directions_2 := '';
    END IF;
    --Display the total number of characters read
    DBMS_OUTPUT.PUT_LINE('Characters read = ' ||
    TO_CHAR(chars_read_1+chars_read_2));
    --Display the directions
    DBMS_OUTPUT.PUT_LINE(directions_1);
    DBMS_OUTPUT.PUT_LINE(directions_2);
    END;
    sarah
    Edited by: S@R@h on Oct 7, 2009 11:29 PM

  • Saving multiple images from a PDF to use later

    How can I save individual images from a PDF to use later?  I would like to be able to save them in a separate folder?

    When you open the pdf, you'll see the import pdf window. Just click the Images radio button, then select the images you want to open in PSE, and then save them in the editor:

  • Is there a way to LIST OUT all of the active images that are currently being used on a page in Dreamweaver?

    Is there a way to LIST OUT all of the active images that are currently being used on a page in Dreamweaver?  Or do I have to click each one and write down the image name by hand?
    Thanks!
    LJ

    Alternatively use a browser:
    Use the Firefox Web Developer Toolbar
    https://addons.mozilla.org/en-US/firefox/addon/60
    Images > View Image Information
    or the List All Images Add On for Firefox
    https://addons.mozilla.org/en-US/firefox/addon/3688
    or the Web Developer tools in IE8 (or earlier), F12 > Image > View Image Report

  • How to create Image as Custom Property Type used in Configurable Web Part?

    I wanted to create custom configurable web part property for Image.
    Example - the screenshot of Image property used in Image web part is shown below:
    My goal is to create as many images as possible in custom configurable web part.
    I tried to write the code:
    [WebBrowsable(true),
    WebDisplayName("Example Photo"),
    WebDescription("Example Photo of the user"),
    Category("Custom User Profile"),
    Personalizable(PersonalizationScope.Shared)]
    public Image ExampleUserPhoto { get; set; }
    However, the result does not display Image configurable web part property.
    I wonder why the data type Image does not cause the custom web part to have Image configurable web part property.
    Other data types such as Boolean, Enum, Integer, String and DateTime can be used.
    How can I create Image as Custom Property Type used in Configurable Web Part?

    I have examined that context node __00 has been enhanced,and  has a class name  z___00. But  when I created a new attirubute by right click " Attributes" with wizard under context node __00.There is still  a error message "view is not enhaced or copied with wizard".
    But  when  I created a method  "getvaliation "  in the class of context node zcl__00, the attribute  'valiation' automatically created(at the same time the method "getvaliation' automatically  created for the attribute 'valiation') and I need not to create attibute 'validation' by wizard .  It seemed as if the problem is resloved. But when I make test for it in web ui .There is a runtime erro message.
    Do I need to make some configurations in  the business object layer  for the checkbox? but  the checkbox is only used as a flag  to decide whether a backgoud job is needed to be executed.
    Edited by: samhuman on Jun 22, 2010 10:31 AM

  • Receiver File adapter : two choices "Directly" and "Use Temporarly file" ?

    Hi All,
    I am writing the file into a folder and I want to write the file completely into the folder.Once the file is placed , one tool will be keep on picking files every second from this folder.So I need to put the file after filling entire data.
    In the File adapter, the put file option has two choices "Directly" and "Use Temporarly file".
    "Directly" option will serve my purpose?
    Which option I need to keep for Empty-Message Handling "Write Empty file" or "Ignore"?
    Thanks
    Seema

    Hi Mohamad,
    >> You need to place in the some other folder and do the transfer completely and move the file to desired location using command line parameters as recommended in the previous answers.
    I will be posting all the files as .txt files. Can we move the file by using command line parameters for FTP connection?
    I heard that we can get do it only for NFS and we cannot do for FTP connection.?
    Can you please suggest the command line how to use it.
    Thanks
    Seema

  • How can i upload a image file to server by using jsp or servlet.

    Hi,
    I m gurumoorthy. how can i upload a image file to server by using jsp or servlet without using third party API. pls anyone send me atleast outline of the source code.
    Pls send me anyone.
    Regards,
    Gurumoorthy.

    I'm not an applet programmer so I can't give you much advice there.
    If you want to stream the file from the server before it's entirely uploaded, then I don't believe you can treat it like a normal file. If you're just wanting to throw it up there and then listen to it, then you can treat it like a normal file.
    But again, I'm not entirely certain. You might be able to stream the start of the file from the server while you're still uploading the end of it, but it probably depends on what method you're using to do the transfer.

  • I am importing videos from my canon sl1 to my macbook when i use iphoto is says "iPhoto cannot import your photos because there was a problem downloading an image." and when i use image capture it says "An error occured while importing. The item 'MVI_1040

    I am importing videos from my canon sl1 to my macbook air when i use iphoto is says "iPhoto cannot import your photos because there was a problem downloading an image." and when i use image capture it says "An error occured while importing. The item ‘MVI_1040'' Thanks in advance

    Can you access the images on the phone with Image Capture (in the Applications Folder) ?

  • Why am i not able to see images on some web sites, using safari 5.1.7. I have enabled the tab to display images.

    Does anyone know why I am not able to see images on some web sites using safari 5.1.7?
    I have enabled the apperance tab to display images.

    Safari 5.0.1 or later: Slow or partial webpage loading, or webpage cannot be found

  • Some email images do not show while using the icloud web app.  I can see the images on my IOS devices and in gmail but I only see a small gray box in the icloud web mail app.  Load HTML images is checked in preferences.

    Some email images do not show while using the icloud web app.  I can see the images on my IOS devices and in gmail but I only see a small gray box in the icloud web mail app.  Load HTML images is checked in preferences.  Is there a solution to this issue?

    I've seen the opposite issue.  My wife recieved an email with jpg attachments.  She couldn't see or print them on her iPhone 4S but they showed up fine in iCloud or in the mail app.  I had her forward the email to herself and then they showed up.  I assume there is an issue with how Apple is processing the attachments and resending causes them to get reformatted in a way that makes them easier to handle.
    So yeah.  Seems like some bugs.  Hope Apple fixes them soon.

  • Editing Image From PDF File To Use in AI Document

    Hello,
    I am a beginner user of AI and am having trouble with editing certain images from PDF files on Illustrator. I'm not even sure what I'm trying to do can be done on Illustrator or requires Photoshop.
    A) Here is the first example (Note that this is only similar to the type of image I am talking about. It is not the exact one as I don't have access to it right now):
    So let's say here are the things I want to do. (1) Extract it from the PDF file, (2) transfer it to my AI document without blurriness, (3) change the white background of the image to another color (eg. grey), (4) and embolden the lines presently in the image. If you can advise what's the way to perform these tasks?
    I have used image trace at times but if the photo is too light, portions of it will vanish. The portions that do remain become way too bold. It would be great if there was a way I could make most if not each components of the image controllable/movable. Is it possible?
    Also, what if I want to erase some of the text on the image? I have tried using the eraser tool but it does not erase on images.
    B) How would I go about removing the background of a photo like this and replacing it with a color?
    Please keep in mind that I am a complete neophyte when it comes to using Illustrator, Photoshop etc so take this into consideration when explaining. Thanks in advance

    Trent,
    To make a clear and clean drawing like A), it is better to use the image as a locked template and recreate with the native tools; most things can be made with the Rectangle Tool and the Ellipse Tool, some with the Line Segment Tool or the Pen Tool; and you can use different Window>Pathfider operations.
    It is probably easier to get rid of the surroundings in B) using Photoshop where you can erase colours within a range; the grass seen through the windows may be treated by itself, and you may wish to keep the shadow.

  • How can I resize an image without losing resolution or using the crop tool? I am using Photoshop Elements 13 on a PC.

    How can I resize an image without losing resolution or using the crop tool? I am using Photoshop Elements 13 on a PC.

    Hi Peru Bob,
    I've tried two images, the results were:
    Image 1
    Jpg, original file size 923KB, dimensions 848px x 279px.
    After resizing to 848px x 180px with 72dpi, the file size decreased to 164KB.
    Image 2
    Jpg, original file size 809KB, dimensions 1200px x 1800px.
    After resizing to 668px x 722px with 72dpi, the file size decreased to 307KB.
    So, there seems to be a fair file size loss - is this to be expected?

  • Cash flow Statement via Direct method using BW

    Hi Gurus,
    I have an requirement to prepare Cash flow statement via direct method using BW. Can anyone advice or point me to the steps need to be done in order to achieve this
    Thank you
    BR

    Hi,
    It depends on your format of cash flow. You have to obtain a cash flow format and work accordingly to include the relevant GL accounts. I have given a sample format.
    Operating Profit before Depreciation
    Add (Less): Decrease / (Increase) in Working Capital
    (Increase) / Decrease in Debtors
    (Increase) / Decrease in Inventory
    (Increase) / Decrease in Loans & Advances
    Increase / (Decrease) in Creditors & Provisions
    Less: (Capital Expenditure)
    Net Cash generated from operations
    Add: Opening Balance of Cash & Cash Equivalents
    Less: Closing Balance of Cash & Cash Equivalents
    Net  Cash Outflow
    Thanks
    Aravind

Maybe you are looking for

  • How can i get apple to call me in uk

    i have tried to get apple support to call me (free because i have an ios6.1 issue) but they keep saying they tried but cant contact me? i know they are calling from the states, do i have to put +44 in front of my phone number? as it wont allow me to

  • What is interface in oops abap

    hi experts. what is interface in oops abap. thanks. subhasis

  • Why won't my mail app on my iphone5 run

    One day I hit mail icon and mail wouldn't come up.......any ideas why or how to fix?

  • CR4E for Eclipse 3.4

    How is the work progressing on this project, is it still in Alpha?  We are already looking at 3.4 and it would be good to have a compatible CR4E version faster than we did for 3.3.

  • CS5-duplicate layers get automatically merged

    I have multiple objects on multiple layers. How can I copy all objects to a different place on my workspace while keeping every object in the original layer? If I just select all the objects and copy/paste them, all objects are in the current layer.