Hi flotulopex,

If you are using the ADCIN statement to get the A/D values, then it will turn the ADON bit back on each time you use it.

If you were using the A/D registers manually, it would still be off.

But if you really want the Pins to be digital, you should...
Code:
ANSEL = 0
CMCON = 7
HTH,