// va el gestor, le saca las opciones
String stempGestores = "";
String msgGestor = Gestor.GetLiteral("wizarexportardatostxt.select_gestor","Gestor (del * al #)");
String msgGestorError = Gestor.GetLiteral("wizarexportardatostxt.type_number","Introduzca un numero del * al #");
GestorExport gex = null;
int numGestores = TipoSQL.oGestoresCombo.size();
int minGestor = 0;
int maxGestor = 0;
for(int g = 0; g < numGestores; g++)
{