Johny
Registered User.
- Local time
- Today, 17:55
- Joined
- Jun 1, 2004
- Messages
- 80
Hey,
I don't know if it can be done but I'll ask my question anyway
I have a form with a listbox that is bound to a table "Assignment". So the listbox contains all the Assignment-records.
The table "Assignement" has a yes/no field "Completed". This has to be a yes/no field because this was the easiest way to implement it.
Well, now my question
Can I show the following in my listbox?
"field1" "field2" "field3" "status"
"field1" "field2" "field3" "status"
"field1" "field2" "field3" "status"
"field1" "field2" "field3" "status"
...
field1, field2 and field3 are part of the table "Assignement"
status is not a field of the table, status should depend on the value of the field "Completed"
(if ("Completed" is true) then status="Is completed", if ("Completed") is false then status="To be completed").
Anyone?
I don't know if it can be done but I'll ask my question anyway

I have a form with a listbox that is bound to a table "Assignment". So the listbox contains all the Assignment-records.
The table "Assignement" has a yes/no field "Completed". This has to be a yes/no field because this was the easiest way to implement it.
Well, now my question

Can I show the following in my listbox?
"field1" "field2" "field3" "status"
"field1" "field2" "field3" "status"
"field1" "field2" "field3" "status"
"field1" "field2" "field3" "status"
...
field1, field2 and field3 are part of the table "Assignement"
status is not a field of the table, status should depend on the value of the field "Completed"
(if ("Completed" is true) then status="Is completed", if ("Completed") is false then status="To be completed").
Anyone?
