
How to jump to the last GET ?
Quote:
>Hello everybody,
>with the summer 87 version of clipper it was possible to jump with Ctrl
>+ End to the last opened GET. For some reason I cant understand, this
>ability was canceled with clipper 5. Whats the easiest way to restore
>this ability ?
>Greetings from Germany
>Lutz
>why!
#INCLUDE "Inkey.ch"
LOCAL g1, g2, g3, GetList :={}
g1 := g2 := g3 := SPACE(10)
cls
READ
SET Key K_CTRL_END TO
FUNCTION GoToLastGet(p,l,v)
GETACTIVE():exitState :=4
RETURN NIL
Also, you can modify your GetReader() but i don't think is the "easiest way"
you ask for...
HTH
Pit V
Greece