Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ghosting on pages
Message
From
11/02/2002 12:53:37
 
 
To
11/02/2002 12:47:27
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00618430
Message ID:
00618446
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
>>>Hi All,
>>> I have a pageframe that has a grid on page 4. When I go back to page 2, the row that had the cursor on it shows up on page 2. Just the row, without borders. Has anyone encountered this before?
>>
>>Winn,
>>
>>How do you switch pages ?
>>
>>(1) mouse
>>
>>(2) thisform.Frame.Pages(2).Grid.SetFocus()
>>
>>(3) thisform.Frame.ActivePage = 2
>
>Gregory,
> I use thisform.Frame.ActivePage = 2
>Thanks,

Winn,

It appears to me that the grid on page 4 still has the focus

Suggest
thisform.Frame.ActivePage = 2
thisform.Frame.Pages(2).SetFocus() && or any control on that page to get the focus off the grid on page 4
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform