Hi,

I would like to query from you people if its possible to
change back color either row wise or CELL wise in List box.

Also I would like to know any other ways of listing record in forms other than in List box, Flex Grid and Data grid.

Regards,
Dinil

Recommended Answers

All 2 Replies

Simple answer, no you cannot change individually a row in a list box, but what you can do is create a subform that emulates a listbox in the same way. obviously the subform itself will be designed bound to a table or query on your db and the data needs to be shown listed. You pass your values to the unbound query, which changes each time, resulting in the form changing along with it.

Then you program the form itself to react to different values it presents with greater flexibilty.

If you have an example of what you want doing and I'll show you a way.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.