|  | 
| Filteing question | 
| Post Reply   | 
| Author | |
| moe188   Senior Member   Joined: 27 March 2006 Status: Offline Points: 225 |  Post Options  Thanks(0)  Quote  Reply  Topic: Filteing question Posted: 11 February 2007 at 8:05pm | 
| 
   Hello, I do have a report control that contains several records (report control has the following columns: ClientFullName, ClientTypeOfCall, DatOfCall), and I was wondering if there is anyway to filter the reportcontrol using 2 text boxes. the first 1 text box, I will use the filter the report to view only the report containing certain client (ClientFullName), then the second text box will be used to filter the report by type of call (ClientTypeOfCall) for only the client filter by the first text box? I hope my question is clear enough to have an answer ASAP. I am using 10.4 Thank you, | |
|  | |
| sserge   Moderator Group   Joined: 01 December 2004 Status: Offline Points: 1297 |  Post Options  Thanks(0)  Quote  Reply  Posted: 14 February 2007 at 4:13pm | 
| 
   Hi, Regular filtering functionality works for all record columns. In your case you have to implement custom filtering functionality by iterating all rows and hiding those which do not fit into your condition. -- WBR, Serge | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |