Good morning,
I am loading the 5 column headings for a ListBox when my application
launches, with the following statement:
TCIMain.CruiseList.InitialValue = "Cruise Name" + chr(9) +
App.Level1 + chr(9) + App.Level2 + chr(9) + App.Level3 + chr(9) +
App.Level4
A MsgBox check reveals that the InitialValue is being loaded prior to
the TCIMain window displaying the CruiseList control.
However, the ListBox headings are getting loaded with the value
stored in the Property pane, rather than the values that I want. If I
delete these property values, then the headings displayed are 0 1
2 etc.
Seems like I should be able to load these headings. I need this
feature because in my application, the user gets to define the heading.
Any ideas why I am not able to load headings at launch time?
Thanks, TJH
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>