Click on the field which is visible & select option "Send to back" which is presnet in Format or report Menu. Now click on some place else on the report to release the selection & you can see that the other field is now visible
There is a simple way to pause a screen temporarily & then to resume its processing. simply define a key label to suspend your processing, (Command: ON KEY LABEL F9 SUSPEND) before running the screen. Then when screen is running press F9 key anytime & your program got suspended temporarily, now...
Try following command & place it at the top of displaying commands
SET COLO TO (SCHEME(n))
n is an integer (normally 1-14) representing different color schemes predefined in Fox Pro. This statement will cause changes in backgroud, foreground, menu colors etc
Try method used in following procedure instead
on key labe "o" m = proc()
x = 'Brak is cnfused'
@ 5,1 get x
read
func proc
c = col()
x = stuff(x, c, 0, 'o')
return
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.