Version number and date

Hi,
we have a small help page on all of our modules to indicating who to contact if there are issues etc, and we manually type in a version and date produced of the module....
Is there a way for this to happen traumatically have this inserted?
Cheers
Rossco

Oh yeah, I get the Aussie humor....good point though as initially I was confused
Thanks for the info, and it appears that it will be much easier for us to manually type in version and date, making sure we track all files etc.
Sometimes it seems that things could always be better by creating automation but is not necessarily correct. Just because you can do something doesn't mean you should is what my boss always says
Thanks for the reply Lilybiri
Cheers
Rossco

Similar Messages

  • Table For Purchase Order Version Number and Version Created Date

    Dear Sir,
    Whenever we make any change in Purchase Order , then a new Version Number  along with Created Date is assigned . In Me23n the Version Number and It's Created date is also displayed ( at PO Header Level) .
    We request you to kindly guide us as which Table is required to be reffered to get the Version Number and Version Created date  for the Purchase Order .
    With Thanks and Rgds
    Sonia

    Hi
    Check in EKKO - Purchase order header
    EKPO - Purchase order item
    CDHDR
    CHPOS
    Regards
    Ram
    Edited by: Parasuram M on Sep 16, 2009 11:59 AM

  • Incorrect version number and installation date of Firefox after upgrading

    My home desktop PC equipped with Mozilla Firefox v4.0 has recently been upgraded to v4.0.1 through an automatic updating. However, as noted from Windows 7 "Programs and Features", the latest version number and its installation date are not correctly shown. The required details refer to the previous v4.0.
    I look forward to having your technical advice as soon as possible.
    Andrew

    Hi, Alan
    Thank you for your prompt response.
    It seems to me that an automatic update of Firefox from v4.0 to v4.0.1 is not detected by Windows 7 > Programs and Features. Firefox > Show Update History and > About show the latest version number with the correct date of installation.
    At last, I re-installed Firefox into the existing version. I am pleased to inform you that Windows 7 shows the correct version number and installation date of Firefox as well as Revo Uninstaller.
    Perhaps, Firefox team would be kind enough to look into the matter. The problem did not happen in the past automatic updates.
    Regards,
    Andrew

  • How to set a report culture for number and date

    Hi,
    Is there a way to change the report locale for the number and date?
    I've tried using both CrystalDecisions.Share.SharedUtils.RequestLCID and CrystalReportViewer.SetProductLocale and neither work
    The only one that work is to use the Thread.Culture. But that also change the application culture, not just the report.
    Anyone have a solution?
    Thank

    Hi Michel,
    I don't believe you can do this within just the report itself but I haven't played with this very much. Because the App hosts the Viewer it's based on it's culture.
    You should be able to mix if you create a separate thread for each report job that way they are in their own space.
    Search the Object browser on celocale and you'll find more info. Also the SDK help file should have examples.
    No API's to use the Engine, had to use RAS.
    Need to know what version you are using also and WEB or Windows app?
    Here are some samples using RAS:
    rpt1.ReportClientDocument.LocaleID = CrystalDecisions.ReportAppServer.DataDefModel.CeLocale.ceLocaleGerman;
    CrystalDecisions.ReportAppServer.DataDefModel.CrFieldDisplayNameTypeEnum.crFieldDisplayNameFormula, CrystalDecisions.ReportAppServer.DataDefModel.CeLocale.ceLocaleUserDefault);
    And using this way you may have to alter every object in the report.
    Thanks
    Don

  • Not able to convert string attribute to number and date please help me out

    not able to convert string attribute to number and date attribute. While using string to date conversion it shows result as failure.As I am reading from a text file. please help me out

    Hi,
    You need to provide an example value that's failing and the date formats in the reference data you're using. It's more than likely you don't have the correct format in your ref data.
    regards,
    Nick

  • Dbms_crypto package for number and date data type

    Hi,
    I am using Oracle 10g 10.2.0.3 on Linux 64 bit
    I am tryiing to use dbms_crypto package for the first time to encypt my tables column
    Following are my table columns
    NAME1 VARCHAR2(2000),
    ID1 NUMBER,
    SCORE number
    This table is already populated
    i want to encrypt Name1 and Score column. Following are the functions i have created for Encryption and decryption.
    --For Encryption
    create or replace function get_enc_val
    p_in in varchar2,
    p_key in raw
    return raw is
    l_enc_val raw (2000);
    l_mod number := dbms_crypto.ENCRYPT_AES128
    + dbms_crypto.CHAIN_CBC
    + dbms_crypto.PAD_PKCS5;
    begin
    l_enc_val := dbms_crypto.encrypt
    UTL_I18N.STRING_TO_RAW
    (p_in, 'AL32UTF8'),
    l_mod,
    p_key
    return l_enc_val;
    end;
    --For Decryption
    create or replace function get_dec_val
    p_in in raw,
    p_key in raw
    return varchar2
    is
    l_ret varchar2 (2000);
    l_dec_val raw (2000);
    l_mod number := dbms_crypto.ENCRYPT_AES128
    + dbms_crypto.CHAIN_CBC
    + dbms_crypto.PAD_PKCS5;
    begin
    l_dec_val := dbms_crypto.decrypt
    p_in,
    l_mod,
    p_key
    l_ret:= UTL_I18N.RAW_TO_CHAR
    (l_dec_val, 'AL32UTF8');
    return l_ret;
    end;
    Key: I have stored a key in other schema and calling it by using function get_key().
    Following is my insert
    INSERT INTO Score_table VALUES
    (get_enc_val('John',get_key()),25,get_enc_val(79,get_key()))
    it is giving me following error
    ORA-00932:Inconsistent Datatypes:Expected number got binary.
    I checked, it is an error due to Score field, which is of number type. So do i need to change type of Score field to varchar or is there any other way to encrypt number and date field.
    If i need to change the type then what will happen to the data already in Table and how do i encrypt data already in table.

    Hi,
    Is there any one who can tell me that, do i need to change my table column data type as the encrypted value will be character.

  • To display execise number and date in smartform

    Hi Abappers,
    i want to display execise number and date in smartform and by using driver program also.
    i have taken fields from vbrk,vbrp and send to final internal table,but now i want to display execise number in my Smartform also.
    Thanking u,
    sri.

    Create a window inside window create text element inside that insert field your excise number and date field names.
    Go to form interface -> import parameters declare your internal table name type vbrp/vbrk.
    In your print program smart form function module pass this table.

  • Copy contract PO number and Date to Sales Order

    Hi freinds,
    I have one requirement. I want to copy contract PO number and date to Sales order PO Number and Date while creating the sales order with reference to contract.
    Thanks,
    Satya

    Hi,
    You have to modify your data transfer routine with the help of ABAPer.
    You have to give him the requirement that these value should be copied to sales order from contract.
    He will do the needful changes in the data transfer routine.
    Then assign that routine to the copy control of sales order from contract.
    Regards
    Raj.

  • Anyone - that "About this MAC" only gives the OS X Version Number and not the Name?

    Is anyone else - that "About this MAC" only gives the OS X Version Number and doesn't also give out the Name?
    *** version is Mountain Lion? Snow Leopard? Yosemite?? And how hard would it be to use the name AND version number when they refer to a product?
    So What Do I have with 10.8.5 ?
    PS [as I use this site for the first, I am glad to see for the first time ANYWHERE that the drop down box lists the OS X by name and number. APPLE, PLEASE DO THAT EVERYWHERE!

    A google search would have yielded the answer
    10.8 is Mountain Lion.
    ~Lyssa

  • OID 10gR3 full version number and compatibility

    I am a bit confused about the OID version and compatibility. Can anyone help?
    Siteminder r12 is compatible with OID 10gR3 as per Siteminder compatibility matrix.
    When I try to find OID version number and in turn its compatibility with Operating system and database, I am finding it hard to understand which version I should be looking for when I want to use OID 10gR3 (e.g. is it 10.1.4.0.1 or 10.1.4.1 or 10.1.4.2 etc)
    There is no clear documentation providing this information. From one of the documents (www.oracle.com/technology/.../internet_directory_wp_10gr3.pdf) it seems it is 10.1.4.2
    However when I goto download site it only has 10.1.4.0.1.
    Also, as per certification matrix of OID 10.1.4 it says it is compatible with OEL5, whereas after downloading 10.1.4.0.1 it fails to install complaining that it needs Red Hat Linux 3 or 4.
    Need you help to understand this.
    Thanks,

    The Base line version is 10.1.4.1.0, all others are patches. The latest being 10.1.4.3.0, which can be downloaded via MOS (formerly known as Metalink).
    10G release 3 is marketing speak; 10.1.4.1 thru 10.1.4.3 are all 10G Release 3 (but different patchlevels. Guess you can speak of OID 10G release 3 patch 2, when you mean OID V10.1.4.3.0 - technicians tend to use versions).

  • How to reference application version number and current date in page footer

    Am new to Apex and am creating first app for production users on Apex 4.0.1 ... I notice that Application Builder app itself displays the version number at bottom right of screen .. are there any substitution strings that I can use to get current date and application version in my own Apex app ... or do I need to create e.g Javascript to format the date and create my own substitution string ?
    Any help much appreciated .. thanks !

    I modified the Footer of our Default page template. Used JavaScript for the date, below is the code we use. The very last table is specific to our environment and it would need to be customized for your use or removed if not needed. I am a JavaScript novice so this may be crude but it does the job.
    Jeff
    <table width="100%" cellpadding="0" cellspacing="0"
    border="0">
    <tr>
    <td width="500">
    <script Language="JavaScript">
    <!--
    function GetDay(nDay)
         var Days = new Array("Sunday","Monday","Tuesday","Wednesday",
                              "Thursday","Friday","Saturday");
         return Days[nDay]
    function GetMonth(nMonth)
         var Months = new Array("January","February","March","April","May","June",
                                "July","August","September","October","November","December");
         return Months[nMonth]             
    function GetTime () {
      var curtime = new Date();
      var curhour = curtime.getHours();
      var curmin = curtime.getMinutes();
      var cursec = curtime.getSeconds();
      var time = "";
      if(curhour == 0) curhour = 12;
      time = (curhour > 12 ? curhour - 12 : curhour) + ":" +
             (curmin < 10 ? "0" : "") + curmin + ":" +
             (cursec < 10 ? "0" : "") + cursec + " " +
             (curhour > 12 ? "PM" : "AM");
      return time;
    function DateString()
         var Today = new Date();
         var suffix = "th";
         switch (Today.getDate())
              case 1:
              case 21:
              case 31:
                   suffix = "st"; break;
              case 2:
              case 22:
                   suffix = "nd"; break;
              case 3:
              case 23:
                   suffix = "rd"; break;
         var strDate = GetDay(Today.getDay()) + " - " + GetMonth(Today.getMonth()) + " " + Today.getDate(); strDate += suffix + ", " + Today.getFullYear() + " " ;
         return strDate
    //-->
    </script>
    <script Language="JavaScript">
    <!--
    document.write(DateString() + GetTime());
    //-->
    </script>
    </td>
    <td width="300" class="fineprint"><div align="right">
    </div></td>
    <td width="900" class="fineprint"><div align="right">
    &APP_USER.
    #APP_VERSION#
    </div></td>
    </tr>
    </table>
    <table width="100%" cellpadding="0" cellspacing="0"
    border="0">
    <tr>
    <td width="33%" align="left" valign="bottom"><img
    src="#WORKSPACE_IMAGES#iconseal-rust.gif" alt="NH State Seal" width="25"
    height="25" /></td>
    <td  width="33%" align="center" valign="bottom"><a href="http://www.nh.gov/" class="fineprint">NH.gov</a>
      <a href="http://www.nh.gov/disclaimer.html"
    class="fineprint">Privacy Policy</a>   <a
    href="http://www.nh.gov/wai/index.html" class="fineprint">Accessibility
    Policy</a></td>
    <td width="33%" class="fineprint"><div align="right">Copyright &#169 State of
    New Hampshire, 2007-2010</div></td>
    </tr>
    </table><br />
    #FORM_CLOSE#
    </body>
    </html>

  • Purchase order smart form - Version number and link to RFQ

    Hi I am making enhancements to the purchase order smartform and wanted to print the version number (ekko-revno) on the print layout.
    The structure for ekko which is being filled in at runtime from print program ZMMS_640FM06P has the field 'revno' blank. It is filling in the rest all fields. When I go into the ekko table I can see a value in this field. Does anyone know why this field is NOT being filled. I do not want to do a select on this field again in my smart form.
    I would also like to know if there is a any way you can track back the RFQ number for a particular PO.
    Thanks in advance..

    I hope It wil be there in table, check the entry & check teh work area entry.
    Quotation will be available in PO item data. Keep  a break point in Table and workarea.
    Tx
    Parthi
    If helpful, reward points.

  • GTX 580 Twin Frozr II O/C - confused by bios version number, and how to flash

    Hi, my first post here. But I've been reading a bit here. Still, I get confused by this whole vga bios thing, version numbers and how to flash... Ok, so here's my situation:
    I have two PC's. Both with one MSI Twin Frozr II O/C GTX 580 card inside. It seems to me that both are working according to specifications, GPU-Z reports:
    GPU clock 800 Mhz, Memory 1024 Mhz, Shader 1600 Mhz for the borth of them.
    Now, one of them seems not to be totally stable (this is the newest I bought a few days ago). It locks up/crashes in some games. The other seems ok, I've been having that one for a while. Could this be a GPU core voltage problem? GPU-Z reports for the both of them:
    VDDC 0.955 v
    I've tried running MSI afterburner, changing core voltage to 1025, and in afterburner settings enable "Force constant voltage". Still, GPU-Z, which I keep running at the same time, still reports only 0.955. I thought this setting in Afterburner would change voltage to 1.025?  This situation is for both the old one and the new one.
    Now to the Bios "problem".
    The newest card (the not so stable one) reports through GPU-Z: Bios Version 70.10.20.00.01
    The oldest (stable) card: Bios Version 70.10.17.00.01
    So... which one has the newest bios? Seems to me it is the newest card.
    BUT - when running MSI Live Update 5 (newest version) it says for both the cards that they have the the newest bios version, and there's no need to upgrade??
    SO - I go to the MSI webpage: http://no.msi.com/product/vga/N580GTX-Twin-Frozr-II-OC.html#?div=BIOS  to download the newest bios manually, just in case.. But there it gets more confusing. The Bios version found there is :NV255MS.104(.zip).
    And also, on that page I can not find how to use that file. Extracting it just gives me the file NV255MS.104    and no extension.
    So, which bios is the newest one? 70.10.20.00.01  (the highest number, in the new card, but not stable in some games), 70.10.17.00.01 (in my old card, but seems stable in the games I've tried), or NV255.104  (which I don't know how to use).
    I've flashed my main board bios many times over the years in various set ups, the bios on two different SSD disks and so on.. never had a problem with that, or finding out if I have the correct bios, how to do it and so on.
    Maybe I'm stupid, but this MSI Twin Frozr II O/C GTX 580 bios thing confuses me a lot... So, how do I solve this situation?   

    I am also interested in the answer as I have 2 MSI N580GTX-M2D15D5/OC cards. I can find the latest BIOS file "NV801MS.KG4.zip" and know the version is "KG4". But how do you relate this to the current BIOS version Afterburner or GPU-Z provides? The version they each provide is "70.10.17.00.01" for both cards. The only other way to determine if they are up to date is to install and run MSI Live Update. MSI Live Update responds that they are up to date with no current version or online version information on the Live Update tab. At least the information on the Home tab states the same VGA BIOS version as GPU-Z and Afterburner. I can can only assume that the BIOS is updated by using MSI Live Update.
    Also just for the additional information GPU-Z displays my VDDC as 1.039 briefly then 0.995 constantly when switching between cards. I actually have the cards set to 1.050 with Afterburner to be stable when running Crysis 2 DX11 updates.

  • Billing Document and Material Document number and Date (Goods Issue)

    Dear Experts,
    Is there a way I can find the relationship between a billing document and a material document number and Goods issue date?
    Thanks

    Hi Abid
    Is there a way I can find the relationship between a billing document and a material document number and Goods issue date?
    You have to follow the flow from the billing document to the material document. This will only work if the billing document comes from a delivery note.
    Billing document => Delivery
    LIPS-VBELN = VBRP-VGBEL
    and LIPS-POSNR-VBRP-VGPOS
    So you have LIPS + LIKP with the LIKP-WADAT_IST as the goods issue date.
    Delivery => Material Document Number
    You can use the table VBFA with the delivery item as the preceding document number (VBFA-VBELV) and item (VBFA-POSNV) ; you will also have to define the preceding document type as J (delivery) and the document category of subsequent document as R (material document).
    Because in SAP nothing is simple, there might more than one material document, because the goods issue (601) movement might have been canceled and issue again. So you will have to decide what to do in that case.
    Best Regards,
    Franck

  • Version number and updating extension

    I wonder where to set my application version number, I have tried at the bundle manifest but if setting at extension it is not shown anywhere at the extension manager and I don't know how to get this value for an "About" window.
    Therefore I have set the bundle version to match my application number, this way at least the number is visible in the manager.
    Also if I try to install an updated version of my extension the extension manager asks me to delete previous version because it conflicts with this one, I expected that the extension manager would ask if updating; am I doing something the wrong way ?

    Update: this post has the answer for this first part: http://forums.adobe.com/message/4687256#4687256
    The version number that shows up in Adobe Extension Manager is controlled in the .mxi file.
    <macromedia-extension name="com.zaalabs.MyExtension" requires-restart="true" version="1.2.3">
    I haven't found a way yet to pull the version number directly from the MXI file at runtime to show in an about window.  To work around this we actually populate the version number in two places using an ANT script.
    One in MyExtensionVersion.as which gets compiled in and can be looked up at runtime, and then other in the MXI file.
    package
              public class MyExtensionVersion
      // This will be populated from the MyExtensionVersion.as.template
                        public static const VERSION_NUMBER:String = "1.2.3";
    Then in our application we can lookup MyExtensionVersion.VERSION_NUMBER
    Message was edited by: Nate Beck

Maybe you are looking for

  • Error when using VML functions of Intel MKL v9.0 with LabVIEW 8.2.1

    Hi, I have created a DLL in Visual Studio 2005 which uses functions from the Intel Math Kernel Library (MKL) v9.0. The DLL works perfectly when I run it in VS 2005, but when I use it in the LabVIEW environment, I receive the error 1097 [An exception

  • Problem with customer exit variable

    HI i have created a customer exit variable to rread a table based in user input and pass it to my variable , every thing works fine but i get a waring message in my WAD saying RANGE-LOW for customer exit variable ZVSO_PRM corrected to #   BRAIN  746

  • Push Notifications Disabled (error 400)

    I'm getting this error whenever I open my ESPN Streak for the Cash app. I've contacted ESPNs customer care and they are saying my error is an itunes/iphone issue. The problem: I purchased a separate service within the app to send me additional push n

  • Access embedding pdf attachment image.

    Well, is there a way to access the parent PDF's attachment image files the swf file's embedded in? (What I'm trying to do is make a catalogue flipper. I want to make a generic flipper swf, and then use PDF to package it along with the image files. If

  • Multiple String to search on the "Scan Output: Abnormal String" item

    in the job definition on the run tab on the "option scan output: abnormal string" we use this command pipe to search for the string to force the job to get abnormal status. there are some case that when the job runs and the program being called throw