I want to find out how to use .browse.
How do I do a "not LIKE" in the filter syntax? != is for not EQUAL, but...
When .fetch is issued after a .browse (where only one record should be returned), does the engine still look through the entire table? For example, when doing a loop while .fetch, it seems to go into some sort of hang condition the second time the .fetch is done, and I can't get out of it (needs a reboot). Any ideas?
How do I do a "not LIKE" in the filter syntax? != is for not EQUAL, but...
When .fetch is issued after a .browse (where only one record should be returned), does the engine still look through the entire table? For example, when doing a loop while .fetch, it seems to go into some sort of hang condition the second time the .fetch is done, and I can't get out of it (needs a reboot). Any ideas?