Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Desktop
Message
De
27/12/1999 09:28:21
 
 
À
27/12/1999 00:53:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00308700
Message ID:
00308734
Vues:
23
>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

The commands you are using here are not generally considered the VFP way of doing things. In VFP, we build forms and place controls on them for input. In fact, I can't even tell what you are trying to do, because I have never used those commands. :-)
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform