swapping screens during add/update
GCC Consulting
gcc at optonline.net
Mon Nov 29 06:56:09 PST 2004
>
> Windows 2000 Prof en Fp 5.0.14
>
> I am looking for an easier way to swap freely between screens
> in whatever field I am in.
>
> I do not want to use the ESC routine.
>
> I was thinking of designating all fields in each particular
> screen as associated to that screen and do a @wuk(associated)
> routine with screencommands.
>
> However I now encounter a file where already associated
> fields are used for other associations.
>
> --
regards,
> Peter Klaassen - NCC vof
You could Use @wuk to popup a listbox of available screens and use then use
screen (screen_name),(field) to switch screens. Since screen name and/number can
be a variable, you can set these 2 declared or dummy values as needed. This
should get you to any screen/field combo without having to specifically
associate each instance.
I tested using a declared value field(3,.0) for the field # and as long as it is
placed between parans screen ,(field), it works fine.
Richard Kreiss
GCC Consulting
More information about the Filepro-list
mailing list