Replace a flag field for other value in grid

  • Thread starter Thread starter =?iso-8859-1?B?RulybmFz?=
  • Start date Start date
?

=?iso-8859-1?B?RulybmFz?=

hey all,

that's about framework 1.1...

I'm developing a Windows App...

Well... in my database, there's a table called "orders"... this table
has a field "status" that receives a number from 1 to 3...

I want to substitute this number for the correspondent status...

I don't want to show this numbers in the grid...

How to?

thanksssss
 
Could you do a join in the database and return the Status? Or could
you be even more simplistic and do an if statement?
 
Could you do a join in the database and return the Status? Or could
you be even more simplistic and do an if statement?










- Mostrar texto entre aspas -

Hey Jon,

There isn't a table with the status text, so, no join... I could do a
"if", but I would need to run for all the rows in the datatable that
is the grid's datasource. There should be a more interesting way to
do!

any ideia?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top