program not working outside debugger vfp

91 Views Asked by At

I have a problem when running my visual fox pro application: I have a combo box that looses the list-item-id value when i run the application without the debugger on.When the debugger is on, I don't face this problem anymore. How can this happen?

Thank you

1

There are 1 best solutions below

0
On

There must be some code which removes Items from Combo. look for Lost focus or validate or other events of combo.