1. i hav one modul in which only connection open and connection close sub esist. both are public defined
2. i have some private sub fun() in my main frm application
prob: when i execute the application connection is opened when form loads.
it is working properly
but when i invoke some private sub like filllist() , fillcombo
it generates an error message below:
operation is not allows\ed when the object is opened
run time error:3705
2. i have some private sub fun() in my main frm application
prob: when i execute the application connection is opened when form loads.
it is working properly
but when i invoke some private sub like filllist() , fillcombo
it generates an error message below:
operation is not allows\ed when the object is opened
run time error:3705
Comment