At 05:12 PM 8/27/2009, Tommy Croker wrote:

I was working in 7.6 but after trying it in 9.0, everything works great.
I will continue my programming in 9.0.

Way to go!


Is there a way to hide the column names altogether?


Here's how:

01. Start R:BASE eXtreme 9.0 (32/64), Build: 9.0.1.10903 Swiss SAT Edition.

02. CONNect the database and then open the form in Form Designer.

03. While in Form Designer, assign a unique Component ID to a Variable Lookup
    ListView control in question.

04. Use the following R:BASE 9.0 eXclusive PROPERTY command as On After Start
    EEP.

    -- For Variable Lookup ListView
    PROPERTY VarLookupListViewCompID ShowColumnHeaders 'FALSE'
    RETURN

    -- For DB Lookup ListView
    PROPERTY DBLookupListViewCompID ShowColumnHeaders 'FALSE'
    RETURN

    -- The default is TRUE

    This will hide the list view column names altogether!

Very Best R:egards,

Razzak.

P.S. Check your e-mail sometime tonight for a special Pre-Swiss SAT Edition.


Reply via email to