Site Search:
Sign in | Join | Help

This Blog

Syndication

Tags

No tags have been created or used yet.

Janus System

All things for all Janus products

September 2008 - Posts

  • Adding a dropdown in a Janus grid

    Here is a short piece of code that details the databinding code for adding a drop down list in a Janus grid

     'bind the dropdown
    Me.GridEX1.DropDowns("slprsnid").DataSource = db._4P_RM00301_SEL()
    
    
    'bind the grids
    Me.GridEX1.DataSource = db.FP_SOP10101_SEL_byOrder(m_strSopnumber, m_intSoptype)