Equivalent to Step.Limits.Low.NumericFormat in TestStand 3.1?

I am looking to set the Limit Numeric Format property (for individual steps) programmatically through the TestStand API.  The link below seems to be talking about the property I need to set (Step.Limits.Low.NumericFormat). 
http://forums.ni.com/t5/NI-TestStand/How-can-I-tell-that-a-default-numeric-format-has-been-applied-t...
Unfortunately on my TestStand 3.1 system, the property doesn't exist (or doesn't work as Raj suggests in the post).  Everything is fine on my TS 4.2.1 system.
Does anyone know the name/location of the property in TS 3.1.  It must exist as it is possible to modify the display format of limits in TS 3.1.  I guess it may not be possible to interact with it through the API which would be a shame.
Regards
Steve
https://decibel.ni.com/content/blogs/DailyCLAD
Solved!
Go to Solution.

Hi Shalini
Thanks for your post.  It was helpful but I am not quite there.
If I export a single NumericLimitTest step Step.Limits into LimitLoader format, I get the following:
<Step Name> Limits
Numeric Limit Test <Prop Name='Limits' Type='Obj'><Prop Name='Low' Type='Number' NumFmt='%#x'><Value>9</Value></Prop><Prop Name='High' Type='Number' NumFmt='%#x'><Value>11</Value></Prop><Prop Name='LowExpr' Type='String' TypeName='Expression'><Value></Value></Prop><Prop Name='HighExpr' Type='String' TypeName='Expression'><Value></Value></Prop><Prop Name='UseLowExpr' Type='Boolean'><Value>False</Value></Prop><Prop Name='UseHighExpr' Type='Boolean'><Value>False</Value></Prop></Prop>
<Locals> Variable Value
<FileGlobals> Variable Value
<StationGlobals> Variable Value
So it is the value of 'NumFmt' that I need to set, and the value I need to set it to is '%#x'.......but I am not sure what 'NumFmt' is; it is not a property, it is associated with Limits.Low (and Limits.High), but it isn't a sub property of Limits.Low as Limits.Low is defined as a Number.
I can successfully import the NumFmt of Limits.Low (using the LimitLoader) in TS 3.1,  but I am missing one last clue defining how it is done in the API
Regards
Steve.
https://decibel.ni.com/content/blogs/DailyCLAD

Similar Messages

  • How to Use Property Loader to Load All Step Limits of SubSequence

    I have a MainSequence which have 7 Sequence Call Steps,and these Steps all have several Numeric Limit Test(LabVIEW Adapter),Now I want Creat a property Loader Step in the Setup Table of MainSequence to load all the SubSequences' Steps Limits.But I do not know how to realize it?Who Can help me,Thank you!

    It wasn't your english I just misread the question. I found this link that might help answer your question.
    http://forums.ni.com/ni/board/message?board.id=330&message.id=13163&requireLogin=False
    Hope it helps.
    Using LabVIEW 2010SP1 and TestStand 4.5

  • Config steps for low value assets

    could any one provide me the config steps for low value assets.
    regards
    Ramana

    Hi Ramana..
    there is diff in config for LVA from others..all it differs is the Dpe. Key.
    LVA depreciates completely in the same year as Acquired
    let me knwo if u need anything else
    regards

  • Is it possible to define limits, parameters, etc. (in TestStand) as requirements for Requirements Gateway?

    Hello guys,
    Actually this is more a "Requirements Gateway" question. However, as there seems to be no board for it yet, I'll try my luck here.
    So, this is my situation:
    I'm using Requirements Gateway mainly to manage changes and different versions of requirements.
    The requirements are written down in a Word file. Certain steps in TestStand sequences cover those requirements.
    What I am interested in is to be able to see when a change in my requirements has occurred but the TestStand file hasn't yet been altered to meet the new/changed requirement.
    Now by "requirement" I mean things like limits, parameters (voltages, currents, etc.).
    Does anybody know, how to do this?
    So far I am only able to process things that are formatted with the "Requirements_ID" style in a Word file.
    However, the parameters mentioned above are in the "Requirements_Text".
    Ok, sorry once more if this is the wrong place to ask this.
    Greetings from Wetzlar, Germany

    Hi there,
    I found a solution to my problem. However not with the help of the people of NI!!
    As a matter of fact, I'm still waiting for some practical advice from NI.
    When I phoned them on July 12th, the woman at the other end didn't even know at first that Requirements Gateway was a National Instruments product !!!
    I then got outreached to a guy who wanted me to mail him my problem. I did but got no answer. So I called again and was promised to be called back. Yesterday (13th), after having left for the day some guy called back and a collegue of mine left me a note with the email address of the NI guy.
    I wrote him an email this morning and I'm waiting for his reply.
    I have to admit, I expected more. Now I'm rather disappointed by NI. I mean, you buy a software worth $2000 and they don't really know it's on their products list !!! Come on!!
    However, HERE IS THE SOLUTION I FOUND:
    First load your project (if not already loaded) into Requirements Gateway (NIRG).
    In the menu bar click on "File" then on "Edit snapshots".
    A dialog box called "Configuration" will appear.
    You can now make a snapshot of your current project by clicking on "File" in the menu bar and then on "Make a snapshot of current project...".
    NIRG will prompt you for a name for your snapshot.
    Afterwards you will see your snapshot in the left column.
    Whenever a change occurs to your project, NIRG notices this (it asks you whether or not to reanalyze the project), you can now go to the "Configuration" dialog box and click on the snapshot you took earlier on.
    In the right column you will then see EVERY change in your project. When you click on an item that has changed, in the two gray fields below you can even see HOW things have changed.
    By selecting "Display" -> "Selected snapshot view" you can even see what your project looked like when you took the snapshot.
    OK, this is as far as I got.
    I won't tell NI about my solution . I'm really curious to see whether they come up with the same idea or something even better.
    Take care!
    Gabriel

  • How to access the Requirements property (& subproperties) of steps and sequences with the TestStand API

    The concept of associating teststand objects to unit requirements for traceability purposes was added to TS 3.5, and I need to find out how to access the array of strings used to store unit requirements in step objects, sequence objects and sequencefile objects. The teststand help file points out that the requirements list of a sequencefile object is accessible using the PropertyObjectFile interface, and also points out that Requirements is a property of the sequence and step classes. Furthermore it implicitly states that the requirements property has a Links subproperty which is an array of strings, but that is pretty much the extent of the documentation on this new feature so far. There seems to be no expression function available to get to those requirements either.
    I know that this feature was added to allow TestStand to interface with RG, and I am planning on using RG, but I would also like to do things with the requirements information within TestStand.
    Anyone? 

    Are you talking about the Requirements Gateway?  It is a separate product from NI that will do what you are looking for.  I haven't used it so I am not sure of the API chain to make it work.  Take a look and see if that is what you were thinking of.
    Hope that this helps,
    Bob Young
    Sorry, I just re-read your original post and see that you are looking to also use the Requirements Gateway, so you obviously know about it.  I don't know what the API changes were that made it work so I am not going to be much help.
    Sorry about posting before getting the correct information from the original.
    Bob Young
    Message Edited by Bob Y. on 08-24-2006 04:54 PM
    Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
    DISTek Integration, Inc. - NI Alliance Member
    mailto:[email protected]

  • To pass parameter values to the object reference of action step in sequence file of teststand programatically using C#.

    //Initialize the Engine
                EngineClass myEngine = new EngineClass();
                myEngine.LoadTypePaletteFilesEx(TypeConflictHandlerTypes.ConflictHandler_Prompt, 0);
                Step myStep = myEngine.NewStep(AdapterKeyNames.DotNetAdapterKeyname,StepTypes.StepType_Action);
                myStep.Name = "object";
                DotNetModule dotnetmodule = myStep.Module as DotNetModule;
                dotnetmodule.SetAssembly(DotNetModuleAssemblyLocations.DotNetModule_AssemblyLocation_File,@"C:sequence.dll");
                dotnetmodule.ClassName = "CN";
                dotnetmodule.MemberType = DotNetModuleMemberTypes.DotNetMember_GetProperty;
                dotnetmodule.MemberName = "ISI";  
    mySequence.Locals.NewSubProperty("object", PropertyValueTypes.PropValType_Reference, false, "", 0);        
    Sequence mySequence = myEngine.NewSequence();
                mySequence.Locals.NewSubProperty(varName, PropertyValueTypes.PropValType_Reference, false, String.Empty, 0);
    mySequence.InsertStep(myStep, 0, StepGroups.StepGroup_Main);
                SequenceFile seqFile = myEngine.NewSequenceFile();
                seqFile.InsertSequence(mySequence);
    seqFile.Save("C:\\mySeq.seq");
    I have done this,dynamically creating a sequence file in teststand programatically through c#.
    Problem is
    1.I created an action step and object Reference variable for the step, but i am not able to pass  parameter values to the objectReference 
    2.I am not able to load the sequence in to the main Sequence of the sequence file in the teststand. How can I do these two things.

    Hi,
    have you ever followed on my Links ?!?!?
    If not please jump to this one
    http://forums.ni.com/ni/board/message?board.id=330&thread.id=26880 
    and read the the answer from Mannoch
    starting with this words:
    Anthony -
    Currently, functionality for retrieving the Metadata Token for a class constructor or member is not fully provided in the TestStand .NET Adapter API. The DotNetModule.GetConstructorMetadataToken() and DotNetModule.GetMetadataToken() methods only return the correct Metadata Token when the member/constructor prototypes have already been loaded. Thus, in the case of your code, when you call DotNetModule.GetMetadataToken(), the method is returning -1 because the member prototype for the Step you are referring to has not yet been loaded.
    That means have to do a workaround for your stuff.
    Juergen
    =s=i=g=n=a=t=u=r=e= Click on the Star and see what happens :-) =s=i=g=n=a=t=u=r=e=

  • Folio Download Limits - Low Warning?

    Hello,
    We bought the Professional Edition which comes with 5,000 free downloads I believe. We have exactly 3,265 downloads (the number itunes connect has given us.) We have been getting an email saying we have only 49 downloads left. This is the message I have recieved from them:
    Dear xxxxxxxx,
    You currently have fewer than 49 downloads remaining on your Digital Publishing Suite account. These downloads apply to all publications under this account. To ensure there is no disruption in fulfillment of your publications it is important that you purchase an additional .folio download bundle as soon as possible.
    You can purchase additional download fulfillment bundles by contacting your Adobe sales representative, a Digital Publishing Suite Reseller in your region, or by ordering directly through the Adobe Online Store.
    Please Note: If your download inventory should fall to 0, you will be unable to publish new digital content until you place a renewal order. If we do not receive a renewal order within the first 30 days after your download count reaches zero, we will begin to restrict fulfillment to your customers.
    Thank you,
    Adobe Digital Publishing Team
    I was wondering if we get charged for a download when I update or download this months new "test" folio? This has not been published, but is just being tested in the Content Viewer. That's the only thing I can think of where we might be close to hitting 5,000. I don't think that's the case but we are stumped.
    Any ideas on why we are getting a low download warning?
    Thanks!

    DPS Professional Includes complimentary 5,000 (Annual) or 250 (Monthly) .folio files with first year of service. As you have month-to-month subscription you will get 250 monthly downloads valid for that month only. You can not carry forward the complimentary 250 downloads. e.g if you use 150 downloads in a month rest 100 gets expire. You will get new 250 downloads for next month.
    Customers who purchase Professional Edition Monthly will receive 250 complimentary .folio downloads with the first year of service. Additional .folio downloads can be purchased in bundles of 10,000 or 25,000 from the Digital Publishing Suite dashboard. Once purchased, the .folio download bundles must be used within one year. Download fees are nonrefundable. Download bundles cannot be purchased without purchase of the platform fee.
    If there are no remaining .folio download fees associated with your provisioned Digital Publishing Suite account, Adobe will restrict your ability to publish new .folios or updates until additional .folios download bundles are purchased. If additional .folios downloads are not purchased, Adobe may suspend or discontinue fulfillment of existing content. As a final step, Adobe may then also choose to remove .folios from distribution.
    Content Viewer: If you see only blue ribbon folio that means folio is not yet published on distribution server.

  • To what limits (lower and upper) are the PXI-6052E boards calibrated for their various gain settings?

    I am trying to get some boards calibrated by our metrology lab, but I can't find the relevant information.

    I've viewed all, and downloaded most, info at the link that you've mentioned. Unfortunately, the data I'm looking for isn't there. In the E Series Calibration Procedure document, there is an extensive listing of tables that contain calibration data points for a variety of E series boards. However, the 6052E board isn't listed. Elsewhere on the ni website, there is a note to use the 6034E/6035E tables for the 6052E boards. These tables do not contain all the gain settings for the 6052E. I would assume that the 6052E boards were factory calibrated at all possible gain combinations.

  • How can I tell that a default numeric format has been applied to a numeric limit step?

    I am working on generating custom HTML code for our test systems in order to reduce the 'footprint' of the standard HTML entries for numeric limits, multiple-numeric limit steps etc....
    For a Numeric Limit step, I can set the Numeric Format via the 'Limits' tab and select the pulldown arrow to select any format.  Does TestStand actually save this information with the step so I could possibly use this later?   I ask this because my modifications are within the 'ModifyReportEntry' Callback.   When I am modifying the code to generate new HTML within this callback, I have no idea if the developer has selected a Numeric Format for a given step OR simply left it as DEFAULT.
    To make matters more confusing, here is some more information....
    When I pause the execution in the callback I notice the following:
    Case 1:  User has selected a Numeric Format ( this example I will say 3 digits of precision ) %.3f. for a numeric limit step.
    Parameters.Result.Limits.Low = 10.000
    Parameters.Result.Limits.High = 20.000
    Parameters.Result.Numeric = 15.657
    Notice the numeric data is ALREADY formatted! Great, I can simply use this to generate my custom HTML table for the numeric limit step.
    Case 2 : User has left the numeric format to <Default> for the step.
    Parameters.Result.Limits.Low = 10
    Paramters.Result.Limits.High = 20
    Parameters.Result.Numeric = 15.65713515155
    Numeric data is NOT formatted.  I know that TestStand will apply the Default Numeric Format that is configured in the report options when it writes the report but since I am doing a custom report I am stuck.
    My question is how can I possibly tell that the data has already been formatted by TestStand in the ModifyReportEntry callback?  Is there some flag that I could check or anything?
    I do notice that the Parameters.ReportEntry string contains TestStand's default HTML code for the step and this is already properly formatted.. so as a possible workaround I could 'pick out' the data from this string but this is slow and time consuming.
    Thanks
    PH

    PH,
    You can find out if the numeric format has changed using the TestStand API. I use the following statement in my step's post-expression to find out the numeric format that TestStand uses for the step.
    Step.Limits.Low.NumericFormat
    If the string returned is an empty string, then it is the default format, otherwise, it's the one specified in the string.
    Hope this helps.
    Raj
    National Instruments
    Applications Engineer

  • In VB how do I pass my low and high limit results from a TestStand Step into the ResultList and how do I retrieve them from the same?

    I am retrieving high and low limits from step results in VB code that looks something like this:
    ' (This occurs while processing a UIMsg_Trace event)
    Set step = context.Sequence.GetStep(previousStepIndex, context.StepGroup)
    '(etc.)
    ' Get step limits for results
    Set oStepProperty = step.AsPropertyObject
    If oStepProperty.Exists("limits", 0&) Then
    dblLimitHigh = step.limits.high
    dblLimitLow = step.limits.low
    '(etc.)
    So far, so good. I can see these results in
    VB debug mode.
    Immediately after this is where I try to put the limits into the results list:
    'Add Limits to results
    call mCurrentExecution.AddExtraResult("Step.Limits.High", "UpperLimit")
    call mCurrentExecution.AddExtraResult("Step.Limits.Low", "LowerLimit")
    (No apparent errors here while executing)
    But in another section of code when I try to extract the limits, I get some of the results, but I do not get any limits results.
    That section of code occurs while processing a UIMsg_EndExecution event and looks something like this:
    (misc declarations)
    'Get the size of the ResultList array
    Call oResultList.GetDimensions("", 0, sDummy, sDummy, iElements, eType)
    'Step through the ResultList array
    For iItem = 0 To iElements - 1
    Dim oResult As PropertyObject
    Set oResult = oResultList.GetPropertyObject("[" & CStr(iItem) & "]", 0)
    sMsg = "StepName = " & oResult.GetValString("TS.StepName", 0) & _
    ", Status = " & oResult.GetValString("Status", 0)
    If oResult.Exists("limits", 0&) Then
    Debug.Print "HighLimit: " & CStr(oResult.GetValNumber("Step.Limits.High", 0))
    Debug.Print "LowLimit: " & CStr(oResult.GetValNumber("Step.Limits.Low", 0))
    End If
    '(handle the results)
    Next iItem
    I can get the step name, I can get the status, but I can't get the limits. The "if" statement above which checks for "limits" never becomes true, because, apparently the limit results never made it to the results array.
    So, my question again is how can I pass the low and high limit results to the results list, and how can I retrieve the same from the results list?
    Thanks,
    Griff

    Griff,
    Hmmmm...
    I use this feature all the time and it works for me. The only real
    difference between the code you posted and what I do is that I don't
    retrieve a property object for each TestStand object, instead I pass the
    entire sequence context (of the process model) then retrieve a property
    object for the entire sequence context and use the full TestStand object
    path to reference sub-properties. For example, to access a step's
    ResultList property called "foo" I would use the path:
    "Locals.ResultList[0].TS.SequenceCall.ResultList[].Foo"
    My guess is the problem has something to do with the object from which
    you're retrieving the property object and/or the path used to obtain
    sub-properties from the object. You should be able to break-point in the
    TestStand sequence editor immediately after the test step in question
    executes, then see the extra results in the step's ResultList using the
    context viewer.
    For example, see the attached sequence file. The first step adds the extra
    result "Step.Limits" as "Limits", the second step is a Numeric Limit (which
    will have the step property of "Limits") test and the third step pops up a
    dialog if the Limits property is found in the Numeric Limit test's
    ResultList. In the Sequence Editor, try executing with the first step
    enalbled then again with the first step skipped and breakpoint on the third
    step. Use the context viewer to observe where the Limits property is added.
    That might help you narrow in on how to specify the property path to
    retrieve the value.
    If in your code, you see the extra results in the context viewer, then the
    problem lies in how you're trying to retrieve the property. If the extra
    results aren't there, then something is wrong in how you're specifying them,
    most likely a problem with the AddExtraResult call itself.
    One other thing to check... its hard to tell from the code you posted... but
    make sure you're calling AddExtraResult on the correct execution object and
    that you're calling AddExtraResult ~before~ executing the step you want the
    result to show up for. Another programmer here made the mistake of assuming
    he could call AddExtraResult ~after~ the step executed and TestStand would
    "back fill" previously executed steps. Thats not the case. Also, another
    mistake he made was expecting the extra results to appear for steps that did
    not contain the original step properties. For example, a string comparison
    step doesn't have a "Step.Limits.High" property, so if this property is
    called out explicitly in AddExtraResult, then the extra result won't appear
    in the string comparison's ResultList entry. Thats why you should simply
    specify "Step.Limits" to AddExtraResul so the Limits container (whose
    contents vary depending on the step type) will get copied to the ResultList
    regardless of the step type.
    I call AddExtraResult at the beginning of my process model, not in a UI
    message handler, so there may be some gotcha from calling it that way. If
    all else fails, try adding the AddExtraResult near the beginning of your
    process model and see if the extra results appear in each step's ResultList.
    Good luck,
    Bob Rafuse
    Etec Inc.
    [Attachment DebugExtraResults.seq, see below]
    Attachments:
    DebugExtraResults.seq ‏20 KB

  • How to auto set one numeric test step's limits?

    i want to auto set a numeric test step's limits ,the limit's value is got from one number control and one offset control in LV front panel of my programm.when i change the number control in my fronet panel of LV, and it will auto set the limits to my step in teststand.How to realize it? Using local variable or...?? pls help me and give me a example source code.thanks

    Hi,
    You should use the SetValNumber VI off of the TestStand Palette on your Controls Palette. The property you are trying to set is for the step and is identifed by the lookup string(s):
    "Step.Limits.High", and "Step.Limits.Low"
    Have a look at the examples inside of \Examples\AccessingPropertiesAndVariables\UsingLab​VIEW\AccessingPropertiesAndVariables.seq.
    Bob

  • Set the NumericFormat property

    Hi,
    I am writing a C# Programm  that is supposed tocreate a Teststand sequence  with some steps. One of the steps is a Numeric Limit Test. Since i want to test several types ( Hex,integer, Real )  i want to customize the Numeric Format (fractional Digits, Field With) for each Test, so that the Step can handle and  display the numbers with the right format.
    I tryed to set the Property NumericFormat, but i became the error Expected Number, found Container   .
    I hope somedy can help me.
    I am using Teststand 3.5.
    Regards,
    Noubissi André
    Teststand 3.5
    Visual Studio 2005

    Hi,
    You have to make sure you have an property object to the Step.Result.Numeric, or the Step.Limits.Low or Step.Limits.High properties.
    If you use say the Step.Limits property you would get the error 'found container' if you try to set the format.
    Hope this helps
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Limits for Numeric Test

    Hi All,
    I am trying to load limits for a numeric test from an excel file.
    I have couple of questions on this.
    1. For exporting these values using “Import/Export
    Properties”, when I press limits, I get “CompExpr”, “Limits.HighExpr” & “Limits.LowExpr”
    in Selected box automatically. But in Limit tab, if mention “Limits.HighExpr”
    & “Limits.LowExpr” I get error. But I can load the values with “Step.Limits.Low”
    & “Step.Limits.High”. Is it correct?
    2. In Limit Tab, I have tried all the option
    for loading “CompExpr”. In my Excel file, against “CompExpr”, I mentioned “GELE”,
    “GELE (>=<=)”, “GELE (>= <=)”…… But I get error
    always. Can you please help me
    I have attached .seq and .xls file.
    TestStand Version is 4.2.
    Thanks,
    Sanad MM
    Solved!
    Go to Solution.
    Attachments:
    Numeric Test.seq ‏9 KB
    Numeric Test Parameters.xls ‏17 KB

    Hi,
    Could anyone can help me to solve the issues in loading comparision string?
    Thanks in advance.
    Sanad MM

  • Measurement report including limits and comparison type LT/LE

    If I choose "include limits" in report options and the numerical limit teststep uses LE or LT as comparison type Teststand uses Step.Limits.Low as property for the that single limit. But logically this is a high limit and at least the test report shouldn't output
    "Limits Low:" for that limit. How can I change that ?

    Hi,
    Not sure but try this http://forums.ni.com/ni/board/message?board.id=330&message.id=964&query.id=0#M964 and Mark's response.
    I did a search using Limits LE within the TestStand forum.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Getting sequence main group steps via LabVIEW

    Hi everyone,
    I try to solved next task. I have LabVIEW Operator UI for execution sequence files, use callbacks for actions updates (load sequence file, entry point, etc.) and I need replace TestStand UI SequenceView Control by customized indicators, which will contain only Main group steps (names + limits + units + results). I was searching for TestStand API (object which contain all necessary parameters) which can be passed to LabVIEW. Does anybody know such things? Thanks.
    Best regards, Sergii

    Hi Jesse,
    My Sequence file contains Numeric Limit test and Multiple Numeric Limit Test steps. I try to display in Execution Display Limits for steps + measured values in separate columns. For this purposes I configure SequenceView property. In column section I've created new column Low Limit and for Column properties: Type use expression.
    For Numeric Limit I use next expression: Test Step.StepType.Name =="NumericLimitTest"? Step.Limits.Low :"".
    For this step type it's valid. I try do same for Multiple Numeric Limit Test, to show all Low Limit for each measurement within one step. I create Step.StepType.Name ==  "NI_MultipleNumericLimitTest" ? Step.Result.Measurement[0].Limits.Low : ""  for Low Limit, but it's shows only one element. I was searching how can I display all low limits for one Multiple numeric limit test. My idea was repeat  Step.Result.Measurement[i].Limits.Low  for each measurement and then display results ("concatenate" each result) for one step, but I didn't found how to do that.
    For example:
    Step                                      Low Limit
    Multiple Numeric Test 1            0
                                                      10
    Multiple Numeric Test 2            5
                                                      15
    Could you help me with advice? Thank you.
    Best

Maybe you are looking for

  • Error while opening database studio in maxdb

    Hi Experts, I am having maxdb 7.8 and database studio AP MaxDB Database Studio,Version: 7.8.02.21,Build: 021-121-242-175 but when i am tying to open database studio it through error message " problems opening perspective 'com.sap.sdb.ui.perspectives.

  • Error while updating JTable

    WHAT I WANT TO DO: I display a list of items and their characteristics in a JTable (the content is in a DefaultTableModel). Each time a user buys items, I refresh the list for all the users currently connected to the server. The client buying the ite

  • Aluminum of battery on new macbook looks splotchy

    Hi All Just got my new 15" macbook pro from Amazon (prior model). New unit, not refurbished. Seems to function fine, but the exterior aluminum surface of the battery compartment looks very splotchy, as if something was stuck on it. I think I've read

  • Ajax4Jsf error on h:outputLink

    Hi, I have a jsp page with a datatable and when I click on a row it should take me to a different page. I am hardcoding the page using h:outputLink. Any help is appreciated. <h:outputLink value = "/Myapp/pages/page2.faces" > <h:outputText value="Link

  • ERP INTEGRATOR and FDM

    Hi All We have new  requirement our Source is PeopleSoft from that we want to load data to essbase and planning  using ERP Integrator Previously we use to get text files from Peoplesoft and we use to load it FDM  to Planing & Essbase What are prerequ