hi,
I’m having a strange problem performing a search similar to Matt’s RapidSearch technique on a tabpanel
First of all, the problem only appears on related tabpanel (I’m currently using a k to k relation, because with a nonrelated tabpanel I can’t refer to a particular record inside the tabpanel itself)
The problem: let’s say I have three items in the table (Apple G4, Apple Powerbook, IBM Netvista);
if I perform a search in a global with this code
I have the following results:
If I write “APP” in the global, I get two records: Correct.
If I write “ZAGB”, I get the Nothing Found Message: Correct
If I write “APP”, I hit the enter key and I add a V, I get the error message. But if I delete the V and I hit enter, I don’t get the two “APP” records anymore, but I get a system message SEARCH FAILED… TRY TO SHOW ALL, with no details.
When I’m in this situation, I can’t restore the search functions anymore, except exiting the form.
Any idea?
Riccardino:
I have the following results:
If I write “APP” in the global, I get two records: Correct.
If I write “ZAGB”, I get the Nothing Found Message: Correct
If I write “APP”, I hit the enter key and I add a V, I get the error message. But if I delete the V and I hit enter, I don’t get the two “APP” records anymore, but I get a system message SEARCH FAILED… TRY TO SHOW ALL, with no details.
When I’m in this situation, I can’t restore the search functions anymore, except exiting the form.
Any idea?
Is there a “return” character in case #3 (when you delete the “V”)?
Have you also tried to to a controller.saveData() right before the search?