I have form with 4 important field. First field is client ID second is client name, third is document ID and fourth is document name. Application is connected with database. When user put client ID he get client name in second field. He also can choose client and document by clicking on button and opening belonging form. Problem is:
when I choose client by hand input(client ID then TAB) and want to open form codebook by clicking its button, form with document codebook is opening but textfields about clients becomes empty.
If I pass all 4 fields by TAB everything is OK. Also, if I choose both(client and document) by opening belonging form everything is also OK.