Check Dates in a document

Hello, I need to check all the dates (day/date/month) in a document to a list of predetermined fixtures (around 200 dates) to make sure they are correct.
My plan is to search the document using the following grep find...
(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday)\s(1|2|3|4|5|6|7|8|9|10|11|12|13 |14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31)\s(January|February|March|April|May |June|July|August|September|October|November|December)
...then check the text found against my list of fixture, if its not found it will show an alert.
Can anyone tell me if there is a better way and where they would start scripting in Applescript?
many thanks
LJ

Wouldn't it be easier to search on...
(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday)\s[1-3]?\d\s(January|February|Ma rch|April|May|June|July|August|September|October|November|December)
instead of enumerating all 31 days? Same effect, I think, although admittedly it will find thround 39 instead of 31...
Script-wise, Jong's plan is good. Arrays are called lists in AS. So the bare bones of it would be something like this, I think:
tell application "Adobe InDesign CS3"
  tell active document
    display dialog "Find bad dates or clear bad dates color?" buttons {"Clear", "Find"} default button 2
    if button returned of result = "Find" then
      set badCount to 0
      set myGrepString to "(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday)\\s[1-3]?\\d\\s(January|February|March|April|May|June|July|August|September|October|November|December)"
      set goodDateList to {"Monday 13 December", "Tuesday 15 February", "Monday 1 June"} --Fill with real ones
      try
        set mySwatch to make color with properties {name:"BAD DATES", model:spot, space:CMYK, color value:{0.0, 100.0, 0.0, 0.0}}
      end try
      tell application "Adobe InDesign CS3"
        set find grep preferences to nothing
        set change grep preferences to nothing
        set find what of find grep preferences to myGrepString
      end tell
      set foundList to find grep
      repeat with thisDate in foundList
        if goodDateList does not contain (thisDate as string) then
          set fill color of every character of thisDate to color "BAD DATES"
          set badCount to badCount + 1
        end if
      end repeat
      display dialog "Found "&badCount&" bad dates." buttons "OK" default button 1
    else
      try
        delete color "BAD DATES" replacing with color "Black"
      on error
        display dialog "Can't find BAD DATES color to delete."
      end try
    end if
  end tell
end tell
EDIT: Be careful copying this script! Whenever I copy it out of the browser, December gets a space in it and becomes Decembe r...

Similar Messages

  • HT4847 Can we check camera roll and documents data which we had back up byiphone ??

    Can we check camera roll and documents data which we had back up byiphone ??

    Consider it a loss... sorry

  • Display data from multiple document Libraries in List View Webpart

    Hi All,
    I want to display data from multiple document libraries into one list view webpart(custom i have created)
    I went through the following link http://blogs.msdn.com/b/ramg/archive/2009/04/22/implementing-a-simple-cross-site-collection-list-view-webpart.aspx
    but it tells to display only from one document library.
    My motive behind displaying data in the list view webpart is to achieve the functionality of Check In ,Check Out and other OOB features.
    With Regards,
    Jaskaran Singh

    Hi,
    As there is no such OOTB feature, a workaround is to create a visual web part to gather items from libraries and implement functionalities like Check in, Check out files
    in different libraries.
    The links below will provide more details:
    Create Visual Web Parts in SharePoint
    2010
    A demo about displaying list items in visual web part:
    http://www.dotnetcodesg.com/Article/UploadFile/2/217/Web%20Part%20in%20SharePoint%20To%20Show%20All%20List%20and%20List%20Items.aspx
    About the Check In and Check Out:
    How to Check In a document programmatically
    SPFile.CheckIn method
    and SPFile.CheckOut method
    Best regards
    Patrick Liang
    TechNet Community Support

  • Error while checking in and storing document in storage category

    Dear Consultants,
    When i am trying to save a document in storage category thru tcode cv02n, its giving me error:-
    Error while checking in and storing document "c:/desktop/content.doc",
    while there is no error in csadmin and OAC0 tcode repository is in running status
    even output of
    dbmcli db_enum
    OK
    SDB     /sapdb/SDB/db                     7.6.03.09       fast    running
    SDB     /sapdb/SDB/db                     7.6.03.09       quick   offline
    SDB     /sapdb/SDB/db                     7.6.03.09       slow    offline
    SDB     /sapdb/SDB/db                     7.6.03.09       test    offline
    URL "http://192.168.2.11:1090/ContentServer/ContentServer.dll?serverInfo"
    output :-
    serverType="SAP HTTP Content Server";serverVendorId="SAP AG";serverVersion="640";serverPatch="7";serverBuild="23";pVersion="0046";serverStatus="running";serverDate="2011-12-14";serverTime="10:01:44";startUpDate="2011-12-14";startUpTime="06:36:18";lastAccessDate="2011-12-14";lastAccessTime="09:57:59";
    contRep="ZCONT_TEST";contRepStatus="data(0%) log(191655552%)";pVersion="0046";storageVersion="17";storage="SAPDB";buildLevel="1";contentStorageName="SDB";contentStorageHost="localhost";security="1";contRepDescription="test content repositry";driver="MaxDB";defaultDocProt="";
    contRep="ZDMS_C1";contRepStatus="data(0%) log(191655552%)";pVersion="0046";storageVersion="17";storage="SAPDB";buildLevel="1";contentStorageName="SDB";contentStorageHost="hpsebdev1";security="1";contRepDescription="Database storage documents";driver="MaxDB";
    Please Help regading the issue
    Regards
    Gagan Sharma
    Basis Consultant

    Hi,
    Please revisit your DMS configuration. May be something is missing out in the configuration.
    Additionally you can retry to chekin by changing the following parameter
    security = 0.
    Hope this is useful.
    Regards,
    Deepak Kori

  • Foreign Trade data in Billing document

    Dear All,
    I have configured Foreign trade. For Header level Incomplete analysis triggered  configured fields perfectly. But at Item level Incomplete analysis  configured the below said fields with Field control as - 2 - Field ready for input - Incompletion check active .
    Configured  Item level these fields
    Business Transaction Type for Foreign Trade - EXART
    Export/Import Procedure for Foreign Trade - EXPRF
    Statistical value for foreign trade - GRWRT
    Country of origin of the material - HERKL
    Region of origin of material (non-preferential origin) - HERKR
    Commodity Code/Import Code Number for Foreign Trade - STAWN
    It is triggering only below said fields only.
    Export/Import Procedure for Foreign Trade- EXPRF
    Country of origin of the material - HERKL
    Commodity Code/Import Code Number for Foreign Trade- STAWN
    Why remaining fields not triggered in Billing document Item level. What are the notes I need to apply / Check. As per this configuration Accounting document not generated, but I am not getting error message, which I have configured.
    Please suggest what to do.
    Regards
    Kumar

    Hi Mr.Lakshmipathi,
    Thank you very much for your solution.
    When I entered only Foreign trade Header Data, then Accounting document generated. After generation of Accounting document when I tried to enter Foreign trade  Item level  all the fields are in disabled mode.  Is it possible to make it enabled mode by this user can enter required data.
    How , I will come to know cross check  required notes before starting any scenario. 
    Regards
    Kumar

  • F110- Check Sort Based on document number

    Hi All,
    We are using the program RFFOUS_C to print check when we are doing the payment run F110.
    Presently, checks are sorted as per vendor name (Name 1) while printing. We need to print check sorted based on document (Invoice) number, field BELNR. SO, that checks are printed in the same order as we have entered invoices.
    But the field BELNR field for sorting is not available in the application REGUH (Correspondence), which is a natural way to check print sorting. (In customizing FBZP, "Payment method in Company Code" form data, Sorting of corrpondence)
    Is there a way, we can sort check based on the invoice number (BELNR). .
    Thanks
    Ron
    Edited by: Ron on Jan 7, 2010 1:34 PM

    Hey Ron,
    In Free Selection tab on F110 tcode, Pick Field name as BKPF-BELNR (Document number). Now create the proposal and do the payment run.
    Thanks
    Raghuram

  • Print Layout Designer:Due date in Delivery document

    In print layout designer in 2005 version for Delivery document when they preview the document in document printing it compute an automatic due date but if the preview was done in the delivery document itself the due date is the same as posting date.
    And as to delivery document in SAP no due date will be computed because due date will be determine upon invoice. But upon checking on their database, the same layout/template was used in the preview of the document in the delivery itself and in the document printing. The due date used in the layout was delivery due date.
    They want to apply the scenario of having automatic computation of due date in Delivery document in the print layout designer in their 2007 version. All details created in the Print layout designer in 2005 version are defined already in their 2007 version but when the document was preview in document printing no computation of due date.
    Is the layout used in the preview of delivery document itself was different when i used the document printing and select the same document and preview it? Is it possible to compute the due date in delivery document?
    Can someone help me?

    Hi Paul,
    Yes, we already informed our customer that in delivery document no due date will be computed. But my question is it is possible that the print layout used in the preview of delivery document itself was different when the preview is done in the document printing window? To preview the document in document printing, select or highlight one transactions and click preview.
    When we check the customer database and preview the delivery document itself the due date is
    the same as posting date but when i preview the document in the document printing when you check the
    field due date it was not the same as posting date.
    We check the layout and the field is Database Delivery: Due date. The layout name was also the same when we preview
    the transactions in delivery document itself and in the document printing.
    Can someone tell me if the layout was different in the document printing window under Sales A/R module?
    Thanks,
    Janice

  • Error - Conditions in IDoc E1EDP05 have been transferred: Check data

    Hi
    I am procesing a ORDERS05 idoc .
    in foreground the document is posted but when i run the idoc in background i get the following error.
    <b>Conditions in IDoc E1EDP05 have been transferred: Check data
    </b>
    any idea why is such an error is occuring
    Thanks
    Nikhil

    Hi,
    I have same problem here 'Conditions in IDoc E1EDP05 have been transferred: Check data' while transfer PO to SO.
    I have tried in doing SMME, but it show me 'Client 800 has status 'not modifiable''.
    What I should do the next?
    Many Thanks.

  • Check date and check order

    Dear Experts,
    Fairly general question.
    A check instruction can have av. check first and alloc check next and vice versa.. with no apparent difference in results of the confirmed quantity in either case. (unless we bring in rules and remaning requirement logic that I am not at the moment).
    There is small and sensible requirement.
    I want to confirm a sales requirement against remaining allocation at a different date vis-a-vis actual availability check date (mbdat) against ATP quantity. For simplicity assume there is no b/w and f/w consumption in allocation design.
    SAP help says this is controllable such in standard. but I want to know what could be the possible side effects and any other possible interpretation of such a design...keeping in mind this is change on top of live system where pre-sales and sales documents consume allocations without a strong concept of scheduling (within the check framework). Could this have any bearing on the order of check steps i.e. if I want to check allocations at a date earlier than material availability date, should Allocation check be the first step. I need to set up a hell lot to verify all this. help.com has no such re-assuring statement that I could locate.Hence looking for first cut answers from your experiences.
    Business context: I want to check remaining allocated quantity on "scheduled" goods issue date as opposed to material availability date which is scheduled backwards from customer requested date. The reason being the customer has been promised a certain shipping date based on a auction he won. This means that being able to meet shipping date is more important than being able to meet scheduled delivery date. This is true of not all sales scenarios but only some. Moreover we take allocations seriously because that is the very basis for production planning from the limited raw materials from nature
    Regards,
    Loknath

    Loknath,
    I don't really understand most of what you have asked.  You have stated it all as theory and not given any concrete examples of how you would like the system to react under various scenarios.  However, I will answer as many questions as I can.
    I need to set up a hell lot to verify all this
    ???? provided you already have a working SCM product check configured, and provided you do not have to create a custom characteristics, you can set up and test a single sequence combination alloc/product check ATP in less than a working day.  Once set up, you can switch the allocation/product check sequence in your check instructions in seconds.  The total amount of work will be the same, regardless of which sequence you end up using.  This is work you will have to do anyway to implement allocation.  If you check your planning area directly during development, you can vastly reduce the amount of time you spend on testing your theories.  In a day you will have created 90% of the final solution, and you will have tested multiple theories and scenarios.  The only wasted effort would be if you decided to abandon allocation altogether.
    if I want to check allocations at a date earlier than material availability date
    ??? of the 3 dates available, MAD is the earliest.  What date do you intend to check that is earlier than MAD?
    I want to check remaining allocated quantity on "scheduled" goods issue date as opposed to material availability date which is scheduled backwards from customer requested date.
    ???  Both dates (GID & MAD) are scheduled backward from delivery date.
    There is nothing inherently right or wrong in using any of the 3 dates (MAD/GID/DelivDat).  When you are setting up your allocation quantities, you need to set them up in terms of the date within the sales order that you will be checking.  All the dates in your planning book will represent one of the three dates, as configured in your allocation group.
    The most common reason to implement allocation is that order entry is expected to be far in excess of capacity. Under these conditions, when I set up allocation, I usually set up Allocation first, then product check.  I do this mostly to limit system load during backorder processing, since in most allocation situations, more orders will fail allocation check than will fail product check.  The product check on these orders never gets executed.
    Best Regards,
    DB49

  • Custom master data for Sales Document Number

    Is it possible to create master data for "sales document number" as a custom field and/or table in R/3?  We have a need to record the "end user" customer of an order but this data may be updated a long time after the order and sale is complete.  IT seems that loading to BW/BI may be simpler if this is treated as document attributes rather than transactional data since no delta will be trigger by changes to this field.  Does anyone have experience with this approach?

    Hi,
    it is possible to create attributes for this InfoObject. Add the Attributes you need in BW. You can use the attributes even if the sales doc is line item dimension of your cube.
    On Sourcesystem side you have to create a generic extractor in SBIW. I think a table view on VBAK or VBAP may fullfill your needs. Of course the tables are not the smallest ones but maybe u can use the timestamp to implement a generic delta. Check whether the timestamp is set when the 'end user' is set. Not every change in the sales document leads to an entry in the delta queue of logistic, but the timestamp should be set.
    After that replicate the datasource to BI and connect it to the attributes of 0SALES_DOC
    I had a similar enhancement at one customer reading the actual transport routes to the sales documents and it worked fine.
    Hope that helps
    Christoph Vortkamp

  • Check if a generated document can have a unique bar code for tracking.

    Is it possible to check if a generated document can have a unique bar code for tracking?......We r using the Adobe Central Output Server 5.5 version on windows xp........

    I know of nothing built into the software that is specifically for the purpose of generating a unique value.
    External of the server there are a couple things that might work.
    1) The source of the data file could create a field in the file that contains a unique value that would be the value for the bar code field. For example, the source program could access a database (Access, SQL, whatever) and grab a numeric field for the value while incrementing the field for the next time. If it isn't practical for the source program to do this, then a "custom agent" could be written that would run prior to printing the form that would do this database access and add the field to the data file before passing it on to the print agent.
    2) You could reference the built-in date & time variables (see the Print Agent manual for $date & $time) to use as the value for the variable to be the value for the bar code field. Depending on how long your print job takes to process you could use the time variable that includes the hundredths of a second or not. For example, having the following in the data file:
    b ^field UniqueBarcode
    b @$date1.@$time3.
    would result in a value of
    b 05021506511429
    for the year (05), month (02), day (15), hour (06), minute (51), second (14), and hundredths (29) of the date & time I typed this in. If you wanted the millenium & century you could just hard-code it by placing "20" in front of the @$date1. reference. Of course, depending on the particular bar code you use, a 14 or 16 digit bar code could be too long for what you want.
    One caution with this method, though. If your Central server is set up for processing multiple instances of Central, it would be possible to get duplicates since two (or more) jobs, running in different instances, could start at the same time.

  • Check data in R/3

    hi all,
    i need help on the following issue:
    where i can check data of report in  R/3.
    Inventory Management --> Stock Overview: Materials Shift Consumption report, i tried using MCRP t-code in ECC but it shows only the drilldown data,
    i need to compare the shift consumption data with ecc and production system any t-code or pointer will be helpful
    any suggestion/help will be helpful.
    regards,
    laksh

    Check the below tcodes
    Stock Overview      By material By Plant By batch use tcode -MMBE      The stock overview provides you with an overview of the current stocks of a material at all places within plant  
    Stock requirement list      By material and By material planner ,use tcode-> MD04
    This report will help you to analyse material requirement plan considering stocks and future requirements.
    In repetitive manufacturing set up: - Production analysis ,Material consumption analysis,Product cost analysis -->      By plant,By material,By component used -->uset the transactions->     MCRP ,MCRK, MCP6
    These reports are extensively used for reporting purpose in the repetitive manufacturing environment

  • Coredump when adding new data to a document

    Hi,
    I have managed to get a coredump when adding data to a document,
    initially using the Python API but I can reproduce it with a dbxml script.
    I am using dbxml-2.2.13 on RedHat WS 4.0.
    My original application reads XML data from files, and adds them
    one at a time to a DbXML document using XmlModify.addAppendStep
    and XmlModify.execute. At a particular document (call it "GLU.xml") it
    segfaults during the XmlModify.execute call. It is not malformed data in
    the file, because if I remove some files that are loaded at an earlier stage,
    GLU.xml is loaded quite happily and the segfault happens later. Changing
    my application so that it exits just before reading GLU.xml, and loading GLU.xml's
    data into the container file using the dbxml shell's "append" command produces
    the same segfault. The stacktrace is below. Steps #0 to #7 inclusive are the
    same as the stacktrace I got when using the Python API.
    Can anyone give me any suggestions? I could send the dbxml container file and
    dbxml script to anyone who would be prepared to take a look at this problem.
    Regards,
    Peter.
    #0  ~NsEventGenerator (this=0x9ea32f8) at NsEventGenerator.cpp:110
    110                     _freeList = cur->freeNext;
    (gdb) where
    #0  ~NsEventGenerator (this=0x9ea32f8) at NsEventGenerator.cpp:110
    #1  0x009cacef in DbXml::NsPullToPushConverter8::~NsPullToPushConverter8$delete ()
        at /scratch_bernoulli/pkeller/dbxml-2.2.13/install/include/xercesc/framework/XMLRefInfo.hpp:144
    #2  0x00a5d03c in DbXml::NsDocumentDatabase::updateContentAndIndex (this=0x96b7a60,
        new_document=@0x96e3608, context=@0x96a3fc8, stash=@0x96a4098) at ../scoped_ptr.hpp:44
    #3  0x009a71b1 in DbXml::Container::updateDocument (this=0x96a71d0, txn=0x0, new_document=@0x96e3608,
        context=@0x96a3fc8) at shared_ptr.hpp:72
    #4  0x009b8465 in UpdateDocumentFunctor::method (this=0xb7d3a008, container=@0x96a71d0, txn=0x0, flags=0)
        at TransactedContainer.cpp:167
    #5  0x009b70c5 in DbXml::TransactedContainer::transactedMethod (this=0x96a71d0, txn=0x0, flags=0,
        f=@0xbff66500) at TransactedContainer.cpp:217
    #6  0x009b71e4 in DbXml::TransactedContainer::updateDocument (this=0x96a71d0, txn=0x0,
        document=@0x96e3608, context=@0x96a3fc8) at TransactedContainer.cpp:164
    #7  0x009d7616 in DbXml::Modify::updateDocument (this=0x96c1748, txn=0x0, document=@0xbff665b0,
        context=@0xbff669dc, uc=@0xbff669e4)
        at /scratch_bernoulli/pkeller/dbxml-2.2.13/dbxml/build_unix/../dist/../include/dbxml/XmlDocument.hpp:72
    #8  0x009d9c18 in DbXml::Modify::execute (this=0x96c1748, txn=0x0, toModify=@0x96a7280,
        context=@0xbff669dc, uc=@0xbff669e4) at Modify.cpp:743
    #9  0x009c1c35 in DbXml::XmlModify::execute (this=0xbff666c0, toModify=@0x96a7280, context=@0xbff669dc,
        uc=@0xbff669e4) at XmlModify.cpp:128
    #10 0x08066bda in CommandException::~CommandException ()
    #11 0x0805f64e in CommandException::~CommandException ()
    #12 0x08050c82 in ?? ()
    #13 0x00705de3 in __libc_start_main () from /lib/tls/libc.so.6
    #14 0x0804fccd in ?? ()
    Current language:  auto; currently c++

    Hi George,
    I can get the coredump with the following XML data (cut down from its original
    size of around 900Kb):
    <file name="GLU.xml">
    <_StorageUnit time="Wed Apr  5 11:06:49 2006" release="1.0.212"
    packageName="ccp.ChemComp" root="tempData" originator="CCPN Python XmlIO">
    <parent>
      <key1 tag="molType">protein</key1>
      <key2 tag="ccpCode">GLU</key2>
    </parent>
    <StdChemComp ID="1" code1Letter="E" stdChemCompCode="GLU" molType="protein" ccpCode="GLU" code3Letter="GLU" msdCode="GLU_LFOH" cifCode="GLU" merckCode="12,4477">
      <name>GLUTAMIC ACID</name>
      <commonNames>L-glutamic acid</commonNames>
    </_StorageUnit>
    <!--End of Memops Data-->
    </file>This happens when the data from 106 other files have been inserted beforehand
    (ranging in size from 1Kb to 140Kb). If I manipulate the order so that the above data
    is loaded earlier in the sequence, it inserts fine and I get the coredump when
    loading data from a different file.
    The actual XmlModify calls look something like:
      qry = mgr.prepare("/datapkg/dir[@name='dir1']/dir[@name='dir2']", qc)
      mdfy.addAppendStep(qry, XmlModify.Element, "",
                         '<file name='" + fileName + '">' +
                          data[pos:] + "</file>")
      mdfy.execute(XmlValue(doc), qc, uc)where data[pos:] points to the location in the mmap-ed file containing the
    above data just after the <?xml ...?> header.
    If you want to try to reproduce the crash at your end there are a couple of ways
    we could do it. I have just figured out that this forum software doesn't let me
    upload files or reveal my e-mail address in my profile, but you can contact me with
    username: pkeller; domain name: globalphasing.com and I can send the
    data to you.
    Regards,
    Peter.

  • How can I display the date a word document was last modified on my web page?

    I have lists of links to word documents on my web pages. I
    want to be able to show the date the word document was last
    modified next to each link. My pages are straight html.
    Thanks.

    >but I would have to go to each individual file (I have
    hundreds) and put this code on each link.
    No, you can use the FileSystemObject to get a list of the
    files in the directory. See if you can adapt this for your site:
    <link href="/CSS/dirlist.css" rel="stylesheet"
    type="text/css">
    <%
    Function FormatSize(SizeInBytes)
    if SizeInBytes > 1024^2 then
    FormatSize = formatnumber(SizeInBytes / 1024^2,2) & "
    MB"
    elseif SizeInBytes > 1024 then
    FormatSize = formatnumber(SizeInBytes / 1024,2) & " KB"
    else
    FormatSize = SizeInBytes & " Bytes"
    end if
    end function
    %>
    <%
    dim parts
    dim part
    dim BrowseLine
    dim RelLink
    dim i
    url = Request.ServerVariables("URL")
    Parts = split(URL,"/")
    for part = 1 to ubound(Parts)-1
    ' calc link
    RelLink = ""
    for i = 1 to ubound(Parts) - part - 1
    RelLink = RelLink & "..\"
    next
    If trim(BrowseLine) <> "" then
    BrowseLine = BrowseLine & "/"
    end if
    BrowseLine = BrowseLine & "<A href=" & RelLink
    & ">" & parts(part) & "</A>"
    next
    ' add "back" link
    BrowseLine = Browseline & "  " &
    "<A href='javascript:history.back();'><img
    src='/images/return.gif' border=0></A>"
    Response.Write "<P class = 'NavTop'>" & BrowseLine
    & "</P>"
    Dim fso
    set fso = server.CreateObject("Scripting.fileSystemObject")
    dim fldr
    dim fle
    %>
    <a href="../index.asp"><img
    src="../images/leftbanner.jpg" width="343" height="70"
    border="0"></a>
    <link href="/CSS/dirlist.css" rel="stylesheet"
    type="text/css">
    </p>
    <p></p>
    <table width="85%" border="0" cellspacing="0"
    cellpadding="0">
    <tr>
    <th width="63%"><div
    align="left">   Document
    Name</div></th>
    <th width="14%">Size</th>
    <th width="23%"><div
    align="left">  Date</div></th>
    </tr>
    <%
    ' display folders
    for each fldr in
    fso.GetFolder(server.MapPath(".")).SubFolders
    %>
    <tr>
    <td class="FileName"> <a href='<%=
    fldr.Name %>'><img src="/images/folder.gif" border=0>
    <%= fldr.Name %></a></td>
    <td class="FileSize">  <%=
    FormatSize(fldr.Size) %></td>
    <td class="FileDate"><div
    align="left">  <%=
    FormatDateTime(fldr.DateLastModified,2)
    %></div></td>
    </tr>
    <%
    next
    %>
    <%
    ' display files
    for each fle in fso.GetFolder(server.MapPath(".")).Files
    dim ext
    ext = fso.GetExtensionName(fle.path)
    if (ext <> "asp") and (ext <> "scc") then
    %>
    <tr>
    <td class="FileName"> <a href='<%=
    escape(fle.Name) %>'><img src="/images/file.gif"
    width="14" height="16" border=0>
    <%= fle.Name %></a></td>
    <td class="FileSize">  <%=
    FormatSize(fle.Size) %></td>
    <td class="FileDate"><div
    align="left">  <%=
    FormatDateTime(fle.DateLastModified,2) %></div></td>
    </tr>
    <%
    end if
    next
    Set fso = Nothing
    Set fle = Nothing
    Set fldr = Nothing
    %>
    </table>
    <p><a href="/index.asp">Return to Home
    Page</a></p>

  • Implications of Changing Posting date of parked document.

    Hi,
    I have changed the posting date, document date & translation date to current period
    of an already parked document in a closed period.
    (e.g) Document parked in month of 28.04.2009(closed period) & i have changed the dates to
           28.05.2009(current period)
    I need to know what are the implications of the changes in dates for (posting date, document date & translation date) induvidually for both the periods(closed & current).
    Thanks
    Kenn

    Hi,
    There is no implications of change the the posting date of parked document because parked documents are not affected in financial.When you post the doucment then it will affect in finance.so there is no problem. You can change the posting date or document date only in a Fiscal year.

Maybe you are looking for

  • Creative Cloud apps tab error; can't download or update anything

    I'm trying to download Photoshop CC and so I've installed Creative Cloud Desktop. However, when I click the apps tab to download it it says "download error" with a link to install creative cloud again? I've uninstalled and re-installed it about 5 tim

  • The export of a Crystal Reports to MS Word creates big files

    Hi all, if I export a report to pdf the file size is 72 KB . But if I export to Microsoft Word (97-2003) format, the filesize amounts to 1,35 MB. After I opened the exported document in MS Word and saved it with a new name, the size is only 176 KB. I

  • Register and Generate schema.. please help

    Hi All, I'm trying to do Reverse Engineering( Table to Entity). I have schema called SCOTT and i want to register and generate SCOTT schema into REPS schema. I have a problem with register and Generate the schema SCOTT. I'm connecting as REPS. I'm wr

  • Portal exception error recieved when using StringBuffer

    Hello I have created a portal service. I need to use StringBuffer or StringBuilder class as i do some text concatenation. Since the String is very resource intensive, this is the only best solution. But when i try to append a text to stringbuffer var

  • Drop a table with triggers

    Dear All, I have a script which creates tables and triggers and drop the tables. I want to know if the triggers are dropped automatically when we drop the tables and when we create the tables what is the name of the tablespace that they are created i