Hi,

Added Subject.

I think I want to create a ComboBox. It has several dates created by a method (FillWeeks). When I run it the dates are available to the arrows bar. But moving the mouse over them doesn't highlight any of them. If I select one it then appears in the ComboBox. his is what I've got so far;

  Dim s as String
  Dim i,last as Integer
  Dim d as New Date

  s=FillWeeks
  last= CountFields(s,",")
  For i=0 to last
    me.addRow NthField(s,",",i)
  Next
  me.ListIndex=i

  editField1.text=me.text

Also don't think I'm passing my selection on. Help or examples would be appreciated.

Robert Poland
[EMAIL PROTECTED]



_______________________________________________
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>

_______________________________________________
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>

Reply via email to