 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jim Zirbes Guest
|
Posted: Mon Jan 03, 2005 7:10 pm Post subject: Filter/Display problem |
|
|
I have a MS Access DB table with a default record (patient data) that I wish
to hide from the dbGrid display but still be able to access the data under
certain conditions. If I apply a regular filter for this record it of course
isn't displayed but I also cannot access the data using the normal methods.
Does anyone have any ideas on how to get around this?
Jim Z
|
|
| Back to top |
|
 |
Zoetjuh Guest
|
Posted: Mon Jan 03, 2005 7:23 pm Post subject: Re: Filter/Display problem |
|
|
Use a TQuery-object for the view and set dbGrid to use the results of TQuery?
Changing data can still be done by another TTable-alike or TQuery. At least,
after having started programming with Builder C++; than having code in PHP for
months, this seems like a logical, clean and stable idea..
Kind regards,
Zoetjuh
"Jim Zirbes" <jzirbes (AT) opsi (DOT) com> wrote
| Quote: | I have a MS Access DB table with a default record (patient data) that I wish
to hide from the dbGrid display but still be able to access the data under
certain conditions. If I apply a regular filter for this record it of course
isn't displayed but I also cannot access the data using the normal methods.
Does anyone have any ideas on how to get around this?
Jim Z
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|