Problems with Form when switch between two forms

hollydonuthollydonut Member Posts: 27
Hi experts,

i have a problem with form.
i have created a customized form base on order planning screen.
basically what i want to do is to make default option to production demand.
i do this by defaulting DemandOrderFilter variable as Production Demand on OnInit and OnOpenForm triger.
The problem comes when i try to switch between two forms.
The screen can suddenly become blank like attached image.
But when i try to debug actually the variable is have value but only not showed.
Is there any one can help me?

Comments

  • ChinmoyChinmoy Member Posts: 359
    Your question is not very clear to me, also the screenshot is missing. Can you give us some more details on this?

    Chn
  • kinekine Member Posts: 12,562
    I recommend to use latest hotfix. There is a bug, when you have noneditable form, with InsertAllowed=no, than when you switch from the empty form and back, all values disappear, only the value in focused textbox is displayed. I have reported this to support and hotfix is available for it already. Workaround is to set InsertAllowed=Yes (and prevent insertion e.g. in OnInsert).
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • hollydonuthollydonut Member Posts: 27
    @chinmoy, sorry i try to attached the screen shot but i do not success doing it,

    @kine, do you have the link to the hotfix?
Sign In or Register to comment.