Warning on xPath request in Flex4 when fine with Flex3

I'm upgrating from Flex 3 to Flex 4. Under Flex 3 I had no problem and no compilation error nor warning.
On the following binding code:
<mx:Binding source="this.model.appViewModel.appVO.translations.translation.(@language == this.model.appViewModel.appVO.currentLanguage).label.(@name == 'currentDate').@value" destination="this.inputDate.text"/>  
I get the following warning (the code is working fine):
Multiple markers at this line:
-Data binding will not be able to detect assignments to "name".
-Data binding will not be able to detect assignments to "language".
-model
If I remove the attributes filter in my biding I don't get any warning
<mx:Binding  source="this.model.appViewModel.appVO.translations.translation.label.@value" destination="this.inputDate.text"/>  
I get more than 200 warning because of this...
Any idea?
The translation is an xml data defined here
[Bindable]
public class AppVO
        private var _translations     :XML              = <translations/>;
        public function get translations():XML {return this._translations;}
        public function set translations(value:XML):void {this._translations = value;}

I'm upgrating from Flex 3 to Flex 4. Under Flex 3 I had no problem and no compilation error nor warning.
On the following binding code:
<mx:Binding source="this.model.appViewModel.appVO.translations.translation.(@language == this.model.appViewModel.appVO.currentLanguage).label.(@name == 'currentDate').@value" destination="this.inputDate.text"/>  
I get the following warning (the code is working fine):
Multiple markers at this line:
-Data binding will not be able to detect assignments to "name".
-Data binding will not be able to detect assignments to "language".
-model
If I remove the attributes filter in my biding I don't get any warning
<mx:Binding  source="this.model.appViewModel.appVO.translations.translation.label.@value" destination="this.inputDate.text"/>  
I get more than 200 warning because of this...
Any idea?
The translation is an xml data defined here
[Bindable]
public class AppVO
        private var _translations     :XML              = <translations/>;
        public function get translations():XML {return this._translations;}
        public function set translations(value:XML):void {this._translations = value;}

Similar Messages

  • Request failing due to 'WARNING: Header modification request was rejected.'

    Why commandButton navigation inside a pageTemplate throws
    WARNING: Header modification request was rejected. Because the setter method was called from included servlet. It is restricted by SRV.8.3 of Servlet Specification 2.4. : current-workspace-app?When the same commandButton logic is outside pageTemplate it works fine.How to overcome this?

    why i dont know, but when i call the any page on my application. On the log view, this warn appearing.

  • Warning: iOS 8 Resized My Images When Exporting Via Image Capture

    I have an iPad Air and I take lots of pictures. I installed iOS 8 last night. I don't like the lack of a Photo Stream and a Camera Roll, but I am willing to try new things, so I decided to clear out all the images from my iPad and start from scratch. Unfortunately, I've run into a pretty bad reproducible bug.
    First I copied all the Moments (i.e. Camera Roll) Photos on the iPad to my Mac using the Image Capture app. I've been doing this for years. Everything came out fine with those photos.
    I also had several iCloud shared albums so I decided to start over with them as well. Hmm, how to copy them over to my Mac? I tapped one picture and tapped "Share -> Save Image". OK that worked! So to save some time I tapped "Select" and then tapped all the pictures in the folder. Once again I tapped "Share -> Save 20 Images". Worked fine. Deleted the shared album. Did this with five other albums. Now everything is clean and I can start figuring out how this works from scratch.
    OR SO I THOUGHT. Once the pictures were on my Mac, I realized the pictures I exported one at a time were fine, but the ones I exported in groups came out at odd low resolutions - 257 x 342, 256 x 384, 268 x 332, instead of the full resolution of the original pictures.
    Luckily I had copies of all these pictures backed up, but this is not appropriate behavior. There was no warning that the pictures would be saved at a lower resolution. I'm not even sure the Photos app "meant" to do this. Why weren't the full sized images exported? Has anyone else had this experience? Could someone check and see if this is happening on their iPad?

    The photos in this thread are the same exported files that are in the slideshow. As you advance through the slideshow(try looking at the shadows to right of the subject and his sunglasses), you'll see a change in tone/saturation that, however subtle, is quite alarming for a consistent workflow.
    I always work with calibrated display profiles, and was told by Aperture Pro support to try the export with a standard, device independent profile to rule out a display profile related issue. I told them on the phone that while I'd try it, that would not be a viable solution long term for me, or any other professional, as different screens need to have independent, calibrated profiles for a consistent working environment.
    That said, regardless of the display profile(I tried multiple scenarios - including calibrated profiles), the exported file is always the same on the same machines - and as I said before, distinctly unique to each machine. The display profile should have nothing to do with it anyways, as that is simple a translation of the the 'static' data onto a specific screen. I'm not saying the screens look different to me, I'm saying that the exported files are different when viewed together on any one screen.
    These are all fresh installs of the same download; no settings in the software have been changed, except for what I've detailed above. The processing of the color/export should be the same from the same file in the same library with the same adjustments and the same software settings, but it's not.
    Can anyone try this same test in another environment? Or does anyone know how Aperture might leverage hardware perhaps in it's processing of color?
    -Ricky

  • Unit test runs perfectly fine with NUnit but fails when run from TestExplorer

    Hello all,
    I have a TestProject, Harmony.Tests. In there, I have a method AddApplicationEvent()
    which calls another method Send(InvokeRequestMessage requestMessage) which calls a webservice (OperationHandlerBrokerWebService). 
    The code snippet looks like this. This is not the complete code but a part where we are calling the web service. It fails on the underlined Italic line of code.
    OperationHandlerBrokerWebService brokerService = new OperationHandlerBrokerWebService();
    brokerService.UseDefaultCredentials = true;
    brokerService.Url = address;
    brokerService.Timeout = timeoutInMilliseconds;
    byte[] serializedResponseMessage = brokerService.InvokeOperationHandler(serializedRequestMessage);
    The same test works and passed fine when I ran it with NUnit, but failed with following exception when I tried to run it from TestExplorer. 
    Test Name: AddApplicationEvent
    Test FullName: N4S.Harmony.Tests.CaseManagement.HarmonyFacadeTests.AddApplicationEvent
    Test Source: d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\CaseManagement\HarmonyFacadeTests.cs : line 665
    Test Outcome: Failed
    Test Duration: 0:00:00.296
    Result Message:
    SetUp : Message returned System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Invalid token for impersonation - it cannot be duplicated.
    at System.Security.Principal.WindowsIdentity.CreateFromToken(IntPtr userToken)
    at System.Security.Principal.WindowsIdentity..ctor(SerializationInfo info)
    at System.Security.Principal.WindowsIdentity..ctor(SerializationInfo info, StreamingContext context)
    --- End of inner exception stack trace ---
    at System.RuntimeMethodHandle._SerializationInvoke(Object target, SignatureStruct& declaringTypeSig, SerializationInfo info, StreamingContext context)
    at System.Reflection.RuntimeConstructorInfo.SerializationInvoke(Object target, SerializationInfo info, StreamingContext context)
    at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context)
    at System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder)
    at System.Runtime.Serialization.ObjectManager.DoFixups()
    at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
    at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
    at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream)
    at N4S.Forms.OperationHandlerBroker.AMessage.DeserializeMessage(Byte[] serializedMessage)
    at N4S.Forms.OperationHandlerBroker.WebServiceServer.BrokerService.InvokeOperationHandler(Byte[] serializedInvokeRequestMessage)
    --- End of inner exception stack trace ---
    expected: <0>
    but was: <1>
    Result StackTrace:
    at N4S.Harmony.Tests.TestHelper.InvokeOperation(OperationHandler handler, OperationHandlerInput input, Boolean expectedToWork) in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 136
    at N4S.Harmony.Tests.TestHelper.LoginAsUser(String username, String password) in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 394
    at N4S.Harmony.Tests.TestHelper.Login(TestUserName requestedUser) in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 377
    at N4S.Harmony.Tests.TestHelper.LoginAsAdvisor() in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 230
    at N4S.Harmony.Tests.CaseManagement.HarmonyFacadeTests.Login() in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\CaseManagement\HarmonyFacadeTests.cs:line 76
    at N4S.Harmony.Tests.CaseManagement.HarmonyFacadeTests.SetupTest() in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\CaseManagement\HarmonyFacadeTests.cs:line 67
    I am not sure what causing the issue. I checked the Credentials, Windows Identity during both the test run and there is no difference. Please advise !!
    Thanks,
    Deepak

    Hi Tina,
    Thanks for your reply. 
    I do have NUnit adapter installed. I even noticed that the test runs fine with NUnit GUI and also if I run it through Resharper Test Explorer window. 
    As you can see in the image above the same test is passed when I ran it from Resharper Unit Test Explorer window but fails when I ran it from Test Explorer window. I also captured the information on fiddler. 
    There was a significant difference in the Header Content length. Also under the User-Agent property the protocol versions are different. 
    Not sure why VSTest ExecutionEngine is picking a different version.
    The UnitTest in question is calling a webservice method which in turn calls a method from another referenced project. 
    Web Service class
    using System;
    using System.Web.Services;
    using N4S.Forms.OperationHandlerBroker.Server;
    using NLog;
    namespace N4S.Forms.OperationHandlerBroker.WebServiceServer
    /// <summary>
    /// The operaton-handler broker service.
    /// </summary>
    [WebService(Description = "The N4S Forms Operation-Handler Broker Web-Service.", Name = "OperationHandlerBrokerWebService",
    Namespace = "N4S.Forms.OperationHandlerBroker.WebServiceServer")]
    [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
    public class BrokerService : WebService
    { /// <summary>
    /// Calls <see cref="HandleRequest"/>. Updates performance-counters.
    /// </summary>
    /// <param name="serializedInvokeRequestMessage">the binary-serialized <see cref="InvokeRequestMessage"/></param>
    /// <returns>the binary-serialized response message</returns>
    [WebMethod(BufferResponse = true, CacheDuration = 0, Description = "Invokes the requested operation-handler and returns a binary-serialized response-message.", EnableSession = false)]
    public byte[] InvokeOperationHandler(byte[] serializedInvokeRequestMessage)
    logger.Trace(Strings.TraceMethodEntered);
    PerformanceMonitor.RecordRequestStarted();
    InvokeRequestMessage requestMessage = (InvokeRequestMessage) AMessage.DeserializeMessage(serializedInvokeRequestMessage);
    InvokeResponseMessage responseMessage;
    try
    responseMessage = HandleRequest(requestMessage);
    PerformanceMonitor.RecordSuccessfulRequest();
    catch (Exception)
    PerformanceMonitor.RecordFailedRequest();
    throw;
    finally
    PerformanceMonitor.RecordRequestEnded();
    logger.Trace(Strings.TraceMethodExiting);
    return AMessage.SerializeMessage(responseMessage);
    UnitTest snippet
    OperationHandlerBrokerWebService brokerService = new OperationHandlerBrokerWebService();
    brokerService.UseDefaultCredentials = true;
    byte[] serializedResponseMessage = brokerService.InvokeOperationHandler(serializedRequestMessage);
    Please advise.
    Thanks,
    Deepak

  • When i go to a website that requires a security code be typed in, the web site appears but the security code to be typed in is blank, however it works fine with Internet Explorer

    when i go to a website that requires a security code be typed in, the web site appears but the security code to be typed in is blank, however it works fine with Internet Explorer

    See:
    * http://kb.mozillazine.org/Images_or_animations_do_not_load
    * You can see the permissions for the domain in the current tab in Tools > Page Info > Permissions
    * You can see image settings in Tools > Options > Content: Load Images
    * You can see all exceptions in Tools > Options > Content: Load Images > Exceptions
    * You can check the Tools > Page Info > Media tab for blocked images (scroll through all the images)
    Some security software and extensions also can block images.
    See:
    * [[Troubleshooting extensions and themes]]

  • My iPad is set up for my Apple ID account and works fine with iTunes. But when I try to use it for the App Store, my wife's apple ID shows up, not mine.

    My iPad2 is set up with my Apple ID and works fine with iTunes. But when I try to use the app store, my wife's apple ID appears in the password window, not mine. How can I get my apple ID to show up?

    Sign her out and sign yourself in!

  • I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build.  The same call works fine when running on the device

    I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build. The same call works fine when running on the device (iPhone) using debug build. When running with a release build, the result handler is never called (nor is the fault handler called). Viewing the BlazeDS logs in debug mode, the call is received and send back with data. I've narrowed it down to what seems to be a data size issue.
    I have targeted one specific data call that returns in the String value a string length of 44kb, which fails in the release build (result or fault handler never called), but the result handler is called as expected in debug build. When I do not populate the String value (in server side Java code) on the object (just set it empty string), the result handler is then called, and the object is returned (release build).
    The custom object being returned in the call is a very a simple object, with getters/setters for simple types boolean, int, String, and one org.23c.dom.Document type. This same object type is used on other other RemoteObject calls (different data) and works fine (release and debug builds). I originally was returning as a Document, but, just to make sure this wasn't the problem, changed the value to be returned to a String, just to rule out XML/Dom issues in serialization.
    I don't understand 1) why the release build vs. debug build behavior is different for a RemoteObject call, 2) why the calls work in debug build when sending over a somewhat large (but, not unreasonable) amount of data in a String object, but not in release build.
    I have't tried to find out exactly where the failure point in size is, but, not sure that's even relevant, since 44kb isn't an unreasonable size to expect.
    By turning on the Debug mode in BlazeDS, I can see the object and it's attributes being serialized and everything looks good there. The calls are received and processed appropriately in BlazeDS for both debug and release build testing.
    Anyone have an idea on other things to try to debug/resolve this?
    Platform testing is BlazeDS 4, Flashbuilder 4.7, Websphere 8 server, iPhone (iOS 7.1.2). Tried using multiple Flex SDK's 4.12 to the latest 4.13, with no change in behavior.
    Thanks!

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • TS1702 i downloaded the GV app to my iphone but i'm trying to set up the app and it says it can't connect to google when i try to sign in to my google account.... any ideas what's wrong? i can access my gmail account just fine with my gmail app on the sam

    i downloaded the GV app to my iphone but i'm trying to set up the app and it says it can't connect to google when i try to sign in to my google account.... any ideas what's wrong? i can access my gmail account just fine with my gmail app on the same phone

    What's a GV app?

  • ITunes 10.5 will not sync to my BlackBerry. I sync's outlook fine with desk top manager, but when I select music DM says connect device. It also tells me to install iTunes!?!? Running XP Pro w/SR3 and BBerry Tourch 9810.

    iTunes 10.5 will not sync to my BlackBerry. I sync's outlook fine with desk top manager, but when I select music DM says connect device. It also tells me to install iTunes!?!? Running XP Pro w/SR3 and BBerry Tourch 9810.

    LowerFilters: AFS2K (3.1.21.0), PXHELP20 (2.0.0.0), IVIASPI (1.0.0.0), CDR4_XP (8.0.0.212),
    UpperFilters: Cdralw2k (8.0.0.212), GEARAspiWDM (2.0.6.1),
    hmmmm. you've got rather a lot of burning software entries in there. (it looks like you've got some kind of Roxio product installed, as well as itunes and Alcohol 120%.)
    by way of experiment, try the technique described in the following document (remember to take a backup of your device filter registry keys first).
    iTunes for Windows: Troubleshooting CD issues caused by device filters
    do you still get the itunes message with just the iTunes filters in place?

  • Iphone 4S - Windows Vista - 64 Bit (and photoshop elements 9.0) is not recognizing my iphone as a camera - therefore I cannot download pictures from my iphone. iTunes works fine with the iPhone, but I do not see it in "My Computer" when connected via USB

    iphone 4S - Windows Vista - 64 Bit (and photoshop elements 9.0) is not recognizing my iphone as a camera - therefore I cannot download pictures from my iphone. iTunes works fine with the iPhone, but I do not see it in "My Computer" when connected via USB.  I already tried uninstalling and reinstalling iTunes....still nothing.  Any ideas?

    Thank u verrrrrrrrrrry much FoxFifth u save my life thank u.

  • When trying to install an extension for InDesign CC 2014 I get an error message saying that the extension only works with version 7.0 or greater. My version is 10.0.0.7 x64 Build I was using this extension fine with InDesign CC

    When trying to install an extension for InDesign CC 2014 I get an error message saying that the extension only works with version 7.0 or greater. My version is 10.0.0.7 x64 Build I was using this extension fine with InDesign CCError message with InDesign CC 2014

    Used the 64bit version before CC 2014 as well so don't think that's the issue. Here is the text in the .mxi file if I have missed something:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <macromedia-extension id="PrintUI Tools" name="PrintUI Tools" requires-restart="true" version="3.0.0">
      <author name="PrintUI.com"/>
      <description/>
      <license-agreement/>
      <products>
        <product maxversion="" name="InDesign" primary="true" version="7.0"/>
      </products>
      <files>
        <file destination="" file-type="CSXS" products="" source="PrintUIManagement.zxp"/>
      </files>
      <update url="http://printui.com/public/downloads/updates/printui_tools_update.xml"/>
    </macromedia-extension>

  • I have a problem with two PDF's when trying to open them through a link on a web page. The two PDF's open fine with Adobe on my own PC and on the server I have copied it to but when they are opened through a link on a web page (pointing to the server wher

    I have a problem with two PDF's when trying to open them through a link on a web page. The two PDF's open fine with Adobe on my own PC and on the server I have copied it to but when they are opened through a link on a web page (pointing to the server where the PDFs open fine) I get an error 'There was an error processing a page. Invalid function resource' The other one just doesn't open at all. Can anyone help with this please?

    Hello,
    Are the pdf linked correctly in the website? Is this a public website? If yes, please post the link here.
    ~Deepak

  • I can't print. When I go to file-print, nothing happens. My printer is working just fine with IE and everything else.

    I can't print. When I go to file-print, nothing happens. My printer is working just fine with IE and everything else.

    Try the Firefox SafeMode. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    # You can open the Firefox 4/5/6/7 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    # Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • So i got my iphone 6 and works fine with the bluetooth on my lexus until i plug in the charger.  When i do so the music you can't hear the music.  When i have it unplugged the music plays fine through the speakers.

    So i got my iphone 6 and the music works fine with the bluetooth on my lexus until i plug it in to the USB charger.  Then you can't hear the music.  When i have it unplugged the music plays fine through the speakers.
    When i get in the car, if the audio is set on bluetooth the music will start playing automatically without me doing anything even if i don't have the music (itunes) running. 

    Hi . I Reset My iPhone & I Do Not Know The iCloud To Get pass Activation Screen.I Need To Find Out My IMEI Number From Here.My Phone Doesn't Take A Sim So It's Not On The Slot. It's Not Located On The Back Of My Phone. & When I Press This "i" on the Home Screen A Different Number Pops Up But Not The IMEI . Can You Please Give Me Answers To Find My IMEI Number !!??

  • Rotate tool not working in cs6. It says "Could not complete your request because it only works with OpenGL enabled document windows." Its worked fine in the past....

    Rotate tool not working in cs6. It says "Could not complete your request because it only works with OpenGL enabled document windows." Its worked fine in the past....
    -CharlieH23

    Copy and paste only this area, you may have to scroll down.
    Adobe Photoshop Version: 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 2494 MHz
    Built-in memory: 6019 MB
    Free memory: 3360 MB
    Memory available to Photoshop: 5227 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenCL Version: 1.2
    OpenGL Version: 2.1
    Video Rect Texture Size: 16384
    OpenGL Memory: 2112 MB
    Video Card Vendor: Intel
    Video Card Renderer: Intel(R) HD Graphics 4000
    Display: 1
    Display Bounds: top=0, left=0, bottom=768, right=1366
    Video Card Number: 1
    Video Card: Intel(R) HD Graphics 4000
    Driver Version: 10.18.10.3958
    Driver Date: 20140930000000.000000-000
    Video Card Driver: igdumdim64.dll,igd10iumd64.dll,igd10iumd64.dll,igdumdim32,igd10iumd32,igd10iumd32
    Video Mode: 1366 x 768 x 4294967296 colors
    Video Card Caption: Intel(R) HD Graphics 4000
    Video Card Memory: 2112 MB

Maybe you are looking for

  • I too need to re install Bonjour, If I uninstall iTunes and re install i tunes, will I lose all my music?

    I accidently uninstalled Bonjour and need to re install it. If I do what is suggested and uninstall i tunes and reinstall it, will I lose all my songs etc that I already have on i tunes?

  • K7n2g-ilsr Promise bios doesn´t show

    -------------------------------------------------------------------------------- k7n2g-ilsr                           Bios 1.2 AMD XP2400+                     2Ghz 2*256MB DDR400                Dual Geforce 2 MMX 200              64MB  (AGP) 1 HDD 80

  • Does float work differently in Firefox than in IE?

    I have some small div's that line up correctly in IE, I used float left. But in Firefox the first line is good, but when they carry over to the second line the div's float to the right and don't fill up the line. Can this be fixed?

  • Cant connect to the mobile operator

    My 3GS slowly started to lose reception. Initially I could get it back by going to flightmode and back, but now reception has been dead for over a week. I can't get any bars even by rebooting. I've tried jiggling the simcard and resetting networkpref

  • Transfer amount fields to app. server using fieldsymbol

    Hi,, I am facing a strange problem while using fieldsymbols .Here is my requirement. I have a custom table records ( which also contains amount fields ) in fieldsymbol , which i need to transfer to application server . But when i am trying to transfe