Options

Input Message

cheriemcpcheriemcp Member Posts: 3
Hi,

I'm having some problem when creating the Input messages. I'm trying to create a dialog box which allows 2 inputs from user. However, when I tried to move my cursor from 1st input to the 2nd input box, somehow the 1st input box will duplicate whatever I have entered in my 1st input box. Does anyone having any idea on this?

Below is the coding i used.

ldlg_Input.OPEN('Please enter Item No. and Qty to be disposed \Item No. #1########## \Qty to Dispose #2##########');
ldlg_Input.INPUT(1,gcod_ItemNo);
ldlg_Input.INPUT(2,gdec_QtyToDispose);
ldlg_Input.CLOSE;

Hope to receive advice from you soon.

Thank you.

Cheers,
Cherie

Comments

  • Options
    cheriemcpcheriemcp Member Posts: 3
    Hi All,

    I got the answer already, just put in the ldlg_Input.UPDATE(1,gcod_ItemNo) immediately after the ldlg_Input.INPUT(1,gcod_itemNo) :)

    Thanks.

    Cheers,
    Cherie
  • Options
    krikikriki Member, Moderator Posts: 9,089
    [Topic moved from 'NAV Three Tier' forum to 'NAV/Navision Classic Client' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.