display problem
Kenneth Brody
kenbrody at spamcop.net
Fri Dec 30 20:47:02 PST 2011
(Sorry if this has already been answered. I have only limited net access
while visiting Florida.)
On 12/27/2011 4:41 PM, GCC Consulting wrote:
> Have an option to that does a browse lookup and update certain fields from
> the selected file. The lookup is done in a sub-routine which uses the
> records record number as the key for the lookup.
>
> My problem is that all of the fields except a 4 character encrypted field
> display after the display command is issued. The original value in this
> field remains. If you move off this record and then return, the encrypted
> value is there.
>
> The original line was:
> If:
> Then: 17=foobar(14);display
> If:
> Then: CLEARS;CLEAR;END
[...]
Does field 17 appear in the main screen, underneath the popup screen?
Try rearranging the code to take down the popup first:
clears ; clearb ; 17 = foobar(14) ; display ; end
--
Kenneth Brody
More information about the Filepro-list
mailing list