Re: Plz help me on this :)
I do not see how filling it at design time makes things easier. Why do you not want to use code, other than the fact that you have a lot of textboxes? It'll certainly involve lots more clicking in design time ;)
Re: Plz help me on this :)
Hmm, true, thought it could give me a better overview by doing it in design time.
But still, how do I make my combobox to fill with the values from a table from the dataset??
Re: Plz help me on this :)
You've posted this same question twice less than an hour and a half apart. Even without the short delay it is considered poor form to post the same question twice. It's one of my pet hates and I know there are others who find it annoying also. Just so you know.
Re: Plz help me on this :)
I'm very sorry about this fact, but I posted this one as copy of the other post with other title in the hope people would pay more attention to this one as it is quite important to me...
I would have deleted the old post after posting this one, but it seems posts can't be deleted :(
Re: Plz help me on this :)
Quote:
Originally Posted by Dagon
I'm very sorry about this fact, but I posted this one as copy of the other post with other title in the hope people would pay more attention to this one as it is quite important to me...
I would have deleted the old post after posting this one, but it seems posts can't be deleted :(
You can edit existing posts of your own, including the title, so there is never a need to start a new thread. If you want to get people's attention you can add another post to your existing thread to move it back to the top of the list, hence the "bump" posts you'll see about. I suggest that you wait considerably longer than 80 minutes before doing that though, or people will perceive you as pushy. If you want a thread deleted then I'd suggest adding a post requesting so and if a moderator sees it they will generally oblige if it doesn't disadvantage others, like when there are no other posts but your own.
Re: Plz help me on this :)
ok, thx, didn't know about the ability to change the title, and was hopeing I was able to delete the old post myself.
I shall post a request to the old one to delete it...
Sorry for the inconvinience once more...
Re: Plz help me on this :)
I managed to get the combobox binding to work, but the textbox doesn't seem to update with changes in the selected record??
I tried with txtBox.refresh() etc, but doesn't seem to work either :(
Any solutions to this?