Re: Array pulldowns for text fields

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



>> You are initializing the array in Form.Init(), which is after the
combobox has initialized, so the combobox will not see the array
contents. <<

Bingo... that's the wisdom I was seeking.

I've done a lot of reading over the last few weeks in an attempt to learn and understand these sequences and the general design concepts. Tamar's book has been mentioned, but, it's not here yet and I don't even know if it's going to help clear this fog.

Is there specific reading to help understand these issues which you or anyone can point me toward.

Thanks again for increasing my understanding of init vs load as that is exactly opposite of what I had learned somewhere in the dark and distant past.

Beverly Howard [MS MVP-Mobile Devices]

.



Relevant Pages

  • Re: How to create a Multi dimensional array
    ... You could use an object with array properties. ... var listA =; ... The first combobox will be populated with the items in LIST A and the ... Create your second combobox, ...
    (comp.lang.javascript)
  • Re: Combobox an Array binden
    ... Ich habe inzwischen mit der Combobox herumgespielt. ... Auch mit dem Tabulator ist es etwas schwierig, die anderen Spalten venünftig ... die an ein Array gebunden werden kann. ... Wie binde ich den Steuerelementinhalt an eine Spalte im Array. ...
    (microsoft.public.de.german.entwickler.dotnet.vb)
  • Re: Sorting combobox elements
    ... I have a page on my web site regarding sorting arrays. ... function named QSortInPlace that will sort an array in either ... you can put the elements in the combobox into ... descending order, and then reload the array back into the combobox. ...
    (microsoft.public.excel.programming)
  • Re: Unique Key Generation
    ... step of adding 33 by initializing the array to contain 33's and rolling ... not worried about them being in a sortable sequence it does not matter, ... Private Function MakeTokenAs String ...
    (microsoft.public.vb.general.discussion)
  • Re: Unique Key Generation
    ... Because the range of actual values is 33..126, you could eliminate the step of adding 33 by initializing the array to contain 33's and rolling over at 127 instead of 94. ... Then you could avoid creating the string up front and filling it char-by-char. ... One thing which is a bit unusual is the change is from the left character but as I think the OP is interested in having them unique and is not worried about them being in a sortable sequence it does not matter, however it's no problem to modify it to change from the right to produce a sortable sequence. ...
    (microsoft.public.vb.general.discussion)