Botón Nuevo *Nombre *Matricula *Grupo Close all Use escuela index esc Go top Clave=val(thisform.txtMat.value) Seek clave If found() Messagebox(“Registro existente”,“Ventana de ayuda”) Else Go bottom Append blank Replace escuela.matricula with Val(thisform.txtMat.value) Replace escuela.nombre with Val(thisform.txtMat.value) Replace escuela.semestre with Val(thisform.txtMat.value) Replace escuela.grupo with Val(thisform.txtMat.value) Endif Thisform.txtMat.value=“” Thisform.txtNom.value=“” Thisform.txtSem.value=“” Thisform.txtGpo.value=“” Thisform.txtMat.setfocus Botón Buscar *Nombre *Grupo *Matricula close all Use escuela index esc Go top Clave=val(thisform.txtMat.value) Seek clave If found() Thisform.txtNom.enabled=.f. Thisform.txtSem.enabled=.f. Thisform.txtGpo.enabled=.f. Thisform.txtNom.value=escuela.nombre Thisform.txtSem.value=escuela.nombre Thisform.txtGpo.value=escuela.nombre Else Messagebox(“Registro no encontrado”, “Ventana de ayuda”) Thisform.txtMat.setfocus Endif Botón Eliminar *Nombre *Matricula *Grupo Pregunta=“S” Go top Clave=val(thisform.txtMat.value) Seek clave If found() Thisform.txtNom.enabled=.f. Thisform.txtSem.enabled=.f. Thisform.txtGpo.enabled=.f. Thisform.txtNom.value=escuela.nombre Thisform.txtSem.value=escuela.semestre Thisform.txtGpo.value=escuela.grupo Thisform.txtMat.setfocus Defi wind ventana1 from 10,10 to 14,52 title “mensaje de ” Acti wind ventana1 @1,2 say “Seguro de borrar el registro, S/N” get pregunta Read Deac wind ventana1 If pregunta=“S” then Delete Pack Thisform.txtMat.value=“” Thisform.txtNom.value=“” Thisform.txtSem.value=“” Thisform.txtGpo.value=“” Else Messagebox(“Registro no encontrado”,“Ventana de ayuda”) Endif Thisform.txtMat.setfocus Botón Modificar *Nombre *Matricula *Grupo If Thisform.modificar.caption=“Modificar” Thisform.txtMat.enabled=.f. Thisform.txtNom.enabled=.t. Thisform.txtSem.enabled=.t. Thisform.txtGpo.enabled=.t. Thisform.modificar.caption=“Guardar” Else Gather memvar Thisform.txtMat.enabled=.t. Thisform.txtNom.enabled=.f. Thisform.txtSem.enabled=.f. Thisform.txtGpo.enabled=.f. Thisform.modificar.caption=“Modificar” Thisform.salir.caption=“Salir” Replace escuela.matricula with Val(thisform.txtMat.value) Replace escuela.nombre with Val(thisform.txtNom.value) Replace escuela.semestre with Val(thisform.txtSem.value) Replace escuela.grupo with Val(thisform.txtSem.value) Endif Thisform.txtMat.value=“” Thisform.txtNom.value=“” Thisform.txtSem.value=“” Thisform.txtGpo.value=“” Thisform.txtMat.setfocus Botón Salir *Nombre *Matricula *Grupo Thisform.Relase Botón Ayuda *Nombre *Matricula *Grupo Messagebox(“Este es un ejemplo de un mensaje”,“Ventana de ayuda”) Botón limpiar *Nombre *Matricula *Grupo Thisform.txtMat.value=“” Thisform.txtNom.value=“” Thisform.txtSem.value=“” Thisform.txtGpo.value=“” Thisform.txtMat.setfocus Thisform.txtNom.enabled=.t Thisform.txtSem.enabled=.t Thisform.txtGpo.enabled=.t