Crear ventanas en tiempo de ejecución en pb
Quisiera saber como crear una ventana en tiempo de ejcucion en power builder he intentado con el siguiente código, pero no puedo lograr que se vea:
//----------------------------------------------------
window ventana
ventana=create window
ventana.title = 'OK'
ventana.Visible = TRUE
ventana.ENabled = TRUE
ventana.WIdth=402
ventana.HEight= 112
ventana.BringToTop = TRUE
//----------------------------------------------------
//----------------------------------------------------
window ventana
ventana=create window
ventana.title = 'OK'
ventana.Visible = TRUE
ventana.ENabled = TRUE
ventana.WIdth=402
ventana.HEight= 112
ventana.BringToTop = TRUE
//----------------------------------------------------
1 respuesta
Respuesta de william4425 Mendez
1