Forum Replies Created

  • Minh Phuong Vu

    Member
    November 7, 2024 at 9:03 am in reply to: Passing a parameter to a subwindow

    You can use $userinfo to pass parameters to a sub window:

    Do $cinst.$objs.[subwindowName].$userinfo.$assign(con(“‘”,pParameter1,”‘,'”,pParameter2,”‘”))

    Then in the subwindow, those variables can be retrieved in the $init method as parameters.

  • Minh Phuong Vu

    Member
    October 17, 2023 at 7:10 am in reply to: Date Picker Control displaying wrong dates

    Thank you for the quick reply. I guess I should update my Omnis…