<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Using context variable in formcalc scripting language. in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565501#M2393445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at this blog [http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/6676] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It explains how to use context variable in javascript....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2010 09:29:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-02T09:29:30Z</dc:date>
    <item>
      <title>Using context variable in formcalc scripting language.</title>
      <link>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaq-p/6565494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I wanted to know if it is possible to use context variables in formcalc. I wanted to use those variables in "if else" condition in formcalc scripting language. Please post the sample code also as i am new to adobe forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 07:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaq-p/6565494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T07:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using context variable in formcalc scripting language.</title>
      <link>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565495#M2393439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also faced the same problem I am not sure that wheter it can be used or not but I could not use that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I got a workaround solution take the context variable in the form as you do not want to display that make the visibility Hide&lt;/P&gt;&lt;P&gt;now use the variable in the calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 07:15:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565495#M2393439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T07:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using context variable in formcalc scripting language.</title>
      <link>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565496#M2393440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;start here: &lt;A href="http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf" target="test_blank"&gt;http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and look for the strings &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;) like xfa.record. You´ll find examples and ready-to-copy-code.&lt;/P&gt;&lt;P&gt;Otto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 08:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565496#M2393440</guid>
      <dc:creator>OttoGold</dc:creator>
      <dc:date>2010-01-27T08:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using context variable in formcalc scripting language.</title>
      <link>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565497#M2393441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Otto,&lt;/P&gt;&lt;P&gt;      Thanks for your reply. I went through the document, that you gave reference to, but could not understand much. Can u plz give me some more explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 09:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565497#M2393441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T09:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using context variable in formcalc scripting language.</title>
      <link>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565498#M2393442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each variable define in the context can be used on the layout of the form and/or in script linked to fields.&lt;/P&gt;&lt;P&gt;This can be done in formcalc or in javascript language , without any problem . You have only to acess the correct variable in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For getting variable in a script you must define the complete name of the variable, example "Myform.Header.Data.Myvariable" get access to variable MyVariable define in the context under nodes Header/Data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it's help you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 12:37:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565498#M2393442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T12:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using context variable in formcalc scripting language.</title>
      <link>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565499#M2393443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To address the variable just use the binding string (Object - Binding). But do not forget to use the whole path, sometimes not all parts of the path can be found in a single element binding. Otto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 12:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565499#M2393443</guid>
      <dc:creator>OttoGold</dc:creator>
      <dc:date>2010-01-27T12:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using context variable in formcalc scripting language.</title>
      <link>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565500#M2393444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Bertrand,&lt;/P&gt;&lt;P&gt;     I am still getting message as "Accessor is unknown" when i am trying to use context variables. May be i am making some syntax error. My form context name is "ysampleform" and the variable name is "flag". I want to use this variable in an if condition. Can u plz give me the exact syntax for the above parameters. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 13:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565500#M2393444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T13:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using context variable in formcalc scripting language.</title>
      <link>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565501#M2393445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at this blog [http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/6676] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It explains how to use context variable in javascript....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 09:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-context-variable-in-formcalc-scripting-language/qaa-p/6565501#M2393445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T09:29:30Z</dc:date>
    </item>
  </channel>
</rss>

