S
simonZ
I have procedure:
void bindDataGrid(){
........
//inside I try to call other procedure:
bindAdvType()
}
void bindAdvType()
{
..............
}
But I get an error :
Unreachable code detected.
Any ide why?
Regards,S
void bindDataGrid(){
........
//inside I try to call other procedure:
bindAdvType()
}
void bindAdvType()
{
..............
}
But I get an error :
Unreachable code detected.
Any ide why?
Regards,S