Search Results

Type: Posts; User: LemonMty

Search took 0.01 seconds.
  1. Hi... my original problem was this

    I have a Tab panel (let's call it TabMom) with 4 Tabs, each tab has several controls (textBox, TextArea, DataField, gridpanel, etc), when I need to update values...
  2. Hi Aleksa... you need to sent a "response" from your code behind you have to code your function like this...



    [DirectMethod]
    public DirectResponse UpdateRecA()
    {
    DirectResponse response...
  3. The Solution to my problem was... change the .set() method to...


    record.data.CantidadPorSolicitar = resultado;
    record.markDirty();

    Thanks
  4. Hi Daniill...

    Using


    record.set('CantidadPorSolicitar', resultado);

    Produces this error ... Error en tiempo de ejecución de Microsoft JScript: 'undefined' es nulo o no es un objeto

    See...
  5. Hi Again...

    I solved my problem replacing the .set code Line


    record.set(metadata.id, resultado);

    By
  6. Hi Daniil, thanks for your answer, but...

    My goal is not to update the records's Id, I want to update the value of a determinated field... In this case "metadata.id" has the name of that record's...
  7. I´m trying to change value of a grid's column by rendering it. (I don´t know if it's a valid way to do).

    I'm using record.set(metadata.id, resultado); and produces next error ( Error en tiempo de...
Results 1 to 7 of 7