Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Desktop
Message
From
27/12/1999 09:28:21
 
 
To
27/12/1999 00:53:20
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00308700
Message ID:
00308734
Views:
22
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform