Update Field Value / Text through a DirectMethod

  1. #1

    Update Field Value / Text through a DirectMethod

    Hi,

    is it possible to udpate a TextField's Value / Text in a DirectMethod and immediately display it on the client?

    Thanks a lot,
    bright
  2. #2
    Hi,

    Generally speaking, yes. Just update a respective property.

    1. TextField: update the Text property.

    2. NumberField: update the Number property.

    3. ComboBox: update the SelectedItem.Value property.
    https://examples1.ext.net/#/Form/Com...Items_Actions/

    4. etc.

Similar Threads

  1. [CLOSED] Update Asp Net Label inside asp ListView in Directmethod
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 26, 2012, 2:54 PM
  2. [CLOSED] Problems with Hidden Field after SVN Update
    By macap in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: May 23, 2011, 11:12 AM
  3. Replies: 1
    Last Post: May 20, 2011, 5:02 AM
  4. Replies: 2
    Last Post: May 16, 2011, 9:19 PM
  5. Replies: 4
    Last Post: Aug 13, 2010, 8:36 AM

Posting Permissions