FoxPro/Visual FoxPro - Ejecutable

 
Vista:

Ejecutable

Publicado por Edwin (31 intervenciones) el 21/11/2009 06:21:26
Hola, recien termine un sistemita de matricula y notas para el que cree un programa de inicio y despues genere el ejecutable del sistemita, el problema es que si clickeo el ejecutable se abre un instante la ventana y luego se cierra, lo que me confunde es que si clickeo el programa ahi si corre perfectamente el sistemita..
este es el codigo, lo ubico para que lo evaluen y si alguien me puede decir donde esta el problema se lo agradeceria mucho
_Screen. Windowstate = 2
_SCREEN.CAPTION="CebData"
_SCREEN.ICON="C:\CEB\EDITAR.ICO"
_screen.picture="C:\CEB\fondo.jpg"
SET SAFE OFF
SET DATE FRENCH
SET DELE ON
SET EXCLUS OFF
SET CENTU ON
IF WVISIBLE("ESTÁNDAR")
HIDE WINDOW "ESTÁNDAR"
ENDIF
*******************************
SET REPROCESS TO AUTOMATIC
SET TALK OFF
SET CENTURY ON
DataSession= 2
PUBLIC lcDirectorio, lcPathData
lcDirectorio = SYS(5)+SYS(2003)
SET DEFA TO (lcDirectorio)
lcPathData = lcDirectorio + ("DATOS,BMPS,FOTOS,SCREENS")
SET PATH TO (lcPathData)
do menu_principal.mpx
read events
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder