Devuelve un formulario para seleccionar un IdCliente. El proceso retorna un string.
Código VB6:
lIdCliente = gCn.ahoraProceso("Asistente_Clientes",False) MsgBox lIdCliente
Código C#:
string lIdCliente = (string)gCn.AhoraProceso("Asistente_Clientes", out _); AhoraCore.VBA.Interaction.MsgBox(lIdCliente);