Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text dissapears after two minutes
Message
From
07/01/2002 08:25:16
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
03/01/2002 22:26:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00600093
Message ID:
00601443
Views:
22
>So after some experimenting it turns out that the refresh event of the text box is firing at the two minute mark. Not sure what is triggering it. So here is the ridiculous way I fixed the error. I put the following code in the refresh event:
>
>IF THISFORM.PAGEframe1.PAGE2.EDTComments109.GotFocus()
> thisform.pageframe1.page2.Name.SetFocus
> thisform.pageframe1.page2.EdtComments.SetFocus
> KEYBOARD '{CTRL+END}'
>ENDIF

Vim,

You could try EventTracking to see what is happening just prior to the 2 minute refresh.

Renoir
Previous
Reply
Map
View

Click here to load this message in the networking platform