Creating new button near the help button

mark_christs
mark_christs Member Posts: 156
Dear All,
I would like to know how to create button like menu button or command button in a certain card/form, but couldn't find the place to create it. I have tried to use toolbox then add the toolbox near the help button but after I run, the system placed menu button in the tabcontrol. I want to add/import the picture in the comment button located near the no. field but I couldn't find the picture, I copied the button from item card and pasted it to the new card but the picture is missed. Any suggestions from you is welcome. thx



rgds,
Mark

Comments

  • kriki
    kriki Member, Moderator Posts: 9,124
    The comment-button on the item card in reality are 2 controls: a commandbutton to receive the click and a Picturebox to show if there is a comment or not.
    The Picturebox has SourceExpr=Comment. This last is a flowfield of table item that is a boolean. This defines which picture is shown with the help of property BitmapList=7,6. Meaning the picturebox is showing some pre-defined pictures.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • mark_christs
    mark_christs Member Posts: 156
    Dear Moderator, all,
    Tks for your prompt answer but I need to create command button but not comment button, if I create a new form type card using a wizard, the available button only help button, if I want to create new button, I will use toolbox, but the result is not ok, the button placed in the tabcontrol area but not near the help button, that is my problem, but if I create a blank form, I think it is waste time because I must using fieldmenu, arrange the field location, etc..



    rgds,
    Mark
  • HalMdy
    HalMdy Member Posts: 429
    You have to verify the gluing properties of the new button. To stay always near the Help button, you needs to glue Vertical = Bottom and Horizontal = Right.

    Hope that help ...
  • mark_christs
    mark_christs Member Posts: 156
    :D

    tks a lot for your answer. a shortpath to know about navision developing is through asking to whom has trained in developing without using a manual if it needs quickly and very important. It works very good..
    indeed, I have deleted my new form because my unpatience and create new one manually without using wizard, nevertheless next time I will use it.



    rgds,
    Mark
  • DenSter
    DenSter Member Posts: 8,307
    we've all been there Mark, keep the questions coming :) soon you will be answering them yourself.