We are changing our forms to use native cursoradapters. Sometimes when the selectcmd contains some outer joins to other tables, the query cursor appears in the topmost form until you press a key at which point it disappears and the form loads perfectly with the correct information. I'm not sure what's causing this. It only seems to happen with some selects and not other similar ones. It doesn't happen if the selectcmd is changed to do a simple select * from tablename. It also doesn't happen when the cursoradapter is SQL Server rather than native

Any ideas anyone

Thank

Bernie