Hi All,
I have a compiled app, it's been working fine.
Recently I have been adding a bit of functionality and one if the new forms (for adding records) has a combo box on it.
The source of the combo is a select statement into a cursor.
Most of the time it all works fine. Then, after some use, the combo fails to appear on the form when it's opened.
To get it back, the users have been quitting the app and going back into it (they worked that out on their own - one up to them!).
There is no code to make it not visible and there is another combo on the same form, sourced from a select statement into a cursor in the same way...
Why does it vanish?
The form isn't loaded a lot of times - they have only added about 50 records using the form, on two machines - so on average the problem must occur after about 10 uses of the form?
It's not happened on the development and test machines at all - only on the customers site.
Help
I have stuck a routine to make it invisible and the visible on form activate now - but I won't get feedback before Monday.
TIA
Regards
Griff
Keep [Smile]ing
I have a compiled app, it's been working fine.
Recently I have been adding a bit of functionality and one if the new forms (for adding records) has a combo box on it.
The source of the combo is a select statement into a cursor.
Most of the time it all works fine. Then, after some use, the combo fails to appear on the form when it's opened.
To get it back, the users have been quitting the app and going back into it (they worked that out on their own - one up to them!).
There is no code to make it not visible and there is another combo on the same form, sourced from a select statement into a cursor in the same way...
Why does it vanish?
The form isn't loaded a lot of times - they have only added about 50 records using the form, on two machines - so on average the problem must occur after about 10 uses of the form?
It's not happened on the development and test machines at all - only on the customers site.
Help
I have stuck a routine to make it invisible and the visible on form activate now - but I won't get feedback before Monday.
TIA
Regards
Griff
Keep [Smile]ing