Data Translation

Hi,
I'm implementing a check printing solution in Hebrew language, and need to print the amounts in Hebrew. In R12, function IBY_AMOUNT_IN_WORDS.Get_Amount_In_Words() converts amount to words, i.e. 1000.23 to “One Thousand Kronas And Twenty-Three Ore******************" (currency code dependent).
I want to get this in Hebrew “אלף Kronas ו עשרים שלושה בצר ******************”
Is there a way of doing this? Can we just change the fonts and achieve this?
Any pointers would be greatly appreciated.
Thanks,
Ashish

Awesome! Thank you so much, Micha!
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Michael Fesser" <[email protected]> wrote in message
news:[email protected]..
> .oO(Murray *ACE*)
>
>>Like this -
>>
>><?php echo (fieldvalue) == 'Y'?'Yes':(fieldvalue)
== 'M'?'Maybe':'No'; ?>
>
> Without parentheses this won't work as expected, because
in PHP the
> ternary operator is left-associative (in many other
languages it is
> right-associative, so it would work there). The result
will always
> be "Maybe" or "No", but never "Yes", because the result
of the first
> ternary operator is seen as an operand of the second
operator, which
> will return the result string.
>
> In a more formal way an expression like above without
any parentheses:
>
> R = A ? B : C ? D : E
>
> in PHP will be evaluated as
>
> R = (A ? B : C) ? D : E
>
> instead of the intended
>
> R = A ? B : (C ? D : E)
>
> So you should either wrap the second operator in
parentheses or negate
> the first condition and change the operands of the first
operator like
> this:
>
> R = !A ? C ? D : E : B
>
> This kind of nesting works. The same in a slightly more
readable form:
>
> R = !A
> ? C ? D : E
> : B
>
> or even like this, if the expressions are a bit longer:
>
> R = !A
> ? C
> ? D
> : E
> : B
>
> Applied to the original expression this will work:
>
> $result = $fieldvalue != 'Y'
> ? $fieldvalue == 'M'
> ? 'Maybe'
> : 'No'
> : 'Yes';
>
> Micha

Similar Messages

  • Data translation lv-link, labview 8.0 question

    I'm running the data translation lv-link, with labview 8.0. I'm using
    the Sample Channels VI. Does anyone know of a way to change the
    sampling frequency?
    The tech support people recommeneded using Simple AI Continuous Acq VI
    - but that only seems to be recording every other sample set
    Anyone with experience with the LV-link from Data Translation, I would
    really appreciate your help. (Because their tech support sucks)

    ..."Its ego-maniacs like yourself"...  
    April Fool's come early this year?
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • BPEL and data translation

    Does the bpel layer do auto data translation, e.g. via xslt? That is, the output from one WS call is typically fed as input to another call and data may need formatting/translation/unit scaling/etc.

    there is no option for that at the time being.
    good luck

  • LabView Vi's For Data translation DT9821 board

    Hi, Is anyone aware of any LabView Vi's to communicate with a data translation DT9821 USB 24-bit board.
    http://www.datatranslation.com/products_hardware/prod_dt9820-series.htm
    Data translation provides LabView drivers for the 16 bit version of this board but has as yet not developed Vi's for the 24 bit version. Thanks,Steve

    Hi Sargent,
    Se do not provide example programs for third party hardware. You may be able to find some in the developer zone that were posted by other customers. You could also try to contact the board's manfacturer. Since they make a LV driver, they may also have an example program.

  • DATA TRANSLATION FROM GAAP TO IFRS USING BFC STARTER KIT

    Dear All,
    1.Does the Starter Pack provide data translation from GAAP to IFRS especially when the underlying GL is a non-SAP GL?
    2.What are the specific u201CAutomated controls, business rules and calculationsu201D that are performed in the starter kit as stated in the presentation?
    3.For banks not using SAP ERP, what combination of SAP solution will you advise that they take and why, if they must beat the January 1, 2012 deadline.
    4. Where SAP GL is in place, what relevance will the IFRS Starter pack provide?
    5. Can't I just build a universe in BOBJ to do the data translation from GAAP to IFRS and display the report in the IFRS format?
    Thanks for your advice

    Hi and sorry for the late answer.
    You may find answers to your questions in the paper about "IFRS adoption in consolidated statements with BOFC".[http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/30effe30-6c44-2d10-c48a-fb26102b0bf6]
    Be aware that BOFC is a consolidation product, it doesn't cover the same areas as the GL.
    Regards
    JF
    Would you need further information, or real-time update on all new IFRS/XBRL assets for SAP BusinessObjects solutions I would recommend you join the following social media:
    - Facebook http://www.facebook.com/sapifrs
    - Twitter http://twitter.com/SAP_IFRS_XBRL 
    - LinkedIn http://www.linkedin.com/groups?mostPopular=&gid=1851849

  • LabVIEW et data translation

    Bonsoir , j'ai un projet sur  data translation DT9834  module (DT9834-32-0-16-STP) en communication avec labVIEW 2010 mon probléme est que je n'ai aucune documentation sur la carte en francais
     svp aider moi
    Attachments:
    DT9834.PNG ‏243 KB

    mohamed2013 wrote:
    Bonsoir , j'ai un projet sur  data translation DT9834  module (DT9834-32-0-16-STP) en communication avec labVIEW 2010 mon probléme est que je n'ai aucune documentation sur la carte en francais
     svp aider moi
    http://www.datatranslation.com/products/dataacquisition/software/LV-Link/

  • Data translation cards

    I has anyone tried to use data translation cards with labview.
    They sell a software driver layer that enables labview t be used with there
    card. They won`t let us demo the software and tell me that I SHOULD not have
    any problems with it.
    Is there any advice out there
    Thank you

    I have successfully got a DT23-EZ data translation card to work with
    LabView using the DT-LV link software. Like all these things, it took some
    time to work out what to do. I have not encountered any problems as yet.
    Andrew
    In article ,
    [email protected] says...
    >
    >I has anyone tried to use data translation cards with labview.
    >
    >They sell a software driver layer that enables labview t be used with
    there
    >card. They won`t let us demo the software and tell me that I SHOULD not
    have
    >any problems with it.
    >
    >Is there any advice out there
    >
    >Thank you
    >
    >

  • Has anyone ever written a Data Translator Extension?

    Hi,
    I'm reading the Adobe document on how to write Dreamweaver Extensions. I was wondering if any of you guru's out there have ever written a data translator extension? If so, then explain why you chose to do so. How common is it to create this type of extension? Do you really need to translate (and lock) conditional JavaScript statements and / or PHP code? What are the implications if you choose not to write a data translator extenstion? It seems to me that this may be optional.
    Thanks in advance for your advice.
    mitzy_kitty

    Hi Elaine,
    I can verify that there is no existing way create a "prioritized lock" in TestStand without implementing a custom solution. Though I haven't seen this kind of lock implemented in the past, I think that your method sounds like a good way of implementing this behavior.
    This definitely sounds like a useful feature, so I will submit a product suggestion to our R&D department. Hopefully we will see this option in a future version of TestStand!
    Regards,
    Casey Weltzin
    Applications Engineer
    National Instruments

  • Exchange rate not updated with posting date, translation date updated

    Hi,
    I have the follwoing problem in F110. Currency documents are posted with exchange date of the docuemnt entry date. Translation date is updated with Posting date, just exchange rate is not updated. the systems calculates according entry date. Why entry date is one day before the date of posting, I cannot understand. The system takes the exchage date from entry date, which is one day before (docuemnt, posting and translation date)
    Thank you,
    Desimira

    Hello,
    This means, that the exhange rate is missing your local currency vs USD in the system. Your Business Partner or any of items you are adding to the invoice is using USD (price list or customer is in USD).
    My tip is some of the items has USD price set or USD Purchase price used.
    DO the following:
    Check the POsting date of your invoice
    Go to Administration -> Exhnage rate, and locate the posting date and USD from the matrix, and enter the rate.
    Post your invoice.
    it will work
    Regards
    János.

  • How to setup Data translation in web intelligence reports?

    Hi,
    The webinar, 'Translation for Web Intelligence XI 3.1 Using Tranlation Manager' was fantastic, however, it only briefly mentions that the data tier is 'handled at the database level within an application through several options'.
    What are those options for the data tier, and by the data I mean what is in the database and not in the report prompts or universe?
    Thanks

    Hi everyone,
    I'll try and be more clear- maybe someone will have done this.  Translation Manager is great for translating prompts and universe strings/names.  The problem I have is with the data returned by a universe query that is  language specific.
    Does anyone know how to pass language information so that queries (via the universe) can be language specific?   That way I can have the query return the data in the report with language specific data.  Otherwise, I suspect that I'll have to return all language data in the query and filter by language using the new function GetContentLocale().
    Thanks,
    Steve

  • Raw Data Translation

    Is it possible to determine the original size (pixels x pixels) of a photo from the EXIF info in "Raw Data" of an edited photo? There is an huge amount of info there but I am not sure just how to translate it.
    Thank You in Advance
    David

    Are you talking about the File - File Info panel?
    What version of Photoshop are you using?
    Look for these fields to give you an idea of the resolution of the imager in the camera...  The Canon EOS-40D, for example, has a 3888 x 2592 photosite imager and shows the following.
    <exif:FocalPlaneXResolution>3888000/876</exif:FocalPlaneXResolution>
    <exif:FocalPlaneYResolution>2592000/583</exif:FocalPlaneYResolution>
    See also:  Exif TIFF Tag FocalPlaneXResolution, code 41486 (0xA20E)
    I found the above stored in a small JPEG that I had converted with Camera Raw to 6144 x 4096 pixels then processed.
    -Noel

  • How can I stop Firefox from telling me "Plugins not up to date"? I have all latest plugins that run under PPC 10.4 and Firefox 3.6.28

    Problem: a yellow message saying "Plugins are not up to date" (translated from German) keeps coming up filling the very first line of every webpage. This is ok for every page, but in GMX (my email online account provider) they load advertisings at the bottom of the page (allthough I have the Firefox Add-Blocker installed and activated) and everytime the advertising is loaded new, the yellow message come again. That disturbs me writing an email, because the letters stop appearing on the page and I have to wait.
    I have a PowerPC Mac with Mac OS X 10.4 and Firefox 3.6.28 which is the last German version as far as I know. I alsso have all plugins at the latest version. So the plugin-message isn't helpful at all, because I jsut can't update.

    Go to '''Tools->Options->Advanced->Update''' and uncheck the box that says '''Firefox''' and click OK

  • How to solve delay in a program with data aquisition and processing

    Hello, I am a starter in Labview programing. I am working on a system which contains a roller, a piston and a A/D cart which is from Data Translation Inc (DT304). I am using labview to get speed data of the roller (which is voltage first then be converted into speed) from Analog Input Channels, and then using Analog Output Channels to control the friction force being appylied to the roller by using a piston.
    I am using a Waveform Chart to show the speed of roller. However, as I am adding more components to the program, I always get delay in the speed display and also the output control of the piston. Also, as I spent more time using the program eg. from morning to night, it became slower too.
    My question is, how does labview store data and how are the data been stored and released in the buffer.Is it because I am loading too much data in the buffer so that it became slower? And also how to solve these delays?
    I am using the "save to file" function to write data to a ".lvm" file, but I did some changes to the saving by using a button to enable and disable saving. So I don't think the problem is because I am always saving the data into a file.
    Thank you very much.
    Jessie

    I'm betting it's two things:
    1. Program Architecture
    and 2. Dynamically resizing arrays.
    With the program architecture... if you have one do-while loop that acquires data from teh DAQ, processes it, opens/indexes/writes/closes a file, then comes back around... as your arrays and files increase in size, the loop is going to take longer to execute.  A Producer-Consumer loop (a good tutorial on them can be found here) has one loop that acquires data and stuffs the data into a queue.  This will buffer the data while it's in transition between acquisition and processing.  A second loop in parallel takes data in from the queue, processes it, then comes back around.  The two loops operate independently of each other, so even if the consumer loop takes longer as the files or math gets more complex, the producer loop continues to run full speed.
    Second is the arrays.  Every time you append data into an array, LabVIEW has to make a copy of the data that's in the array.  If you append small amounts of data to an array over and over and over again, eventually LabVIEW is going to be copying very large amounts of data over and over and over again.  The producer-consumer architecture can alleviate this problem.

  • 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.

  • Dates are not shown correctly

    By accident I just noticed that dates are shown quite messy on my MBP with OS-X Lion 10.7.4 for some odd reason I can't find.
    It doesn't matter if I have the dates shown in their long form or short form (see screenshot). I had never seen this before, so my reckoning is that it started quite recently.
    The error is probably also responsible for some odd behaviour in certain folders. The Pictures and Download folders now have a funky top bar and I can not sort files anymore based on, for instance, dates or anything for that matter (see screenshot)
    I found that this problem  extends to MS Office 2011 for Mac as well. Notably when I tried to set my Out of Office message in Outlook. The selection box for dates translated 2012 to something like 201220. When I verified my OoO message using a windows outlook client, it turned out the date was set to the year 2020. Obviously I would not have any clue about my availability then just yet, so it's quite annoying actually.
    And not just the OoO message is impacted, also other things in Office for Mac. Check out the screenshot of a standard reminder pop up below:
    The System Preferences don't show anything odd though. Time and date is set automatically by the Apple Europe server (Apple Europa (time.euro.apple.com))
    I so hope anyone can help; thanks in advance for trying!
    Cheers,
    -Jan

    Thanks, this solved the date issue.
    However, it didn't solve the problem I experience in the Download and Pictures folder (not able to sort on collums). As it appears to be a different problem I'll start a new thread for that.
    Thanks again!!

Maybe you are looking for

  • How to connect MySQL in JSP?

    I applied a JSP web hosting, but cannot connect the MySQL server. Error message is: java.sql.SQLException: Server configuration denies access to data source My code is correct, because I have used the similar code to connect some other MySQL server.

  • I've been trying to download other software that I received from a while ago

    I currently attend the Art Institute online and I received my software through the school. I only have Adobe Bridge and Illustrator on my laptop but I cannot access any other softwares that are available to me... I'm pretty sure I have Adobe Creative

  • Message PLACEHOLDERS

    Hi Freinds, Im using statement    'MESSAGE I002(ZMSG_PM) WITH 'ABCBMMMMM'. But the message displays the message stored in 002 in message class zmsd_pm andit does not show 'ABCBMMMMM'. I want to display message with the message defined in msg class wi

  • Template not linking to files in folders

    Hi, I have a template that is for about 5 folders. Each folder has 3 html files in it. All the files in these folders are identical. The template has links set to go directly to those identical pages in each folder. For example: Template - home - abo

  • When should I use the .resetDRMVouchers() API?

    [ Background ] DRMManager.resetDRMVouchers() (and the corresponding APIs on iOS and Android) will reset the DRM license store on the client device.  It does this by renaming the license store and notifying Adobe Access DRM to perform an individualiza