Search:

Type: Posts; User: barrymavin

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    15,073

    Hi David, When you click "save" while editing,...

    Hi David,

    When you click "save" while editing, the beforeupdate delegate is called "before" the update is sent to the server and the afterupdate delegate is called after the update successfully...
  2. Replies
    10
    Views
    15,073

    Hi Simon All you are doing there is updating...

    Hi Simon

    All you are doing there is updating the UI. Programatic updates like that do not affect the active cursor that the UI control is bound to so when the update is sent to the server it sends...
  3. Replies
    10
    Views
    15,073

    Hi Simon Did you mean to write: ...

    Hi Simon

    Did you mean to write:

    Lianja.getElementByID("pcust.scust.txtname").value = “Smith”

    Try opening the example_webapp1 app and run it. You will see the before update and after update...
  4. Replies
    10
    Views
    15,073

    Hi Simon, "However FYI from the GUI,...

    Hi Simon,

    "However FYI from the GUI, BeforeUpdate() is NOT called from the save button, but only by repressing the edit button."

    What GUI are you referring to? The web client or the App...
  5. Replies
    10
    Views
    15,073

    Hi Simon The "afteredit" delegate is the wrong...

    Hi Simon

    The "afteredit" delegate is the wrong place to do this as this is called when you exit "editmode"/ This elegate is typically used to re-show UI elements that were hidden in the "before...
Results 1 to 5 of 5
Journey into the Cloud
Join us