Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Desktop
Message
De
27/12/1999 02:17:09
 
 
À
27/12/1999 00:53:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00308700
Message ID:
00308711
Vues:
18
>Thanks by answering me, already I did what you indicated me, but they follow me appearing two windows, this is a program of test to see if this can be done in this version, since is the first time that it use.
>
>clear
>
>set sysmenu off
>
>define window uno;
>from 1,0 to 20,50;
>close;
>minimize;
>title "Pruebas de Fox"
>
>activate window uno
>
>do while .t.
> mnom=space(35)
> mbot=0
> @ 1,3 say "Nombre " get mnom
> @ 3,3 get mbot function "*h Salir" size 2,10
> read
> if mbot=1
> exit
> endif
>enddo
>deactivate window uno
>clear
>quit

Manuel,

Lo que planteas se puede lograr si usas las propiedades de las formas cuando las diseñas usando las propiedades de estas si las tratas como objetos, aun tambien se puede hacer desaparecer la ventana de al aplicacion (VFP) en tu programa de inizio con solo usar la linea _SCREEN.Visible = .F.
An Intelligent fool can make things bigger and more complex... It takes a touch of a genius -and a lot of courage- to move in the opposite direction".
-Albert Einstein
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform