Frame issue

woeter
woeter Member Posts: 11
hello,

In design: The property 'editable' of a frame set to No.

If i click on a button, the frame should be editable. What to do??

thx

Comments

  • ara3n
    ara3n Member Posts: 9,258
    onpush trigger add the code
    currform."your control".Editable(true);
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • woeter
    woeter Member Posts: 11
    ara3n wrote:
    onpush trigger add the code
    currform."your control".Editable(true);

    This won't work for my frame. Or did I forget something?
  • kriki
    kriki Member, Moderator Posts: 9,135
    Try to avoid frames. They are not easy to handle.
    You will have to enable/disable all fields 1 by 1.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!