Frame issue

woeterwoeter 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

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


    blog: https://dynamicsuser.net/nav/b/ara3n
  • woeterwoeter 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?
  • krikikriki Member, Moderator Posts: 9,118
    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!


Sign In or Register to comment.