| Steve Hawkins 2006-10-12, 7:25 pm |
| The two fields are both C15, with no lookups assigned, etc. I did finally get it to work. I stuck in a \"RefreshControls()\" in a couple spots and it finally seems to work. Rather odd if you ask me since the combobox seems to be the only control on the
form that requires this before it will work as it is supposed to. The spinboxes, the grid, the editor, etc, all seem to work fine. Go figure. Thanks for your replies Jan but the problem seems to be solved for now.
Jan Hoelterling Wrote:
> Hi Steve,
>
> your code for the combobox looks o.k. A couple more questions:
> - what is the format of the field \"Actiontype\"? Is there a
> lookupfield/lookuprowset assigned?
> - what is the format of the field \"accttype\"?
> You may see where this is going - dBase tries to match the two fields, and
> if it can't (one's numeric, one text), that could cause problems?
>
> Jan
|