Hi!
I have a question about the usage of large tables in NT. In my app I use the MSSQL table (A) which has about 1114000 records. On the other hand I have 4 views that's uses data from (A).
DB is:
1. KLADR (adress book)
2.vSpArea
3.vSpReg
4.vSpCity
5.vSpStreet
I create memory form that contains 4 drop fields which filtered each other. All works fine but WAY TOO slow. What could be the problem?
Another issue is in browse when I use popup form to send SMS or E-mail. I must be sending the phone number or e-mail adress to the popup, from the browse row but it sends only by the second attempt. When you click the button first time, then you should close the popup, and click it again in order to see the number or e-mail. How can i fix this? Oh, by the way, in browse hot field lists I added both of fields such as "phone" and "email".
PS.
When I return from popup update my loc:something (that i use to collect name, surname and middle name) value disappears from the row.